
HTML
{
}

BODY
{
	background: #ede0bf url(../images/bg.png) repeat-y fixed center;
	background-color: #fff;
	margin:0px 0px;
	padding:0px;
	text-align:center;
	font-size: 14pt;
	font-family: Calibri, Arial;
}

A 
{
	color: #ce5d1b;
	cursor: pointer;
}}

DIV.survey_toc
{
	color: #ce5d1b;
}

P
{
	font-size: 14pt;
	font-family: Calibri, Arial;
}

TD
{
	font-size: 14pt;
	font-family: Calibri, Arial;
}

.right {
	text-align: right;	
}

/* Survey page (all survey content is contained in this table) */
TABLE.page
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* survey header */
Table.header
{
	width: 494px;
	margin: 10px;
}

TD.header
{
	text-align: center;
	padding: 0px;
}

/* Login screen */
TD.login
{
	padding-left: 5px;
	color: #244475;
}

/* Survey title */
TD.title
{
	color: #fff;
	padding: 5px;
	font-weight: bold;
	font-size: 14pt;
}

/* Survey introduction */
TD.introduction
{
	font-family: Calibri, Arial;
	font-size: 14pt;
	color: #244475;
	background-color: #FFFFFF;
	padding: 5px;
}

/* Section title */
TD.sectionTitle
{
	color: #2d4b79;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	font-style:italic;
}

SPAN.sectionTitle
{
	width:100%;
	color: #2d4b79;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	font-style:italic;
}

TD.sectionText
{
	padding: 6px;
}

P.sectionNote
{
	font-size: 14pt;
}

/* Question table*/
DIV.question
{
	padding-left: 10px;
}

TD.question
{
	background-color: #FFFFFF;
}

TD.questionNo
{
	font-family: Calibri, Arial;
	color: #2d4b79;
	font-weight: bold;
}

TD.questionText
{
	font-family: Calibri, Arial;
	color: #2d4b79;
	font-weight: bold;
}

TD.questionInput
{
}

TD.textBefore
{
	padding: 0px;
}

TD.textAfter
{
}

/* Essay */
INPUT.essayText
{
}

SELECT.essayDropdown
{
}

INPUT.essayCheckbox
{
}

/* Rating question */
TABLE.rating
{
}

TD.ratingMinMax
{
}

TD.ratingNumbers
{
}

TD.ratingNA
{
}

TD.ratingRadio
{
}

TD.ratingEmpty
{
}

INPUT.ratingRadio
{
}

INPUT.personText
{
	width: 400px;
}

TD.disclaimer
{
	font-size:14pt;
}

/* Numeric question */

TABLE.numeric
{
}

TD.numericPrefix
{
}

TD.numericPostfix
{
}

TD.numericInput
{
}

INPUT.numericInput
{
}

/* Dropdown question */

TABLE.dropdown
{
}

TD.dropdown
{
}

SELECT.dropdown
{
}

/* Multiple question */

TABLE.multiple
{
}

TABLE.multipleChoice
{
}

TD.multipleButton
{
}

TD.multipleText
{
}

TD.multipleImage
{
}

INPUT.multipleOther
{
	width: 200px;
}

INPUT.multipleButton
{
}

/* Matrix question */

TABLE.matrix
{
	border-collapse:collapse;
	margin: 10px;
	margin-bottom: 10px;/* border-collapse:separate; */
}

TD.matrixHeading
{
	border: #9aaeec 1px solid;
	background-color: #edf6fa;
	font-weight: bold;
	color: #2d4b79;
}

TD.matrixCell
{
	border: #9aaeec 1px solid;
	padding: 2px;
}

TD.matrixEmpty
{
/* border: #9aaeec 0px solid; */
}

INPUT.matrixCheckbox
{
}

INPUT.matrixRadio
{
}

INPUT.matrixText
{
}

SELECT.matrixDropdown
{
}

/* Upload files screen */
Table.uploadPage
{
	border: #5c6e93 1px solid;
	padding:0px;
	margin: 10px;
}

