/*CLI MAPPER SKIN
This skin appends core.css
---------------------------------------
ROSSO #9F1C20
TAFFY #B44D4E
CARNATION #E9DFDF
PLUM #E76D25
STRAWBERRY #FF0081
LEAFLETS #99CC33
SKY #B44D4E
----------------------------------------
*/
BODY {
	max-width: 1680px;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	/*background: #FFF;*/
	background: #FFF url(../images/body_back_kite.gif) repeat-x;
	
}
div#Wrapper {
	
}

a { 
	color: #336666;
    font-weight: bold;
	text-decoration: none;
}

a:link  {
	color: #336666;
	font-weight: bold;
	text-decoration: none;
}
a.activeMap:link  {
	color: #336666;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #336666;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	background-color: #99CC33;
	text-decoration: none;
}
a.disabledLnk,a.disabledLnk:link,a.disabledLnk:visited,a.disabledLnk:active,a.disabledLnk:hover{color:#999;background-color:Transparent;cursor:default;}

span.noMap 
{
    color: Gray;
    font-weight: normal;
}
/* @end */

/* @group HEADERS */

#Header {
	border-bottom: 0px solid #FFF;
	background-color: #FFFFFF;
}

#Header h1 {
	font-weight: bold;
	background: none;
	margin-bottom: 2px;
	bottom: 1px;
	height: 63px;
}

#Header h3, #Header h3 a:link, #Header h3 a:visited {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

#Header h3 a:hover {
	color: #000;
	background-color: #99CC33;
}

#Header h3 a.current:link, #Header h3 a.current:visited {
	color: #336666;
}

#Header h3 a.current:hover {
	color: #000;
	background-color: #99CC33;
}

#Header h1 a:link, #Header h1 a:visited {
	color: #336666;
	text-decoration: none;
}

#Header h1 a:hover {
	color: #000;
	background-color: #99CC33;
	text-decoration: underline;
}

#Header h1 span {
	color: #336666;
	padding-left: 130px;
}

.HomeContactAbout {
	height: 63px;
	margin-bottom: 2px;
}

.HomeContactAbout > i {
	font-family: sans-serif;
	font-size: 12px;
	text-align: left;
}

#imgSEClogo{
	z-index: 0;
}

div.page_header {
	margin: 0 0 5px 0;
	background-color: transparent;
	padding: 13px 12px 0 15px;
	color: #666666;
	font-size: 12px;
}

.description {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
}

a[href*="Professional-Development"]{display:none;}
.yuimenuitem > a[href="#"]{display:none;}
a[href*="ReportSendToClassic"]{display:none;}

div.page_header h1 {
	padding: 0;
	margin: 0;
	font-size: 24px;
	color: #236B7E;
	font-weight: normal;
	font-style: normal;
}

div.blockcol h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #236B7E;
	font-weight: normal;
	font-style: normal;
}

div.innercol h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #236B7E;
	font-weight: normal;
	font-style: normal;
}

div.page_header h1 span {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

#Header h3 span#floatright {
	text-align: right;
	width: auto;
	position: relative;
	float: right;
}

#Header h3 span#floatright, #Header.global h3 {
	font-size: 10px;
}

#Header h3 span#floatright a, #Header.global h3 a {
	padding: 7px 4px;
}

/* @group PAGE AND BLOCK HEADER LINKS */

.page_header_links {
	color: #336666;
}

.page_header_links a:link, .page_header_links a:visited {
	color: #336666;
}

.page_header_links a:hover {
	color: #000;
	background: #99CC33;
}

.block_header_links {
	color: #336666;
}

.block_header_links a:link, .block_header_links a:visited {
	color: #336666;
}

.block_header_links a:hover {
	color: #000;
	background: #99CC33;
}
/* @end */

/* @end */

/* @group FOOTER */

.Footer {
	display: none;
	clear: left;
	font-size: 11px;
	color: #236B7E;
	margin: 4px 0 20px 30px;
	text-align: left;
	padding-bottom: 15px;
}

.footer {
	clear: left;
	font-size: 11px;
	color: #236B7E;
	margin: 4px 0 20px 30px;
	text-align: left;
	padding-bottom: 15px;
}

