﻿body
{
    font-family: Verdana;
    font-size: 8pt;
}

.divBorderGray
{
	border-color: gray;  
	border-width: 1px; 
	border-style: solid;
}

.errorHeader
{
	font-family: Verdana; 
	font-size: 20px; 
	font-weight:bold;
}

.error
{
	font-family: Verdana; 
	font-size: 12px; 
}

.divUserField
{
	float:left; 
	width:170px; 
	text-align: right; 
	padding-top: 3px;
}

.divUserFieldAnswer
{
	float:left; 
	padding-left: 3px;
}

.divContent
{
	background-color: #CFDCE6;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.divTotal
{
	background-color: #9900FF;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.divAssistantInfo
{
	padding: 4px; 
	background-color: #e7e2ca;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.divContentNoTop
{
	background-color: #CFDCE6;
	padding: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.divNavBarItem
{
	float:left; 
	width: 200px; 
	text-align:center; 
	background-color: #CFDCE6; 
	padding:3px; 
	border-bottom: solid 1px #CFDCE6;
	
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	
	border-top-left-radius: 5px;
	-moz-border-left-topright: 5px;
	-webkit-border-top-left-radius: 5px;
}

.divHeader
{
	background-color: #FFC917;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.divPercentageBar
{
	background-color: #FFC917;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	height: 12px;
	border: 1px solid gray;
}

.tableHeaderReport
{
	width: 100%; 
	background-color:#e7e2ca;
}

.surveyNumber
{
	color: White;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	background-color: #383838;
	padding: 2px;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.surveyQuestionSeparator
{
	margin-left: 24px;
	padding-bottom: 20px;
}
