﻿ html, body, form
        {
        	            /* background: AAA;*/

            height: 100%;
            margin: 0px;
            padding: 0px;
            
           
        }
         #pageUpdatePanel
            {
                height: 100% !important;
            }
            
.pageMain
{
	width: 100%; 
	height: 100%; 
	border: 0px; 
	overflow: hidden; 
	padding: 5px;
	/*background-color: #EEEEF0;
	background-color:Transparent;*/
	background-color:Transparent;
}

.HSplitter
{
	Width:99%;
	Height:100%;
     
}
 
 .mainContainer
{
 width:100%;
 height:auto;
 margin-top:10px;
 background-color:Transparent;
   
 }
 
 .container_01
 {
     width:100%;
	 margin-top:5px;
     height:34px;
     float:left;
     clear:both; 
         background-color:Transparent;
         
     
 }
 
 .button 
 {
	width:auto;
	margin-right:1px;
	float:left;
 }
 
.button_gap
{
    margin-top:5px;
    margin-left:5px;
}    

 .container_01_update
 {
     width:99.5%;
     margin-top:5px;
     float:left;
     height:44px;
     clear:both;
     background-color:Transparent; 
 }
.container_01_panel
 {
     width:99.5%;
     margin-top:5px;
     float:left;
     height:auto;
     clear:both;
     background-color:Transparent; 
 }
.container_Page
 {
     width:100%;
     margin-top:5px;
     float:left;
     height:auto;
     clear:both;
     background-color:Transparent; 
 }
.container_Page_sub_head
 {
     width:100%;
     margin-top:0px;
     float:left;
     height:auto;
     clear:both;
     background-color:#eaeaea;
 }
 .container_div_full
 {
     width:100%;
     margin-top:0px;
     float:left;
     height:30px;
 }
 .two_Column_Page_left
 {
	 float: left;
	 width:30%;
	/*border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;*/
	margin-top:5px;
 	border:1px solid #959595;
	font-size:16px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
    height:auto;
    text-align:center;
 }
  .two_Column_Page_Right
 {
	    float: left;
	    width:69%;
	    /*border-right:1px solid #FFFFFF;
	    border-top:1px solid #FFFFFF;*/
	    margin-top:5px;
 
		height:auto;
 }
 .Inner_two_Column {
	    float: left;
	    width:49.5%;
	    /*border-right:1px solid #FFFFFF;
	    border-top:1px solid #FFFFFF;*/
	    margin-top:5px;
 border:1px solid #959595;
		height:200px;
    }
    .Inner_two_ColumnBig {
	    float: left;
	    width:49.5%;
	    /*border-right:1px solid #FFFFFF;
	    border-top:1px solid #FFFFFF;*/
	    margin-top:5px;
 border:1px solid #959595;
		height:330px;
    }
    .requiredFieldStyle_twoColumn
   {
   	float:left;
	height:20px;
	width:25%;
	padding-right:5px;
	text-align:right;
 	font-size:12px;
	margin-top:2px;
   	color:#7E2217; 
   	margin-top:5px;
   }
   .t_box_twoColumn {
	float:left;
	width:73%;
    height:20px;
	font-family: Courier; 
	font-size: 12px;
    margin-bottom: 0px;
    margin-top:5px;
}

    .requiredFieldStyle_twoColumn_text
   {
   	float:left;
	height:20px;
	width:40%;
	padding-right:5px;
	text-align:right;
 	font-size:12px;
	margin-top:2px;
   	color:#7E2217; 
   	margin-top:5px;
   }
   .t_box_twoColumn_text {
	float:left;
	width:57%;
    height:20px;
	font-family: Courier; 
	font-size: 12px;
    margin-bottom: 0px;
    margin-top:5px;
}

 .div1
 {
    width:32%;
    float:left;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
    font-size:13px;
    color:#000;
    padding-left:10px; 
    margin-bottom:5px;   
 }
 
 .div2
 {
    width:30%;
    float:left;    
    margin-bottom:5px;
 }

.btnCommonStyle
{
    width:100px;
	height:50px;	
    font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
    color:Aqua;
    float:none;
    margin-top:15px;
}



