﻿
a.tabInactiveLink, a.tabActiveLink {
	text-decoration: none;
}

a.tabInactiveLink:hover {
	text-decoration: underline;
}

div.tabContainer {
	float:left;
	clear:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
}


div.tabActive {
	padding-right: 9px;
	padding-left: 10px;

	height: 23px;
	background-image: url(/_images/common/tabDarkBack.gif);
	background-repeat: repeat-x;
	background-position: bottom;

	border: solid 1px #454545;
	border-top: solid 1px #8d8d8d;
	border-bottom: solid 1px #000000;

}

div.tabInactive {
	padding-right: 9px;
	padding-left: 10px;
	
	height: 20px;
	margin-top:3px;
	background-image: url(/_images/common/tabLiteBack.gif);
	background-repeat: repeat-x;
	background-position: bottom;

	border: solid 1px #454545;
	border-top: solid 1px #8d8d8d;
	border-right: none;
	border-bottom: solid 1px #a90d00;

}

div.tabActiveLink {
	margin-top: 4px;
}

div.tabInactiveLink {
	margin-top: 3px;
}

a.tabActiveLink {
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.tabInactiveLink {
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}


