body
{
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}
P
{
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}
LI
{
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}
.footerText
{
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color:Gainsboro;
}
.navMenu
{
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: Gainsboro;
}

.pageTitle
{
	font-size: 18px;
	font-weight:bold;
	font-family: Verdana, Arial, Sans-Serif;
}
.bodyText
{
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}
.subsubHighlight
{
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: Yellow;
}
.formData
{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
}

.tableHeader
{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: Black;
	color: White;
}

.tableHeader A {color: White; TEXT-DECORATION: underline;}
.tableHeader A:LINK {color: White; TEXT-DECORATION: underline;}
.tableHeader A:VISITED {color: White; TEXT-DECORATION: underline;}
.tableHeader A:HOVER {color: White; TEXT-DECORATION: none;}

.formLabel
{
	font-size: 12px;
	color: black;
}

.message
{
	font-size: 12px;
	color: Blue;
}

.errorMessage
{
	font-size: 12px;
	font-weight: normal;
	color: red;
}

.footNote
{
	font-size: 12px;
	font-weight: bold;	
	font-family: Verdana, Arial, Sans-Serif;
}

.mainquestion 
{
	color : #000000;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	text-align:left;
	padding-right:3px;
}

.subquestion 
{
	color : #000000;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	text-align:right;
	padding-right:3px;
}

/* these 3 styles are used to group text fields */
td.columngroupingtopleft
{
	background-color:#FFFFFF; 
	padding:3px;
	border-left: solid thin #D0FBFD;
	border-top: solid thin #D0FBFD;
	width:80px;
}

td.columngroupingtopright
{
	background-color:#FFFFFF; 
	padding:3px;
	border-right: solid thin #D0FBFD;
	border-top: solid thin #D0FBFD;
	width:80px;
	
	color : #000000;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
}

td.columngrouping
{ 
	background-color:#D0FBFD; 
	padding:3px;
	
	color : #000000;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
}

td.columngroupingwhite
{ 
	background-color:#ffffff; 
	padding:3px;
	
	color : #000000;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
}

td.horizontal-divider
{ 
	background-color:#D0FBFD; 
	height:5px;
}


/* Default CSS Stylesheet for a new Web Application project */
/* Taken from Droz' original code - probably from Ruslan or some starter page */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    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: 22px;
	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:	18px;
	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:	16px;
	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:	14px;
	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:	12px;
	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:	12px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	12px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	12px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

MainTextWhite 
{
color:White;
}

A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	font-size: 12px;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;font-size: 12px;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;font-size: 12px;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#3333cc;font-size: 12px;
	}


