﻿.gray
{
	display: block; /* fonts for the tabs */
	font-family: "Helvetica Neue" , Arial, Sans-Serif;
	font-size: 15px;
	color: #f9f9f9;
}

.gray .ajax__tab_header
{
	font-family: "Helvetica Neue" , Arial, Sans-Serif;
	font-size: 15px;
	color: #f9f9f9;
	width: 908px;
	height: 100px;
	margin: 0px 20px 0px 22px;
	font-weight: bolder;
	border-top: none;
	background: url(../images/menu/menu.png) no-repeat;
}

.gray .ajax__tab_header .ajax__tab_tab
{
}

.gray .ajax__tab_header .ajax__tab_outer
{
	background: url(../images/menu/menu.png) no-repeat;
	height: 100px;
	width: 100px;
	border-top: none;
}
.gray .ajax__tab_header .ajax__tab_inner
{
	background: url(../images/menu/menu.png) no-repeat;
	height: 100px;
	width: 100px;
	border-top: none;
}
.gray .ajax__tab_hover .ajax__tab_inner
{
	background: url(../images/menu/menu_selected.png) no-repeat;
	height: 100px;
	width: 100px;
	border-top: none;
}
.gray .ajax__tab_active .ajax__tab_outer
{
	background: url(../images/menu/menu.png) no-repeat;
	height: 100px;
	width: 100px;
	border-top: none;
}
.gray .ajax__tab_active .ajax__tab_inner
{
	background: url(../images/menu/menu.png) no-repeat;
	height: 100px;
	width: 100px;
	border-top: none;
}
.gray .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	width: 952px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.gray .ajax__tab_active .ajax__tab_tab
{
	background: url(../images/menu/menu_selected.png) no-repeat;
	height: 100px;
	width: 100px;
	border-top: none;
	text-align: left;
}

.CustomerTabbed .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	width: 952px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}



