/* $Id: template.css,v 1.2 2002/06/22 13:52:41 greggmc Exp $ */
table.headerGraphic { 
	width: 100%;
}

table.headerGraphic tr td.image {
  	vertical-align: top;
  	width: 600px;
  	height: 316px;
  	background-image: url(/survey/public/image/BOS_CMYK.jpg);
  	background-repeat: no-repeat;
	background-position: center;
}

.surveyTitle {
	font-family: "Times New Roman", Times, Utopia, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #485cc6;
	text-decoration: none;
	text-align: center;
	vertical-align: default;
}
.surveySubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #485cc6;
	text-decoration: none;
	text-align: center;
	vertical-align: default;
}
.addInfo {
	font-family: "Times New Roman", Times, Utopia, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #485cc6;
        background-color: #CCCCCC;
	vertical-align: default;
        width: 65%;
	cell-spacing: 0;
	cell-padding: 0;
	border: 0;
}
.message {
	font-family: "Times New Roman", Times, Utopia, serif;
	font-size: medium;
	font-weight: bold;
	color: #485cc6;
	width: 65%
	cell-spacing: 0;
	cell-padding: 0;
	border: 0;
}
.reqQuestion {
	font-family: "Times New Roman", Times, Utopia, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	color: #485cc6;
	text-decoration: none;
	text-align: center;
}
.mainTable {
	background-color: #fafcfb;
	cell-spacing: 0;
	cell-padding: 0;
	width: 100%;
	border: 0;
}
body {
	background-color: #fafcfb;
	margin: 0px;
}
.preQuestionBorder {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	border: none;
	background-color: #fafcfb;
	height: 0px;
	vertical-align: text-top;
        cell-spacing: 0;
        font-size: 0px;
}
.qnOuterTable {
	width: 70%;
	border: 1px;
	background-color: #fafcfb;
        padding: 0px;
	cell-spacing: 0;
}
.qnInnerTableOdd {
	width: 100%;
	border: none;
        color: #485cc6;
	background-color: #fafcfb;
        padding: 0px;
	cell-spacing: 0;
}
.qnInnerTableEven {
        width: 100%;
        border: none;
        color: #485cc6;
        background-color: #CCCCCC;
        padding: 0px;
        cell-spacing: 0;
}
.qnInnerTable {
        width: 50%;
        text-align: center;
        border: none;
        font-family: "Times New Roman", Times, Utopia, serif;
        font-size: 14px;
        font-weight: bold;
        color: #fafcfb;
        background-color: #485cc6;
        padding: 1px;
        cell-spacing: 0;
}
.qnInnerTd {
	font-family: "Times New Roman", Times, Utopia, serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	width: 32px;
	vertical-align: text-top;
}
.qnOuter {
	width: 100%;
	vertical-align: top;
        border: 0;
        text-align: center;
}
.qnInner {
	width: 70%;
	vertical-align: text-top;
	font-family: "Times New Roman", Times, Utopia, serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
        padding: 0px;
        cell-spacing: 0;
}
.qnType {
        width: 30%;
	vertical-align: middle;
	font-family: "Times New Roman", Times, Utopia, serif;
	font-size: 14px;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}

.qnType table tbody tr td { 
  	color: 485cc6;
}

.thankHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CCCCCC;
}
.thankBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fafcfb;
}
.returnLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fafcfb;
	text-decoration: underline;
}
INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

