/* Minification failed. Returning unminified contents.
(332,22): run-time error CSS1019: Unexpected token, found ':'
(332,22): run-time error CSS1042: Expected function, found ':'
(332,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(723,7): run-time error CSS1035: Expected colon, found '='
(975,1): run-time error CSS1019: Unexpected token, found '<'
(975,12): run-time error CSS1031: Expected selector, found '='
(975,12): run-time error CSS1025: Expected comma or open brace, found '='
 */
div.gridbox{
	overflow:hidden;
	text-align:left;
}
.dhx_sub_row
{
	background-color:white;
}
div.gridbox .xhdr{
	background-color:#D4D0C8;
}

div.gridbox table.obj{
	height:1px;
}
div.gridbox table.hdr td {
	font-family:arial;
	font-size:12px;
	background-Color:#D4D0C8;
	border: 1px solid;
	border-color : white Gray Gray white;
	text-align: center;
	margin:0px;
	padding:5px 0px 5px 0px ;
	font-weight:normal;
	-moz-user-select:none;    
	-moz-user-select:-moz-none;    
    overflow:hidden;
    empty-cells:show;
	}
div.gridbox table.hdr td div.hdrcell
{
    text-align:left;
    padding-left:10px;
	overflow:hidden;
}
div.gridbox table.obj td {
	border: 1px solid;
	border-color : white Gray Gray white;
	font-family:Arial;
	font-size:12px;
    -moz-user-select:none;
    -moz-user-select:-moz-none;   
    overflow:hidden;
    padding-top:0px;
    padding-bottom:0px;
    empty-cells:show;
	}
div.gridbox table.obj th, div.gridbox table.hdr th
{
    text-align:left;
	padding:0px 0px 0px 0px ;
	margin:0px 0px 0px 0px ;
	}

div.gridbox table.row20px tr  td{
    height:20px;
    white-space: nowrap;
    padding:0px;
}
div.gridbox .objbox {
	background-color:white;
	position:relative;
	}
div.gridbox table.obj td span.space, div.gridbox table.obj td img.space{
	width:18px;
	}
div.gridbox table.obj tr.rowselected td.cellselected, div.gridbox table.obj td.cellselected {
	background-color:#d8d8d8;
	color:black;
	}
div.gridbox table.obj tr.rowselected td{
	background-color:#e1e0d7;
	color:black;
	}
div.gridbox table.obj td.editable{
    -moz-user-select:text;
    }
div.gridbox table.obj td.group_row{
    vertical-align:middle; font-family:Tahoma; font-size:10pt; font-weight:bold; height:30px;  border:0px;  border-bottom: 2px solid navy; 
    }    

.dragSpanDiv{ 	font-size : 12px; 	border: 1px gray solid; background-color:white; z-index:999; }
.dhx_combo_select{
    font-family:arial;
    font-size:12px;
    border:1px solid;
    border-color:black silver silver black;
    background-color:white;
    overflow:hidden;
    cursor:default;
    position:absolute;
    height:auto;
    z-index:600;
}
.dhx_combo_edit{
    width:100%;
    border:0px;
    padding:0px;
    padding-right:1px !ie;
    margin:0px;
    font:12px arial;
    overflow:hidden;
}

.dhx_textarea{
    border:1px solid;
    border-color:black silver silver black;
    position:absolute;
	height:100px;
	z-index:600;
}
.dhx_clist{
    background-color:white;
    border:1px solid black;
    padding:2px 2px 2px 2px;
    z-index:300;
}
.gridDragLine{
   position:absolute;
   top:10px; left:0px;
   width:100%;
   height:2px;
   background-color:black;
   overflow:hidden;
}

/*paginal output*/
div.pagingBlock{
	font-size:12px;
	font-family:verdana,arial;
}
div.pagingBlock .pagingCurrentPage{
	font-weight:bold;
	cursor:default;
}
div.pagingBlock .pagingPage{
	cursor:pointer;
	text-decoration:underline;
}
span.recordsInfoBlock {
	font-size:12px;
	font-family:verdana,arial;
}
div.pagingBlock a{
	text-decoration:none;
	padding-right:2px;
	color:black;
	cursor:pointer;
}
div.pagingBlock a.dhx_not_active{
	text-decoration:none;
	cursor:default;
}
/*class for toolbar selectbox. used with pagingWT*/
.toolbar_select{
	font-size:10px;
}

/*block selection style*/
.dhtmlxGrid_selection {
   -moz-opacity: 0.5;
   filter: alpha(opacity = 50);
   background-color:yellow;
   opacity:0.5;
   border: 1px dotted black;
}

/* xp skin ------------------------------------------------------*/
div.gridbox_xp{
	border:1px solid lightgrey;
}
div.gridbox_xp .xhdr{
	background-image:url('imgs/header_bg_60.gif');
}
div.gridbox_xp table.hdr td {
	color:#616161;
	background-image:url('imgs/header_bg_60.gif');
	border:0px;
	text-align: center;
	margin:0px;
	padding:5px 0px 5px 0px ;
	font-weight:bold;
    -moz-user-select:none;
    -moz-user-select:-moz-none;    
    overflow:hidden;
	}
div.gridbox_xp table.hdr td div.hdrcell{
	border-left: 1px solid white;
	border-right: 1px solid gray;
	height:16px;
	white-space : nowrap;
	font-family:Arial;
	font-size:12px;
}
div.gridbox_xp table.obj td {
	border:0px;
	border-bottom: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	font-family:Arial;
	font-size:12px;
    -moz-user-select:none;
    -moz-user-select:-moz-none;    
    overflow:hidden;
    padding-top:0px;
    padding-bottom:0px;
	}