TD.uploadTitle
{
	background-color: #81a6d7;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

TD.uploadHelp
{
	padding:5px;
}

TD.upload
{
	padding-left:5px;
	padding-right:5px;
}

SELECT.uploadSelectImage
{
}

TD.uploadPreview
{
}

TD.uploadButtons
{
	background-color: #81a6d7;
	padding: 1px;
	color: #FFFFFF;
}

Input.uploadField
{
	width: 250px;
}

/* ProgressBar */
TD.progressBar
{
/* controlls position of the progress bar, f.exp:
		TEXT-ALIGN: center;
	*/
}

TABLE.progressBar
{
/* controlls width of the progress bar, f.exp:
		width: 50%;
	*/
}

TD.progressBarFill
{
/* controlls the filled part of the progress bar f.exp:
		BACKGROUND-COLOR: #000000;
	*/
}

TD.progressBarBlank
{
/* controlls the blank part of the progress bar f.exp:
		BACKGROUND-COLOR: #FFFFFF;
	*/
}

TD.progressBarText
{
/* controlls the text(percentage) of the progress bar
	*/
}

TD.buttons
{
	/* controlls the table cell where survey buttons are located
	*/
	padding: 3px;
	height: 27px;
}

/* survey footer */
Table.footer
{
	margin: 10px;
	width: 494px;
}

TD.footer
{
	text-align: center;
}

/* Save and come back */
TD.saveAndComeBack
{
	padding-left: 5px;
	padding-top: 5px;
}

TD.thankYouNote
{
	/* controlls the table cell where survey thank-you note is displayed
	*/
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Dialog */
TD.dialog
{
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}

SPAN.hide
{
	color: red;
	text-decoration: underline; 
	cursor: pointer;
}

A.hilite, SPAN.hilite
{
	background-color: yellow;
}

.outer 
{ 
	float: left; 
	background: orange; 
	padding: 20px; 
}

.lhs
{
	margin: 0; 
	border:0;
	zoom:1;
	height: auto;
	position: relative;
	width: 380px;
	padding: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #ffd352;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ffd352));
	background: -webkit-linear-gradient(#fff, #ffd352);
	background: -moz-linear-gradient(#fff, #ffd352);
	background: -ms-linear-gradient(#fff, #ffd352);
	background: -o-linear-gradient(#fff, #ffd352);
	background: linear-gradient(#fff, #ffd352);
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffd352)"; /* IE8 */    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffd352);   /* IE6 & 7 */
}

.lhs_full
{
	position: relative;
	float: left;
	width: 790px;
	padding: 10px;
	background-color: #FF9900;
	border: orange solid 4px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #ffd352;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ffd352));
	background: -webkit-linear-gradient(#fff, #ffd352);
	background: -moz-linear-gradient(#fff, #ffd352);
	background: -ms-linear-gradient(#fff, #ffd352);
	background: -o-linear-gradient(#fff, #ffd352);
	background: linear-gradient(#fff, #ffd352);
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffd352)"; /* IE8 */    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffd352);   /* IE6 & 7 */
}

.rhs
{
	float: right;
	width: 350px;
	padding: 10px;
}

#clear
{
	clear: both;
}

.qtip-content {
    font-size:10pt;
	font-family:Calibri, Arial;
}


a img { border: none; }

#tocbutton
{
color: #555;
margin: 3px -22px 0 0;
width: 143px;
position: relative;
height: 17px;
text-align:left;

}
#tocbutton  .submenu
{
position: absolute;
z-index: 9999;
border: 2px solid orange;
background: #fff3d0;
color: #000;
top: 57px;
left: -380px;
width: 500px;
display: none;
margin-left: 10px;
padding: 40px 0 5px;
}
#tocbutton li a 
{
z-index: 100;
color: #000;
font-family: Calibri, Arial;
cursor: pointer;
font-size: 10pt;
text-decoration:none;
}

#tocbutton li a:hover
{
z-index: 110;
background:orange;
color: #FFFFFF;
text-decoration: none;
}
#tocbutton a.account 
{
position: absolute;
padding: 11px 0 0 20px;
margin: 5px 0 0 -56px;
text-decoration: none;
cursor: pointer;
}
#tocbutton .root
{
font-size: 10pt;
margin-top: -30px;
}

P.title {
padding:4px;
	color: #ce5d1b;
	font-size: 16pt;
	font-weight: bold;
}

P.subtitle, SPAN.subtitle {
padding:4px;
	color: #ce5d1b;
	font-size: 14pt;
	font-weight: bold;
}

 .qtip-mystyle {
	max-width: 500px;
	min-width: 0px;
	width: 500px;
}

 .qtip-mystyle .qtip-content {
	color: black;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

