
/* $Id$ */
.headerGraphic {
	background-image: url(../../../images/divider_long.png);
/*	background-repeat: no-repeat;	*/
	width: 100%;
	border: none;
}
.image {
	height:1px;
	width:100%;
	border: none;
}
.surveyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal; 
	font-variant: small-caps;
	text-transform: capitalize;
	color: #333333;
	text-decoration: underline;
	text-align: center;
	vertical-align: default;
}
.surveySubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	text-align: center;
	vertical-align: default;
}
.surveyPage {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        text-transform: none;
        color: #CC0000;
        text-decoration: none;
        text-align: center;
}	
.addInfo {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: center;
	vertical-align: default;
}
.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.reqQuestion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
	color: #CC0000;
	text-decoration: none;
	text-align: center;
}
.mainTable {
	background-color: white;
/*	background-image: url();*/
	background-repeat: repeat-y;
	cell-spacing: 0;
	width: 100%;
	border: 0;
}
.preQuestionBorder {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	border: 1px none #999999;
	background-color: white;
	height: 1px;
	vertical-align: text-top;
}
.qnOuterTable {
	width: 739px;
	border: none;
	background-color: #000000;
	cell-spacing: 1;
}
.qnInnerTable {
	width: 100%;
	border: none;
	background-color: #FFFFFF;
	cell-spacing: 1;
}
.qnInnerTd {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	width: 26px;
	vertical-align: text-top;
}
.qnInner {
	background-color: #999999;
	width: 100%;
	height: 27;
	vertical-align: middle;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}
.qnType {
	height: auto;
	background-color: khaki;
	vertical-align: middle;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
.thankHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-variant: small-caps;
	color: #CCCCCC;
}
.thankBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.returnLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: underline;
}
input, textarea, select, option {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #FFFFFF;
}
body#auth {
    margin: 5px;
}
.login {
    width: 480;
}
.login form {
    float: left;
}
div.row {
    clear: both;
    padding-top: 10px;
}

div.row label {
    float: left;
    padding-right: 5px;
    width: 100px;
    text-align: right;
}


/* 
 * Styles for the respondent dashboard (public/dashboard.php).
 * See public/css/default.css for example usage.
 */

