body {
	background-color:#ffffff;
	color:#000000;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1;
}
h1, h2, h2, h3, h4, h5 {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	clear:both;
}
h1 {
	font-size: 16px;
	color: #000000;
	background-color:#CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding:5px;
}
h2 {
	font-size: 14px;
	margin: 20px 0 10px 0;
}
h3 {
	font-size: 14px;
	margin: 20px 0 10px 0;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
h4 {
	font-size: 10px;
	color: #000;
}
h5 {
	font-size: 10px;
}
form {
	margin: 0;
	padding: 0;
	font-size: 100%;
	width: 100%;
}
fieldset {
	clear:both;
	border: 1px solid #ccc;
	background: #f8f8f8;
	padding: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 1px;
}
legend {
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;
}
form div {
	clear: left;
	display: block;
	width: 100%;
	zoom: 1;
	margin: 5px 0 0 0;
	padding: 1px 3px;
}
/* custom classes*/

.clear {
	clear: both;
}

.SurveyHeader {
	border: thin solid #666666;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.SurveyFooter {
	clear:both;
	padding-top: 4px;	
	color: #000000;
	background-position: bottom;
	border-top-width: thin;
	border-top-style: solid;
	background-color:#CCCCCC;
}

.DivFillTheBlank {
	clear: left;
	display: block;
	width: 100%;
	padding-bottom: 10px;
}

.DivInputText {
	clear: left;
	display: block;
	width: 100%;
	padding-bottom: 10px;
}

.inputText {
	clear: left;
	display: block;
}

.labelText {
}

.inputTextSpecify {
}

.labelTextSpecify {
}

/* Radio Buttons vertical */
.DivChooseOneVertical {
}

.inputRadioVertical {
}

.labelRadioVertical {
}

/* Radio Buttons horizontal */
.DivChooseOneHorizontal {
	clear:none;
	float:left;
	display:block;
}

.inputRadioHorizontal {
}

.labelRadioHorizontal {
	padding-right:8px;
}

/* Checkbox */
.DivChooseAllThatApply {
	clear:none;
	float:left;
	display:block;
}

.inputCheckbox {
}

.labelCheckbox {
}

/* Dropdown */
.DivChooseOneDropdown {
}

.inputDropdown {
}

.labelDropdown {
}

/* Textarea */
.DivEssay {
}

/*OnePerTopic*/
.DivOnePerTopic {
}

.navigationButton {
}

.SubmisionButton {
}

.textfieldLong {
	float: left;
	display: block;
	width: 100%;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #FFFFFF;
}
form fieldset div.notes {
	float: left;
	width: 80%;
	height: auto;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: 88%;
	clear:both;
	margin: 15px 0 15px 0;
}
.divButtons {
	clear:both;
}
.Question {
	float: left;
	display: block;
	width: 100%;
	padding: 1px;
	background: #f8f8f8;
	margin: 1px 0 1px 0;
	clear: none;
}
form fieldset table {
	border-collapse: collapse;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
}
caption {
	font-weight: bold;
	margin: 1em 0;
}
col {
	border-right: 1px solid #ccc;
	text-align: center;
}
thead {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}
th {
	font-weight: normal;
	text-align: center;
}
#tblHead {
	text-indent: -1000em;
}
th, td {
	padding: 0.1em 1em;
}
.odd {
	background-color:#FFFFFF;
}
tr:hover {
	background-color:#3d80df;
	color: #fff;
}
thead tr:hover {
	color: inherit;
}
.title-cell {
	CURSOR: HAND;
}
.logo {
	display:block;
	float: right;
	padding-top:50px;
	font-size:9px;
	width:auto;
}
.summary {
	clear:both;
	display:block;
	float: left;
	padding-top:50px;
	font-size:9px;
	width:auto;
}
.PresentationImage {
}
.QuestionBox {
	clear:both;
	border: 1px solid #ccc;
	background: #f8f8f8;
	padding: 10px;
	margin: 10px 5px 30px 1px;
}
.QuestionBox table {
	font-size:12px;
	margin-top:10px;
}
.floatleft {
	float: left;
}