div.gridbox_xp table.obj tr.rowselected td{
	background-color:whitesmoke;
	color:black;
	}
div.gridbox_xp table.obj tr.rowselected td.cellselected, div.gridbox table.obj td.cellselected {
	background-color:whitesmoke;
	}
div.gridbox_xp table.row20px tr  td{
    height:22px;
    white-space: nowrap;
    padding:1px;
}

/* gray skin --------------------------------------------------*/

div.gridbox_gray {
	border:1px solid gray;
	background-color:#D4D0C8;
}

/* mt skin ------------------------------------------------------*/
div.gridbox_mt{
	border:1px solid lightgrey;
}
div.gridbox_mt .dhx_sub_row
{
	background-color:transparent;
}
div.gridbox_mt .xhdr{
	background-image:url('imgs/header_bg.gif');
}
div.gridbox_mt .xhdr_last{
	border:0px;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
}
div.gridbox_mt table.hdr td {
	color:#616161;
	border:0px;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	text-align: center;
	margin:0px;
	background-image:url('imgs/header_bg.gif');
	padding: 0px 0px 0px 0px;
	-moz-user-select:none;
	-moz-user-select:-moz-none;    
	overflow:hidden;
	}
div.gridbox_mt table.hdr td div.hdrcell{
	height:16px;
	white-space : nowrap;
	font-family:Verdana;
	font-size:12px;
}
div.gridbox_mt table.obj td {
	border:0px;
	border-bottom: 1px solid lightgrey;
	border-right: 0px solid lightgrey;
	font-family:Verdana;
	font-size:12px;
    -moz-user-select:none;
    -moz-user-select:-moz-none;    
    overflow:hidden;
    padding-top:0px;
    padding-bottom:0px;
	}
div.gridbox_mt table.obj tr.rowselected td{
	background-color:#D6D3FA;
	color:black;
	}
div.gridbox_mt table.obj tr.rowselected td.cellselected, div.gridbox table.obj td.cellselected {
	background-color:#D6D3FA;
	}
div.gridbox_mt table.row20px tr  td{
    height:22px;
    white-space: nowrap;
    padding:1px;
}

/*------------------------------------------------------------*/


div.gridbox div.ftr{
  position:absolute;
  left:0px;
  bottom:1px;
  width:100%;
  overflow:hidden;
}

div.gridbox div.ftr td {
		padding:0px;
		padding-left:10px;
		padding-right:5px;
		border-top:1px solid gray;
		border-right:1px solid gray;
		background-color:#ffffcc;
		font-style : italic;
		font-family:arial;
		font-size:12px;
		overflow:hidden;
	}

div.gridbox table.hdr td.columnTargetR div.hdrcell{
	border-right:3px double #FF6600;
	border-left:3px solid #D4D0C8;
}

div.gridbox table.hdr td.columnTargetL div.hdrcell{
	border-right:3px solid #D4D0C8;
	border-left:3px double #FF6600;
}

.dhx_dragColDiv{
	font-family:Arial;
	font-size:12px;
	background-color:#D4D0C8;
	border: 1px solid;
	border-color : white Gray Gray white;
	text-align: center;
	margin:0px;
	padding:5px 20px 5px 20px ;
	font-weight:normal;
	filter:alpha(opacity:75);
	-moz-opacity:0.75;
	opacity:0.75;
}


/*light*/
div.gridbox_light {
  border:1px solid  #c2d5dc;
}
div.gridbox_light .xhdr{
	background-image:url(imgs/skin_light_header.png);
}
div.gridbox_light .xhdr_last{
	border: 1px solid;
	border-color : #FDFDFD #93AFBA #93AFBA #FDFDFD;
}

div.gridbox_light table.hdr{
	background-image:url(imgs/skin_light_header.png);
}

div.gridbox_light table.hdr td {
	border: 1px solid;
	border-color : #FDFDFD #93AFBA #93AFBA #FDFDFD;
	background-color:transparent;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#055A78;
	vertical-align:top;
	text-align:left;
}
div.gridbox_light table.hdr td div.hdrcell{
	width:auto;
	padding-left:10px;
}
div.gridbox_light table.hdr .filter{
	padding-left:0px !important;
	text-align:center;
	-moz-user-select:text;
}
div.gridbox_light table.obj td {
	border-width: 0px 1px 0px 1px;
	border-left: 1px solid white;
	border-right: 1px solid #D6D6D6;
	font-family:Tahoma;
	font-size:11px;
	padding-right:4px;
	padding-left:4px;
}
div.gridbox_light table.obj{
	border-bottom: 1px solid #D6D6D6;
}
div.gridbox_light table.row20px tr td {
	padding-right:4px;
	padding-left:4px;
}
div.gridbox_light .dhx_combo_edit{
  font-family:Tahoma;
	font-size:11px;
}
div.gridbox_light table.obj tr.rowselected td{
	background-color:#ededed;
	color:black;
	}
div.gridbox_light table.obj tr.rowselected td.cellselected, div.gridbox table.obj td.cellselected {
	background-color:#ededed;
	}
div.gridbox_light .odd_light{
	background-color:#E5F2F8;
}

div.gridbox_light div.ftr td {
	empty-cells:show;
}


