/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 0px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	padding-top: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #333333;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12;
	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-family: Verdana;
	font-size: 10pt;
	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	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
SMALL	{	
	font-size:	10;
	}	

BIG	{	
	font-size:	12;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
HR
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #339900;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

DIV.HR
{
	color: #333399;
	height:10px;
	width:100%;
}

FIELDSET
{
	font-size: 11pt;
	border-left-color: #000000;
	border-bottom-color: #000000;
	color: #000000;
	border-top-color: #000000;
	font-family: Arial;
	background-color: #fffff5;
	border-right-color: #000000;
}

FORM
{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	BORDER-TOP-STYLE: none; 
	PADDING-TOP: 0px; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
}


font 
{	font-size:10px;
	}

tr
{	font-size:10px;
	}

td
{	font-size:11px;
	}

DT
{
	font-weight:normal;
	}

.BodyTable
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	height: 100%;
	background-color: #d7ffb8;
}


.HeaderText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	20;
	font-weight:	700;
	font-style:	normal;
}


.BodyFooter 
{
	background-color:#d7ffb8;
}

.BodyFooter TD
{
	color:#000000;
}

.Menu
{
	background-color:#cccccc;	
}

.Menu A
{
	color:#000000;
}

.Menu A:hover
{
	background-color:#c9a214;
}

.alert
{
	background-color: #ff6699;
}

.tblroweven 
{
	background-color: #cccccc;
}

.tblrowodd 
{
}

.rowDescription
{
	color: #225588;	
}




.ContentBackground
{
	background-color:#b5ff9b;	
}


.ContentTable
{
	border-left-color: #339900;
	border-bottom-color: #339900;
	border-top-style: solid;
	border-top-color: #339900;
	border-right-style: solid;
	border-left-style: solid;
	background-color: white;
	border-right-color: #339900;
	border-bottom-style: solid;
	border-right-width: 1;
	border-top-width:1;
	border-left-width:1;
	border-bottom-width:1;
}


.ScrollingContentFRV
{
	border-right: #555555 1px solid;
	padding-right: 0px;
	border-top: #555555 1px solid;
	OVERFLOW-Y: scroll;
	padding-left: 0px;
	OVERFLOW-X: auto;
	padding-bottom: 2px;
	margin: 0px;
	border-left: #555555 1px solid;
	padding-top: 0px;
	border-bottom: #555555 1px solid;
	height: 10px;
	background-color: #f1ffe3;
}

.ScrollingContent
{
	border-right: #555555 1px solid;
	padding-right: 2px;
	border-top: #555555 1px solid;
	OVERFLOW-Y: scroll;
	padding-left: 2px;
	OVERFLOW-X: auto;
	padding-bottom: 2px;
	margin: 0px;
	border-left: #555555 1px solid;
	padding-top: 0px;
	border-bottom: #555555 1px solid;
	height: 10px;
	background-color: "white";
}


.DropDownList
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, sans-serif;
}

.TextBox
{
	padding-left: 3px;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, sans-serif;
}

.Label
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial, sans-serif;
}

.Button
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial, sans-serif;
}

.CheckBox
{
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

.Hyperlink
{
	font-size: 10px;
	color: mediumblue;
	font-family: Verdana, Arial, sans-serif;
}

.FormNote
{
	padding-right: 4px;
	font-size: 8pt;
	color: #990033;
	font-style: italic;
	font-family: Verdana;
}

.ListBox
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	background-color: #f1ffe3;
}

.ErrorLabel
{
	font-weight: bold;
	margin: 4px;
	color: red;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

.FormSection
{
	border-right: none;
	border-top: none;
	font-weight: bold;
	font-size: 11px;
	border-left: none;
	color: black;
	border-bottom: black thin solid;
	font-family: Verdana, Arial, sans-serif;
}

.SearchComment
{
	padding: 0 0 5 20;
}