/* Default CSS Stylesheet for a new Web Application project */

body
{
    BACKGROUND-COLOR: #eaeff3;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

td
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
}

a
{
	text-decoration: underline;
	color: #1C6CAE;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

.mainbackground{
	background-color: #FFFFFF;
	background: #FFFFFF;
}

.headertable
{
	background-color: #16578A;
	background: #16578A;	
}
.inactivetab, inactivetab a
{
	text-align: center;
	font-size: 12px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	text-decoration: none;
}

.activetab, activetab a
{
	text-align: center;
	font-size: 12px;
	background-color: #C5D6DE;
	background: #C5D6DE;
	FONT-WEIGHT: bold;
	COLOR: #000000;
	text-decoration: none;
}

.subnavigation, subnavigation a
{
	background-color: #C5D6DE;
	background: #C5D6DE;
	COLOR: #000000;
	text-decoration: none;
}

.nullnavigation, a.nullnavigation , a.nullnavigation:hover
{
	background-color: #C5D6DE;
	background: #C5D6DE;
	COLOR: #000000;
	text-decoration: none;
}

.footertable, footertable a
{
	font-size: 9px;	
}

.tableborder
{
	background-color: #CFE0E2;
	background: #CFE0E2;
}

.tablebackground
{
	background-color: #FFFFFF;
	background: #FFFFFF;
}

.highlighttablebackground
{
	background-color: #F4F4F4;
	background: #F4F4F4;
}

.tableheader
{
	background-color: #E8F0F1;
	background: #E8F0F1;
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: #16578A;
}

.errortableborder
{
	background-color: #CCCCCC;
	background: #CCCCCC;
}

.errortablebackground
{
	background-color: #FFFFDD;
	background: #FFFFDD;
	text-align:left;
	vertical-align: text-top;
}

.label
{
	color: #666666;
}

.detail
{
	color: #000000;
	font-family: Courier New
}

.black
{
	color: #000000;
}

.subheader
{
	background: #EEEEEE;
	background-color: #EEEEEE;
	COLOR: #16578A;
}

.whitebackground
{
	background: #FFFFFF;
	background-color: #FFFFFF;
}

.sidetableborder
{
	background: #16578A;
	background-color: #16578A;
}

.sidetable
{
	background: #EBF0F3;
	background-color: #EBF0F3;
}

.red
{
		COLOR: #FF0000;
}

.errorfield
{
	border-color:Red;
	border-width:2px;
	border-style:dotted;
	background-color: #FFE4E1;
}

.msgfield
{
	background-color: #ffffcc;
	color: #666666;
}

.numeric
{
	font-weight: normal;
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	text-align: right;
}

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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
