/*
red: a51801
blue: 11709e
lt green: f1f7e7
md green: e5efd6
dk green: 99ba7b
*/

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

.red {
	color: #a51801;
}

.boldText {
	font-weight: bold;
}

.optionalText {
	font-weight: bold;
	text-align: left;
}

.error-text {
	color: #a51801;
	font-weight: normal;
	text-align: left;
        font-size: 1.2em;
}

.label-text {
        color: #4e7078;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
        padding: 6px;
}

.templateText {
	font-weight: normal;
	text-align: left;
}

.header {
	padding-top: 14px;
	font-weight: bold;
}

.evaluationAttribute {
	font-weight: bold;
	font-size: 1.1em;
	background-color: #e5efd6;
	vertical-align: bottom;
	border-top:  8px solid #ffffff;

}

.evaluationElement {
	font-weight: bold;
	text-align: right;
	font-size: 1.1em;
	color: #4e7078;
	padding: 16px 0px 0px 0px;
}

.evaluationHeading {
	color: #000000;
	font-weight: normal;
}


A {
	color: #EC5134;
	text-decoration: none;
}

A:hover {
	color: #EC5134;
	text-decoration: underline;
}


P {

}

a
{
  outline: none;
}

ul, li {
  font-size: 1.1em;
}

li {
  padding: 2px 0px 2px 0px;
}

.cbox {
	width: 745px;
	background-color: #CCFFFF;
	border: 1px solid #000000;
	padding: 2px;
}

.pbox {
	width: 745px;
	background-color: #FFFFCC;
	border: 1px solid #000000;
	padding: 2px;
}

#maincontainer {

	margin: 20px auto;
}

#surveyheader {
	background-color: # FFFFFF;
	border-bottom: 2px solid #e5efd6;
	padding: 0 0 1em 20px;
	position: relative;
}

#statusbar {
width: 230px;
margin-left: 520px;
margin-top: -30px;
height: 50px;
}

.StatusBarLabel {
	text-align: left;
	font-weight: bold;
	color: #11709e;
	padding: .5em;
}

.StatusBar {
	padding: 5px 0 0 8px;
	width: 229px;
	height: 22px;
	background: url(../images/header-progress-background.gif) no-repeat left top;
}

.Complete {
	background-color: #EC5134;
	height: 13px;
	float: left;
	background: url(../images/header-progress-left.gif) no-repeat left top;
}

.Incomplete {
	height: 13px;
	float: left;
	background: url(../images/header-progress-right.gif) no-repeat left top;
	width: 5px;
}

#surveybody {
	background-color: # FFFFFF;
	border-top: 1px solid #99ba7b;
	color: #11709e;
	padding: 0 10px;
}

.questionText {
	font-size: 1.2em;
	font-weight: bold;
}

.notifyText {
	font-size: 1.2em;
	font-weight: bold;
        color: #4e7078;
}


TD {
	vertical-align: top;
	text-align: left;
}

TD.table-heading {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	/*background-color: #e5efd6;*/
       border-bottom: 2px solid #e5efd6;
	vertical-align: bottom;
       /* color: #4e7078;*/ /*uncomment if the background is put back in*/
}

TD.radio {
	text-align: center;
	white-space: nowrap;
	vertical-align: bottom;
}

TD.composite-radio {
	text-align: center;
	white-space: nowrap;
	vertical-align: bottom;
        font-size: 1.1em;
        font-weight: bold;
}

TD.choice-text {
	font-weight: bold;
	font-size: 1.2em;
	color: #4e7078;
	padding: 6px;
}

TR.even-row {
	background-color: #FFFFFF
}

TR.odd-row {
	background-color: #f1f7e7
}

TD.even-row {
	background-color: #FFFFFF
}

TD.odd-row {
	background-color: #f1f7e7
}

#coolbutton {
	color: #ffffff;
	background: url(../images/button-red-background.gif) no-repeat top left;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	width: 80px;
	height: 17px;
	margin: 2em 0 0 0;
}

#surveyfooter {
	padding: 0 10px;

}

