@charset "utf-8";
/* CSS Document */

.SC_Title {
	background-color: #CCCCCC;
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEF1F5;
}
.SC_Item {
	color: #66667A;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/*.SC_Item a:link, a:visited{
	color: #66667A;
	text-decoration: none;
}
.SC_Item a:hover{
	color: #66667A;
	text-decoration: underline;
}*/
.SC_SubTotalsLabel {
	background-color: #FFFFEA;
	text-align: right;
	text-indent: 5px;
	vertical-align: middle;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEF1F5;
	color: #66667A;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.SC_SubTotalsLabel select {
	color: #66667A;
	font-size: 11px;
}
.SC_SubTotals {
	background-color: #FFFFEA;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEF1F5;
	color: #66667A;
	margin-right: 5px;
	padding-right: 5px;
	border-right-style: none;
	font-weight: bolder;
}
.SC_TotalsLabel {
	background-color: #E2E2E2;
	text-align: right;
	text-indent: 5px;
	vertical-align: middle;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEF1F5;
	color: #66667A;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.SC_Totals {
	background-color: #E2E2E2;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEF1F5;
	color: #66667A;
	margin-right: 5px;
	padding-right: 5px;
	border-right-style: none;
	font-weight: bolder;
	font-size: 16px;
}
.ErrorBox {
	font-weight: normal;
	color: #CC0000;
	background-color: #FFB9B9;
	width: 95%;
	border: 1px solid #CC0000;
	background-position: center center;
	text-align: center;
	float: none;
}
.SC_Offer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #990000;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	width: 95%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #990000;
}

.FormERROR {
	font-weight: bold;
	color: #990000;
}

