@media print {
	table#header-table tr td {
		font-size: 75%;
	}
}

fieldset {
	margin-bottom: 1ex;
}

legend {
	font-weight: bold;
	font-size: larger;
}

body {
    font-family: Verdana, Georgia, Helvetica;
    font-size: 10pt;
    color: #14164F;
    text-decoration: none;
/*	margin: 0px;
	padding: 3px;*/
}

.warning, a:link.warning, a:link.visited, .warning a:link, .warning a:visited {
	color: red;
}

a:link, a:visited {
    font-family: Verdana, Georgia, Helvetica;
    color: blue;
    text-decoration: none;
}

a:hover {
    font-family: Verdana, Georgia, Helvetica;
    color: #999999;
	text-decoration: none;
}

img {
    border: 0;
}

.survey {
	margin-left: 3ex;
}

.question {
	font-weight: bold;
	margin: 0ex;
}

.response {
	padding-left: 2ex;
}

td.fieldTitle {
	padding-right: 1.2ex;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

td.emptyFieldValue {
	background-color: #DDDDDD;
	border: solid 1px #333333;
}

td.nonEmptyFieldValue {
	background-color: #FAFAFA;
	border: solid 1px #999999;
}


table.nopadding tr td.content table {
    font-family: Verdana, Georgia, Helvetica;
    font-size: 10pt;
    color: #14164F;
    text-decoration: none;
    border: 0;
}

table.nopadding tr td.content table tr {
	vertical-align: top;
}

table.nopadding tr td.content table tr th {
	text-align: center;
    padding: 5px;
    margin: 10px;

}

table.nopadding tr td.content table tr td {
	text-align: left;
    padding: 5px;
    margin: 10px;
}

.smalltext {
    color: #000000;
    text-decoration: none;
    font-size: 8pt;
    font-family: Verdana, Georgia, Helvetica;
}

.header {
    font-family: Georgia, Verdana, Arial;
    color: Maroon;
    font-size: 16pt;
    font-weight: bold;
}

.title {
    font-family: Helvetica, Georgia, Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.pageTitle {
    font-family: Verdana, Georgia, Helvetica;
    font-size: 16pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.note {
  font-size: 8pt;
  color: #B93E3E;
  font-family: Verdana, Georgia, Helvetica;
  text-decoration: none;
}

/* MAJOR TABS: ACTIVE */
@media print {
	td#majortabs {
		display: none;
	}
}

td#majortabs {
	width: 20ex;
	vertical-align: top;
}

.currenttab a:link, .currenttab a:visited {
	display: block;
	font-weight: bold;
	font-family: Arial, sans-serif; /*tab font */
	font-size: 115%;
	color: black; /*font color */
	margin-left: 4px; /*spacing between tabs */
	padding-top: 4px; /*vertical offset of tab text from top of tab*/
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	background-color:#BEE0FC; /*URL to tab image */
	text-align: center;	
	border: 3px solid black;
	border-right: 1px;
	text-decoration: underline;
	margin-bottom: 1ex;
}

.currenttab a:hover {
	background-color:#BEE0FC; /*URL to tab image onmouseover */
	color: black;
	cursor: pointer;
	text-decoration: underline;
}

/* MAJOR TABS: NON-ACTIVE */
.othertab a:link, .othertab a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, sans-serif; /*tab font */
	font-size: 115%;
	color: black; /*font color */
	margin-left: 4px; /*spacing between tabs */
	padding-top: 4px; /*vertical offset of tab text from top of tab*/
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	background-color:#A7DDFA; /*URL to tab image */
	text-align: center;	
	margin-bottom: 1ex;
	border: 1px solid blue;
	border-right: 1px;
}

.othertab a:hover{
background-color:#BEE0FC; /*URL to tab image onmouseover */
color: black;
cursor: pointer;
}

/* SUB TABS */
#ddimagesubtabs a:link, #ddimagesubtabs a:visited {
display: block;
text-decoration: none;
font: bold 12px Arial; /*tab font */
color: black; /*font color */
float: left;
display: inline;
margin-left: 4px; /*spacing between tabs */
margin-top: 2px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
padding-left: 8px;
padding-right: 8px;
padding-bottom: 4px;
background-color:#91FEBB; /*URL to tab image */
text-align: center;
cursor: pointer;
border-top: solid 1px green;
border-left: solid 1px green;
border-right: solid 1px green;
border-bottom: solid 1px #91FEBB;
}

#ddimagesubtabs a:hover {
	background-color:#BAFED7; /*URL to tab image onmouseover */
	color: black;
	cursor: pointer;
	text-decoration: none;
}

#ddimagesubtabs a.current:link, #ddimagesubtabs a.current:visited {
	text-decoration: underline;
	background-color:#BAFED7; /*URL to tab image onmouseover */
	color: black;
	cursor: pointer;
	border: 2px solid black;
	border-bottom: 0px;
}

#tabcontentcontainer{
clear: left;
border: 2px solid black;
padding-top: 4px; /*vertical offset of tab text from top of tab*/
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;

}

.tabcontent {
	display:none;
}

.error {
	color: red;
	font-weight: bold;
}

#status_message {
	font-family: Arial, sans-serif;
	font-size: small;
	background-color: #FFD700;
	color: black;
	font-weight: bold;
	padding: .5ex 2ex .5ex 2ex;
	border: solid 1px #CC9900;
}
#header_error_message {
	font-family: Arial, sans-serif;
	font-size: small;
	background-color: red;
	color: white;
	font-weight: bold;
	padding: .5ex 2ex .5ex 2ex;
	border: solid 1px black;
}

.required {
	color: #B93E3E;
	font-weight: bold;
}

input.actionButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
	height: 4.25ex;
	background: #FE9191;
	color: black;
	font-weight: bold;
}

table.nopadding, table.nopadding tr, table.nopadding tr td {
	margin: 0px;
	padding: 0px;
}

/* FULL PAGE REPORT */
table.FullPageReport_Question {
	width: 90ex;
}

table.FullPageReport_Question tr th table tr td.question_number {
	font-size: large;
	font-weight: bold;
	text-align: right;
	padding-right: 1ex;
	padding-bottom: .7ex;
	background-color: #FFCC00;
	width: 5ex;
}

table.FullPageReport_Question tr th table tr td.question_text {
	font-size: 100%;
	padding-left: 1ex;
}

table.FullPageReport_Question tr th.data_column {
	font-weight: bold;
	font-size: smaller;
	background-color: #FFFFCC;
	border: solid 1px #FFCC00;
}

table.FullPageReport_Question tr td {
	font-size: smaller;
	border: solid 1px #FFCC00;
}

table.FullPageReport_Question tr td.answer_text {
	text-align: right;
	font-size: smaller;
	width: 25ex;
}

table.FullPageReport_Question tr td.percentage_bar {
	white-space: nowrap;
	width: 66.8ex;
}

table.FullPageReport_Question .data_column {
	text-align: center;
	font-size: smaller;
	white-space: nowrap;
}

/* Custom Report Filter classes */
div.evenFilterRow
{
	border: solid 1px #000000;
	font-size: smaller;
	background-color: #FBFBFB;
	padding: 1ex;
}

div.oddFilterRow
{
	border: solid 1px #000000;
	background-color: #E2E2E2;
	font-size: smaller;
	padding: 1ex;
}

div.errorFilterRow
{
	border: solid 1px #000000;
	background-color: #FF9090;
	font-size: smaller;
	padding: 1ex;
}