/* Dual media */ /*Undo inconsistent browser standards */
:link,:visited {
	text-decoration: none
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{
	margin: 0;
	padding: 0
}

img {
	border: none
}

a img,:link img,:visited img {
	border: none
}

address {
	font-style: normal
}

table {
	font-size: 1em !important;
}

/* ----------------------------------- */
html>body {
	font-size: 10pt;
}

/* ##### Common Styles ##### */
.doNotDisplay,.speakOnly {
	display: none;
}

.central {
	text-align: center;
}
table.central {
margin-left: auto;
margin-right: auto;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.comments {
	color: #505050;
}

.black {
	color: #000000;
}

.green {
	color: green;
}

.overwhelm {
	position: absolute;
	height: 5000px;
	width: 90%;
	top: 0;
	left: 0;
	z-index: 999;
	background: white;
	font-size: 130%;
	padding: 5ex;
}

.accesskey {
	position: absolute;
	right: 5000px;
}

body {
	margin: 2ex 1ex;
	font-family: Verdana, Arial, sans-serif;
	color: black;
	line-height: 1em;
	font-size: 86%; /* Font scaling in IE6 */
}

h1,h2,h3 {
	color: #000000;
}

p {
	font-size: 0.8em;
}

acronym {
	cursor: help;
	border: none;
}

*[accesskey]:after {
	content: ' [' attr(accesskey) ']'
}

th,td {
	vertical-align: top;
}

#titleBar {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	max-width: 70%;
	padding-bottom: 0.5ex;
	text-align: left;
	border-bottom: 1px solid #C0C0C0;
	white-space: nowrap;
}

h1 img {
	vertical-align: -40%;
	margin-right: 5ex;
}

h1,#headerQuestions h2 {
	font-size: 150%;
}

#headerQuestions,#completion {
	width: 70%;
	margin: 2.25ex auto;
}

#completion {
	padding: 3ex 0;
	font-size: 1.2em;
}

#headerQuestions h2 {
	font-size: 1.1em !important;
	font-weight: normal;
	margin-bottom: 1ex;
}

#headerQuestions h2 span {
	font-variant: small-caps;
	font-weight: bold;
}

#headerQuestions {
	font-size: 110%;
}

#headerQuestions select,#headerQuestions input {
	margin-right: 5%;
}

#main {
	width: 85%;
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #C0C0C0;
	padding: 15px !important;
}

#main th {
	font-size: 1em !important;
}

#main th .accessible,#main th .nonAccessible {
	margin-top: 1em;
	font-size: 85%;
}

#main th td {
	white-space: normal;
}

#main td {
	font-size: 0.9em !important;
	white-space: nowrap;
}

#main td.ratingsHeader {
vertical-align: bottom;
}

#main td.col1Group {
	font-size: 111% !important;
	font-weight: bold;
	text-align: center;
	padding-top: 3ex;
	padding-bottom: 1.25ex;
	vertical-align: bottom;
}

#main td.col1Question {
	padding-left: 2ex;
}

#main td.col1Question {
	font-size: 120% !important;
}

#main td.col1Comments {
	padding: 2.5ex 0 2.5ex 2ex;
}

#main td.col1CommentsQuestion {
	font-size: 107% !important;
	text-align: right;
	vertical-align: top;
}

th#col2, th#col3 {
	min-width: 190px !important;
	width: 190px !important;
	max-width: 190px !important;
}

table.ratings td {
	width: 35px;
}

#main th small {
	font-size: 80%;
}

span.spacer {
	display: block;
}

#main h2 {
	text-align: center;
	/* color: white;*/
}

table.ratings {
	font-size: 105% !important;
	width: 100%;
}

table.ratings td {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.importanceBorder {
border-right: 1px dotted black;
}

table#main th {
	font-size: 2em;
	font-weight: normal;
}

table#main th h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1ex;
}

img#naArrow {
padding-bottom: 2px;
}

table.ratings td img {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#thanks {
	padding: 4ex 0 2ex 0;
	text-align: center;
}

#thanks input {
	margin-top: 1.5ex;
}

td.level5 {
	padding-top: 0;
}

td.level4 {
	padding-top: 0.5ex;
}

td.level3 {
	padding-top: 1.0ex;
}

td.level2 {
	padding-top: 1.5ex;
}

td.level1 {
	padding-top: 2.0ex;
}

td.level0 {
	padding-top: 2.5ex;
}

/* td#bordered { border-left: 1px solid black; } */
table.sized td {
	font-size: 1em !important;
}

.commentsTextarea {
	z-index: 11;
	border: 1px solid #C0C0C0;
}

.commentTitle {
	font-weight: bold;
	display: none;
	z-index: 11;
	font-size: 150%;
}

.commentButton {
	font-variant: small-caps;
	margin-left: 1em;
	background-color: #54b7c6;
	color: white;
}

.error {
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}

img#bwaLogo {
	float: right;
	margin-top: -23px;
}

img#bwaLogoSubmitted {
	position: absolute;
	bottom: 5%;
	right: 15%;
}

#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #FFFFFF;
	display: none;
	opacity: 0.5;
	filter: alpha(opacity =             50);
}

td.importanceNA {
text-align: center;
vertical-align: middle;
padding-bottom: 2px;
}

img.smilies {
	width: 30px;
	height: 30px;
}

span#logoAlt {
	font-variant: small-caps
}

@media aural {
	.doNotSpeak {
		speak: none;
		display: none;
	}
	.speak,.speakOnly {
		speak: normal !important;
		display: none;
	}
	img.nonAccessible {
		display: none;
	}
	.nonAccessible {
		display: none;
	}
	.accessible {
		display: inline;
	}
}

/* ADMIN */
div#admin {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	margin-top: 2em;
	line-height: 1.5em;
}

div#admin p {
	font-size: 110%;
	margin-bottom: 1.5ex;
}

div#admin .verticalSpacing {
	margin-top: 2em;
}

table#settings {
	margin-top: 1.5em;
}

table#settings td {
	padding-right: 1em;
	padding-bottom: 1ex;
}

h1.adminSurveySettings {
	margin: 3.5ex 0 1.5ex 0;
}

h2.adminSurveySettings {
	font-size: 120%;
	font-variant: small-caps;
	margin: 1ex 0;
	font-style: italic;
}

form.adminSurveySettings {
	font-size: 115%;
}

table.adminSurveySettings {
	border: 1px dashed black;
	margin-bottom: 3.5ex;
}

table.adminSurveySettings td {
	padding: 0.65ex 1ex;
}

table#adminHeaderQuestions td {
	padding-bottom: 2ex;
}

table#adminMainQuestions td {
	padding-bottom: 1ex;
}

input.submission {
	font-size: 120%;
}

p#adminNote {
	display: block;
	position: fixed;
	left: 1em;
	top: 1em;
	font-size: 10pt;
	text-align: center;
}

table#adminSurveySelection td {
	padding-right: 2em;
}

td.ratingsHeader {
white-space: normal !important;
width:0;
}

td.notapplicable { padding-top: 13px; text-align: center; }