﻿.surveyContent
{
	 text-align:left;
}
.surveyContent .surveyPage
{
	font-size:12px;
	 background:#ffffff;
	border:solid 1px #538CD6;
	margin:10px;

}
.surveyContent .surveyPage A
{
	font-size:12px;
}
.surveyContent .surveyPageTitle
{
	 margin:1px 1px 1px 1px;
	 vertical-align:middle;
	 background:#BFDFFF;
	 text-indent:5px;
}
.surveyContent .questions
{
	 padding:5px 10px 5px 10px;
}
.surveyContent h2
{
	font-size: 18px;
	margin: 5px 0px 5px 0px;
	color: maroon;
}

.surveyContent .controlBar
{
	color:#6b6b6b;
	background-color: #E0E7EC;
	padding:3px;
}
.surveyContent .controlBar a
{
	color: #0066cc;
	text-transform: lowercase;
}


.surveyContent .question
{
	border-bottom: gray 1px solid;
	margin-bottom: 10px;
}

.surveyContent .questionTitle
{
	color: Black;
	background-color: silver;
	padding:3px;
	
}




.surveyContent .answers
{
	margin:10px;
}
.surveyContent .answers ol
{
	/*
	list-style-type: upper-alpha;
	*/
	list-style-type: upper-alpha;
}

table.thinBorder
{
	border-collapse: collapse; 
	border: solid #999; 
	border-width: 1px 0 0 1px;
}
table.thinBorder caption
{
	font-weight: bolder;
}
table.thinBorder th, table.thinBorder  td
{
	border: solid #999;
	border-width: 0 1px 1px 0;
	padding: 2px;
}
table.thinBorder tfoot td
{
	text-align: center;
}

.maxtrixRow
{
	background:#ffffff;
	border-style:none;
}
.questionAnswer
{
	background:#ffffff;
	border-style:none;
}
.surveyPageDspcss
{
	border: solid 1px Gray;
 	padding:5px 5px 5px 5px;
}