.btnSave
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	background-image:url('../images/CPIcons/saveIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnSaveDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
    color:Gray;
	margin-right:1px;
    margin-left:1px;
	float:left;
	background-image:url('../images/CPIcons/saveIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnNew
{
border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/newIcon.png');
	background-repeat:no-repeat;
    background-position:5px;

    
}
submit[value="New"]
{
    
    
    background-image:url('../images/CPIcons/newIcon.png');
    background-repeat:no-repeat;
    background-position: 5px;
    
     

}
.btnNewDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
    color:Gray;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/newIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}

.btnCancel
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/cancelIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnCancelDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/cancelIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}

.btnDelete
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/trashIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnDeleteDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/trashIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnEdit
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/editIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnEditDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/editIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}

.btnConfirm
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/confirmIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnConfirmDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/confirmIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnImport
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/importIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnImportDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/importIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}

.btnReport
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/reportIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnReportDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/reportIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}


.btnChart
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/chartIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnChartDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/chartIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}

.btnSettleAll
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/settelIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnSettleAllDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/settelIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnBill
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/billIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnBillDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/billIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnGeoCode
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/geocodeIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnGeoCodeDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/geocodeIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}

.btnEmail
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/emailIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnEmailDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/emailIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnReverse
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/ReverseIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnReverseDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/ReverseIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}

.btnCalculate
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/calculateIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnCalculateDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/calculateIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}

.btnSearch
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/SearchIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnSearchDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/SearchIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}

.btnReset
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/ResetIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnResetDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/ResetIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}

.btnGenerate
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/Generate.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnGenerateDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/Generate.png');
	background-repeat:no-repeat;
    background-position:5px;
}

.btnSelectAll
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/SelectAll.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnSelectAllDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/SelectAll.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnEFT
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-image:url('../images/CPIcons/eftIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnEFTDisable
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	color:GRAY;
	
	background-image:url('../images/CPIcons/eftIcon.png');
	background-repeat:no-repeat;
    background-position:5px;
}
.btnCommon
{
	border:1px solid #959595;
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 15px 5px 30px;
	height:30px;	
	color:#000000;
	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
    
	margin-right:1px;
    margin-left:1px;
	float:left;
	
	background-repeat:no-repeat;
    background-position:5px;
}

.CheckBox
{
	
  
	font-size:11px;
	font-family:"Courier", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	background-color:#eaeaea;
	/*border:1px solid #959595;padding:5px 15px;font-size:12px;color:#fff;  width:100px; background-color:#eaeaea;*/
	padding:5px 10px 5px 10px;
	height:20px;	

	font-weight:bold;
	cursor:pointer;
    background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
	margin-right:1px;
    margin-left:1px;
	float:left;


}








.greed_view 
{
     margin-top:5px;
	clear:both;
	height:auto;
	width:auto;
	background-color:Transparent;
	
}
.bg_wrapper
{
	/*background-color:#eaeaea;*/
	background-color:Transparent;

	float:left;
	margin:0 0 0 10px;
	position:relative;
	width:100%;
	height:100%;
	
}
.headertext
{
    font-size:20px;
	font-family:"Courier","Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	line-height:1.5em;
	/*color:#484848;*/
	position:relative;
	border-bottom-width:1px;
	
	clear:both;
	margin:2px 0px 0px 0px;
	font-weight: bold;
	
}

.Divider
{
	background-color:blue;
	 width: 100%; 
 
	height:4px;
	 
	 
	
}

.divImage {
    position: absolute;
    padding: 4px;
    top: 0px;
    right: 0px;
    color: green;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 300px;
    height:20px;
    visibility:hidden;
    font-weight:bold;
    text-align:center;
    margin-right:40%;
    margin-left:40%;
    
    background-image:url(../Images/loaderbar.gif);
    background-repeat:no-repeat;
    
    
 }
 
 .RideMap
 {
 	 width:79.5%;
 	 height:99%; 
 	
 	 overflow:hidden;
     
 }
 .RadPaneHorizontalTopContainer
 {
 	 width:100%;
 	 height:99%; 
 	
 	 overflow:hidden;
     
 }
 .RadPaneHorizontalBottomContainer
 {
 	 width:100%;
 	 height:99%; 
 	 background-color: Transparent;
 	 
     
 }
 
