/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-size: 12px;
	float: right;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.shadetabs li{
	margin: 0;
	float: left;
	padding-right: 2px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 0px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/hdrtab_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	display: block;
	float: left;
	cursor: pointer;
}
.shadetabs li a strong {
	font-weight: normal;
	display: block;
	float: left;
	background-image: url(../images/hdrtab_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: none;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	font-weight: bold;
	background-image: url(../images/hdrtab_on.gif);
	color: #333333;
	background-repeat: no-repeat;
	background-position: left top;
}

.shadetabs li a.selected strong { /*selected main tab style */
	font-weight: bold;
	background-image: url(../images/hdrtab_on.gif);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display:none;
	float: left;
	width: 929px;
	background-image: url(../images/charthdr_bottombg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 11px;
}

@media print {
.tabcontent {
display:block !important;
}
}
.tabcontent img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.afftabs{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-size: 12px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 941px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #788196;
}

.afftabs li{
	margin: 0;
	float: left;
	padding-right: 2px;
}

.afftabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 0px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/afftabs_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	display: block;
	float: left;
	cursor: pointer;
	font-size: .9em;
	outline: none;
}
.afftabs li a strong {
	font-weight: normal;
	display: block;
	float: left;
	background-image: url(../images/afftabs_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.afftabs li a:visited{
}

.afftabs li a:hover{
text-decoration: none;
}

.afftabs li a.selected{ /*selected main tab style */
	position: relative;
	font-weight: bold;
	background-image: url(../images/afftabs_on.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1em;
}

.afftabs li a.selected strong { /*selected main tab style */
	font-weight: bold;
	background-image: url(../images/afftabs_on.gif);
	padding-top: 5px;
	padding-bottom: 5px;
}

.afftabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.affcont{
	float: left;
	width: 941px;
	padding: 0px;
	font-size: .9em;
}

@media print {
.affcont {
display:block !important;
}
}
.affcont td {
	background-image: url(../images/horizpx.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.affcont td.tblhdr {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/leftbox_hdrbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.affcont .strike {
	text-decoration: line-through;
}
.affcont a {
	color: #0d5f9b;
	text-decoration: none;
}
.affcont a:hover {
	color: #003366;
}
.offertabs{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-size: 11px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.offertabs li{
	margin: 0;
	float: left;
	padding-right: 2px;
}

.offertabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 0px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/addoffer_taboff.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	display: block;
	float: left;
	cursor: pointer;
	font-size: 1em;
	outline: none;
	font-weight: normal;
}
.offertabs li a:visited{
}

.offertabs li a:hover{
	text-decoration: none;
	color: #000000;
}

.offertabs li a.selected{ /*selected main tab style */
	position: relative;
	font-weight: bold;
	background-image: url(../images/addoffer_tabon.gif);
	color: #000000;
}

.offertabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.offercont{
	float: left;
	width: 909px;
	padding: 0px;
	font-size: 1em;
}

@media print {
.offercont {
display:block !important;
}
}
.offercont table.grid {
	margin-bottom: 10px;
}
.offercont table.grid .subcat {
	padding-left: 20px !important;
}
.offercont table.grid td {
	background-image: url(../images/horizpx.gif) !important;
	background-repeat: repeat-x;
	background-position: left bottom !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	padding-left: 10px !important;
}
.offercont table.grid td.tblhdr {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/leftbox_hdrbg.gif) !important;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.offercont table.grid .strike {
	text-decoration: line-through;
}
.offercont table.grid a {
	color: #0d5f9b;
	text-decoration: none;
}
.offercont table.grid a:hover {
	color: #003366;
}
