/* ------------------------------------- Global ------------------------------------- */ 
body  {
	background: #D2DBE5;
	margin: 7px 10px;
	padding: 0px;
}
td  { 
	font: 12px Arial, Helvetica, sans-serif;
	color:  #333;
}
#container {
  width: 100%;
}
#container_nopop {
	border-top: 1px solid #999;
	border-bottom: 2px solid #000;
	border-left: 1px solid #999;
	border-right: 2px solid #000;
	width: 100%;
}
.header  { 
	background:  #D2DBE5;
	border-bottom: 1px solid #D2DBE5;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}
.bevel  { 
	background:  #D2DBE5;
	border: 1px solid #D2DBE5;
	padding: 0px;
}
a:link, a:visited  {
	color: #2A5F8F;
}
a:hover, a:active  {
	color: #2A5F8F;
} 
.alert {
	color: #C00;
	font-weight: bold;
}
/* ------------------------------------- Form Elements ------------------------------------- */ 
select, textarea, .inputText  {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0px;
}
.commentBevel select, textarea  {
	width: 100%;
	margin: 3px 0px;
}
textarea  {
	width: 100%;
	margin: 0px;
	height: 65px;
	margin-top: 8px;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 3px
}
textarea.small  {
	height: 60px;
}
textarea.medium  {
	height: 85px;
}
textarea.large  {
	height: 130px;
}
.inputText {
	width: 100%;
}
/* ------------------------------------- Banner ------------------------------------- */
#banner  { 
	background: #D2DBE5;
	border-right: 1px solid #D2DBE5;
	border-left: 1px solid #D2DBE5;
} 
/* ------------------------------------- Custom Block ------------------------------------- */
#customblock  { 
	border-top: 1px solid #D2DBE5;
	border-right: 1px solid #D2DBE5;
	border-left: 1px solid #D2DBE5
} 
/* ------------------------------------- Main ------------------------------------- */
#main  { 
	border-top:  1px solid #D2DBE5;
}
	#main .header  { 
		border-bottom:  1px solid #D2DBE5;
	}
.cduHeader {
	padding:  0px;
}
#noPad td {
	padding: 0px;
}
#key {
	float: right;
	width: 125px;
	font-size: 9px;
}
.CDUbevel {
	padding: 0px;
}
.cduLabel  { 
	padding: 0px;
}
.overallLabel  { 
	padding: 0px;
	font-weight: bold;
}
.scaleTable td {
	padding:  0px;
}
.CDUTable {
	border-bottom:  1px solid #D2DBE5;
	margin-bottom:  3px;
}
.keyTable {
	border-top:  1px solid #D2DBE5;
	margin-bottom: 5px;
}
.keyTable td {
	font: 10px Arial, Helvetica, sans-serif;
}
.scaleRadio  { 
	height: 20px;
} 
.scaleText  { 
	white-space: nowrap;
} 
#keyTable {
	background: #D2DBE5;
	border: 1px solid #D2DBE5;
	margin: 4px 0px;
}
#keyTable td {
	font-size: 10px;
	padding: 0px;
}
.commentBevel {
	padding-right: 0px;
	border-right: 1px solid #D2DBE5;
}
#commentLimit {
	color: #999;
	font-size: 10px;
	padding-bottom: 0px;
	text-align: right;
}
/* ------------------------------------- Legend ------------------------------------- */
#legend  { 
	border-top: 1px solid #D2DBE5;
	border-right: 1px solid #D2DBE5;
	border-left: 1px solid #D2DBE5;
} 
	#containerTable .bevel, #legend .bevel { 
	padding:  0px;
	} 
/* ------------------------------------- CS link/Email field ------------------------------------- */
#cs {
	border:  1px solid #D2DBE5;
	border-top:  1px solid #D2DBE5;
}
/* ------------------------------------- Questions ------------------------------------- */
#questions  { 
	border-top:  1px solid #D2DBE5;
	width: 100%;
}
	#questions .header {
		border-bottom:  0px solid #D2DBE5;
	}
#questionsontop  { 
	border-top: 1px solid #D2DBE5;
}
.answer  { 
	padding: 0px;
	white-space: nowrap;
	font-size: 12px;
} 
#scrollQuestions {
	overflow: auto;
	width: 100%;
}
/* ------------------------------------- Links ------------------------------------- */
#links  { 
	border: 0px solid #D2DBE5;
	border-top: 1px solid #D2DBE5;
} 
/* ------------------------------------- Footer ------------------------------------- */
#footer  { 
	border-top: 1px solid #D2DBE5;
	border-bottom: 1px solid #D2DBE5;
	background: #D2DBE5;
	width: 100%;
	margin-top: 8px;
}
#footer .text  { 
	font-size: 10px;
	padding: 0px;
	line-height: 150%;
}
#footer a, #footer a:link, #footer a:visited  { 
	white-space: nowrap;
	color: #2A5F8F;
}
#footer a:hover, #footer a:active  { 
	color: #2A5F8F;
}
.submitButton  { 
	margin-right: 0px;
	font-size: 10px;
	background-color: #b2975d;
	color: #FFF;
}


	#scrollingContent .header {
		border:  none;
	}