.ReportText {
	clear: left;
	font-size: 11px;
	color: #666666;
	margin: 4px 0 0 15px;
	text-align: left;
	position:relative;
}

.footer a:link, .Footer a:visited {
	color: #666666;
	font-size: 11px;
}

.footer a:hover {
	color: #fff;
	background: #666666;
	font-size: 11px;
}

/* @end */

/* @group TABS */

#Tabs {
	height: 23px;
	padding: 0;
	background-color: #236B7E;
	margin: 0;
}

#Tabs ul {
	margin: 0;
	padding: 0;
}

#Tabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

#Tabs ul#MainTabs {
	margin-right: 24px;
	margin-left: 30px;
}

#Tabs a:link, #Tabs a:visited {
	color: #FFF;
}

#Tabs ul#MainTabs a:link.current, #Tabs ul#MainTabs a:visited.current, div#SideNavList a.current:link, div#SideNavList a.current:visited {
	color: #000;
	background-color: #99CC33;
	border-bottom-style: none;
}

#Tabs ul#MainTabs a:link.current, #Tabs ul#MainTabs a:visited.current, div#SideNavList a.current:link, div#SideNavList a.current:visited {
	color: #000;
	background-color: #99CC33;
	border-bottom-style: none;
}

#Tabs a:hover {
	color: #000;
	background-color: #99CC33;
}

#Tabs li#AdminTab a:link, #Tabs li#AdminTab a:visited {
	color: #fff;
	text-decoration: underline;
}

#Tabs li#AdminTab a:hover {
	color: #336666;
}

#Tabs li#AdminTab a.current {
	color: #336666;
	text-decoration: none;
}

/* @end */

/* @group TABLES */

/* @group BOX VIEW */

table.box_view {
	margin-bottom: 0;
	border-collapse: collapse;
	margin-top: 0;
	background-color: white;
	width: 100%;
}

table.box_view td {
	color: #000;
	vertical-align: top;
	line-height: 1.4em;
	border: 1px solid #fff;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #236B7E;
	background-color: #DAF0F5;
}

table.box_view tr.mapheader td {
	padding-right: 25px;
	font-weight: bold;
	white-space: nowrap;
	font-size: 12px;
	padding-left: 0;
	border-style: none;
	background-color: transparent;
	color: #000;
}

/* Extra added form cli_Planner.css */
table.box_view tr.mapheader a {
	font-size: 12px;
}

table.box_view tr.mapheader span {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
}
/*---------------------------------------------------------------------------
/* Form_view - Copied from cli_Planner but not being used
/* @end */

/* @group FORM VIEW 
table.form_view {
	margin-bottom: 0;
	border-collapse: collapse;
	margin-top: 0;
	background-color: white;
	width: 100%;
}
table.form_view td {
	color: #336666;
	vertical-align: top;
	line-height: 1.4em;
	padding: 10px 10px 0px 10px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-color: #DAF0F5;
	border: solid 1px #FFF;
}
table.form_view tr.mapheader td {
	padding-right: 25px;
	font-weight: bold;
	white-space: nowrap;
	font-size: 12px;
	padding-left: 0;
	border-style: none;
	background-color: #006633;
	color: #FFF;
}
table.form_view tr.submit td {
	float: right;
	font-weight: bold;
	font-size: 12px;
	padding-left: 0;
	border-style: none;
	background-color: fuchsia;
	color: #000;
}
*/
/*---------------------------------------------------------------------------*/

/*@end

@group BLOCK VIEW*/

/* It was already in the cli_mapper.css but not in Planner.css*/
TABLE.block_view TR.mapheader TD A:link {
	color: #FFF;
	text-decoration: underline;
}
TABLE.block_view TR.mapheader TD A:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: #9F1C20;
}
TABLE.block_view TR.mapheader TD A:visited {
	color: #FFF;
	text-decoration: underline;
}

/* Here strated to copy for BLOCK VIEW from cli_Planner.css*/
table.block_view td.map a:hover {
	color: #336666;
}

table.block_view td.map a span.title:hover {
	color: #FFF;
	background: #336666;
}

table.block_view {
	margin-bottom: 0;
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
}

