/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	BACKGROUND-COLOR: white;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: .8em;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	margin: 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	.QuotationStyleTable 
	{
		background-color:White;
		color:#FFFFFF;
		border-color:#B3E1FF;
		border:1px;
		font-family:Arial;	
		
	}
	.QuotationStyleRowBlue 
	{
		background-color:#0099ff;
		color: White;
		font-family:Arial;	
		
	}
	
	
	.QuotationStyleFontHeader
	{
		font-family:Arial;
		font-size: 12px;
		font-weight:bold;
		color:White;
				
	}
		.QuotationStyleFontForms
	{
		font-family:Arial;
		font-size:  xx-small;
		color:Black;
				
	}
	.SubmitButton {
	background-color: #0099ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border : 1pt;
	border-color : #b3e1ff;
	border-style:solid ;
	}
	.DataGridHeaderStyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#ffffff;
	background-color:#336;
	height : 5;
	text-align: center;
	}
	.DataGridHeaderStyleMx{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#ffffff;
	background-color:#0099FF;
	height : 5;
	text-align: center;
	}
.DataGridItemStyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size:xx-small ;
	font-weight: normal ;
	color : #000000;
	background-color:#FFFFFF;
	}
	
#container{
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;	
	}
	
#topMenu{
	height: 140px;
	min-width: 700px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../Images/repeated-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
#logoPosition{
	height: 140px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Images/logo-top-menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 105px;
	padding-left: 50px;
	text-align: left;
	color: 003366;
	}
	
#logoPosition a{
	color: #003366;	
	}
	
#bannerImage{
	height: 145px;
	width: 700px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	}
	
#tableContainer{
	height: 100%;
	width: 710px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FBFBFB;
	}
	
#footer{
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 50px;
	background-color: #FFF;
	background-image: url(../Images/footer-repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
#footer a{
	color: #FFF;	
	}
	
.noborderImage{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;		
	}
	
#footerText{
	height: 50px;
	width: 700px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-left: 650px;
	}


.cyanheaderLabels{
	font-size: 12px;
	color: #333;
	}
	
.headerLabels{
	font-size: 12px;
	color: #333;
	}
	
.headerLabelsBold{
	font-size: 13px;
	color: #003366;
	font-weight: bold;
	}

.aspLabels{
	font-size: 11px;
	color: #003366;	
	}
	
.aspLabelsBlack{
	font-size: 11px;
	color: #000;
	}
	
	
.underline{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 5px;
	margin-bottom: -10px;
	}
