BODY {
        background-color:#919195;

}
.body {
        background-color:#ffffff;
		  padding:20px;
}
DIV, TD, SPAN {
        font-family:Tahoma, Helvetica;
        font-size:9pt;
}
.required {
	color:red;
}
.header {
	color:#252468;
	font-size:11pt;
	font-weight:bold;
}
h1 {
	color:#252468;
	font-size:11pt;
	font-weight:bold;
}
.subHeader {
	color:#393975;
}
.smallSpaced {
	font-size: 7pt;
	word-spacing: 3px;
}
.topNav {
	font-size:8pt;
}
A.topNav:LINK {
        color:#000000;
        font-size:8pt;
	text-decoration:none;
}
A.topNav:VISITED {
        color:#000000;
        font-size:8pt;
	text-decoration:none;
}
A.topNav:HOVER {
        color:#232266;
        font-size:8pt;
	text-decoration:none;
}
.footer {
        color:#6B6A72;
        font-size:8pt;
}
A.footer:LINK {
        color:#6B6A72;
        font-size:8pt;
}
A.footer:VISITED {
        color:#6B6A72;
        font-size:8pt;
}
A.footer:HOVER {
        color:#919195;
        font-size:8pt;
}
.copyright {
        color:#4F5150;
        font-size:7pt;
}
A.copyright:LINK {
        color:#4F5150;
        font-size:7pt;
}
A.copyright:VISITED {
        color:#4F5150;
        font-size:7pt;
}
A.copyright:HOVER {
        color:#6B6B6B;
        font-size:7pt;
}


/* SMC: Survey - Styles */
.survey { padding-bottom:20px; }
.surveyListing, .surveySubmissions, .survey { width:100%; border-collapse:collapse; }
.surveyListing td, .surveyListing th, .surveySubmissions td, .surveySubmissions th { padding:2px 4px; border:1px solid #fff; text-align:left; }
.surveyQContainer { padding:10px 0; }
.surveyQuestion { font-style:italic; }
.surveyNumber { float:left; display:block; width:35px; height:2em; font-weight:bold; font-style:normal; }
.surveyAnswer { margin-left:35px; }
.surveyAnswer p { margin:0; }

.oddRow { background-color:#eee; }
.evenRow { background-color:#f5f5f5; }
.questionProp { width:100%; }
.questionProp td { padding:2px 4px; }
td.data { text-align:right; }

ul.surveyQuestions { list-style-type:none; margin:0; padding:0; cursor: move; }
ul.surveyQuestions li { clear:both; padding:5px 0; line-height:1.5em; background-color: #fff; }
li.surveyPageBreak { color:#999; }
ul.surveyQuestions span { display: block; float: left; overflow: hidden; height:1.5em; } 
span.fieldHandle { width: 10px; }
span.fieldTitle { width: 400px; }
span.fieldTitle div { width:390px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
span.fieldType { width: 100px; }
span.fieldControl { width: 50px; }

table#lessiterPoll tr th { border-bottom: solid 1px black; }
table#lessiterPoll tr th a { text-decoration: none; }
.lessiterPoll_pending { font-style: italic; }
.lessiterPoll_active { font-weight: bold; }
.lessiterPoll_ended { color: #999; }
.lessiterPoll_published { }