table.block_view th {
	color: #666666;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	padding: 3px 7px 3px 0;
	border-bottom: 0px solid #ddd;
}

/* BLOCK CONTENT: */

table.block_view td {
	font-size: 12px;
	color: #000;
	vertical-align: top;
	line-height: 1.1em;
	border: 1px solid #daf0f5;
	padding: 3px 3px 3px 5px;
}
table.block_view td.thicklines {
	border: 2px solid #83CBDE;
}
table.block_view tr.mapheader td {
	padding-right: 25px;
	font-weight: bold;
	white-space: nowrap;
	background: #83CBDE;
	font-size: 12px;
}
table.block_view tr.mapheaderCSA td {
	padding-right: 25px;
	font-weight: bold;
	white-space: nowrap;
	background: white;
	font-size: 12px;
}
/* It was already in the cli_mapper.css but not in Planner.css*/
TABLE.block_view TR.NoBlock TD 
{
	padding-left: 0;
	padding-right: 25px;
	font-weight: bold;
	white-space: nowrap;
	background: #B44D4E;
	font-size: 12px;
	border-style: none;
	background-color: transparent;
	
}

TABLE.block_view TR.NoBlockTitle TD 
{
    white-space: nowrap;
    border-style: none;
	background-color: transparent;
}
TABLE.block_view TR.NoBlockBottomLines TD 
{
	background: #B44D4E;
	font-size: 12px;
	border-bottom-width: 1;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-color: #83CBDE;
	border-bottom-width: 1;
	background-color: transparent;
}
/*
TABLE.block_view TR.mapheader_block_view TD {
	padding-right: 25px;
	font-weight: bold;
	white-space: nowrap;
	font-size: 12px;
	padding-left: 0;
	border-style: none;
	background-color: transparent;
	border-bottom: 1px solid white;
}
*/
TABLE.block_view TR.mapheaderAlt TD {
	padding-right: 25px;
	font-weight: bold;
	white-space: nowrap;
	background: #E9DFDF;
	font-size: 12px;
	border-bottom: 1px solid white;
}

/* Here strated to copy for BLOCK VIEW from cli_Planner.css*/
table.block_view tr.detailsheader td {
	white-space: nowrap;
	background: transparent;
	font-size: 12px;
	color: #999;
	padding: 0 25px 0 0;
	border-style: none;
}
table.block_view td.map {
	padding-right: 125px;
}

table.block_view td.map a {
	text-decoration: none;
	position: relative;
}

table.block_view td.map a:hover {
	background: none;
}

table.block_view td span.blockTitle{
    
    font-size: 12px;
    color: #236B7E;
    
    
}
table.block_view td.map a span.comments {
	display: block;
	position: absolute;
	top: 4px;
	left: -55px;
	width: 50px;
	text-align: right;
}

table.block_view td.map a span.size {
	float: right;
	font-weight: bold;
	padding: 2px 5px 0 0;
	font-size: 12px;
}

table.block_view td.map a span.comments span.icon {
	display: block;
	width: 24px;
	height: 21px;
	float: right;
}

table.block_view td.map a span.title {
	padding: 1px 0;
	line-height: 1.3em;
	text-decoration: underline;
}

table.block_view td.map a span.title:hover {
	color: #fff;
	background-color: #336666;
}

/*@end*/
/* It was already in the cli_mapper.css but not in Planner.css*/
TR.rowfillindentHeader TD {
	font-size: 18px;
	border-style: none;
	color: #9F1C20;
	padding: 7px 7px 7px 40px;
}
TR.rowfillindent TD {
	font-size: 18px;
	border-style: none;
	color: #9F1C20;
	padding: 2px 4px 2px 40px;
}
TR.rowfillAltindent TD {
	font-size: 18px;
	background-color: #E9DFDF;
	border-style: none;
	color: #9F1C20;
	padding: 2px 4px 2px 40px;
}
TR.rowfillindent SPAN {
	font-size: 12px;
}
TR.rowfillAltindent SPAN {
	font-size: 12px;
}


tr.rowfillHighlight td 
{
    font-weight: bold;
	font-size: 12px;
	padding: 7px;
	background-color: #DCE578;
}

