﻿div.Wrapper {
	color: #A0D291;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
}
div.TabBodyContainer {
	background-color: #A0D291;
	color: #333;
	clear: both;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	float: left;
	border: 1px solid #C0C0C0;
	display: block;
}
div.TabBodyContent {
	background-color: #FBFFFB;
	border-top: solid 1px #C0C0C0;
	padding: 8px 16px 8px 16px;
	margin: 0px;
	width: auto;
	height: auto;
}
div.TabBarNavigation {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #53DD33;
	position: relative;
	height: auto; 
	display: block;
	width: 100%;
	z-index: 5; /* lowest layer */
}
ul.TabPrimaryBar {
	margin: 0;
	padding: 0;
	position: relative;   /*... website had it as 	absolute; */
	bottom: -1px;
	z-index: 5; /* lowest layer */
}
ul.TabPrimaryBar li {
	display: inline;
	list-style: none;
	z-index: 5; /* lowest layer */
}
ul.TabPrimaryBar a,ul.TabPrimaryBar a.active {
	width: 14em;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #333;
	letter-spacing: .1em;
	margin: 0 2px 0 0;
	padding: 4px 0 4px 0;
	z-index: 5; /* lowest layer */
}
ul.TabPrimaryBar a.active,ul.TabPrimaryBar a.active:hover {
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: none;
	border-left: 1px solid #c0c0c0;
	background-color:  #9FBF87;
	color: #333;
	margin: 0 2px 0 0;
	padding: 4px 0 4px 0;
	z-index: 5; /* lowest layer */
}
ul.TabPrimaryBar a {
	background: #dfefcf;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: none;
	border-left: 1px solid #c0c0c0;
	margin: 0 2px 0 0;
	padding: 4px 0 3px 0;
	font-weight: normal;
	z-index: 5; /* lowest layer */
}
ul.TabPrimaryBar a:hover {
	margin: 1px 2px 0 0;
	border-color: #d0c0c0;
	background: #D1EfCD;
	color: #333;
	padding: 4px 0 3px 0;
	z-index: 5; /* lowest layer */
}
