/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 77%;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left:2px;
	margin-top:0px;
	margin-right:0px;
}

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:#333399;
	}	
		
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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
/* Header Control */

.HeaderTable
{
	height:90px;
	width:765px;
}

.EndSpacer
{
	width:1px;
}

.Spacer2
{
	height:2px;
}

.Spacer4
{
	height:4px;
	background-color:#84ADDF;
}

.Spacer3
{
	height:3px;
}

.TabTable
{
	color:White;
	background-color:#0065AC;
	width:765px;
	height:25px;
}

.TabTable a:link
{
	color:White;
	text-decoration:underline;
}

.TabTable a:visited
{
	color:White;
	text-decoration:underline;
}

.TabTable a:active
{
	color:White;
	text-decoration:underline;
}

.TopLinks a
{
	color:Black;
	text-decoration:underline;
}
	
.TopLinks a:visited
{
	color:Black;
	text-decoration:underline;
}

.TopLinks a:hover
{
	color:Black;
}

.TabTableLeft
{
	width:5px;
}

/* Main Page Intro */

.SpacerTable
{
	width:100%;
	height:6px;
}

.IntroTable
{
	border:solid 1px #84ADDF;
	width:600px;
}

.IntroTableHeader
{
	height:4px;
	background-color:#84ADDF;
}

.IntroTableLeft
{
	width:10px;
}

/* Login Table */

.LoginTable
{
	border:solid 1px #84ADDF;
	width:150px;
}

.LoginTextBox
{
	font-size:x-small;
	width:130px;
	border:solid 1px #84ADDF;
}

.LoginLable
{
	font-size:x-small;
}

.LinkTable
{
	font-size:x-small;
}

.LinkTable tr
{
	height:25px;
}

.LoginButton
{
	width:40px;
	border:solid 1px #84ADDF;
	background-color:#E4EDF8;
	font-size:x-small;
}

.LoginErrorText
{
	color:Red;
	font-size:x-small;
}

/* Content Text Editor */

.ContentTextBox
{
	width:550px;
	border:solid 1px #84ADDF;
	height:150px;
	font-family:Verdana;
	font-size:10pt;
}

.ContentButton
{
	width:150px;
	border:solid 1px #84ADDF;
	background-color:#E4EDF8;
}

/* Generic Controld */

.ErrorText
{
	color:Red;
}

.DataGrid
{
	width:550px;
}

.DataGridHeader
{
	background-color:#0065AC;
	color:White;
}

.DataGridAltItem
{	
	background-color:#F6F9FD;
	height:20px;
}

.DataGridItem
{	
	height:20px;
}

.TextBox
{
	width:300px;
	border:solid 1px #84ADDF;
	font-family:Verdana;
	font-size:10pt;
}

.TextBoxSmall
{
	width:180px;
	border:solid 1px #84ADDF;
	font-family:Verdana;
	font-size:10pt;
}

.TextBoxMultiLine
{
	width:400px;
	height:100px;
	border:solid 1px #84ADDF;
	font-family:Verdana;
	font-size:10pt;
}

.TextBoxMultiLineSmall
{
	width:300px;
	height:100px;
	border:solid 1px #84ADDF;
	font-family:Verdana;
	font-size:10pt;
}

.TextBoxMultiLineEvidence
{
	width:450px;
	height:40px;
	border:solid 1px #84ADDF;
	font-family:Verdana;
	font-size:10pt;
}

.TextBoxMultiLineBusinessForm
{
	width:300px;
	height:80px;
	border:solid 1px #84ADDF;
	font-family:Verdana;
	font-size:10pt;
}

.DropDownList
{
	border:solid 1px #84ADDF;
	font-family:Verdana;
	font-size:10pt;
}

.DropDown
{
	border:solid 1px #84ADDF;
	font-family:Verdana;
	font-size:10pt;
}

.Button
{
	width:75px;
	border:solid 1px #84ADDF;
	background-color:#E4EDF8;
}

.ButtonLarge
{
	width:200px;
	border:solid 1px #84ADDF;
	background-color:#E4EDF8;
}

.FilterTable
{
	background-color:#EBF1FA;
	border:solid 1px black
}

.FilterTableLarge
{
	width:550px;
	background-color:#EBF1FA;
	border:solid 1px black
}

.PaddedTable
{
	margin-left:60px;	
}

.ButtonLargePadded
{
	width:200px;
	border:solid 1px #84ADDF;
	background-color:#E4EDF8;
	margin-left:130px;	
}