/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 8pt;
	background-image: url(images/background.jpg);
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana,SimSun,Helvetica, sans-serif;
	letter-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family:Verdana,@NSimSun,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: Verdana,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: Verdana,Arial, Helvetica, sans-serif;
	BORDER-RIGHT: thin; 
	BORDER-TOP: thin;
	BORDER-LEFT: thin; 
	BORDER-BOTTOM: thin;
	}	

TD	{	
	vertical-align:	top;
	font-size:	8pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana,SimSun,Arial;
	color:#4e007a;
	}	

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: 5px;
	margin-left: 8pt;
	margin-right: 8pt;
	}
.cssLabel
{
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#4e007a;
}	
.cssAlert
{
	font-family:Verdana,Arial;
	font-size:8pt;
	color: Red;
}	
.cssInput
{
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#4e007a;
}
.cssButton
{
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#4e007a;
	width:200px;
}
.cssLabelHeading
{
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#319e29;
	font-weight:bold;	
}
.cssVerticalLine
{
	color:#fe7d19;
}
.cssPurpleLabelHeading
{
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#4e007a;
}
.cssLabelSmall
{
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#4e007a;
}	
.cssDataGridHeader
{
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#ffffff;
}	
.tdLeft
{
	 BORDER-TOP:thin;
	 BORDER-LEFT:thin;
	 BORDER-RIGHT:thin;
}
.tdRight
{
	BORDER-TOP:thin;
	BORDER-RIGHT:thin;
}
.tdBottomLeft
{
	 BORDER-TOP:thin;
	 BORDER-LEFT:thin;
	 BORDER-RIGHT:thin;
	 border-bottom:thin;
	 width:150px;
}
.tdBottomRight
{
	BORDER-TOP:thin;
	BORDER-RIGHT:thin;
	border-bottom:thin;
	width:650px;
}
.tdStandALone
{
	BORDER-TOP:thin;
	BORDER-RIGHT:thin;
	BORDER-LEFT:thin;
	width:800px;
}
.tdBottomStandALone
{
	BORDER-TOP:thin;
	BORDER-RIGHT:thin;
	border-bottom:thin;
	BORDER-LEFT:thin;
	width:800px;
}
.tdSubTable
{
	border-right-style:none;
	border-left-style:none;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-style:none;
	border-bottom-width:thin;
}
.fontMenu
{
	font-family:Verdana;
	font-size:9pt;
	color:White;
	font-weight:bold;
}
HR
{
	width:100%;
	color:#319e29;
}
.cssButtonFC
{
	font-size: 8pt;
	color: #4e007a;
	font-family: Verdana,Arial;
	background-color: #ffd0e4;
}
