﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tabcontent_top {
	padding:9px;
	background:url(../images/bg_top.gif) no-repeat 0 0;
}
.tabcontent_middle {
	background:url(../images/bg_content.gif) repeat-y;
	padding-top:1px;
	padding-right:20px;
	padding-bottom:1px;
	padding-left:20px
}
.tabcontent_bottom {
	background:url(../images/bg_bottom.gif) no-repeat 0 0;
	color:#fff;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 15px;
}
.shadetabs{
	padding: 3px 0;
	margin-left: 20px;
	margin-top: 1px;
	margin-bottom: 22px;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	float: left;
	list-style: none;
	background-image: url("../images/tab-wide.gif");
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 4px;
	/*padding-left: 1px;*/
	text-align:center;
	height: 28px;
	/*width: 85px;*/
	width:105px;
	border-top-style: none;
	border-bottom-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00448c;
}
.shadetabs li.selected{
	height: 28px;
	/*width: 85px;*/
	width:105px;
	background-image: url("../images/tab-over-wide.gif");
	color: black;
	text-decoration: none;
}
.shadetabs li:hover{
	height: 28px;
	/*width: 85px;*/
	width:105px;
	background-image: url("../images/tab-over-wide.gif");
	color: black;
	text-decoration: none;
}
.shadetabs li a{
	color: black;
	text-decoration: none;
}

.shadetabs li a:visited{
	color: black;
	text-decoration: none;
}

.shadetabs li a:hover{
	color: black;
	text-decoration: none;
}

.shadetabs li a.selected{ /*selected main tab style */
	color: black;
	text-decoration: none;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	color: black;
	text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}