/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 1px;
	border: 1px solid #C4C4C4;
	color: #333;
	background-color: white;
	background-image: url(img/nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 9px;
}

.shadetabs li a:visited{
color: #333;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #333;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(img/nav.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display:none;
	list-style-type: square;
	list-style-position: inside;
}

.tabcontent li { margin: 0 0 10px 0;}

.tabcontent	img { border: thin solid #C4C4C4; margin: 0px; clear:both; border: 0px;}

.table { border: thin solid #C4C4C4; margin: 0px; border: 0px;}

@media print {
.tabcontent {
display:block !important;
}
