#questform h1{
	font: 15px Arial, Verdana, Tahoma bold;
	background-color: #ccc;
	color: #000;
	margin:0;
	border-bottom: 1px solid #A3A3A4;
	margin: 0 0 10px 0;
	border-top: 1px solid #A3A3A4;
	padding: 5px 10px;
}

.questHeader{
	background-color:#cc0e02;
	padding: 5px 10px 5px 10px;
	font: bold 14px Arial,Tahoma,Verdana;
	color: #FFFFFF;
	border: 1px solid #A3A3A4;
}

#questadminCont{
	overflow: hidden;	
}
#questPreview{
	border: 1px solid #A3A3A4;
	margin: 20px 0;
}
iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
#QuestContent{
	padding: 10px;
	color:#cc0e02;
	font-family: Arial,Tahoma,Verdana;
}
#QuestTitle{
	font: small-caps bold 25px Arial,Tahoma,Verdana;
	margin:10px;
}

.Qquestion {
	background-color: #ccc;
	color: #000;
	width: 97%;
	margin: 25px auto;
	padding: 10px;
	border: 1px solid #A3A3A4;
	overflow: hidden;
}
.Qquestiontext{
	margin-bottom: 5px;	
	padding-right: 10px;
}
.questionnumber{ 
	font: small-caps bold 16px Arial,Tahoma,Verdana;
	float: left;
	padding-right: 5px;
	text-align: right;
}
.subquestionnumber{ 
	font: normal 16px Arial,Tahoma,Verdana;
	float: left;
	padding-right: 5px;
	text-align: right;
}
.questiontitle{
	font: bold 16px Arial,Tahoma,Verdana;
	float: left;
	clear: right;
}
.questiontext{
	width: 100%;
	padding: 30px 0 5px 15px;
	font: normal 16px Arial,Tahoma,Verdana;
}
.questionsub{
	width: 100%;
	padding: 0 0 5px 15px;
	font: normal 10px Arial,Tahoma,Verdana;
}
.Qanswers {
	color: #000;
	padding-left: 10px;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px dashed #A3A3A4;
	margin-bottom: 5px;	
}
.QanswersHeaderCont {  
	overflow: hidden;
	width: 100%; 
	clear: both;
}
.questionintro {
	float: left;
	width: 60%;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 20px 0 0 10px;
	font: 15px Arial, Verdana, Tahoma normal;
}
.QanswersHeader {
	float: right;
	width: 39%;
	overflow: hidden;
	margin-bottom: 10px;
}
.radioscales {
	float: left;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.footnote {
	padding: 5px 0 5px 20px;
	width: 100%;
	font: 12px Arial, Verdana, Tahoma normal;
}
.Qanswers .checks {
	float: left;
	width: 60%;
}
.Qanswers label {
	font-size: 12px;	
}
.Qanswers .checksdesc {
	float: left;
	width: 29%;
}
.Qanswers .description {
	float: right;
	width: 70%;	
	font-size: 12px;
}
.Qanswers .checkRadios {
	float: right;
	width: 39%;	
}
#questNextButton {
	float: right;
	margin: 0 30px 30px 0;
}
.tooltip {
	cursor: pointer;
	text-decoration: underline;
}
#questPreview .tooltip:hover {
	color: #cc0e02;
}
#questadmin{
	float: right;
	width: 47%;
	border: 1px solid #A3A3A4;
	margin-bottom: 20px;
}
input[type="text"].ids{
	width: 15px !important;	
}
input[type="text"]{
	width: 150px;
}
.formline{
	height: 30px;
}
.formline .label{
	font: 15px Arial, Verdana, Tahoma normal;
	color: #000;
	width: 150px;
	padding-top: 2px;
	text-align: right;
	float: left;
}
.formline .input{
	margin:0;
	width: 400px;
	float: right;
}

#questadmin #questadminQuest {
	clear: both;	
}
#questadmin #questadminQuestion {
	clear: both;
}
#questadmin #questadminAnswer {
	clear: both;
}
#questGroup{
	float: left;
	width: 50%;
	border: 1px solid #A3A3A4;
	font: 13px Arial, Verdana, Tahoma;
	margin-bottom: 20px;
}

#questTree{
	float: left;
	width: 50%;
	border: 1px solid #A3A3A4;
	font: 13px Arial, Verdana, Tahoma;
}
#questTreeContent{
	padding-top: 10px;
}
#questTree span{
	cursor: pointer;
}
#questTree span:hover{
	color: #cc0e02;
}
#questTree span.current{
	color: #cc0e02;
	text-decoration: underline;
}

#questTree #listquests{
	float: left;
	width: 30%;
	padding: 0 10px;
	margin-bottom: 10px;	
}
#questTree #listquestions{
	float: left;
	border-left: 1px dashed #A3A3A4;
	width: 30%;
	padding: 0 10px;
	margin-bottom: 10px;
}
#questTree #listanswers{
	float: left;
	border-left: 1px dashed #A3A3A4;
	width: 30%;
	padding: 0 10px;
	margin-bottom: 10px;		
}
#questTreeContent #listgroups{
	padding: 10px;
}
#questTree span.dropped{ color: #cc0e02; }
#questTree span.dropped:hover{ color: #ccc; }
#questTree .dropHover{ border-bottom: 1px dashed #A3A3A4; background-color: #ccc; }
#questTree .dropActive{ border-bottom: 1px dashed #A3A3A4; }
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.9;
	max-width: 450px;
	font-size: 14px;
	text-align: justify;
}
#tooltip h3, #tooltip div { margin: 0; }