tr.rowfillAltHighlight td 
{
    font-weight: bold;
	font-size: 12px;
	background-color: #DCE578;
	padding: 7px;
}

/* Here strated to copy for rowfill from cli_Planner.css*/
tr.rowfill td {
	font-weight: bold;
	font-size: 12px;
	border-style: none;
	padding: 7px;
}

tr.mapdetails td {
	font-size: 18px;
	border-style: none;
	padding: 0 10px 0 0;
	color: #336666;
}

tr.rowfillAlt td {
	font-weight: bold;
	font-size: 12px;
	background-color: #DAF0F5;
	border-style: none;
	padding: 7px;
}

tr.rowfillInactive td {
	color: #999;
	font-size: 12px;
	border-style: none;
	padding: 7px;
}

tr.rowfillAltInactive td {
	color: #999;
	font-size: 12px;
	background-color: #DAF0F5;
	border-style: none;
	padding: 7px;
}

.inactive {
	color: #999;
}

.formHint {
	color: #666666;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

/*@end
@group SIDEBAR LINKS*/
div#SideNavList {
	margin-top: 5px;
	font-size: 12px;
	padding-left: 6px;
}

div#SideNavList a:link.SideNav_link, div#SideNavList a:visited.SideNav_link {
	position: relative;
	display: block;
	margin: 0 0 1px 0;
	padding: 4px;
	line-height: 15px;
}

div#SideNavList a:hover.SideNav_link {
	color: #000;
	background-color: #99CC33;
}

div#SideNavList a.SideNav_link:active {
	color: #000;
}

div#SideNavList.editing div.SideNav {
	clear: both;
	border-top: 1px solid #ccc;
}

div#SideNavList.editing a:link.SideNav_link, div#SideNavList.editing a:visited.SideNav_link {
	margin-right: 80px;
}

div#SideNavList.editing div.SideNav div.operations {
	display: block;
}

div#SideNavList a.current:link, div#SideNavList a.current:visited, div#SideNavList a.current:hover {
	color: #000;
	text-decoration: none;
	background: none;
	padding-left: 2px;
}

div#SideNavList a.current span, div#SideNavList a.current:hover span {
	padding: 2px 4px;
	background: #99CC33;
	color: #000;
}

.breadcrumbs {
	font-size: 10px;
	font-weight: bold;
	float: left;
	padding-bottom: 10px;
	text-align: left;
}
/*@end
@group COLUMNS*/
.col {
	padding: 0 20px;
	text-align: left;
}

.Left .col, .Full .col {
	padding: 0 0 0 0;
	position: relative;
	border: 5px solid #83cbde;
	background-color: #daf0f5;
}

.Left .blockcol, .Full .blockcol {
	background: #fff;
	border: 1px solid #83cbde;
	margin: 10px;
	padding: 10px 10px 10px 10px;
	overflow: auto;
}

body.content div.Left div.innercol {
	padding-right: 9px;
}

.Left .innercol, .Full .innercol {
	padding: 10px 10px 10px 10px;
	border: 1px solid #83cbde;
	margin: 10px;
	background-color: #FFF;
}

div.Left .bottom, div.Full .bottom {
	font-size: 8px;
	background: #fff;
}

div.Right .col {
	min-width: 200px;
	padding: 0 0 0 9px;
}

/* @end */

/* @group MODAL */

body.modal {
	color: #000;
	background-image: none;
}

body.modal a:hover {
	color: #000;
	background-color: #99CC33;
	text-decoration: none;
}

body.modal div#LogoBox {
	margin-top: 50px;
}

body.modal div.modal_dialog {
	zoom: 100%;
}

body.modal div.modal {
	padding: 20px;
	border: 5px solid #83cbde;
	background-color: #daf0f5;
	text-align: left;
	width: 400px;
	margin: 50px auto;
	font-size: 12px;
}

body.modal div.modal p {
	margin: 0 0 15px 0;
	padding: 0;
}

body.modal div.modal div.flash {
	padding: 7px 5px;
	font-size: 12px;
	margin: 15px 0;
}

