/* General Styles */
.ouprompt {
	margin-top: 5px;
	font-size: 10pt;
}
.ouprompt p {
	margin: 0px;
}
.ouelem {
	margin: 0px;
}
.ssprompt {
	float: left;
	width: 40%;
	padding-left: 20px;
	font-size: 8pt;
}
.sselem {
	float: left;
}
.ssreq {
}
.oureq {
}
.lrvmain {
	margin-left: 10px;
	margin-top: 5px;
}
.lrvitem {
	vertical-align: baseline;
	font-size: 10pt;
}
.raditem {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.lrhmain {
	text-align: center;
}
.lrhtable {
	width: 90%;
}
.lrhtextr {
	font-size: 8pt;
	text-align: center;
	border-color: black #999999 #999999;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.lrhtextl {
	font-size: 8pt;
	text-align: center;
	border-color: black black #999999 #999999;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.lrhitemr {
	text-align: center;
	border-color: black #999999;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
.lrhiteml {
	text-align: center;
	border-color: black black black #999999;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
.lcvmain {
	margin-left: 10px;
}
.lcvitem {
	font-size: 10pt;
}
.ldsmain {
}
.ldsitem {
}
/* Poll Styles */
.pollspace {
	width: 180px;
	margin: 0px 5px 10px 5px;
}
.pollerr {
	font-size: 8pt;
	margin: 5px;
	padding: 5px;
}
.polltools{
}
.pollbdiv {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
}
.pollbtext {
	font-size: 8pt;
}
.pollresp {
	font-size: 8pt;
}

/* Form Styles */
.formspace {
	margin: 0px 10px 10px 10px;
	width: 80%;
	font-size: 10pt;
}
.formspace br {
	line-height: 5px;
}
.formbdiv {
	margin-top: 20px;
}
.formbtext {
	font-weight: bold;
}
.formresp {
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 2px;
}
.formerr {
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid black;
	background-color: #FED783;
}
.formtools {
}
.formform {
}
.forminlbox {
	font-size: 8pt;
	border: 1px solid black;
}
.formsum {
	font-size: 13px;
	margin: 5px 20px 5px 20px;
	padding: 3px;
	background: #DDD;
	border: 1px solid #C0C0C0;
}
.formsum a {
	font-weight: bold;
}	
/* Wrapper styles for questions (added during update on 2/12/2010) */
.ou {
}
.ss {
}
/*Results Styles*/
.resprompt {
	font-size: 11px;
	padding: 0 0 2px 18px;
}
.reslist {
	margin: 0 0 0 18px;
	clear: both;
}
#resitem {
	font-size: 11px;
	padding: 3px;
	line-height: 120%;
	width: 420px;
	margin-bottom: 6px;
}
.resstats {
	background: #DDD;
	border: 1px solid #C0C0C0;
	margin: 0 0 8px 0;
}
.resalt {
	background: #BBB;
}
.reson {
	background: #DDD;
}
.resstats th {
	font-size: 11px;
	font-weight: normal;
	color: #111;
	text-align: left;
	padding: 3px;
}
.resstats td {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.restable {
	background: #DDD;
	border: 1px solid #C0C0C0;
	margin: 0 0 8px 0;
}
.restable th {
	font-size: 11px;
	font-weight: normal;
	color: #111;
	font-weight: bold;
	padding: 3px;
}
.restable td {
	font-size: 11px;
	color: #000;
	padding: 3px;
}
.resnum {
	text-align: right;
}

/*List View Styles*/
.fltitle {
	font-size: 13px;
	font-weight: bold;
	padding: 12px 0 0 0;
}
.fldesc {
	font-size: 11px;
	padding: 0 0 0 18px;
}

