@CHARSET "ISO-8859-1";

.EvaluatorTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 2px;
	border-color: grey;
	border-width: 1px;
	border-style: solid;
}

.EvaluatorTable td {
	padding-left: 2px;
	border-color: grey;
	border-width: 1px;
	border-style: solid;
}

.EvaluatorTable .tableRow1.EvaluatorQuestionSelectionColumnHeader,
.EvaluatorTable .tableRow1.EvaluatorQuestionSelectionColumnValue 
{
	font-weight: normal;
}

.EvaluatorTable .tableRow1.EvaluatorHeaderQuestionSelectionContainer {
	background-color: #eee;
} 

.EvaluatorTable.EvaluatorTableQuestionSelectionContainer {
	 margin-bottom: 2em;
}

.ViewPanel.ViewPanel_ViewPanelEFeedbackEvaluation .ViewFrameTable {
	background-color: #fff;
}