/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #009;
    background-image: url(../Images/bluegrad_bg.gif);
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	text-align: center;
	margin: 0;
}
TABLE
{
	padding: 0;
	margin: 0;
	vertical-align: top;
	border-width: 0;	
}
TABLE.headertable
{
	border-width: 0;
	padding: 0;
	margin: 0;
	background-color: #fff;
	width: 780px;
}
TD
{
    FONT-SIZE: .9em;
}
TD.quicknav
{
	line-height: 16px;
	background-color: #009;
}

TD.nav
{
	padding: 7px, 0, 7px, 0;
	font-weight: bold;
}

TD.nav A:visited
{
	color: #336;
	font-weight: bold;	
}

TD.nav A:link
{
	color: #006;
	font-weight: bold;		
}

TD.nav A:hover
{
	color: #f00;
	font-weight: bold;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
HR
{
	color: #009;
}

H1	{	
	vertical-align:	baseline;
	FONT-SIZE: 1.5em;
	color: #009;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;	
	}	
		
H2	{	
	vertical-align:	baseline;
	FONT-SIZE: 1.25em;
	color: #009;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;		
	}	
		
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;
	color: #009;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	text-align: left;
	margin-top: 24px;
	}	
P
{
	vertical-align: top;
	text-align: left;
}

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:	#f00;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
LI
{
	list-style-type: none;
}

UL LI	{	
	list-style-type: disc;	
	}	

UL LI LI	{	
	list-style-type: none;	
	}	

UL LI LI LI	{	
	list-style-type: none;
	}	
	
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: 0;
	border-width: 0;
	}

a.navWhite	
{
	font-family: verdana, arial, helvetica;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

A.navWhite:visited	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}

tr.nav	{
	background-color: transparent;
	padding-top: 2px;
	padding-bottom: 2px;
}
.FooterCell
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em;
    font-weight: bold;
    color: #fff;
    background-color: Transparent;
    text-align: center;
    height: 60px;
	/*background-image: url(../Images/footer_bg.gif);*/
}
#maintable
{
	width: 100%;
	border-color: #f6c;
	border-width: 3px;
	border-style: solid;
}
#navcell
{
	width: 140px;
	vertical-align: top;
	text-align: left;
	background: #dfdfff;
}
#contentcell
{
	width: 640px;
	height: 500px;
	vertical-align: top;
	text-align: left;
	padding: 0, 0, 15px, 15px;
}
#titleshelf
{
	height: 8px;
	line-height: 8px;
	background-color: Transparent;
	/*background-image: url(../Images/titleshelf_bg.gif);*/
}
/*
#titleshelf A:link, #titleshelf A:active,#titleshelf A:visited
{
	text-decoration: none;
	font-weight: bold;
	color:	#fff;
}
#titleshelf A:hover
{
	text-decoration:	none;
	font-weight: bold;
	color:	yellow;
}*/
#navholdingcell
{
	 border-width: 3px;
	 border-color: #f93;
}
.ucl
{
	border-style: solid;
	border-color: #009;
	border-width: 1px;
	vertical-align: top;
	font-size: 1.1em;	
}
.uclHeader
{
	font-weight: bold;
	background-color: #dfdfff;
}
.uclFootnote
{
	font-size: .9em;
	font-style: italic;
	background-color: #efefff;
}
.altGridRow
{
     background-color: #ffffff;   
}
.gridRow
{
     background-color: #efefff;
}
.warningText
{
    color: #f00;
    font-weight: bold;
}