body {
behavior: url(css/csshover3.htc);
background-color: #DDD;
text-align: center;
-moz-user-select: none;
margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
cursor: default;
}
h3{
margin-top: 0px;
margin-bottom: 6px;
}
p,ul,ol,td,tr,div {
font-family: Arial,sans-serif;
font-size: 16px;
text-align: left;
color: #111;
}
p {
margin: 0px;
margin-bottom: 12px
}
div {
clear: none
}
a {
text-decoration: none;
color: black
}
a:hover div {
background-color: #f00;
cursor: pointer;
cursor: hand
}
strong{
	color: #04A;
}
.button,.smallbutton,.disabledSmallbutton,.minibutton {
border: 1px solid black;
background-color: #d4d4d4;
background-repeat: no-repeat;
text-align: center;
cursor: pointer;
cursor: hand
}

.button:hover,.smallbutton:hover,.minibutton:hover {
background-color: #a4c63b
}
.button {
margin-top: 20px;
padding: 10px;
background-position: 10px;
padding-left: 42px;
}

label strong{
	color: #000;
}


.disabled, .disabled strong, .disabled .questionText, .disabled label{
	color: #DDD;
}

#nextButton.disabled{
	color: #AAA;
}

.button.highlighted{
	background-color: #ff7;
}

.button.highlighted:hover{
	background-color: #ff7;
	cursor: default;
}

img#slide{
	margin-left: 100px;
	cursor: pointer;
	cursor: hand
}

h1 {
padding-top: 4px;
margin-bottom: 6px;
margin-top: 5px;
margin-left: 20px;
height: 22px
}
h1 div {
font-size: 16px
}
h2 {
font-size: 13px;
margin-left: 15px;
margin-top: 4px;
margin-bottom: 2px
}

.important {
font-weight: bold;
color: red
}
.hidden {
height: 0px;
position: absolute
}
.skipq{
display: none;
}
.clear {
clear: both
}
#debug {
border: 1px solid black;
clear: both;
margin-top: 0px;
overflow: hidden;
height: 0px;
visibility: hidden;
}
#announceContent {
border: 1px solid black;
background: #fff;
padding: 20px;
margin-top: 30px;
width: 400px;
margin-left: auto;
margin-right: auto
}
#startButton {
width: 120px;
padding-left: 10px;
margin-bottom: 20px
}

#surveyContent {
width: 830px;
margin-left:auto;
margin-right: auto;
margin-top: 15px;
text-align: left;
background-color: #FFF;
border: 2px solid #333;
}
#surveyHeader {
background-color: #FFF;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 2px solid #333;
}

#surveyTitle {
font-family: Arial,sans-serif;
color: #333;
font-size: 25px;
font-weight: bold;
margin-bottom: 10px;
margin-top: 0px;
}

#explanation {
font-size: 16px;
font-weight: bold;
}
#questions {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px
}
.question {
border-left: 4px solid #a5a5a5;
border-top: 1px dotted #a5a5a5;
padding-left: 10px;
padding-top: 2px;
margin-top: 25px;
margin-bottom: 15px;
}


//*questionnaire stuff*/

.label {
text-align: center;
padding-top: 0px;
padding-bottom: 25px;
margin-bottom: -25px;
}

label{
	padding-top: 3px;
	padding-bottom: 25px;
	margin-bottom: -25px;
	display: inline-block;
	width: 100%;
}

.option input{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.option{
	padding-bottom:5px;
	padding-left: 0px;
	padding-right: 0px;
}

.option:hover{
	background-color: #eee;
}

.option:hover, label:hover, .checkbox input:hover{
	cursor: pointer;
	cursor: hand;
}

.disabled :hover{
	cursor: default;
	background-color: inherit;
}


.requiredText{
font-style: italic;
font-size: 10px;
margin-left: 4px;
visibility: hidden;
}

.explanation {
border-left: none;
border-top: none
}

.sub{
display:none;
}

.questionText{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 2px;
}

.note{
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	display: block;
}

.explanation .questionText{
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

#preTitle{
	position: fixed;
	z-index: 20;
	background-color: #DDD;
	margin-left: -22px;
	top: 0px;
	height: 15px;
	width: 834px;
}

#surveyTitle.scenario{
	position: fixed;
	width: 810px;
	z-index: 10;
	margin-left: -22px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-top: -12px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	background-color: white;
}

.question.scenario{
	margin-bottom: 215px;
}