/*modern*/
div.gridbox_modern {
  border:1px solid  #D6D6D6;
}
div.gridbox_modern .dhx_sub_row
{
	background-color:transparent;
}
div.gridbox_modern .xhdr{
	background-image:url(imgs/skin_modern_header.png);
}
div.gridbox_modern .xhdr_last{
	border: 1px solid;
	border-color : #FDFDFD #B5B5B5 #B5B5B5 #FDFDFD;
}
div.gridbox_modern table.hdr{
	background-image:url(imgs/skin_modern_header.png);
}

div.gridbox_modern table.hdr td {
	border-right:1px solid #B5B5B5;
	border-left:1px solid #FDFDFD;
	border-top:1px solid #FDFDFD;
	border-bottom:1px solid #B5B5B5;

	background-color:transparent;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#055A78;
	vertical-align:top;
	text-align:left;
}
div.gridbox_modern table.hdr td div.hdrcell{
	width:auto;
	padding-left:10px;
}
div.gridbox_modern table.hdr .filter{
	padding-left:0px !important;
	text-align:center;
}
div.gridbox_modern table.obj td {
	border: 0px solid;
	font-family:Tahoma;
	font-size:11px;
	padding-right:4px;
	padding-left:4px;
}
div.gridbox_modern table.row20px tr td {
	padding-right:4px;
	padding-left:4px;
}
div.gridbox_modern .dhx_combo_edit{
  font-family:Tahoma;
	font-size:11px;
}
div.gridbox_modern table.obj tr.rowselected td{
	background-color:#9ac2e5;
	color:black;
	}
div.gridbox_modern table.obj tr.rowselected td.cellselected, div.gridbox table.obj td.cellselected {
	background-color:#9ac2e5;
	}
div.gridbox_modern .odd_modern{
	background-color:#EDEDED;
}
div.gridbox_modern div.ftr td {
		padding:0px;
		padding-left:10px;
		padding-right:5px;
		border-top:0px solid gray;
		border-right:0px solid gray;
		background-color:#ffffcc;
		font-style : italic;
		font-family:arial;
		font-size:12px;
	}



/*clear*/
div.gridbox_clear .xhdr{
	background-color:transparent;
}
div.gridbox_clear div.topMumba{
     position:absolute;
	 left:0px;
	 width:100%;
	 height:3px;
	 background-image:url(imgs/skinC_header.png);
	 overflow:hidden;
	 padding:0px;
	 margin:0px;
}
div.gridbox_clear div.bottomMumba{
     position:absolute;
	 left:0px;
	 width:100%;
	 height:3px;
	 background-image:url(imgs/skinD_header.png);
	 overflow:hidden;
}
div.gridbox_clear div.bottomMumba img,div.gridbox_clear div.topMumba img{
	border:0px;
	position:absolute;
	top:0px;
}

div.gridbox_clear{
	padding-left: 10px;
	padding-right: 10px;
}

div.gridbox_clear table.hdr td {
	border:0px;
	background-color:transparent;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#055A78;
	vertical-align:top;
	text-align:left;
}
div.gridbox_clear table.hdr td div.hdrcell{
	width:auto;
	padding-left:10px;
	padding-bottom:2px;
}
div.gridbox_clear table.hdr .filter{
	padding-left:0px !important;
	text-align:center;
}
div.gridbox_clear table.obj td {
    border-width:  0px 1px 0px 0px ;
	border-color:#D6D6D6;
	font-family:Tahoma;
	font-size:11px;
	padding-right:4px;
	padding-left:4px;
}
div.gridbox_clear table.row20px tr td {
	padding-right:4px;
	padding-left:4px;
}
div.gridbox_clear .dhx_combo_edit{
  font-family:Tahoma;
	font-size:11px;
}
div.gridbox_clear .odd_clear{
	background-color:#E5F2F8;
}

div.gridbox_clear div.ftr td {
		padding:0px;
		padding-left:10px;
		padding-right:5px;
		border-top:1px solid gray;
		border-right:0px solid gray;
		background-color:#ffffcc;
		font-style : italic;
		font-family:arial;
		font-size:12px;
	}


/*sb dark*/

div.gridbox_sbdark .objbox {
    background: #313131 !important;
}

div.gridbox_sbdark .xhdr{
	background-color:#313131;
}
div.gridbox_sbdark .xhdr_last{
	border: 1px solid;
	border-color : #474948 #202220 #202220 #202220;
}

div.gridbox_sbdark {      
      background: #313131 !important; 
}

div.gridbox_sbdark table {
    border-collapse: collapse;
}

div.gridbox_sbdark table.hdr tr  {
    border-top: 1px solid #202220;
}

div.gridbox_sbdark table.hdr, 
div.gridbox_sbdark table.hdr td {
    border-right:1px solid #202220;
    border-left:1px solid #202220;
    border-top: 1px solid #474948;
    border-bottom:1px solid #202220;
    background-color: #313131;
    
    font-size:11px; 
    color:#8A8F84;
    vertical-align:top;
    text-align:left;
    padding: 2px 5px;
}

div.gridbox_sbdark .hdrcell {
    padding-left: 0px !important;
    font-family: 'Lucida Sans Unicode','Tahoma'; 
}

div.gridbox_sbdark table.hdr td div.hdrcell{
    width:auto;
    padding-left:10px;
}

div.gridbox_sbdark table.obj td {
    border-width: 0px 1px 0px 1px;
    border-left: 1px solid #202220;
    border-right: 1px solid #EDF3F0;
    font-family: 'Consolas','Lucida Sans Unicode','Tahoma';
    font-size:11px;    
}

