

.evalSectionHeader {
    font:bold 13px Verdana, Arial, Helvetica, sans-serif;
    color:#FFF;
    background:#585959;
    padding:3px 10px;
	clear:both;
}
.evalIntroParagraph {
	font-style:italic;
	line-height:1.5em;
	padding:0 15px;
}
.evalLeftCol {
	float:left;
	width:105px;
}
.evalLeftCol.BarChart {
	vertical-align:bottom;
}
.evalLeftCol.BarChart p {
	padding:0 3px;	
	margin:230px 0 10px 0;
}
.evalQuestions {
	float:left;
	width:500px;
}
.evalQuestions ol,
.evalQuestions ul {
	margin:0 0 15px 0;
	padding:0;
}
.evalQuestions ol > li,
.evalQuestions ul > li {
	height:33px;
	margin:0;
	padding:3px 4px 0px 2.5em;
	text-indent:-2em;
	list-style-type:none;
	Xcounter-increment:item;
	border:solid 1px #d6dde3;
}
.evalQuestions ol.verificationOL > li {
	counter-increment:item;
}
.evalQuestions ol>li:before,
.evalQuestions ul>li:before {
	display:inline-block;
	width:1.5em;
	padding-right:0.5em;
	font-weight:bold;
	text-align:right;
	Xcontent:counter(item) ".";
}
.evalQuestions ol.verificationOL>li:before {
	content:counter(item) ".";
}
.evalQuestions ol li:hover,
.evalQuestions ul li:hover {
	background:#e8e7e7;
}

.evalSurveyOld {
	float:left;
	width:185px;
}
.yesDot, .noDot,
a.yesDot, a.noDot {
	display:inline-block;
	width:15px;
	height:15px;
	border-radius:50%;
	border:solid 1px #000;
	box-shadow:2px 2px 3px rgba(0,0,0, 0.5);
	vertical-align:middle;
	margin:0 0 3px 0;
	text-decoration:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00d500+0,54ff54+0,00d500+59,00b300+100 */
	background: #00d500; /* Old browsers */
	background: -moz-linear-gradient(top,  #00d500 0%, #54ff54 0%, #00d500 59%, #00b300 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #00d500 0%,#54ff54 0%,#00d500 59%,#00b300 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #00d500 0%,#54ff54 0%,#00d500 59%,#00b300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d500', endColorstr='#00b300',GradientType=0 ); /* IE6-9 */
}
.noDot, a.noDot {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4a4a+0,f70202+59,cc0000+100 */
	background: #ff4a4a; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff4a4a 0%, #f70202 59%, #cc0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff4a4a 0%,#f70202 59%,#cc0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff4a4a 0%,#f70202 59%,#cc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a4a', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
}
a.yesDot:hover {
	background:#00b300;
} 
a.noDot:hover {
	background:#cc0000;
}

.evalAnswersYesNo,
.evalAnswersDocs,
.evalAnswerUploadBtn,
.evalAnswerViewBtn {
	float:left;
	width:45px;
	height:28px;
	text-align:center;
	vertical-align:middle;
	padding:4px 0;
	border:solid 1px #FFF;
}
.evalAnswersYesNo,
.evalAnswersDocs {
	width:45px;
}
.evalAnswerUploadBtn {
	width:60px;
}
.evalAnswerUploadBtn a {
	display:block;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    background: #fffea0;
    border: solid 1px #999999;
    padding: 1px 7px;
    margin:0;
}
.evalAnswerViewBtn {}
.evalAnswerViewBtn a {
	display:block;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color:#000;
    text-decoration:none;
    background:#b0f1ff;
    border:solid 1px #999999;
    padding:1px 7px;
    margin:0;
    text-align: center;
}
.evalAnswerViewBtn a.yellow {
	background:#fffea0;
}
.evalAnswerViewBtn a.green {
	background:#00ff00;
}

.evalSurveyNew {
	float:left;
	width:210px;
}

.totalNewDocs {
}
.totalNewDocs p {
	text-align:right;
	padding-right:15px;
	margin:0;
}
.totalNewDocs p span {
	background-color:#FFFF00;
	padding:5px 10px;
}



