/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    line-height: normal
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana;
	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;
	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;
	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;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana;
	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;
	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;
	}	

	
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;
	}
*/
/* Custom styles for How To */
TD
{
	font-size: .7em;
	/*padding: 3px 3px 3px 3px;	 */
}


TR.DataGrid_ItemStyle
{
	font-size: 12pt;
	background-color: #FFFFEA;
}

TR.DataGrid_AlternatingItemStyle
{
	font-size: 12pt;
	Color: Navy;
	background-color: #FFF; 
}

TR.DataGrid_HeaderStyle A
{
	text-decoration:	underline;
	color:	White;
	font-weight:	bold;
}

TR.DataGrid_HeaderStyle A:visited
{
	text-decoration:	underline;
	color:	White;
}

TR.DataGrid_HeaderStyle A:hover
{
	text-decoration:	none;
	color:	#9CF;
}

TR.DataGrid_SelectedItemStyle
{
	font-weight: bold;
	Color: Navy;
	background-color: #9CF; 
}

TR.DataGrid_HeaderStyle
{
	font-size: 12pt;
	color: White;
	background-color: Navy; 
	font-family: Verdana;
	font-weight: bold;
}

TR.DataGrid_FooterStyle
{
	background-color: #9CF; 
}

TR.DataGrid_PagerStyle
{
	color: White;
	background-color: #CCC; 
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}

TD.FormLabel
{
	font-weight: bold;
	text-align: right;
	color: Navy;
}

TD.FormInput
{
	text-align: left;
}

TD.FormCheckBox
{
	text-align: left;
}

TD.FormInput INPUT
{
	color: Navy;
	background-color: #FFC;
	font-family: Verdana;
}

TD.FormInput SPAN.CheckBox INPUT
{
	background-color: White;
}

INPUT.Button
{
	color: Navy;
	background-color: #9CF;
	font-weight: bold;
	font-family: Verdana;
	cursor: hand;
}

TABLE.Form
{
	margin-left: 10px;
}

SPAN.Message
{
	font-weight: bold;
	color: Navy;
}

SPAN.ErrorMessage
{
	font-weight: bold;
	color: Red;
}

TD.ccOK
{
	text-align: center;
}

/*****************************************************
Border used around tables
*****************************************************/
.tableBorder
{
    border: 1px silver solid; 
    background-color: #FFFFFF;
}
/*****************************************************
Border used around tables
*****************************************************/
.cellBorder
{
    border: 1px #013DA4 solid; 
    background-color: #FFFFFF;
}