body.modal div.modal div.error {
	border: 1px solid #900;
	padding: 10px;
	color: #993333;
	background-color: #FFCCCC;
	margin-bottom: 10px;
}

body.modal div.modal div.confirm {
	border: 1px solid #393;
	padding: 10px;
	color: #006633;
	background-color: #CCFFCC;
	margin-bottom: 10px;
}

body.modal div.modal h1 {
	color: #236B7E;
	font-size: 26px;
	margin: 0 0 20px 0;
	padding: 0;
}

body.modal div.modal h2 {
	color: #000;
	font-size: 12px;
	margin: 0 0 2px 0;
	padding: 0;
}

body.modal div.modal input {
	width: 380px;
	font-size: 18px;
	padding: 3px;
	margin-bottom: 10px;
}

body.modal div.modal label {
	margin-bottom: 10px;
}

body.modal div.modal label input {
	margin-bottom: 0;
}

body.modal div.modal input.auto {
	width: auto;
}

body.modal div.modal input.button {
	width: auto;
	font-size: 16px;
	padding: 3px;
	margin: 10px 0 0 0;
}

body.modal div.modal div.extras {
	border-top: 1px dashed #999;
	margin-top: 20px;
	padding-top: 10px;
}

body.modal div.modal div.extras ul {
	margin: 0 0 0 17px;
	padding: 0;
}

body.modal div.modal div.extras ul li {
	list-style: disc;
	font-size: 12px;
	padding-bottom: 3px;
}

/* @end */

/* @group YOU CAN PRELOAD IMAGES HERE */

/* This section has been commented out in cli_Planner.css */
#preloaded_images {
	width: 0px;
	height: 0px;
	display: inline;
}

#preloaded_images {
	background-image: url(../images/image_name_here.gif);
	background-image: url();}

/*@end*/

/* Extra added form cli_Planner.css */
/* @group NEW FORMS */
.newFormLabel {
	width: 100%;
	padding-bottom: 2px;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.input {
	padding-bottom: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
} 

/* Here strated to copy for subHeader and  Header H1 from cli_Planner.css*/
.subHeader {
	float: left;
	color: #667;
	width: 100%;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 5px;
}
#Header H1 SPAN {
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
}

/* Extra added form cli_Planner.css */
.input-text {
	width: 100%;
	height: 14px;
	border: 1px #CCCCCC solid;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0 1px 1px;
}
.drop {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #667;
}

/* Here strated to copy for InlineAlert,formHint and from cli_Planner.css*/
.InlineAlert {
	border: 3px solid #393;
	padding: 2px;
	color: #006633;
	background-color: #CCFFCC;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.formHint {
	color: #999;
	font: normal normal 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* It was already in the cli_mapper.css but not in Planner.css*/
.floatRight {
	float: right;
}

/* Extra added form cli_Planner.css */
/*.formSubmit, .formSubmit a:link {
	padding: 10px 0px 10px 10px;
	float: right;
	margin: 0px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}*/

/* Here strated to copy for Actions from cli_Planner.css*/
/* @group ACTIONS CORE */
#Actions {
	margin: 0 24px 0 30px;
	height: 25px;
	padding: 0;
}
#Actions ul {
	margin: 0;
	padding: 0;
}
#Actions li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	border: none;
}
#Actions ul#MainActions {
}
div#Actions a:link, div#Actions a:visited {
	text-decoration: none;
}
#Actions a:hover {
	color: #fff;
	background: #30c;
}
#Actions ul#MainActions a:link, #Actions ul#MainActions a:visited {
	float: left;
	/*for IE6 */;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 8px 6px 8px;
	margin: 0;
}
#Actions ul#MainActions a:link.current, #Actions ul#MainActions a:visited.current {
	background: #e5e5e5;
	border-bottom: 1px solid #999;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}