.RadPaneHorizontalBottomContainerRES
 {
 		 width:auto;
 		 height:80%;
 	 	overflow:auto;
 	 	background-color:Transparent;

     
 }
 
 .RideMapSplitBar
 {
 	overflow:hidden;
    height:2%;

 }
 .RadPaneHorizontalTop
 {
	Width:99%;
	height:50%;
	overflow:hidden;
 }
 .RadPaneHorizontalBottom
 {
	Width: 99%; 
	height: 28%; 



 }
 .RadPaneHorizontalBottomRES
 {
	Width: auto; 
	Height:100%;
    background-color:Transparent;


 }
 
.RideGridSplitBar
{
	Width:99%;
	height:25%;
	overflow:hidden;
}

.PageViewRES { height: 100% !important; background-color:Black; width:auto;}

#disablingDiv
{
    /* Do not display it on entry */
    display: none;
 
    /* Display it on the layer with index 1001.
       Make sure this is the highest z-index value
       used by layers on that page */
    z-index:1001;
     
    /* make it cover the whole screen */
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
 
    /* make it white but fully transparent */
    background-color: Transparent;
    /*opacity:0.1;
    filter: alpha(opacity=10);*/
      background-image:url(../Images/loaderCir.gif);
    background-repeat:no-repeat;
    background-position:center;
    
}

#PageLoader
{
    /* Do not display it on entry */
    display: none;
 
    /* Display it on the layer with index 1001.
       Make sure this is the highest z-index value
       used by layers on that page */
    z-index:1001;
     
    /* make it cover the whole screen */
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
 
    /* make it white but fully transparent */
    background-color: Transparent;
    /*opacity:0.1;
    filter: alpha(opacity=10);*/
      background-image:url(../Images/loaderCir.gif);
    background-repeat:no-repeat;
    background-position:center;
    display:block;
    
}

.directionsPanelStyleX 
{
            /* Do not display it on entry */
    display: block;
 
    /* Display it on the layer with index 1001.
       Make sure this is the highest z-index value
       used by layers on that page
    z-index:1001; */
     
    /* make it cover the whole screen */
    position: absolute;
    top: 7%;
    left: 69%;
    width: 30%;
    height: auto;
    overflow:auto;
 
    /* make it white but fully transparent */
 
    /*opacity:0.1;
    filter: alpha(opacity=10);*/
        background-repeat:no-repeat;
        background-position:center;
        background-color:#EAEAEA;
        color:Green;
     
        
      }
 .directionsPanelStyle 
{     
        height: 100%;
        float: right;
        width: 20%;
        overflow: auto;
        background-color:#EAEAEA;
        color:#718BA7;
        margin:5px 5px 5xp 5px;
        text-align:center;
        
}

.hideDiv
{
   visibility:hidden;
}
.ReportHeaderCSS
    {
  
   background-image:url(../Images/ReportHeaderBG.png);
   background-repeat:repeat-x;
   }
   .ReportHeaderCSS2	
    {
  
      background-color:Aqua;
      height:300px;
   }
   
   .comboStyle
   {
   	font-size:12px !important;
	font-family: "Courier" , Arial, Helvetica, sans-serif !important;
   
   }
   
   .requiredFieldStyle
   {
   		float:left;
	height:20px;
	width:30%;
	padding-right:5px;
	text-align:right;
	font-family:"Courier","Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	margin-top:2px;
   	color:#7E2217; 
   	font-weight:bold;
   	margin-top:5px;
   }
   
   .requiredFieldStyleForFull
   {
   		float:left;
	height:21px;
	width:14.5%;
	padding-right:5px;
	text-align:right;
	font-family:"Courier","Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	margin-top:2px;
   	color:#7E2217; 
   	font-weight:bold;
   	margin-top:5px;
   }
   .t_boxForFull {
	float:left;
	width:82%;
    /*border:solid 1x red;*/	
	font-family: Courier; 
	font-size: 12px;
    height: auto;
    margin-bottom: 0px;
    margin-top:5px;
}
   .moduleName
   {
   	 font-weight:bold;
   	 font-size:20px;
   	 background-color:inherit;
   }
   
   .TrackerCommonFont
   {
       font-family:"Courier","Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
       font-size:8px;
       color:Red;
   }
   
   
