/* debug */
/*
table {
	border: 1px solid red;
}
td {
	border: 1px solid green;
}
blockquote {
	border: 1px solid blue;
}
*/

/* header graphics - table */
.headerGraphic{
}

/* survey title - h2 */
.surveyTitle {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	vertical-align: baseline;
}

/* survey subtitle - h3 */
.surveySubtitle {
	font-size: large;
	font-style: normal;
	font-weight: bold;
/*	font-variant: small-caps; */
	text-transform: none;
	color: #000000;
	text-decoration: none;
	vertical-align: baseline;
}

/* survey info - blockquote */
.addInfo {
	font-weight: normal;
	color: #000000;
	vertical-align: baseline;
}

/* separator between headers and survey - table */
.tableBorderDashed {
  border-top: 2px dashed #CDCDCD;
}

/* manin survey table - table */
.mainTable {
	width:100%;
}

/* bars between question boxes - td */
.preQuestionBorder {
	height:10px;
}

/* question outer table - table */
.qnOuterTable{
}

/* question outer table - table */
.qnInnerTable{
	table-layout:fixed;
}
.qnInnerTable td{
}

/* question number - td */
.qnInnerTd {
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	width: 40px;
	vertical-align: text-top;
}

/* guestion box - td */
.qnInner {
	width: 100%;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}

.qnDashedbottomLine {
	border-bottom: 1px dashed #CDCDCD;
}
/* question answer box - td */
.qnType {
	vertical-align: baseline;
	color: #000000;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
.qnType blockquote {
	margin: 0px;
	font-size: 11px;
	padding-left: 0px;
}

.blockquote {
	margin: 0px;
	font-size: 11px;
	padding-left: 0px;
}

/* Error message table */
.tableBorderDashed2 {
	width:70%;
	border: 1px dashed red;
}

/* Error message box - blockquote */
.surveyMessage {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