div.gridbox_sbdark table.row20px tr td {
    padding: 0px 5px !important; 
    text-indent:1px;
}

div.gridbox_sbdark .dhx_combo_edit{
    font-family: 'Lucida Sans Unicode','Tahoma';
    font-size:11px;
}

div.gridbox_sbdark table.obj tr.rowselected td, 
div.gridbox_sbdark table.obj tr:hover, 
div.gridbox_sbdark .odd_light:hover {
    background-color: #8A8F84;
    color: white !important;
}

div.gridbox_sbdark table.obj tr.rowselected td.cellselected , 
div.gridbox_sbdark table.obj td.cellselected {
    background-color:#8A8F84;
}

div.gridbox_sbdark .cellselected {
    background-color: #6e6f64 !important;    
}

div.gridbox_sbdark .ev_sbdark {
    background-color: #FFFFFF;
}

div.gridbox_sbdark .odd_sbdark {
    background-color:#EDF3F0;
} 

.dhtmlx_live_validation_error{
	background-color:#FFE0E0 !important;
}
.dhtmlx_validation_error{
    border-bottom:2px solid red !important;
}
.dhx_header_cmenu{
   background-color:#ffffff;
   border:2px outset silver;
   z-index:2;
  }
.dhx_header_cmenu_item{
  white-space:nowrap;
 }
