/* Default CSS Stylesheet for a new Web Application project */

BODY, TD
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    COLOR:#000000;    
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, 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;
	}	
.fldRequired {
	font-family: Arial, Verdana, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight: bold;
}
.fldStandard {
	font-family: Arial, Verdana, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight: normal;
}
.fldTextBox {
	font: "MS Sans Serif", Arial, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 2px;
	color:black; 
	background-color:grey; 
	border:#708090; 
	border-style:groove; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
}
.grdHead {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#407789;
	font-weight:normal;
	border-right: 1px dotted #407789;
	color:White;
	padding-left:3px;
}
.grdHeadLast {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#407789;
	font-weight:normal;
	color:White;
	padding-left:3px;
}
.grdHeadSortable {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#407789;
	font-weight:normal;
	border-right: 1px dotted #407789;
	color:White;
	padding-left:3px;
	cursor:hand;
	border-bottom: 2px solid #407700;
}
.grdHeadSortableMO {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#FFFBF7;
	font-weight:normal;
	border-right: 1px dotted #407789;
	color:Black;
	padding-left:3px;
	cursor:hand;
	border-bottom: 2px solid #FFAA00;
}

.grdHeadLastSortable {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#407789;
	font-weight:normal;
	color:White;
	padding-left:3px;
	cursor:hand;
	border-bottom: 2px solid #407700;
}
.grdHeadLastSortableMO {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#FFFBF7;
	font-weight:normal;
	color:Black;
	padding-left:3px;
	cursor:hand;
	border-bottom: 2px solid #FFAA00;
}
  
.grdRow, .grdQRow, .grdRowUnavail {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#FFFFFF;
	font-weight:normal;
	border-right: 1px dotted #407789;
	color:Black;
	cursor:hand;
	padding-left:3px;
}
.grdRowLast, .grdQRowLast, .grdRowLastUnavail {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#FFFFFF;
	font-weight:normal;
	color:Black;
	cursor:hand;
	padding-left:3px;
}
.grdRowTrans {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	border-right: 1px dotted #407789;
	color:Black;
	padding-left:3px;
}
.grdRowTransLast {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	color:Black;
	padding-left:3px;
}

.grdQRow, .grdQRowLast, .grdRowUnavail, .grdRowLastUnavail {
	border-bottom:solid 1px #CCCCCC;
}
.grdRowUnavail, .grdRowLastUnavail {
	color:#ff0000;
	cursor:default;
}
.grdRowAlt {
	background-color:#EEEEEE;
	font-weight:normal;
	border-right: 1px dotted #407789;
	color:Black;
}
.ttlProjectName {
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	color:#42748B;
	font-weight:bold;
} 
.ttlQuestionName {
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	color:#000000;
	font-weight:bold;
} 
.urlimg {
	cursor:hand;
}
.ChartTabActive {
	border-right: #407789 1px solid; 
	border-top: #407789 1px solid; 
	border-left: #407789 1px solid;
	border-bottom:#FFFFFF 0px solid;
}
.ChartTabInActive {
	border-right: #407789 1px solid; 
	border-top: #407789 1px solid; 
	border-left: #407789 1px solid;
	border-bottom:#407789 1px solid;
}
.YellowMsgBox {
	border-right: black thin double; 
	padding-right: 2px; 
	border-top: 
	black thin double; 
	padding-left: 2px; 
	font-size: 10pt; left: 64px; background-image: none; padding-bottom: 2px; vertical-align: baseline; overflow: hidden; text-transform: none; border-left: black thin double; width: 200px; color: black; direction: ltr; padding-top: 2px; border-bottom: black thin double; font-family: Arial, Verdana, Helvetica, Sans Serif; position: absolute; top: 64px; height: 100px; background-color: #ffffcc; text-align: center; font-variant: small-caps;
}
.ecCatName {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#FFFFFF;
	font-weight:normal;
	border-right: 1px solid #666666;
	color:Black;
	padding-left:2px;
	padding-right:2px;
}
.ecVarName {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	color:Black;
	padding-left:2px;
	padding-right:2px;
	background-color:#dddddd;
	cursor:hand;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	border-top: solid 1px #666666;
	border-right: solid 1px #666666;	
}
.divCopyright {
	padding-right:15px;
	padding-left:15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	color:Black;
	text-align:left;
}
.YellowErrorBox {
	border-right: black thin double; 
	padding-right: 2px; 
	border-top: black thin double; 
	padding-left: 2px; 
	font-size: 10pt; 
	background-image: none; 
	padding-bottom: 2px; 
	vertical-align: baseline; 
	overflow: hidden; 
	text-transform: none; 
	border-left: black thin double; 
	width: 600px; 
	color: black; 
	direction: ltr; 
	padding-top: 2px; 
	border-bottom: black thin double; 
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	background-color: #ffffcc; 
	text-align: center; 
	font-variant: small-caps;
	margin-left:50px;
	margin-bottom:5px;	 
}