/*
Skin Customization
*/
.RadButton,
.rbDecorated
{
     font-size:12px !important;
	font-family: "Courier" , Arial, Helvetica, sans-serif !important;
}
.RadForm.rfdTextbox input[type="text"], 
.RadForm.rfdTextbox input[type="password"], 
.RadForm.rfdTextarea textarea, 
.RadForm.rfdTextarea textarea[disabled]:hover, 
.RadForm.rfdTextbox input[disabled][type="text"]:hover, 
.RadForm.rfdTextbox input[disabled][type="password"]:hover,
.RadForm .rfdCheckboxChecked, 
.RadForm .rfdInputDisabled.rfdCheckboxChecked:hover,
.RadForm .rfdCheckboxUnchecked, 
.RadForm .rfdInputDisabled.rfdCheckboxUnchecked:hover,
.RadForm.rfdLabel label,
.RadForm .rfdRadioUnchecked, 
.RadForm .rfdInputDisabled.rfdRadioUnchecked:hover, 
.RadForm .rfdRadioUnchecked:hover, 
.RadForm .rfdRadioChecked, 
.RadForm .rfdInputDisabled.rfdRadioChecked:hover, 
.RadForm .rfdRadioChecked:hover,
.RadForm .riTextBox, /* prevents text flcikering in IE8, when TadTextBox is used with RDF */
.RadForm .rfdValidationSummaryControl,
.RadForm .rfdLoginControl,
.RadForm .rfdSelectBox,
.RadForm legend
{
	  font-size:12px !important;
	font-family: "Courier" , Arial, Helvetica, sans-serif !important;
}
.rfdHeading h4,
.rfdHeading h5,
.rfdHeading h6

{
	font-family: "Courier" , Arial, Helvetica, sans-serif !important;
	margin: 0;
	padding: 6px 0 1px 0;
}
  
  
.RadPanelBar_Office2007 .rpExpandable span.rpExpandHandle,
.RadPanelBar_Office2007 .rpExpanded span.rpExpandHandle,
.RadPanelBar_Black .rpExpandable span.rpExpandHandle,
.RadPanelBar_Black .rpExpanded span.rpExpandHandle,
.RadPanelBar_Default .rpExpandable span.rpExpandHandle,
.RadPanelBar_Default .rpExpanded span.rpExpandHandle,
.RadPanelBar_Forest .rpExpandable span.rpExpandHandle,
.RadPanelBar_Forest .rpExpanded span.rpExpandHandle,
.RadPanelBar_Hay .rpExpandable span.rpExpandHandle,
.RadPanelBar_Hay .rpExpanded span.rpExpandHandle,
.RadPanelBar_Outlook .rpExpandable span.rpExpandHandle,
.RadPanelBar_Outlook .rpExpanded span.rpExpandHandle,
.RadPanelBar_Simple .rpExpandable span.rpExpandHandle,
.RadPanelBar_Simple .rpExpanded span.rpExpandHandle,
.RadPanelBar_Sitefinity .rpExpandable span.rpExpandHandle,
.RadPanelBar_Sitefinity .rpExpanded span.rpExpandHandle,
.RadPanelBar_Sunset .rpExpandable span.rpExpandHandle,
.RadPanelBar_Sunset .rpExpanded span.rpExpandHandle,
.RadPanelBar_Telerik .rpExpandable span.rpExpandHandle,
.RadPanelBar_Telerik .rpExpanded span.rpExpandHandle,
.RadPanelBar_Vista .rpExpandable span.rpExpandHandle,
.RadPanelBar_Vista .rpExpanded span.rpExpandHandle,
.RadPanelBar_Web20 .rpExpandable span.rpExpandHandle,
.RadPanelBar_Web20 .rpExpanded span.rpExpandHandle,
.RadPanelBar_WebBlue .rpExpandable span.rpExpandHandle,
.RadPanelBar_WebBlue .rpExpanded span.rpExpandHandle,
.RadPanelBar_Windows7 .rpExpandable span.rpExpandHandle,
.RadPanelBar_Windows7 .rpExpanded span.rpExpandHandle