div.gridbox_dhx_skyblue div.ftr td{
	text-align:right;
	background-image:url(./imgs/sky_blue_grid.gif);
	border-color:#A4BED4;
}
div.gridbox table.hdr td:last-child {
	border-right-width: 0px !important;
}
div.gridbox_dhx_skyblue .xhdr{
	/*background-image:url(../imgs/sky_blue_grid.gif); #C5C7CA*/
	background: -moz-linear-gradient(top,  #FFFFFF,  #CFD1D3) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFD1D3)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CFD1D3') !important; 
    border-bottom: solid 1px #CFD1D3;/*#A4B1BF;	*/
} 

div.gridbox_dhx_skyblue table.hdr tr{
	/*background-image:url(../imgs/sky_blue_grid.gif);*/
	background-position:0px -1px\9;
}
body:nth-of-type(1) div.gridbox_dhx_skyblue table.hdr tr{
	/*background-image:url(../imgs/sky_blue_grid.gif);
	background-position:0px -1px;*/
	background: -moz-linear-gradient(top,  #FFFFFF,  #CFD1D3) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFD1D3)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CFD1D3') !important;
}

div.gridbox_dhx_skyblue table.obj tr td{
	font-family:Arial;
	font-size:11px;
	border-bottom:none;
	padding-right:4px;
	padding-left:5px;
	border-right:solid 1px #e9f0fa;
}
div.gridbox_dhx_skyblue table.hdr td div.hdrcell{
	padding-left:7px;
	width:auto;
}
html > body /**/ div.gridbox_dhx_skyblue table.hdr td div.hdrcell{
	width=100%;
}
div.gridbox_dhx_skyblue table.hdr td {
	border-width: 1px 1px 1px 1px;
	border-color : #FDFDFD #A4B1BF #A4B1BF #FDFDFD;
	background-color:transparent;	
	font-family:Arial;
	font-size:11px;
	color:black;
	vertical-align:top;
	text-align:left;
	border-bottom:none;
}

div.gridbox_dhx_skyblue {
  border:1px solid  #A4B1BF;
}
div.gridbox table.obj tr  td{
    padding-top:1px;
    padding-bottom:1px;
}
* html .gridbox .obj td{
    height:auto;
    padding-top:1px;
    padding-bottom:1px;
}
div.gridbox table.obj.row20px tr  td{
    padding-top:0px;
    padding-bottom:0px;
}

div.gridbox table.obj tr  td.editable{
    padding:0px;
}
div.gridbox table.obj tr  td.editable div.treegrid_cell{
	padding-left:4px;
	padding-top:1px;
}
div.gridbox_dhx_skyblue table.obj tr.rowselected{
	background-color:#FFF1CC;
}
div.gridbox_dhx_skyblue table.obj tr.rowselected td{
	background-color:#FFF1CC;
	background-repeat:repeat-x;
	background-position:0px 0px;	
	/*background-image:url(../imgs/sky_blue_sel2.png);*/
}
div.gridbox_dhx_skyblue table.obj.row20px tr.rowselected td{
	background-repeat:repeat-x;
	background-position:0px 0px;	
	/*background-image:url(../imgs/sky_blue_sel.png);*/
}

div.gridbox_dhx_skyblue table.obj tr.rowselected td.cellselected {
	background-color:#FFF1CC;
}
div.gridbox_dhx_skyblue .odd_dhx_skyblue{
    background-color: #E5E5E5 !important;/*#e9f0f8;*/
	
}
.dhx_combo_select, .gridbox_dhx_skyblue .dhx_combo_edit, .gridbox_dhx_skyblue .dhx_textarea{
    font-family:Tahoma;
    font-size:11px;
}
.gridbox_dhx_skyblue .dhx_combo_edit{
	padding:1px 0px 1px 1px;
}
.gridbox_dhx_skyblue .dhx_sub_row {
	background-color:transparent;
}
/*Start: added by gprasad*/
div.gridbox_dhx_blue table.row20px tr td{
height: 24px;
}
div.gridbox table.obj td {
height: 24px;
}
/*Stop: added by gprasad*/


input[type="checkbox"], input[type="radio"] {
    background: transparent;
    border: 0;
}

.displayBox {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    border: 1px solid #06406E;
    width: 896px;
}

.headerBar {
    overflow: auto;
    height: 25px;
    vertical-align: middle;
    padding-top: 6px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#215D8D', endColorstr='#0A406B')";
    background: -webkit-gradient(linear, left top, left bottom, from(#215D8D), to(#0A406B));
    background: -moz-linear-gradient(top, #215D8D, #0A406B);
    background: -linear-gradient(top, #215D8D, #0A406B);
    background: -ms-radial-gradient(top, #215D8D, #0A406B);
}

.headerTitle {
    color: white;
    float: left;
    margin-left: 10px;
    font-weight: bold;
}

.headerEstimate {
    float: right;
    margin-right: 10px;
    font-weight: bold;
}

.boxBorderLeft {
    border-left: 1px solid #ADB8C7;
}

.estimates {
    color: white;
    margin-left: 8px;
}

.actual {
    color: orange;
    margin-left: 8px;
}

.estimateLabel {
    margin-right: 5px;
    color: white;
}

.actualLabel {
    margin-right: 5px;
    color: orange;
}

.pageTitle {
    font-size: 20px;
    padding-top: 20px;
}

.pageTitleDiv {
    height: 50px;
}

.helpButton {
    color: #0f4168;
}

.categoryDiv {
    font-size: 12px;
}

.sizeFormatDiv {
    font-size: 12px;
}

.billingOptions {
    font-size: 11px;
}

.estimateLabel {
    margin-right: 5px;
}

.actualLabel {
    margin-right: 5px;
}

.colTitle {
    font-weight: bold;
    font-size: 11px;
    padding-top: 5px;
}

.moneyField {
    text-align: right;
}

.scTable {
    color: black;
    border-collapse: collapse;
}

    .scTable label {
        text-align: left !important;
        font-size: 11px;
        width: 85px;
        display: block;
        float: left;
        font-weight: bold;
        color: black;
    }

    .scTable .selectSpan {
        font-size: 11px;
    }

.infoCol {
    float: left;
    width: 213px;
    height: 220px;
    padding-left: 5px;
    padding-right: 5px;
}

/*Ribbon common css*/
.ribbonRightButtons {
    list-style-type: none;
    display: inline;
    margin-right: 30px;
    float: right;
}

    .ribbonRightButtons li {
        margin-top: -50px;
    }

.buttonImg {
    width: 14px;
    height: 8px;
}
/* common footer styles */
.footerBar {
    height: 24px;
    background-color: #DDE8F8;
    width: 896px; /* Bug# 65899 */
    border-top: 1px solid #06406E;
}

.footerLink {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    color: #06406E;
    font-size: 11px;
}

.footerImg {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

/* CL_CampaignLibrary.ascx */

<style type="text/css" > #TE_ImageTemplate {
    height: 220px;
    width: 220px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#TE_ImageHeader {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #C7DAF3;
    word-wrap: break-word;
}

#TE_Image {
    width: 100%;
    height: 160px;
}

#TEDialog_ImageDiv {
    margin-top: 4px;
}

.templateBox {
    width: 200px;
    height: 200px;
    padding: 10px;
    float: left;
    /*background: -moz-linear-gradient(top,  #dee7f7,  #FFFFFF);
	    background: -webkit-gradient(linear, left top, left bottom, from(#dee7f7), to(#FFFFFF));
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dee7f7', endColorstr='#FFFFFF');*/
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #42698c;
    background: #dee7f7; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMWRiZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dee7f7 0%, #FFFFFF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dee7f7), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dee7f7 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dee7f7 0%,#FFFFFF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dee7f7 0%,#FFFFFF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dee7f7 0%,#FFFFFF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee7f7', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-8 */
}

.templateTitle {
    height: 30px;
    font-size: 13px;
    word-wrap: break-word;
    text-align: center;
    z-index: 99;
}

.templateOverlay {
    display: none;
    width: 220px !important;
    position: relative;
    top: -200px;
    left: -10px;
}

.templateThumbNail {
    width: 200px;
}

#templateContainer {
    margin-top: 23px;
    margin-bottom: 23px;
    margin-left: 42px;
    /*overflow-y: scroll;*/
    width: 950px;
    height: 465px;
}

#bodyContainer {
    margin-left: 20px;
}

/*CL_TemplateDialog.ascx*/
#TEDialog {
    height: 400px !important;
    width: 400px !important;
    padding: 20px;
    background-image: url("~/cm/images/TEDialog/DialogBG.png");
}

#TEDialog_CornerImage {
    position: absolute;
    top: -2px;
    right: 33px;
}

#TEDialog_Header {
}

#TEDialog_ImageContainer {
    height: 288px !important;
    width: 360px !important;
    margin-left: 5px;
}

#TEDialog_DataDiv table {
}

#TEDialog_TitleDiv {
    padding-right: 20px;
}

#TEDialog_Title {
    font-size: 13px;
    font-weight: bold;
    color: #C7DAF3;
    display: block;
    text-align: left;
    padding-left: 3px;
}

#TEDialog_DataDiv td {
    width: 180px;
}

#TEDialog_DataDiv tr {
    height: 12px !important;
}

#TEDialog_DataDiv {
    font-size: 11px;
    color: white;
}

.TEDialogOverlay {
    background-image: url("/cm/images/TEDialog/GradientOverlay.png");
}

