/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY:Arial;
    FONT-SIZE:12;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

TD
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE:12;
}
	
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;
	}
	
INPUT
{
	font-family:Arial;
	font-size:12;
}

OPTION
{
	font-family:Arial;
	font-size:12;
}




.HeaderRow	
{
	font-family: Arial;
	font-weight:bold;
	font-size:12;
	background-color:#d4d4c8;
	border-style:solid;
	border-color:Black;
	border-width:1;
	text-indent:3px;
}

.Row1
{
	font-family:Arial;
	font-size:10;
	background-color:#ffffff;
	text-indent:3px;
}

.Row2
{
	font-family:Arial;
	font-size:10;
	background-color:#EBEBEB;
	text-indent:3px;
}

.HeaderLabel
{
	font-family:Arial;
	font-size:12;
	font-weight:bold;
}

.StdLabel
{
	font-family:Helvetica;
	font-size:12;
}

.TreeMenuSectionHeader
{
	font: 10pt Arial;
	border:outset;
	width:100%;
}

.SectionMenuItem
{
	font: 10pt Arial;
	border:outset;
	width:100%;
}

.DisplayTable
{
	font-family:Arial;
	font-size:6px;
}

.NextYearDisplayTable
{
	Border-Style:solid;
	Border-Width:1;
	Border-Color:black;
	background-color: #D4FFD4;
}

.NonLiveDisplayTable
{
	Border-Style:solid;
	Border-Width:1;
	Border-Color:black;
	background-color: #D4D2FF;
}

.StdButton
{
	border:ridge;	
	border-width:3;
	background-color:#dedec0;
	font-family:Arial;
	font-size: 12;
	cursor:hand;
	width:120;
}


.SmallButton
{
	border:ridge;
	border-width:3;
	background-color:#dedec0;
	font-family:Arial;
	font-size: 10;
	cursor:hand;
	width:50;
}	

.ImgButton
{
	border:none;	
	background-color:Transparent;
	background-image:url(/aspnet_client/SamX/Images/New_Window.gif);
	font-family:Arial;
	width:16;
	cursor:hand;
}

.HeaderButton
{
	border:solid;
	border-color:Black;
	border-width:1;
	background-color:Transparent;
	font-family:Arial;
	font-size: 10;
	font-weight:bold;
	cursor:hand;
}

.UCaseText
{
	text-transform: capitalize;
}

.AllUCaseText
{
	text-transform: uppercase;
}

.PrintButton
{
	border:none;
	background-color:Transparent;
	font-family:Arial;
	font-weight:bold;
	cursor:hand;
}

.HelpButton
{		
	font-weight:bold;
	cursor:help;
}

.DisplayLabel
{
	Border-Style:solid;
	Border-Width:1;
	Border-Color:black;
	background-color:#ffffff;
	margin-right:8;
}

StdMultiPageStyle
{
	padding:5px;
	border:solid #F4F2D4;
	background-color:#F4F2D4; 
}

.News
{
	font-family:Arial;
	font-size:6;

}