﻿html 
{
    	
              /*
                SCROLLBAR-FACE-COLOR: lightblue; 
 		SCROLLBAR-HIGHLIGHT-COLOR: darkgrey; 
 		SCROLLBAR-SHADOW-COLOR: desktop; 
 		SCROLLBAR-ARROW-COLOR: darkgrey; 
 		SCROLLBAR-TRACK-COLOR:desktop;
 		SCROLLBAR-BASE-COLOR:lightblue; 
 		scrollbars-3dlight-color: darkgrey	
              */
 	
 		
 	 }

  /*  -- SUNIL DATT --  */

.MarsFieldCaptionTD{ font-weight: bold; font-family:Verdana; color: #000000;   font-size: 8pt;}

.MarsFieldCaptionColorTD{ font-weight: bold; border: solid 1 #698BB7; font-family:Verdana; font-size: 8pt;}

.MarsTextinputNum{color:darkblue;	border:solid 1 black; text-align:right;  font-size:8pt; font-family:Verdana; }

.MarsTextinputText{color:darkblue;	border:solid 1 black; text-align:left;  font-size:8pt; font-family:Verdana; }

.MarsTextinputTextWB{color:darkblue; text-align:left;  font-size:8pt; font-family:Verdana; }

.MarsLblError{color:red; font-size:9pt; font-family:Verdana; font-weight:bold }

.MarsLabel{font-size:8pt; font-family:Verdana;}

.MarsTable
{	 
	border-right: #698bb7 1pt solid;
	border-top: #698bb7 1pt solid;
	border-left: #698bb7 1pt solid;
	color: #000000;
	border-bottom: #698bb7 1pt solid;
	font-family: Verdana;
	border-collapse: collapse;
	background-color: #ffffff;
}

.MarsFormHeaderFont{ background-image: url(image/formheader.jpg); font-size: 11pt; font-family:Verdana; font-weight: bold; text-align:center;}

.MarsTestFormHeaderFont{ background-image: url(image/formheader.jpg); font-size: 10pt; font-family:Verdana; font-weight: bold; text-align:center; color:White }

.MarsButtonTD{ color: white; background-color:8cba10;font-size: 9pt; font-family:Verdana; border:solid 1px #B3CAE1; text-align:center; }

.MarsButton2{ color: #000080; background-color:#afb7cf;font-size: 9pt; font-family:Verdana; border:solid 1px #B3CAE1;}

.MarsButton3{
             /*
             color: white; background-color:Background;
             font-size: 9pt; font-family:Verdana;  border:solid 1px #B3CAE1;
               color: white; background-color:#006699;
             */
             color: white; background-color: Steelblue ;
             font-size: 9pt; font-family:Verdana;  border:solid 1px grey ;
             border-top-width: 1px; border-right-width: 1px;
             border-bottom-width:1px; border-left-width: 1px;
      
            }
            
            
.MarsButtonVi{
             color: white; background-color: #A6473D;
             font-size: 9pt; font-family:Verdana;  border:solid 1px grey ;
             border-top-width: 1px; border-right-width: 1px;
             border-bottom-width:1px; border-left-width: 1px;
            }



.MarsButton {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        border-color: #FFFFFF #666666 #666666 #FFFFFF;
        background-color: #afb7cf; border-style: solid;
        border-top-width: 1px; border-right-width: 1px;
        border-bottom-width: 1px; border-left-width: 1px;
           } 




.MarsDropdownbox {	color:darkBlue;font-size:8pt;	font-family:Verdana; }

.MarsRadiobuttonlist {color:darkblue;	font-size:8pt; 	font-family:Verdana; }

.MarsCheckboxlist{color:darkBlue;  height:2px; font-size:8pt;font-family:Verdana;}

.MarsCheckbox{color:darkBlue; font-size:8pt;font-family:Verdana;}

.MarsDataGridHeaderFont{ color: white; font-size: 9pt; font-weight: bold; background-color:#1010ad; font-weight:bold; font-family:Verdana;}

.MarsDataGridFooterFont{ color: white; font-size: 8pt; font-weight: bold; background-color:#1010ad; font-weight:bold; font-family:Verdana;}

.MarsDataGridBody
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-size: 8pt;
	border-left: white 1px solid;
	color: black;
	border-bottom: white 1px solid;
	font-family: Verdana;
	background-color: white;	
}

.MarsLinkButton{color:darkBlue; font-size:8pt; font-family:Verdana; font-weight:bold;}

.MarsFrame{color:darkBlue;}

.MarsFieldCaptionTDRep{ font-weight: bold; border: solid 1 #698BB7; font-family:Verdana; color: #000000;   font-size: 9pt; }
.MarsFieldCaptionTDHead{ font-weight: bold; font-family:Verdana; color: #000000;   font-size: 7pt; }
.MarsFieldCaptionTDDetails{ font-family:Verdana; color: #000000;   font-size: 7pt; }
.MarsReadingQText{ font-family:Verdana; color: #000000;   font-size: 10pt; }

.MarsDataGridSElectedStyle{color: black; font-size: 8pt; background-color:f7efd6; font-weight:bold; font-family:Verdana;}
.MarsTotalLabel{color: navy; font-size: 10pt; background-color: white; font-weight:bold; font-family:Verdana;}

.MarsTracker{ font-family:Verdana; color: #0804a5;   font-size: 9pt; }


.linkMars {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: forestgreen
      }
      
.linkMars:hover
   {
	text-decoration: none;
	color:  darkorange
   }


.boldbuttons{
	background-color:#102E5F;
	float: inherit;
	font: bold 12px Verdana; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal 	height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	text-align:center;
	border-color:White;
	border-style:outset; 
	border-width:3px;
	color:White; 

}




