﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs
{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding: 3px 0px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
}

.shadetabs li
{
	display: inline;
	margin: 0;
}

.shadetabs li a
{
	text-decoration: none;
	margin: 0px;
	border-left: 1px solid #DDD;
	color: #FFFFFF;
	background: #2b2f32 url('../images1/menu_sep.gif' ) no-repeat;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-right: 0px; /*distance between each tab*/
	padding-left: 5px;
	padding-right: 9px;
	padding-top: 3px;
	padding-bottom: 2px;
}


.shadetabs li a:visited
{
	color: black; /* #2d2b2b; */
}

.shadetabs li a:hover, .shadetabs li a.selected
{
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
}

.tabcontent
{
	display: none;
}

@media print {
.tabcontent
	{
		display: block !important;
	}
}

.arrow ul li
{
	list-style-image: url('../images1/arrow-icon.gif');
}