/* Set the body text and background colour */

bodyText { FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: arial, helvetica, sans serif }
body { 
	background-color: #000000;
}

a:link { color:#df3e36; text-decoration:none; 	FONT-SIZE: 11px; 
	FONT-FAMILY: arial, helvetica, sans serif;}
a:hover { color:#df3e36; text-decoration:underline; 	FONT-SIZE: 11px; 
	FONT-FAMILY: arial, helvetica, sans serif;}
a:visited { color:#df3e36; text-decoration:underline; 	FONT-SIZE: 11px; 
	FONT-FAMILY: arial, helvetica, sans serif;}

td {
	font-size:12px;
	FONT-FAMILY: arial, helvetica, sans serif
}
	

td.mainTableBackground {
	background-color: #ffffff;
	/*border-color: #838280;
	border-style: solid;
	border-width: 1px;*/
}

.questionTableBackground { background-color: #FCFAED; }

.questionBorder { 
	border-color: #E1E1E1;
	border-style: solid;
	border-width: 1px;
}

/* Spacer Row between question and weighting*/
.questionToWeghtingSpacerRow 
{
	height: 0px;
	background-color: #FCFAED;
}

/* Spacer Row between weighting and reason*/
.WeghtingToReasonSpacerRow 
{
	height: 0px;
	background-color: #FCFAED;
}

/* Color around question image  */
td.imageBackground { background-color: #FCFAED; }

/* Main header color */
span.headerLabel { color:#333333; }

/* Set the body text style for a table cell */
TD.textBody { FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: arial, helvetica, sans serif }

/* Set the list styles */
LI { FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: arial, helvetica, sans serif }
LI.textBodyGreen { FONT-SIZE: 12px; COLOR: #dc3e33; FONT-FAMILY: arial, helvetica, sans serif }

/* Set the style of 'question' cell */
TD.QuestionCell 
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sans serif;
	BACKGROUND-COLOR: #FFC300;
	text-indent: 10px;
}

/* Set the style of 'why do we ask' */
TD.WhyAsk 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: arial, helvetica, sans serif; 
	BACKGROUND-COLOR: #cccccc; 
	text-indent: 10px;
}

TD.WhyAskReason 
{
	FONT-SIZE: 11px; 
	COLOR: #666666; 
	FONT-FAMILY: arial, helvetica, sans serif;
	background-color: #FCFAED;
	
}

/* Set the style of 'answer cell' */
TABLE.AnswerCell 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #666666; 
	FONT-FAMILY: arial, helvetica, sans serif 
}

/* Set the style of 'importance cell' */
.ImportanceCell 
{ 
	FONT-SIZE: 11px; 
	COLOR: #666666; 
	FONT-FAMILY: arial, helvetica, sans serif;
	background-color: #FCFAED;
}


/*          RESULTS        */

.resultItemStyle {
	background-color:#FCFAED;
	color:#686868;
}

.resultAlternatingItemStyle {
	background-color:#FFFFFF;
	color:#686868;
}

.resultHeaderStyle {
	color:#686868;
	font-weight:bold;
}

.resultTable {
	color:#686868;
}