A.MainTextGreyBold {color: #3333cc; font-weight : bold; TEXT-DECORATION: underline;}
A.MainTextGreyBold:LINK {color: #3333cc; font-weight : bold; TEXT-DECORATION: underline;}
A.MainTextGreyBold:VISITED {color: #3333cc; font-weight : bold; TEXT-DECORATION: underline;}
A.MainTextGreyBold:HOVER {color: #3333cc; TEXT-DECORATION: none;}

				
SMALL	{	
	font-size:	12px;
	}	

BIG	{	
	font-size:	14px;
	}	

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;
	}	


.reminderMessageBox
{
	border: solid thin black;
	background-color: Gainsboro;
	margin: 4px;
	padding: 10px;
}


/************************
FROM _Includes/Global.css
*************************/


.MainTextGrey{
	color : #000000;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
}


.MainTextGreyBold{
	color : #000000;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
}
.MainTextGreyBold A {color: #3366FF; font-weight : bold; TEXT-DECORATION: underline;}
.MainTextGreyBold A:LINK {color: #3366FF;}
.MainTextGreyBold A:VISITED {color: #3366FF;}
.MainTextGreyBold A:HOVER {color: #3366FF; TEXT-DECORATION: none;}

.MainText{
	color : #006600;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	line-height: 17px;
}
.MainText A {color: #006600; font-weight : normal; TEXT-DECORATION: underline;}
.MainText A:LINK {color: #006600;}
.MainText A:VISITED {color: #006600;}
.MainText A:HOVER {color: #006600; TEXT-DECORATION: none;}

.MainTextBold{
	color : #006600;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
}
.MainTextBold A {color: #666666; font-weight : bold; TEXT-DECORATION: underline;}
.MainTextBold A:LINK {color: #666666;}
.MainTextBold A:VISITED {color: #666666;}
.MainTextBold A:HOVER {color: #666666; TEXT-DECORATION: none;}

.MainTextStepBold{
	color : #006600;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}
.MainTextStepBold A {color: #666666; font-weight : bold; TEXT-DECORATION: underline;}
.MainTextStepBold A:LINK {color: #666666;}
.MainTextStepBold A:VISITED {color: #666666;}
.MainTextStepBold A:HOVER {color: #666666; TEXT-DECORATION: none;}

.MainTextBlack{
	color : #000000;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	line-height: 15px;
}
.MainTextBlack A {color: #000000; font-weight : normal; TEXT-DECORATION: underline;}
.MainTextBlack A:LINK {color: #000000;}
.MainTextBlack A:VISITED {color: #000000;}
.MainTextBlack A:HOVER {color: #000000; TEXT-DECORATION: none;}

.MainTextWhite{
	color : #FFFFFF;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	line-height: 15px;
	TEXT-DECORATION: none;
}
.MainTextWhite A {color: #FFFFFF; font-weight : normal; TEXT-DECORATION: underline;}
.MainTextWhite A:LINK {color: #FFFFFF;}
.MainTextWhite A:VISITED {color: #FFFFFF;}
.MainTextWhite A:HOVER {color: #FFFFFF; TEXT-DECORATION: none;}

.SectionNavText{
	color : #000000;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	line-height: 15px;
}
.SectionNavText A {color: #000000; font-weight : normal; TEXT-DECORATION: underline;}
.SectionNavText A:LINK {color: #000000;}
.SectionNavText A:VISITED {color: #000000;}
.SectionNavText A:HOVER {color: #000000; TEXT-DECORATION: none;}

.BreadCrumbText{
	color : #CCCCCC;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
}
.BreadCrumbText A {color: #CCCCCC; font-weight : normal; TEXT-DECORATION: underline;}
.BreadCrumbText A:LINK {color: #CCCCCC;}
.BreadCrumbText A:VISITED {color: #CCCCCC;}
.BreadCrumbText A:HOVER {color: #CCCCCC; TEXT-DECORATION: none;}

.HeaderText{
	color : #03359A;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	font-size :  16px;
	font-weight : bold;
}
.HeaderText A {color: #03359A; TEXT-DECORATION: underline;}
.HeaderText A:LINK {color: #03359A;}
.HeaderText A:VISITED {color: #03359A;}
.HeaderText A:HOVER {color: #03359A; TEXT-DECORATION: none;}

.NavText{
	color : #FFFFFF;
	font-family : Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight : normal;
	line-height: 15px;
}
.NavText A {color: #FFFFFF; font-weight : normal; TEXT-DECORATION: underline;}
.NavText A:LINK {color: #FFFFFF;}
.NavText A:VISITED {color: #FFFFFF;}
.NavText A:HOVER {color: #FFFFFF; TEXT-DECORATION: none;}

.UtilityNavText{
	color : #000000;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	line-height: 15px;
}
.UtilityNavText A {color: #006600; font-weight : bold; TEXT-DECORATION: underline;}
.UtilityNavText A:LINK {color: #006600;}
.UtilityNavText A:VISITED {color: #006600;}
.UtilityNavText A:HOVER {color: #006600; TEXT-DECORATION: none;}

.PopupTextBold{
	color : #03359A;
	font-size: 12px;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
}
.PopupTextBold A {color: #3366FF; TEXT-DECORATION: underline;}
.PopupTextBold A:LINK {color: #3366FF; TEXT-DECORATION: underline;}
.PopupTextBold A:VISITED {color: #3366FF; TEXT-DECORATION: underline;}
.PopupTextBold A:HOVER {color: #3366FF; TEXT-DECORATION: underline;}

.LoginText{
	color : #666666;
	font-family : Tahoma, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight : normal;
	line-height: 15px;
}
.LoginText A {color: #666666; font-weight : normal; TEXT-DECORATION: underline;}
.LoginText A:LINK {color: #666666;}
.LoginText A:VISITED {color: #666666;}
.LoginText A:HOVER {color: #666666; TEXT-DECORATION: none;}

.BreadCrumbText{
	color : #000000;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	line-height: 15px;
}
.BreadCrumbText A {color: #000000; font-weight : normal; TEXT-DECORATION: underline;}
.BreadCrumbText A:LINK {color: #000000;}
.BreadCrumbText A:VISITED {color: #000000;}
.BreadCrumbText A:HOVER {color: #000000; TEXT-DECORATION: none;}

.FooterText{
	color : #274082;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	line-height: 15px;
}
.FooterText A {color: #274082; font-weight : normal; TEXT-DECORATION: underline;}
.FooterText A:LINK {color: #274082;}
.FooterText A:VISITED {color: #274082;}
.FooterText A:HOVER {color: #274082; TEXT-DECORATION: none;}

.CopyrightText{
	color : #666666;
	font-family : Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	line-height: 15px;
}


.ErrText{
	color : red;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	line-height: 15px;
	padding-left:2px;
}
.ErrText A {color: red; font-weight : normal; TEXT-DECORATION: underline;}
.ErrText A:LINK {color: red;}
.ErrText A:VISITED {color: red;}
.ErrText A:HOVER {color: red; TEXT-DECORATION: none;}

ul { 
	margin-top:5px;
	margin-left:20px; 
	margin-right:0px; 
	margin-bottom:15px;
	list-style-type: circle;
} 

ol { 
	margin-top:5px;
	margin-left:22px; 
	margin-right:0px; 
	margin-bottom:15px;
}


input{
	font-size: 12px;
	font-family : Tahoma, Geneva, Verdana, Helvetica, sans-serif;
	color : #03359A;
	font-weight : normal;
}

select{
	font-size: 12px;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color : #03359A;
	font-weight : normal;
}

.SetWidthSelect{
	font-size: 12px;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color : #666666;
	font-weight : normal;
	width : 190px;
}

textarea{
	font-size: 12px;
	font-family : Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color : #666666;
	font-weight : normal;
}

.Button {
	font-size: 12px;
	background: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-left:1px;
	padding-right:1px;
	color:#514747;
	text-decoration:none!important;}

.NavBg{
	background-color : #006600
}

.LightBg{
	background-color : #009900
}

.PagingNavBg{
	background-color : #009900
}
.EventBarBg{
    background-color : #D7EAD7
}

.SecondaryNavBg{
	background-color : #99CC99
}

.WhiteBg{
	background-color : #FFFFFF
}

.GrayLine{
	background-color : #F2F2F2
}

.DarkGrayLine{
	background-color : #999999
}

.LoginBox{
	background-color : #CDE5CD
}


.reportDataColumn {
	text-align: right;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;	
}
.reportSectionHeader 
{
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;	
	font-weight: bold;
	text-align: left;
}
.homeSummaryData
{
	font-size: 16px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	font-family: Verdana, Arial, Sans-Serif;
}
.outlineBox
{
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

/* Inner Question Stuff */
.brClear{clear: left;}
.question br{display: none;}
.question a{float: left;}
.innerQuestion br{display: block;}
.innerQuestion{width: 100%;float: left;}
.innerQuestion .innerPadding{padding: 5px 15px 20px 15px;}
.innerQuestion .localId, .questionTitle{font-weight: bold;float: left;color: #222222;margin-bottom: 6px; font-family:Verdana, Arial, Sans-Serif;font-size: 16px;}
.innerQuestion .questionTitle{margin-left: 6px; color: #000000;}
.innerQuestion .questionSubTitle{margin-left: 6px; color: #000000;}
.innerQuestion .answerOptions{border-top: 1px solid #222222;padding-top: 6px; padding-left: 16px; font-family:Verdana, Arial, Sans-Serif; font-size:14px;}
.innerQuestion .answerOptions .toggleLogExist{font-size: 12px;margin-left: 4px;}
.innerQuestion .answerHeadings1, .answerHeadings2 {font-weight: bold;float: left;color: #444444;margin-bottom: 6px;font-size: 14px; margin-left: 200px;}
.innerQuestion .answerHeadings2{margin-left: 60px; color: #000000;}
.relyonControl .checkBox input
{
	vertical-align: middle;
	height: 12px;
	width: 12px;
	margin-right: 4px;
}

.relyonControl .TextBox input

{
	vertical-align: middle;
	height: 12px;
	width: 12px;
	margin-right: 400px;
	 
}
.innerQuestion label
{
	vertical-align: middle;
	height: 26px;
}
	
#tooltip{
    position:absolute;
    border:1px solid #333;
    background:#f7f5d1;
    padding:2px 5px;
    color:#333;
    display:none;
}


.link A { font-size: 12px; text-decoration: underline;}
.link A:LINK {font-size: 12px; text-decoration: underline;}
.link A:VISITED {font-size: 12px; text-decoration: underline;}
.link A:HOVER {font-size: 12px; text-decoration:none;}