/*CL_Ribbon.ascx*/
#topRibbon {
    height: 78px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    border-top-width: 1px;
    color: black !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#C5C7CA')";
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C5C7CA));
    background: -moz-linear-gradient(top, #FFFFFF, #C5C7CA);
}

#topLine ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 6px;
    padding-bottom: 11px !important;
}

#bottomLine ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#topLine {
    margin-left: -10px;
}

#bottomLine {
    margin-left: -10px;
}

#displayButtons li {
    float: right;
    padding-right: 10px;
    color: black;
}

#filterBoxes li {
    float: left;
    padding-right: 15px;
    padding-top: 5px;
}

#filterBoxes select {
    width: 145px;
}

#programNameDiv {
    font-size: 20px;
    margin-left: 30px;
    height: 50px;
    width: 901px;
}

#programName {
    padding-top: 21px;
}

#filterCheckBoxes li {
    float: left;
    padding-right: 15px;
}

#fireFilter {
    margin-left: 105px;
}

#helpButton {
    color: #0f4168;
}

/*OC_OrderConfirmation.ascx */
#EditLinkDiv {
    text-align: center;
    margin-left: 15px;
}

    #EditLinkDiv a {
        color: black;
        font-size: 16px;
    }

#OrderStatusDiv {
    display: inline-block;
    float: right;
    margin-top: 5px;
}

#OrderStatusDiv {
    font-size: 16px;
}

#SC_RibbonButtons {
    margin-left: 340px;
    margin-top: 20px;
}

#scSave {
    margin-right: 10px;
    width: 210px;
}

#scSubmitOrder {
    width: 90px;
}

/*SC_Campaign.ascx*/

#SC_CampaignTable input {
    width: 115px;
    font-size: 11px;
    font-weight: normal !important;
}

#SC_Campaign label {
    width: 95px;
}

#SC_CampaignTable .fieldDiv {
    margin-left: 0px !important;
    clear: left;
}

#SC_CampaignTable #shippingSaleInfo {
    font-weight: normal;
    font-size: 11px;
}

#SCP_ShipAddress {
    height: 120px;
}

#sizeFormat {
    width: 120px;
    word-wrap: normal;
    float: left;
    font-weight: normal;
    font-size: 11px;
}

#sizeFormatDiv * {
    float: left;
}

/*#sizeLabel
    {
        width: 95px;
        float: left;
    }*/


#SC_BillingInfo input {
    width: 125px;
}

.specialInstructions {
    overflow-y: auto;
    font-size: 11px;
    height: 95px;
}

body {
    margin: 0;
    padding: 0;
    /*font: 10px normal Arial, Helvetica, sans-serif;*/
}

* {
    padding: 0;
    outline: none;
}

img {
    border: none;
}


input {
    font-size: 11px;
    border: solid 1px #0b314f;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    background: #f6f9fd;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.4);
    box-shadow: inset 0 0 4px rgba(0,0,0,.4);
    padding: 3px 0px 3px 3px;
}

.grayMoreButton {
    background: #ebebeb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #686868;
    text-decoration: none;
    padding: 0px 7px 0px;
}

.container {
    overflow: hidden;
    width: 650px;
    margin-left: 30px;
    height: 230px;
    position: relative;
    top: -230px;
    text-shadow: none;
}

#main {
    padding: 10px;
    background: #dce6ee;
    border: 1px solid #ccc;
    position: relative;
}
/*a {color: #fff;}*/
/*--Main Image Preview--*/
.main_image {
    width: 439px;
    height: 227px;
    float: left;
    /*background: #333;*/
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 1px solid #b3bdc6;
}

    .main_image h2 {
        font-size: 2em;
        font-weight: normal;
        margin: 0 0 5px;
        padding: 10px;
    }


    .main_image .desc {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: none;
    }

    .main_image .block {
        width: 100%;
        background: #111;
        border-top: 1px solid #000;
        display: none;
    }

.image_thumb {
    float: left;
    width: 207px;
    height: 227px;
    background: #f0f0f0;
    /*border-right: 1px solid #fff;*/
    border-top: 1px solid #b3bdc6;
    border-right: 1px solid #b3bdc6;
    border-bottom: 1px solid #b3bdc6;
}

    .image_thumb img {
        /*border: 1px solid #ccc; 
padding: 5px;*/
        /*background: #fff; */
        float: left;
        vertical-align: middle;
        position: relative;
        bottom: 10px;
    }

    .image_thumb ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .image_thumb ul li {
            margin: 0;
            padding: 12px 10px;
            /*background: #f0f0f0 url(image-rotator/nav_a.gif) repeat-x;*/
            width: 249px;
            float: left;
            height: 49.5px;
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #fff;
            border-left: 1px solid #ccc;
        }

            .image_thumb ul li.active {
                background: #fff;
                cursor: default;
            }

            .image_thumb ul li .block {
                float: left;
                margin-left: 10px;
                padding-top: 12px;
                width: 85px;
            }

.learnMore {
    position: absolute;
    bottom: 35px;
    left: 35px;
    z-index: 99;
}

    .learnMore a {
        text-decoration: none;
    }

.myEventName {
    font-size: 9pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #0f4168;
    line-height: 16px;
    vertical-align: middle;
    top: 50px;
}

#htmlcaption {
    position: absolute;
    bottom: 30px;
}