/* @end */
/* @group ACTIONS CLI */
#Actions {
	height: 23px;
	padding: 0;
	background-color: transparent;
	margin: 0;
}
#Actions ul {
	margin: 0;
	padding: 0;
}
#Actions li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	border: none;
	font-size: 12px;
	color: #999;
}
#Actions ul#MainActions {
	margin-right: 10px;
	margin-left: 0;
}
#Actions a:link, #Actions a:visited {
	color: #336666;
}
#Actions ul#MainActions a:link.current, #Actions ul#MainActions a:visited.current, div#SideNavList a.current:link, div#SideNavList a.current:visited {
	color: #000;
	border-bottom-style: none;
	background-color: #83CBDE;
}
#Actions a:hover {
	color: #000;
	background-color: #99CC33;
}
#Actions li#AdminTab a:link, #Actions li#AdminTab a:visited {
	color: #fff;
	text-decoration: underline;
}
#Actions li#AdminTab a:hover {
	color: #006633;
}
#Actions li#AdminTab a.current {
	color: #006633;
	text-decoration: none;
}
/* @end */

/*kavitha added ones*/
.toolbar UL {
	width: 60px;
	height: 60px;
}
.toolbar LI {
	display: inline;
	background-color: #EEE;
	border: 1px solid;
	border-color: #F3F3F3 #BBB #BBB #F3F3F3;
	margin: 0;
	padding: 0.5em;
	width: 50px;
	height: 50px;
	zoom: 1;
}
.innercol1 {
	padding: 10px;
	border: 1px solid #B44D4E;
	margin: 10px;
	background-color: #FFF;
	display: inline-block;
	width: 27%;
	min-height: 100px;
}
/* Khushbu added ones */

