/* ***** Tabs *************************************************************** */

div.TabView div.Tabs
{
	display: block;
	height: 21px;
	border-bottom: 6px;
	border-bottom-style: solid;
	border-bottom-color: #578636;
}

div.TabView div.Tabs a
{
	display: block;
	float: left;
	margin-right: 2px;
	width: 82px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	background-color: white;
	border: 1px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #d8d9d2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color:   #595347;
	cursor:  pointer;
}

div.TabView div.Tabs a:hover
{
	background-color: #d8d9d2;
	border: 1px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #d8d9d2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color:   #595347;
	cursor:  pointer;
}

div.TabView div.Tabs a.Current,
div.TabView div.Tabs a.Current:hover
{
	display: block;
	width: 82px;
	height: 20px;
	background-color: #578636;
	border: 1px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #578636;
	color: white;
	cursor:  default;
}


/* ***** Pages ************************************************************** */

div.TabView div.Pages{
	clear: both;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #595347;
}

div.TabView div.Pages                  {overflow: hidden;}
div.TabView div.Pages div.Page         {overflow: auto;}
div.TabView div.Pages div.Page div.Pad {padding: 15px 0px;}

