@charset "UTF-8";
/* CSS Document */


.eemStyleSFBody {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 700px;
	background-color: #669999;
	font-size: small;
}
.eemStyleSFMainOuter { 
	background-color: #F3F0E1; 
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	border: #000 solid 0px;
	box-shadow: 0px 2px 5px #003333;
	-webkit-box-shadow: 0px 2px 5px #003333;
	-moz-box-shadow: 0px 2px 5px #003333; 
}
.eemStyleSFMainInner { 
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 90%;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 5px #74533F;
	-webkit-box-shadow: 0px 2px 5px #74533F;
	-moz-box-shadow: 0px 2px 5px #74533F; 
}
.eemStyleSFMain {
	margin: 10px auto;
	padding: 20px;
	width: 100%;
	background-color: #FFFFFF;
	color: #003366;
	font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif;
}
.eemStyleSFCompletion {
	font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	color: green;
	font-weight: bold;
}
.eemStyleSFCompletion_BGIsRedish {
	font-family: Arial;
	font-size: small;
	Filter: glow(color=yellow, strength=3);
	color: green;
	font-weight: bold;
}
.eemStyleSFLogoDisplay {

}
.eemStyleSFLogoHide {
	display: none;
}
.eemStyleSFLogoOuter {
	padding: 0px;
	text-align: left;
	border: solid 0px green;
}
.eemStyleSFLogoInner {
	height: 100%;
	padding: 0px 5px;
	background-color: Transparent;
	border: solid 0px green;
}
.eemStyleSFTitleOuter {
	padding: 0px;
	text-align: left;
	border: solid 0px green;
}
.eemStyleSFTitleInner {
	padding: 5px;
	background-color: Transparent;
	border: solid 0px gray;
}
.eemStyleSFTitle {
	font-size: larger;
	font-weight: bold;
}
.eemStyleSFErrorOuter {
	padding: 0px;
	text-align: left;
	border: solid 0px gray;
}
.eemStyleSFErrorInner {
	padding: 5px;
	background-color: Transparent;
	border: solid 0px gray;
}
.eemStyleSFError {
	color: #990000;
	font-size: small;
	/*font-family: Verdana;*/
	font-weight: bold;
}
.eemStyleSFError_BGIsRedish {
	Filter: glow(color=yellow, strength=3);
	color: Red;
	font-size: x-small;
	font-family: Verdana;
	font-weight: bold;
}
.eemStyleSFContentOuter {
	padding: 0px;
}
.eemStyleSFContentInner {
	padding: 0px;
}
.eemStyleSFSectionQuestionOuter_Vertical {
	margin-bottom: 4px;
	padding: 0px;
	overflow: auto;
	border: solid 0px gray;
	width: auto;
	float: none;
}
.eemStyleSFSectionQuestionOuter_Horizontal {
	margin-bottom: 0px;
	padding: 0px;
	overflow: auto;
	border: solid 0px gray;
	width: 48%;
	float: left;
}
.eemStyleSFSectionIntGrpOuter_Vertical {
	padding: 0px;
	overflow: auto;
	border: solid 0px gray;
	width: auto;
	float: none;
}
.eemStyleSFSectionIntGrpOuter_Horizontal {
	padding: 0px;
	overflow: auto;
	border: solid 0px gray;
	width: 48%;
	float: right;
}
.eemStyleSFSectionHeadingInner {
	height: 100%;
	padding: 2px;
	border: solid 0px gray;
}
.eemStyleSFSectionHeading {
	padding: 5px;
	background-color: #FFFFFF;
	font-size: small;
	color: #003366;
	font-weight: bold;
}
.eemStyleSFSectionContent {
	padding: 5px;
}
.eemStyleSFIntGrpContent {
	padding: 5px;
	border: 1px solid #D9E1E8;
}
.eemStyleSFText {
	font-size: small;
	color: #003366;
}
.eemStyleSFTextDisabled {
	font-size: x-small;
	color: Gray;
	font-weight: bold;
}
.eemStyleSFReq {
	font-style: italic;
	font-size: x-small;
	vertical-align: baseline;
	color: #990000;
	font-weight: bold;
}
.eemStyleSFReq_BGIsRedish {
	font-style: italic;
	font-size: x-small;
	Filter: glow(color=yellow, strength=3);
	vertical-align: baseline;
	color: Red;
	font-weight: bold;
}
.eemStyleSFReqError {
	background-color: Red;
}

.eemStyleSFButton {
	padding: 5px;
	font-size: 110%;
	color: #990000;
}

