@charset "utf-8";
/* CSS Document */

.categoryResultsTitle{
	background-image: url(../images/subTitleBg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	width: auto;
	margin: 0px;
	clear: both;
}

.categoryResultsTitle2{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	width: auto;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #377DFF;
}
.categoryResultsSubTitle{
	font-size: 14px;
	line-height: 150%;
	padding: 5px;
	color: #333333;
}
.categoryResults {
	text-align:left;
	border: 1px solid #999999;
	padding: 1px;
	width: 770px;
	font-size: 12px;
	color: #333333;
}
.innerTable_title {
	font-size: 12px;
	background-color: #377DFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
}

.innerTable_Th {
	font-size: 12px;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #367FF0;
	font-weight: normal;
	padding: 3px;
}

.innerTable_Td {
	font-size: 12px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #C0C0C0;
	padding: 3px;
}

.resultFrame{
	width: auto;
}

.categoryResultsLeft{
	width: 380px;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
}
.categoryResultsRight{
	float: left;
	margin-left: 20px;
	margin-bottom: 5px;
	width: 350px;
}
.detailResults{
	font-size: 12px;
	color: #333333;
}
.resultCell {
	width: 135px;
	height: 36px;
	padding: 2px;
	font-size: 14px;
	margin-top: 10px;
	float: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-left: 8px;
}
.resultCell_title {
	font-weight:bold;
	float: left;
	width: 100px;
}
.correct{
	font-weight: bold;
	color: #0033FF;
}
.incorrect{
	color: #990000;
	font-weight: bold;
}
.showAnswerBtn{
	clear: both;
}

#printCaption {
	font-size: 12px;
}



.trendAndAction {
	text-align:left;
	padding: 5px 0px 0px 0px;
	clear: both;
}

#trendAndActionFont {
	font-size: 15px;
}


#questionnaire{
	padding: 10px;
	font-size: 12px;
	line-height: 150%;
}
#questionnaire dl{
	padding-top: 10px;
	color: #333333;
}
#questionnaire dd{
	font-size: 12px;
	padding-left: 10px;
	color: #000000;
	letter-spacing: 2px;
	line-height: 150%;
}
