/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR: buttonface;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

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;
	margin-bottom: 0
	}	
		
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;
	margin-bottom: 0
	}	
		
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;
	margin-bottom: 0
	}	
		
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;
	margin-bottom: 0
	}	
		
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;
	margin-bottom: 0
	}	
		
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;
	margin-bottom: 0
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	9pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#0066CC;
	color: white
	}	
TD  {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
	}

A:link	{	
	text-decoration:	none;
	color:	#0066CC;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#0066CC;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#0066CC;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#0066CC;
	}
	
SMALL	{	
	font-size:	7pt;
	}	

BIG	{	
	font-size:	10pt;
	}	

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;
	}
UL
{
	margin-top: 0px;
}	
UL.Support
{
	margin: 0px 0px 0px 15px;
	color: black;
    list-style-type: square;
}
IMG 	{
	margin: 0px
	}
.Webform {
	background-color: #FFFFCC
}
TABLE.DataList-OLD
{
	background-color:White;
	border: 1px;
	border-color:Black;
	border-style:solid;
	border-collapse:collapse;
	font-size:8pt
}
TABLE.DataList
{
	background-color:White;
	border-style:none;
	border-collapse:collapse;
	font-size:8pt
}
TR.DataListHeader 
{
	background-color:#0066CC;
	color: white;

}
TR.DataListHeader TD
{
		font-weight:bold;
}



TH.DataListHeader 
{
	background-color:#0066CC;
	color: white
}

TR.DataListRowA 
{
	font-size:8pt;
	background-color:white
}
TR.DataListRowAGray 
{
	font-size:8pt;
	color: Gray;
	background-color:white;
}
TR.DataListRowARed 
{
	font-size:8pt;
	color: black;
	background-color: #FF6666;
}

TR.DataListRowB 
{
	font-size:6pt;
	background-color:#CCCCCC
}
TD.CellAsBody
{
	background-color:ButtonFace;
	border-style:none;
}
TD.Filter
{
	background-color:ButtonFace;
	border-style:none;
	vertical-align:bottom;
	text-align:Center;
}
.ErrorLabel
{
	color: green;	
}
.fixed
{
	table-layout:fixed;
}
.overTimeLbl
{
	color:Red;
}
.overTimeTxt
{
	background-color:Red;
}

A:link.header, A:hover.header, A:visited.header, A:active.header 
{
	background-color:#0066CC;
	color: white;
	font-weight:	bold;
}

.NoTrailingSpace
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.ReporterDetail {              
    display:none;
    /*position:absolute;*/
    width: 400px;
    padding: 10px;
}
            
.ReporterOverflow {                  
    width: 390px;
    overflow-x: auto;
    padding: 16px;
    padding-bottom: 32px;
    margin-bottom: 10px;
}

.StackTrace {
	text-indent: -25px;
	padding-left: 25px;
	margin-bottom: 0;
	margin-top: 0;	
}

.Close 
{
	margin-right: -22px;
	text-align: right;	
}

.Reporter
{
	padding: 3px;
	margin-bottom: 0;
	margin-top: 0;	
}

.RadioSpacer
{
	padding-right: 10px;
}