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