/* Default CSS Stylesheet for a new Web Application project */

BODY
{	
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 0.8em;
	padding-bottom: 0px;
	margin: 0px 0px;
	word-spacing: normal;
	text-transform: none;
	padding-top: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: Black
}
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;
	background-color: black;
	color: White;
	font-size:	9pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
A.Reverse
{
	color: #000000;
	text-decoration: none;

}

A.Reverse:link
{
	color: #000000;
	text-decoration: none;
}	
		
A.Reverse:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A.Reverse:active	{	
	text-decoration:	none;
	color:	#e68300;
	}	
	
A.Reverse:hover
{
	background-color: White;
	text-decoration: none;
	color: #e68300;
}

A:link
{
	color: black;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#e68300;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#e68300;
	}

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE	{	
	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;
	}
/*
TD
{
	font-family: Arial;
	font-size: 10;	
}
*/
TD.Bold
{
	font-family: Verdana,Arial;
	font-size: 11;	
	font-weight: bold;
}

PRE
{
	font-family: Courier, Courier New, Monospace;
	font-size: 6pt;
	font-weight: bold;
	color: Black;
	BACKGROUND-COLOR: White;
}

DIV.PB
{
    PAGE-BREAK-BEFORE: always
}

TD.PRE
{
	font-family: Courier, Courier New, Monospace;
	font-size:6pt;
	font-weight: bold;
	color: Black;
	background-color:White;
	
}

INPUT.Required
{
	/*BORDER-RIGHT: #ff0000 1px solid;
	BORDER-TOP: #cc0000 2px solid;	
	BORDER-LEFT: #cc0000 2px solid;
	BORDER-BOTTOM: #ff0000 1px solid*/
	background-color:#ffffdd;
}

DIV.Box
{
	BORDER-RIGHT: lightgrey 1px solid;
	BORDER-TOP: dimgray 2px solid;
	BORDER-LEFT: gray 2px solid;
	BORDER-BOTTOM: lightgrey 1px solid
}

A.TrackVisit:visited
{
	color: blue;
	text-decoration: underline;
}

/* JMP - 05/16/2008 */
TD.DataGrid_Header
{
	background-color: #333333;
	font-family: Verdana;
	font-size:small;
	font-weight:bold;
	border-bottom-style:none;
	
	
}	

TD.DataGrid_Alternate
{
	background-color: White;
}	

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

Required_Field
{
	background-color:#ffffdd;
}

.validatorCalloutHighlight 
{
    background-color:Highlight;
}