
.CustomTabStyle .ajax__tab_header
{
	display: block;
	height: 23px;
	line-height: 23px;
	color: white;
	background-color: #464646;
	position: relative;
	text-decoration: none;
	padding-top: 0px;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
}

.CustomTabStyle .ajax__tab_body {
	border-top: 0px solid;
	width: 813px;
	color: white;
	background-color: #6e0001;
	padding-bottom: 20px;
}

.CustomTabStyle .ajax__tab_hover {
	background-color: #2a2a2a;
	color: white;
}


.CustomTabStyle .ajax__tab_active
{
	background-color: #2a2a2a;
	height: 23px;
	line-height: 23px;
	color: white;
	position: relative;
	text-decoration: none;
	padding-top: 0px;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
}

.tabContentButton
{
	border-right: #696969 thin solid;
	border-top: #696969 thin solid;
	border-left: #696969 thin solid;
	border-bottom: #696969 thin solid;
}




