﻿body
{
	background-color: #d71920;
	font-family: arial;
	color: white;
	font-size: 0.85em;
	margin: 0;
}
.clear 
{
	font-size: 0.001em;
	clear: both;
}
div.mainSurveyContainer, div.helpArea 
{
	width: 964px;
	color: #000;
	margin: auto;
	text-align: left;
	background: url(editor.jpg) no-repeat left bottom #fff;
}
div.helpArea 
{
	font-size: 90%;
	font-weight: bold;
	background: #fff;
	margin-top: 20px
}
h1.helpHeader 
{
	background: #d71920;
	color: #fff
}
div.helpArea dt
{
	color: #d71920;
}
.questionLinks 
{
	margin: 15px 0 0 12px;
	padding: 0
}
img 
{
	display: block
}
div.loginArea 
{
	float: left;
	width: 300px;
}
div.introText 
{
	float: left;
	padding: 10px 20px 0 20px;
	display:inline;
	margin: 0 0 0 321px;
	width: 280px;
	font-size: 90%;
	font-weight: bold
}
div.subIntroText 
{
	padding: 0px 20px 20px 20px;
	display:inline;
	margin: 0 0 0 321px;
	float: left;
	font-size: 90%;
	font-weight: bold
}
div.introText h1
{
	width: 300px;
	font-size: 1em;
	display:inline;
}
div.introText ul 
{
	list-style: square;
}
div.loginBox 
{
	width: 300px;
	border: 3px solid #d7d7d7;
	padding: 15px 5px 5px 5px;
	margin: 10px 0 0 0;
	font-size: 90%;
	font-weight: bold
}

.answers
{
	width: 96%;
	padding-top: 10px;
	line-height:1.6em;
}
hr
{
	color: #d71920;
	background-color: #d71920;
	height: 2px;
}
.answers th
{
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-right: 12px;
	text-align: right;
	width: 350px;
}
.answers td
{
	vertical-align: top;
	padding-bottom: 6px;
}
.answers td td
{
	padding-bottom: 0px;
	width: 50%;
}
.wizard
{
	color: #333;
	background-color: #fff;
}
.wizard td
{
	vertical-align: top;
}
.header
{
	background-color: #d71920;
	padding-top:30px;
}
.logoutLink
{
	position:absolute;
	right:200px;
}
.logoutLink a
{
	font-weight:bold;
	color:White;
}
.sidebarContainer
{
	width:170px;
	color: white;
	background-color:#d71920;
	text-align: center;
	vertical-align:top;
}
.sidebar
{
	text-align: left;
	width: 170px;
	color: white;
	font-size: 110%;
	margin-left: 10px;
	background-color:#d71920;
	vertical-align:top;
}
.sidebar a, .sidebar span
{
	padding-left:30px;
	color: white;
}
.sidebar a.currentStep
{
	font-weight:bold;
	background-image:url(bullet_go.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.sidebar a.completedStep
{
	
}
.wizard h2
{
	margin-top:6px;
	margin-bottom:0px;
	padding-left:10px;
	color: #d71920;
	padding-bottom: 10px;
	border-bottom:1px solid #4b4b4b;
	font-size: 1.3em;
	text-transform: uppercase
}
.wizardNav
{
	font-size: 150%;
	padding-right: 40px;
	padding-bottom: 10px;
}

form
{
	margin-left: auto;
	margin-right: auto;
}

#modelListDiv ul
{
	margin:0;
	padding:0;
	padding-left:20px;
	padding-bottom:10px;
}
#modelListDiv ul li
{
	margin:0;
	padding:0;
	margin-bottom:3px;
}
span.highlightText 
{
	color: #d71920
}
div.progressIndicator 
{
	color: #fff;
	font-size: 90%;
	margin: 0 0 10px 0;
}
div.progressIndicator span.progressValue 
{
	color: #b0de48;
	font-weight: bold;
	font-size: 120%;
}