.myCell {
    background-image: url(/cm/homePage/images/HomeBackground.png);
    background-repeat: no-repeat;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 22px;
    /*text-shadow: 1px 0px 0px #000;*/
}

.learnMoreButton {
    position: absolute;
    z-index: 100;
    top: 203px;
    left: 786px;
}

.RSSEvent {
    position: relative;
    left: 765px;
    width: 170px;
    top: -80px;
    line-height: 18px;
}

    .RSSEvent img {
        position: relative;
        top: 2px;
    }

    .RSSEvent h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13pt;
        color: #003366;
        font-weight: normal;
        /*text-shadow: 1px 0px 0px #003366;*/
    }

.RSSDate {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #669999;
    letter-spacing: 1px;
    text-shadow: none;
    top: 3px;
}

.RSSText {
    position: relative;
    left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-smooth: always;
    font-weight: 500;
    top: 5px;
    /*text-shadow:1px 0px 0px #000;*/
}

    .RSSText a {
        float: right;
        right: 10px;
        ;
    }

.RSSNews {
    position: relative;
    left: 765px;
    width: 170px;
    line-height: 18px;
}

    .RSSNews img {
        position: relative;
        top: 5px;
    }

    .RSSNews h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #003366;
        font-weight: normal;
        /*text-shadow: 1px 0px 0px #003366;*/
    }

.RSSDealer {
    position: relative;
    left: 765px;
    width: 170px;
    top: 5px;
    line-height: 18px;
}

    .RSSDealer img {
        position: relative;
        top: 2px;
    }

    .RSSDealer h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #003366;
        font-weight: normal;
        /*text-shadow: 1px 0px 0px #003366;*/
    }


#dealerName {
    display: inline-block;
    /*overflow:hidden;
max-width:80px;
white-space:nowrap;
text-overflow: ellipsis;  
-o-text-overflow: ellipsis;  
-ms-text-overflow: ellipsis;*/
    float: right;
    text-align: left;
}

.UserClass {
    width: 280px;
    text-align: right;
    background-position: right top;
}

#welcomeMessage {
    display: inline-block;
    vertical-align: top;
    float: right;
}

#footer_navigation {
    height: 118px;
    width: 970px;
    text-align: center;
    background: url(/cm/images/footerBG.png?v=1);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.footerText {
    position: relative;
    top: 67px;
}

.homepageCapsuleImage {
    float: left;
    width: 203px;
    margin: auto;
    padding-left: 30px;
    padding-top: 30px;
}

.homepageCapsuleCaption {
    padding-top: 10px;
    font-size: 11px;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 20;
    controlNavThumbs: true;
    controlNavThumbsReplace: '_thumb.png';
}

.nivo-directionNav {
    display: block !important; /* ALWAYS show the arrows */
}


/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    position: relative;
    bottom: -0px; /* Put the nav below the slider */
    margin-left: 30px;
    display: none;
}

    .nivo-controlNav img {
        display: inline;
        position: relative;
        top: 14px;
        margin-right: -7px;
        margin-left: -7px;
    }

    .nivo-controlNav a {
        font-weight: normal;
        cursor: pointer;
        position: relative;
        font-size: 24px;
        bottom: 7px;
        background-image: url(/cm/homePage/images/tabBlue.png);
        background-repeat: repeat-x;
        margin-right: 15px;
        vertical-align: bottom;
        border-right: 1px solid #336699;
        border-bottom: 1px solid #336699;
        border-left: 1px solid #336699;
        z-index: 20;
        line-height: 18px;
    }

        .nivo-controlNav a.active {
            font-weight: bold;
            background-image: url(/cm/homePage/images/tabWhite.png);
            background-repeat: repeat-x;
            font-size: 24px;
            bottom: 7px;
            margin-right: 15px;
            border-right: 1px solid #336699;
            border-bottom: 1px solid #336699;
            border-left: 1px solid #336699;
            z-index: 20;
        }

.dhx_dataview_item {
    width: 174px !important;
    margin: 15px 29px 15px 29px !important;
}

#dvHMDivider {
    padding-top: 20px;
    padding-left: 7px;
}

#dashboardLearnHM, #dashboardMessagesHM {
    padding-top: 20px;
}

#dashboardMessagesList, #dashboardLearnList {
    padding-top: 37px;
    padding-bottom: 37px;
    width: 100%;
}

#h3mDashboard {
    font-size: 10pt;
    padding-left: 20px;
}

#btnMessage1, #btnNews1 {
    float: right;
    margin-right: 37px;
    margin-top: 6px;
    padding: 0.1em 0.1em 0.2em 0.4em;
}

#HM_ProductAdminGrids .viewButton {
    height: 5px;
    padding-top: 1px !important;
    margin-right: 6px;
}

.featuredCampaignLinkButton {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    text-align: center;
    padding-top: 10px;
}

#passAccept {
    color: red;
}

.changePwdWidth {
    width: 170px;
}

.changeRstPwdWidth {
    width: 200px;
    margin-left: 5px;
}


.confirmPass {
    position: relative;
    top: -10px;
}

#CancelBtn {
    position: relative;
    top: -10px;
    margin-left: 1px !important;
}

#ChangePwdButton {
    position: relative;
    top: -10px;
}

#newPass {
    position: relative;
}

#AFP_ChangePwd #ResetPwdCancelButton {
    position: relative;
    top: -10px;
}

#AFP_ChangePwd label {
    font-size: 15px;
    color: #414042;
    float: right;
    padding-right: 2px;
    padding-bottom: 2px;
    text-align: right;
}