/** added later **/
.modalcol{
	border: 1px solid #83cbde;
	margin: 8px 6px 4px 6px;
	padding:8px;
	background-color:#FFF;
	border-collapse:collapse;
}
.modalcol h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #236B7E;
	font-weight: normal;
	font-style: normal;
}
.modalcol h2{
	padding:0px;
	margin:0px;
}
.cli_message_area{width:100%;text-align:center;position:absolute;z-index:999;}
.cli_message_error{width:100%;color:#000;background:#FFFFFF;z-index:100;text-align:left;border:4px solid #F00;padding:5px;font-size:14px;font-weight:bold;margin-bottom: 12px;margin-top:12px;}
.cli_message_alert{width:100%;color:#060;background:#E2F9E3;text-align:left;border:4px solid #9c9;padding:5px 5px 5px 5px;font-weight:bold;margin-bottom:12px;margin-top: 12px;font-size:14px;}
.cli_message_alert_closelink{text-align:center;padding:4px 0px 2px 0px;}
.formSubmit, .formSubmit a:link {
	padding: 0px 0px 10px 10px;
	text-align:right;
	margin: 0px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
table.block_view tr.mapheaderskinny td {
	font-weight: bold;
	white-space: nowrap;
	background: #83CBDE;
	font-size: 12px;
}
.cli_loading_body{margin: 30px 10px 30px 10px;}
.cli_loading_overlay_body { border: 1px solid #999;padding-top:10px;background-color: #FFF;z-index: 912; }
.cli_loading_overlay_body .loadingGraphic { padding:0px 10px 2px 5px;background: url(/CLI.Cmap.Web/Styles/yui/loading.gif) no-repeat;}

/* Extra added from cli_Planner.css */
.AutoOverflowDiv{VERTICAL-ALIGN:top;OVERFLOW:auto;border: 1px #CCCCCC solid;}
.AutoOverflowDivNoBorder{VERTICAL-ALIGN:top;OVERFLOW:auto;}


/* Added For An Image Tooltip - By Khushbu*/
.ImageTooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 9pt Arial; 
    /*padding: 3px; */
    border: solid 1px;
    background-color:Gray;
}

/*Added By Khushbu For All View Map page's Format*/

div#WrapperIframe {
	padding: 0px;
	margin: 0px;
}

BODY.Iframe {
	max-width: 1680px;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	/*background: #FFF;*/
}

.LeftIframe .col {
	padding: 0 0 0 0;
	position: relative;
	border: 0px solid #83cbde;
	background-color: #fff;
}

.LeftIframe .innercol {
	padding: 2px;
	border: 1px solid #83cbde;
	margin: 1px;
	background-color: #FFF;
}

/***  Document Library ****/
table.tblDocumentLibary {
	margin-bottom: 0;
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
}
table.tblDocumentLibary tr td {
	font-weight: bold;
	white-space: nowrap;
	font-size: 12px;
	color: #000;
	vertical-align: top;
	line-height: 1.1em;
	padding: 8px 3px 8px 5px;
}
table.tblDocumentLibary tr.hdr td {
	border: 1px solid #daf0f5;
	background: #83CBDE;
}
table.tblDocumentLibary tr.subfolder td {
	padding:0px;
	margin:0px;
}
table.tblDocumentLibary tr.subfolder td table {
	margin:1px 0px 1px 0px;
	padding:0px;
	width:100%;
	border-collapse: collapse;
}
table.tblDocumentLibary tr.subfolder td table tr.subhdr td {
	padding: 8px 3px 8px 5px;
	border:0px;
	margin:0px;
	background-color: #83CBDE;
}
table.tblDocumentLibary tr.subfolder td table tr.subhdr td.links {
	text-align:right;
	padding-right:20px;
}

/* Added on 04/08/2009 by Khushbu --------------------*/

.Report_blockcol {
	padding: 0px 10px 0px 10px;
	border: 1px solid #83cbde;
	margin: 10px;
	background: #fff;
}
table.Report_Header {
	margin-bottom: 0;
	border-collapse: collapse;
	margin-top: 0;
	background-color: white;
	width: 100%;
}
table.Report_Header td {
	color: #000;
	vertical-align: top;
	line-height: 1.4em;
	border: 1px solid #fff;
	padding: 0px 5px 3px 10px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #236B7E;
	background-color: #DAF0F5;
}

table.Report_Header tr.Report_Header_mapheader td {
	padding-right: 25px;
	font-weight: bold;
	white-space: nowrap;
	font-size: 12px;
	padding-left: 0;
	border-style: none;
	background-color: transparent;
	color: #000;
}

table.Report_Header tr.Report_Header_mapbody td {
	padding-right: 25px;
	white-space: nowrap;
	font-size: 12px;
	padding-left: 0;
	border-style: none;
	background-color: transparent;
	color: #000;
}
table.Report_Header tr.Report_Header_mapheader a {
	font-size: 12px;
}

table.Report_Header tr.Report_Header_mapheader span {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
}
table.Report_Header tr.Report_Header_mapbody span {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
}
/* Added on 04/08/2009 by Khushbu For a DataTable Block--------------------*/

table.DataTable_block {
	margin-bottom: 0;
	margin-top: 0px;
	width: 98%;
}
table.DataTable_block td {
	font-size: 12px;
	color: #000;
	vertical-align: top;
	line-height: 1.1em;
	/* border: 1px solid #daf0f5; */
	padding: 0px 0px 0px 0px;
}
table.DataTable_block tr.mapheader td {
	padding-right: 25px;
	font-weight: bold;
	white-space: nowrap;
	background: #83CBDE;
	font-size: 12px;
}
table.DataTable_block th {
	color: #666666;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	padding: 3px 7px 3px 0;
	border-bottom: 0px solid #ddd;
}

/*** Added below for Links.aspx ****/
tr.rowfillLink td {
	font-weight: normal;
	font-size: 12px;
	border-style: none;
	padding: 5px;
	border:0px;
}

tr.rowfillLinkAlt td {
	font-weight: normal;
	font-size: 12px;
	background-color: #DAF0F5;
	border-style: none;
	padding: 5px;
	border:0px;
}
/*****/

/*** Checkbox List control ***/
.cli_checkbox_list { VERTICAL-ALIGN:top;OVERFLOW:auto;border:1px #CCCCCC solid;padding:0px;text-align:left;}
.cli_checkbox_list table { width:90%; border-collapse:collapse;}
.cli_checkbox_list table tr td { padding:1px 0px 1px 0px;margin:0px; font-size:11px;vertical-align:middle;}
.cli_checkbox_list table tr.checked td {}
.cli_checkbox_list table tr td.lt { width:3%; }
.cli_checkbox_list table tr td.rt { width:97%; }

.InstructionsHelpHeaderText { padding: 5px 0px 5px 10px; font-weight: bold;font-size:12px; }

a.NoBorder:hover {
	border:0px;
	background-color: #FFF;
}