{
	background-image: url('PanelBar/NoArrowSign') !important;
}


.RadForm_Black.rfdZone
{
    background-color: #494949 !important;
    color: #fff;
}
.RadForm_Black .requiredFieldStyle
{
    color:Yellow !important;
}

.RadForm_Black .p_textbox_b,
.RadForm_Black .posts,
.RadForm_Black .sidebar
 {

    border-style:none  !important;
}

.RadGrid_Forest,
.RadGrid_Default ,
.RadGrid_Hay ,
.RadGrid_Office2007 ,
.RadGrid_Outlook ,
.RadGrid_Simple ,
.RadGrid_Sitefinity ,
.RadGrid_Sunset ,
.RadGrid_Telerik ,
.RadGrid_Vista ,
.RadGrid_Web20 ,
.RadGrid_WebBlue,
.RadGrid_Windows7 

{
  
    color:Black !important;
}


.RadForm_Forest.rfdTextarea textarea[disabled],
.RadForm_Forest.rfdTextbox input[disabled][type="text"],
.RadForm_Forest.rfdTextbox input[disabled][type="password"],
.RadForm_Default.rfdTextarea textarea[disabled],
.RadForm_Default.rfdTextbox input[disabled][type="text"],
.RadForm_Default.rfdTextbox input[disabled][type="password"],
.RadForm_Hay.rfdTextarea textarea[disabled],
.RadForm_Hay.rfdTextbox input[disabled][type="text"],
.RadForm_Hay.rfdTextbox input[disabled][type="password"],
.RadForm_Office2007.rfdTextarea textarea[disabled],
.RadForm_Office2007.rfdTextbox input[disabled][type="text"],
.RadForm_Office2007.rfdTextbox input[disabled][type="password"],
.RadForm_Simple.rfdTextarea textarea[disabled],
.RadForm_Simple.rfdTextbox input[disabled][type="text"],
.RadForm_Simple.rfdTextbox input[disabled][type="password"],
.RadForm_Sitefinity.rfdTextarea textarea[disabled],
.RadForm_Sitefinity.rfdTextbox input[disabled][type="text"],
.RadForm_Sitefinity.rfdTextbox input[disabled][type="password"],
.RadForm_Sunset.rfdTextarea textarea[disabled],
.RadForm_Sunset.rfdTextbox input[disabled][type="text"],
.RadForm_Sunset.rfdTextbox input[disabled][type="password"],
.RadForm_Sunset.rfdTextarea textarea[disabled],
.RadForm_Telerik.rfdTextbox input[disabled][type="text"],
.RadForm_Telerik.rfdTextbox input[disabled][type="password"],
.RadForm_Telerik.rfdTextarea textarea[disabled],
.RadForm_Vista.rfdTextbox input[disabled][type="text"],
.RadForm_Vista.rfdTextbox input[disabled][type="password"],
.RadForm_Vista.rfdTextarea textarea[disabled],
.RadForm_Web20.rfdTextbox input[disabled][type="text"],
.RadForm_Web20.rfdTextbox input[disabled][type="password"],
.RadForm_Web20.rfdTextarea textarea[disabled],
.RadForm_Windows7.rfdTextbox input[disabled][type="text"],
.RadForm_Windows7.rfdTextbox input[disabled][type="password"],
.RadForm_Windows7.rfdTextarea textarea[disabled]
{
    border: solid 1px #618740;
    color:#150517 !important;
}

.rfdSelectDisabled.rfdSelectBox_Forest
{
    color:#ffffff !important;
}
.rfdSelectDisabled.rfdSelectBox_Forest li
{
        color:#ffffff !important;

}
/* for goole place api auto complete list*/
.pac-container { min-width: 30% !important; }
 .FixedHeader {
            position: absolute;
        }    
         .FixedHeader2 {
            position: absolute;
        }    