/* Default CSS Stylesheet for a new Web Application project */


BODY
{
	background-image: url(Images/background.gif);
    background-color: Transparent ;
    color: #677983; 
    font-family: Microsoft Sans Serif, Arial;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    
}

H1, SPAN.CompanyName
{
	/* Company Name Header */
	color: #677983;
	font-family: Microsoft Sans Serif, Arial;
	font-size:	20pt;
	font-style:	normal;
	font-weight: normal;
	height: 30px;
	left:16px;
	top: 16px;
	width: 100%;
	}	
		
H2, SPAN.SubHeading	
{
	/* Section Header */
	background-color: #798B95;
	color: white;
	font-family: Arial, Microsoft Sans Serif;
	font-size:	14pt;
	font-style:	normal;
	font-weight: normal;
	height: 28px;
	left:16px;
	top: 56px;
	width: 100%;
	}	
		
H3, H3.Confirmation	
{
	/* Input Area Background */
	background-color:  #DEE2E4;
	border: solid 1px #798B95;
	border-color: #798B95;
	color: #677983;
	font-family: Arial, Microsoft Sans Serif;
	font-size:	10pt;
	font-style:	normal;
	font-weight: normal;
	left:16px;
	text-align: left;
	top: 110px;
	width:100%;	
	
	}	
	
IMG.Main 
{ 
	background-attachment: fixed;
	position: absolute;
	left: 6px;
	top: 1px;
	visibility: hidden;
} 


IMG.DefaultPageLogo2, IMG.LoginLogo2, IMG.AdditionalInfoLogo2, IMG.ClientDetailsLogo2, IMG.ClientDetailsLoggedInLogo2, 
IMG.ConfirmQuotationLogo2, IMG.JourneyDetailsLogo2, IMG.PasswordSentLogo2, IMG.AcceptanceLogo2, IMG.VehicleDetailsLogo2
{ 
	position: absolute;
	top: 75px;
	right: 0px;
	visibility: hidden;
} 
	
SPAN.SectionHeading 
{
	/* Section Heading Labels and Quotation ID*/
	background-color:Transparent;
	color:  #677983;
	font-family: Arial, Microsoft Sans Serif;
	font-size:	10pt;
	font-style: normal ;
	font-weight: bold;	
}



SPAN.Label, LABEL
{
	/* General Labels*/
	background-color: Transparent ;
    color: #677983; 
    font-family: Microsoft Sans Serif, Arial;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}


SPAN.LabelBold
{
	/* General Bold Labels*/
	background-color: Transparent ;
    color: #677983; 
    font-family: Microsoft Sans Serif, Arial;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}


INPUT
{
	/* Text Boxes*/
	color: black;
	font-family: Microsoft Sans Serif, Arial;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}


TEXTAREA
{
	/* Multi Line Text Boxes */
	color: black;
    font-family: Microsoft Sans Serif, Arial;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}


TEXTAREA.LABEL
{
	/* Multi Line Labels */
	border: None;
	color: #677983; 
	font-family: Microsoft Sans Serif, Arial;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}


A:link		
{
	/* Links  */
	color:	#3333cc;
	font-family: Microsoft Sans Serif, Arial;
	font-size: 8pt;
	text-decoration:	underline;
	}		
A:visited	
{
	color:	#333399;
	font-family: Microsoft Sans Serif, Arial;
	font-size: 8pt;
	text-decoration:	underline;
	}		
A:active	
{	
	color:	#333399;
	font-family: Microsoft Sans Serif, Arial;
	font-size: 8pt;
	text-decoration:	underline;
	}	
A:hover	
{	
	color:	#3333cc;
	font-family: Microsoft Sans Serif, Arial;
	font-size: 8pt;
	text-decoration:	underline;
}