.questionText.scenario{
	font-size: 15pt;
	line-height: 110%;
	width: 810px;
	height: 185px;
	position: fixed;
	z-index: 10;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: -22px;
	margin-top: -5px;
	background-color: white;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

.term{
	position: relative;
	border-bottom: 2px dotted #009;
	color: #009;
	white-space: pre;
}

.term>.tip{
	display: none;
	white-space: normal;
}

.term:hover{
	border-bottom: 2px dotted #09F;
	color: #09F;
}

.term:hover .tip{
	display: inline;
	position: absolute;
	line-height: 100%;
	width: 220px;
	margin-left: -115px;
	z-index: 2;
	padding: 5px;
    left: 50%;
	color: black;
	margin-top: 25px;
	top: 0%;
	background-color: #FFFFEE;
	border: 1px solid black;
	font-size: 10.5pt;
}

.term:hover .tipsmall{
	width: 140px;
	margin-left: -75px;
}

.optional {
border-left-color: #ddd
}

.bad, .tried {
border-left-color: #d00
}

.ok {
border-left-color: #7b0;
}

.question.disabled{
	border-left-color: #DDD;
}

.active:hover{
	background-color: #ddf;
}

.active:hover .label{
	background-color: #ddf;
}

.active:hover .chk .label{
	background-color: #bbf;
}

.active:hover .option:hover .label{
	background-color: #ccf;
}

.active:hover .chk .label:hover, .active:hover .chk:hover .label{
	background-color: #ccf;
	font-weight: bold;
}

.questionText.headtab{
	overflow-y: hidden;
}

.checkbox,.radio {
}
.1-10{
width: 10px
}
.input1-100 {
width: 30px
}
.inputtext {
width: 300px;
}

.lab .inputtext{
width: 200px;
}

textarea {
width: 95%;
height: 50px
}
.option {
width: 19.5%;
text-align: center;
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: bottom;
position: relative
}

.pna .radio .option:last-child{
	border-left: 1px dotted #a5a5a5;
	margin-left: 10px;
	padding-left: 10px;
}

.l6 {
width: 16%
}
.l7 {
width: 14%
}
.l8 {
width: 12%
}
.l9 {
width: 11%
}
.l11 {
width: 9%;
}
.label {
text-align: center;
font-size: 14px;
}

.labellist{
font-size: 11px;
margin-left: 5px;
clear: both;
}
.moreLink,.moreText{
font-size: 11px;
font-style: italic;
margin-top: 10px;
}

.moreLink a, .sublink a, .skipbutton a{
color: blue;
font-style: normal;
font-weight: normal;
text-decoration: underline;
}


.skipbutton{
	margin-left: 5px;
	font-size: 11px;
}

.skipbutton a{
	color: #a5a5a5;
}

.labelleft,.labelright{
position: absolute;
top: 0px;
left: 0px
}
.labelright {
left: 0px
}



.long label{
	display: inline-block;
	width: 730px;
	padding-left: 35px;
	margin-left: -35px;
	margin-top: -5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.long.question{


}

.long .questionText{
margin-bottom: 10px;
}

.long .option{
width: 750px;
padding-left: 7px;
margin-left: -4px;
margin-bottom:0px;
text-align: left;
display: block;
}

.long .label{
font-size: 15px;
margin-top: 6px;
margin-left: 7px;
margin-right: -7px;
text-align: left;
display: inline-block;
vertical-align: middle;
}

.long input{
	margin-top: 9px;
	float:left;
}

.option .otherInput{
	display: inline;
	position: absolute;
	margin-top: 0px;
	margin-left: 5px;
}

.groupcontents{
	font-size: 10px;
	font-weight: normal;
	color: #777;
}

#bottomRow {
clear: both;
}
#nextButton {
float: right;
height: 24px;
margin-top: 10px;
margin-right: 50px;
margin-bottom: 20px
}

#counterOuter{
	margin-top:14px;
	height: 14px;
	width: 200px;
	background-color: #eee;
	margin-right: 0px;
	float: left;
}

#counter{
	margin: 0px;
	width: 50px;
	height: 14px;
	background-color: #04A;
	float: left;
	
}

#counterText{
	margin-top: 15px;
	float: left;
	color: #ccc;
	margin-left: 5px;
	font-size: 11px;
}

.imageleft {
float: left;
margin-right: 30px;
margin-top: 5px
}
.imagedownleft {
margin-right: 30px
}
.textright li {
margin-top: 25px
}

.link{
text-decoration: underline;
}

.link a{
	color: #00F;
	cursor: pointer;
	cursor: hand
}