/* $Id: lifesurvey.css */
/* title - extra large normal font */
.surveyTitle {
	font-weight: normal; 
	font-family: georgia, arial; 
	font-size: 18px; 
	color: #000000;
	text-align: center;
}
/* subtitle - bold normal font */
.surveySubtitle {
	font-family: "Times New Roman", Times New Roman, mono;
	font-size: large;
	font-style: normal;
	font-weight: bold;
/*	font-variant: small-caps; */
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: default;
}
.surveyPage {
	font-family: Verdana, Arial;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
/*      font-variant: small-caps;*/
        text-transform: none;
        color: #000000;
        text-decoration: none;
        text-align: center;
}
/* information below subtitle - normal font */
.addInfo {
	font-family: "Times New Roman", Times New Roman, mono;
/*	font-variant: small-caps; */
	text-transform: none;
	color: #000000;
	text-align: center;
	vertical-align: default;
}
.message {
	font-family: Verdana, Arial;
/*#	font-variant: small-caps;*/
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.reqQuestion {
	font-family: Verdana, Arial;
/*	font-variant: small-caps; */
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
/* main table (bordering the question boxes) - dark blue */
.mainTable {
	cellspacing: 0px;
	width: 100%;
	border: 0;
	margin: 30px;
}

/* bars between question boxes - dark blue */
.preQuestionBorder {
display:none;	padding: 0px;
	background-color: #253D83;
}
.qnOuterTable {
	width: 100%;
	border: none;
}
/* inner borders - surrounding boxes inside question boxes - near black */
.qnInnerTable {
	width: 100%;
	border: none;
}
/* number cell box - large bold number inside a dark grey box */
.qnInnerTd {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	vertical-align: text-top;
}
.qnInner {
	width: 100%;
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 1px #cccccc;
}
/* answer box  - white, normal black font */
.qnType {
	height: auto;
	background-color: #FFFFFF;
	vertical-align: middle;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
/*	font-weight: bold;
	font-variant: small-caps;*/
	text-transform: none;
	text-decoration: none;
}
.thankHead {
	font-weight: normal; 
	font-family: georgia, arial; 
	font-size: 18px; 
	color: #000000;
	text-align: center;
}
.thankBody {
/* completion page body font - normal black */
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
/*	font-variant: small-caps;*/
	color: #000000;
}
.returnLink {
/* completion page link font - small dark blue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
/*	font-variant: small-caps; */
	color: #253D8E;
	text-decoration: underline;
}
/* textbox and radio button colors - black answers in white boxes */
input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	color: #000000;
	background-color: #FFFFFF;
}
body#auth {
    margin: 5px;
}
.login {
    width: 480px;
}
.login form {
    float: left;
}
div.row {
    clear: both;
    padding-top: 5px;
}

div.row label {
    float: left;
    padding-right: 5px;
    width: 100px;
    text-align: right;
}
td {
	padding: 2px;
}
