/* Default CSS Stylesheet for a new Web Application project */

table
{
	font-family:Arial;
	font-size:9pt;
	list-style-type:square;
}

span
{
	font-family:Arial;
	font-size:9pt;
}

input
{
	font-family:Arial;
	font-size:9pt;
}

input.button
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
}

select
{
	font-family:Arial;
	font-size:9pt;
}

td.bold
{
	font-weight:bold;
}

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
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: Black;
}
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
{
	font-family:Arial;
	color:#000000;
	cursor:hand;
	font-size:9pt;
	text-decoration:underline;
}

a:hover
{
	color:#000088;
}

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	font-family: Arial, Helvetica, sans-serif;
	}	

UL LI LI	{	
	list-style-type:	disc;
	font-family: Arial, Helvetica, sans-serif;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	font-family: Arial, Helvetica, sans-serif;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	font-family: Arial, Helvetica, sans-serif;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	font-family: Arial, Helvetica, sans-serif;
	}	

IMG 	{
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
    text-align: left;
}

.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
}

.LoadingUpdateProgress
{
	background-color:#ffffff;
	color:#000000;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	bottom: 50%;
	left: 45%;
	font-weight:bold;
}

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.News
{
    background-color:White;
}

.NewsHeader
{
	background-color:Navy;
	color:#ffffff;
	text-align: left;
	font-weight:bold;
	font-size:24pt;
    font-family: Arial; 
}