#AFP_ResetPwd label {
    font-size: 15px;
    color: #414042;
    float: right;
    padding-right: 2px;
    padding-bottom: 2px;
    text-align: right;
}

#ResetBoxAlert #ResetAlert {
    float: left !important;
    padding-top: 10px;
    width: 100%;
    font-weight: 700;
    text-align: left !important;
}

#ResetBoxAlert #ResetAlertTitle {
    float: left !important;        
    text-align: left !important;
    font-weight: normal !important;
    padding-top: 5px !important;
    padding-bottom: 15px;
}

.ResetPasswordLabelBold {
    font-weight: bold !important;
    width: 170px;
}

#ui-dialog-title-AFP_ChangePwd {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

#AFP_ChangePwd {
    height: 260px !important;
}
/* START: styles class for dealer dashboard grid */

.dashboard-container, .resource-dashboard-container, .dashboard-spinner, .dashboard-header-container, .resource-dashboard-header-container, .intro-container, .grid-search-container, .grid-search-resource-container, .dashboard-container-premium-only {
    position: relative;
    float: left;
    left: 20px;
}

.dashboard-container {
    display: none;
    width: 680px;
    height: 100%;
    padding-bottom: 15px;
    
}

.dashboard-spinner {
    float: none;
}

    .dashboard-spinner img {
        margin: -25px 50%;
    }

.dashboard-header-container {
    width: 99.99999999%;
}

    .dashboard-header-container > h1 {
        left: 0;
    }

.intro-container, .grid-search-container, .grid-search-resource-container {
    left: 0;
    padding-bottom: 10px;
}

.intro-container {
    width: 69.99999999%;
}

.grid-search-container, .grid-search-resource-container {
    width: 29.99999999%;
}

    .grid-search-container > input, .grid-search-resource-container > input, .grid-search-container > a, .grid-search-resource-container > a {
        float: right;
        top: 0;
        padding-right: 10px;
    }

.dashboard-container-premium-only {
    float: right;
    width: 680px;
    height: 100%;
    padding-right: 40px;
    left: 0px;
}

.premium-only-header, .premium-intro-container, .premium-grid-search-container {
    padding-right: 15px;
}

    .premium-only-header > h1 {
        left: 0;
    }

    .premium-grid-search-container > input, .premium-grid-search-container > a {
        float: right;
    }

.premium-grid-search-container {
    padding-bottom: 30px;
}

.resource-dashboard-container {
    width: 100%;
    height: 100%;
    left: 0;
    padding-bottom: 30px;
}

.resource-dashboard-header-container {
    width: 99.99999999%;
    left: 0;
}

.grid-search-resource-container {
    float: right;
    top: 0;
    padding-right: 10px;
}
/* END: styles class for dealer dashboard grid */


#ui-dialog-title-AFP_Select, #ui-dialog-title-AFU_UI, #ui-dialog-title-AFP_UI, #ui-dialog-title-SaveCancelDialog {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

.MyCartItemsTitle {
    color: #383838 !important;
    font-size: 12px;
    font-weight: bold;
}



.dhx_dataview_dish2_item, .dhx_dataview_dish2_item_selected
{
	background: -moz-linear-gradient(top,  #dee7f7,  #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#dee7f7), to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dee7f7', endColorstr='#FFFFFF');
	height:136px;width:288px;cursor:default;
	float:left;
    border:1px solid #42698c;
}

.dhx_dataview_dish2_item_selected
{
	background-position:0px -136px;
}
       
 .dish2 .dish_img 
{
	margin-top:10px; position:relative;
	height:145px;
	width:157px;
    	z-index:99; 
	background-repeat:no-repeat;
} 

.dish2 .nm 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#08416b;
	z-index:101; 
} 
.dish2 .body
{
	z-index: 100; 
}


.dhx_dataview_dish2_item
{
	height:136px;
	width:288px;
	cursor:default;
	float:left;
	background-repeat:repeat;
}

.dhx_dataview_dish2_item_selected
{
	background-image:url(/cm/images/bg_2.gif);
	height:136px;width:288px;
	cursor:default;
	float:left;
	background-repeat:repeat;
}

.dhx_dataview_dish2_item:hover
{
	background: -moz-linear-gradient(top,  #2f6fb6,  #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#2f6fb6), to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f6fb6', endColorstr='#FFFFFF');
	height:136px;
	width:288px;
	cursor:default;
	float:left;
	background-repeat:repeat;
}
	
.dhx_dataview_dish2_item_selected:hover
{
	background: -moz-linear-gradient(top,  #2f6fb6,  #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#2f6fb6), to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f6fb6', endColorstr='#FFFFFF');
	height:136px;
	width:288px;cursor:default;
	float:left;
	background-repeat:repeat;
}

.dish2 .dish_img 
{ 
	margin-top:10px; 
	position:relative; 
	height:145px; 
	width:157px;
	z-index:99; 
}

.dish2 .price
{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	height:20px;
	width:60px;
	float:right
}

*+html .dish2 .price
{
float:none;
top:-100px;
}

.dish2 .body
{
	z-index: 100;
	width:70px;
}

.dish2 .nm
{
	position:absolute;
	top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;	
	color:#08416b;
	z-index:101;
	overflow:visible;
	width:75px; 
}

*+html .dish2 .nm
{
top:-160px;
}

*+html #data_container
{
margin-top:20px;
}

*+html .dhx_dataview_dish2_item
{
position:relative;
}
