/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

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:	#3399CC;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3399CC;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3399CC;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3399CC;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	disc ;
	}	

UL LI LI	{	
	list-style-type:	circle;
	}	

UL LI LI LI	{	
	list-style-type:	square;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.Nav
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	background-color: #081C59;
	text-decoration: none;
}

.NavOver {
	background-color: #E0E0E0;
	font-size: 9pt;
	font-weight: bold;
	color: #081C59;
	text-decoration: none;
}

.BottomNav {
	font-size: 10pt;
}

.Copyright {
	font-size: 8pt;
}

.AddNew 
{	
	font-size: 8pt;
	font-style: italic;
}

.Footnote 
{	
	font-size: 8pt;
}

.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #333333;
}

.PageSubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}

.StdFormLabel 
{
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}

.StdFormField
{
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
}

Input {
	font-size: 9pt;
	font-family: Verdana;
}

Input.Button {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
}

Select {
	font-family: Verdana;
	font-size: 9pt;
}

TextArea {
	font-size: 9pt;
	font-family: Verdana;
}

.ReportHeader {
	font-weight: bold;
	font-size: xx-small;
	background-color:  #081C59;
	color: white;
	text-align:center;
}

.ReportHeader a:link {
	text-decoration: underline;
	color: White;
}

.ReportHeader a:active {
	text-decoration: underline;
	color: White;
}

.ReportHeader a:visited {
	text-decoration: underline;
	color: White;
}

.ReportHeader a:hover {
	text-decoration: underline;
	color: White;
}

/* - Row Item - */
.ReportRow1 {
	font-size: xx-small;
	color: black;
	background-color: #E0E0E0;
	text-align:center;
	vertical-align:top;
}

.ReportRow2 {
	font-size: xx-small;
	color: black;
	background-color: #FFFFFF;
	text-align:center;
	vertical-align:top;
}

.ReportPager {
	font-size: xx-small;
	background-color: #FFFFFF;
	color: Black;
}

.ErrorTitle 
{
	font-size: x-large;
	font-weight:normal;
	color: Red;
}

.ErrorMessage 
{
	font-size: x-small;
	font-weight:normal;
	color: Red;
}

.Content 
{
	font-size: x-small;
	font-weight:normal;
	color: black;
}

/* For Calendar */
.standard-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
