/*Default CSS Stylesheet for a new Web Application project */

/*For Body */
BODY
{
    top: 0;
    left: 0;
    /*background-color: ffffff; d6dbe4;*/
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;	        
}

/* For Labels */
NORMAL
{
	font-weight: 400;
	font-size: small;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;	    
}


H1, H2, H3, H6, H7, H8, H9 H1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}	

/* Regular Text*/ 		
H2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #505050;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;	    
}	
		
/* Regular Text Itelic*/ 		
H3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #505050;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}	

/* Regular Text Red Color*/ 				
H4
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: black;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}	
		
/* Regular Sub Title*/ 				
H5
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #505050;
    margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;	
}	

/*Smaller Heading Full Vehicles*/
H6
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bolder;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: black;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
/* Regular Text with green color*/ 		
H7
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #00ff00;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;	    
}	
/* Report Disclaimer (SA)*/ 	
H8
{	
	Color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	large;
	font-weight: 500;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;	
}	

/* For Menu of the page */
H1.SideMenu
{
	font-weight: bold;
	font-size: smaller;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;	 
}

/* For Menu of the Top page */
H1.TopMenu
{
	font-weight: bold;
	font-size: smaller;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;	 
}

TD.Blue
{
    background: #ADC1D3;
    /*background: #81a0b8;*/
	/*background: #8392b2;*/	
}

A:link
{
	color:	#0000ff;
}	

A:visited
{
	color:	#0000ff;
}	
		
A:active	
{	
	
}	
		
A:hover	
{	
	color:	#ff0000;
}
	
SMALL	
{	
	font-size:	.7em;
}	

BIG	
{	
	font-size:	1.17em;
}	

BLOCKQUOTE, PRE	
{	
	font-family:	Courier New, monospace;
}	
	

UL LI	
{	
	list-style-type:	square ;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #505050;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;   	
}	

UL LI LI	
{	
	list-style-type:	disc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #505050;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;   
}	

UL LI LI LI	
{	
	list-style-type:	circle;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #505050;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}	
	
OL LI	
{	
	list-style-type:	decimal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;	    	
}	

OL OL LI	
{	
	list-style-type:	lower-alpha;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;	    	
}	

OL OL OL LI	
{	
	list-style-type:	lower-roman;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;	    	
}	

IMG 	
{	
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.lb
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #505050;
}

.lbr
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:smaller;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    word-spacing:normal;
    letter-spacing:normal;
    text-transform:none;
    color:#cc0033;
}

.lbb
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:smaller;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    word-spacing:normal;
    letter-spacing:normal;
    text-transform:none;
    color:#000000;
}

.lberr
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #3333ff;
}

.lbg
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;    
    color:Black;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;	    
    
}

/*normal Button*/
.btn
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: black;
}

/*Required text*/
.text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: black;
}

/*Optional text*/
.opt
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: black;
    background-color: #d3d3d3;
}

/*Drop Down control*/
.combo
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: black;
}

/*Drop Down control optional*/
.combop
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: black;
    background-color: #d3d3d3;
}

/*Radio control*/
.rdo
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: black;
}