﻿.tabs
{
	position: relative;
	background-image: url(../Images/nav_back.JPG);
	background-repeat: repeat-x;
	margin: 0px;
	height: 28px;
	width: 763px;
}

.tab
{
	width: 120px;
	padding: 0px 4px 0px 4px;
	text-align: center;
	height: 28px;
	color: White;
	background: url(../Images/nav_div.jpg) no-repeat right;
}

a.tab
{
	background: inherit;
	background-image: none;
	font-weight: bold;
}

.tab a, .tab a:active, .tab a:visited
{
	color: White !important;
	background-image: none;
}

.selectedTab a, .selectedTab a:active, .selectedTab a:visited
{
	color: White;
}

.tab a:hover, .selectedTab a:hover
{
	color: White;
	text-decoration: underline;
}

.dynamicTabMenu
{
	background-color: #cdcdcd !important;
	border-left: solid 1px #7c7c7c;
	border-right: solid 1px #7c7c7c;
	border-bottom: solid 1px #7c7c7c;
	z-index: 1000 !important;
	margin: 0px 0px 0px -5px;
	width: auto !important;
	height: auto !important;
}

.dynamicTabMenu a:link, .dynamicTabMenu a:visited,.dynamicTabMenu a:active
{
	padding: 2px;
	display: block;
	color: #000000;
	z-index: 1000 !important;
	background-color: #cdcdcd;
	border-top: solid 1px #7c7c7c;
	width: auto;
}
.dynamicTabMenu a:hover
{
	color: #ffffff;
	background-color: #6a6a6a;
	text-decoration: none;
}

.dynamicTabSelected, .dynamicTabHover
{
	background-color: #6a6a6a;
}

.ajax__tab_xp div.ajax__tab_body
{
	font: 11px Tahoma, Arial;
	padding: 8px;
	background-color: White;
}
