﻿.ajax_tab_graybox {
	font-family: tahoma,arial,helvetica;
}
.ajax_tab_graybox .ajax__tab_body {
	font-size: 10pt;
	border: 1px solid #eeeeee;
	border-top: none;
	background-color: #ffffff;
}
.ajax_tab_graybox .ajax__tab_header {
	background-color: #cccccc;
	border: 1px solid #cccccc;
	border-bottom: none;
	padding: 2px 2px 4px 2px;
}
.ajax_tab_graybox .ajax__tab_tab {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: solid 1px #999999;
	padding: 4px;
}
.ajax_tab_graybox .ajax__tab_active .ajax__tab_tab, .green .ajax__tab_hover .ajax__tab_tab {
	background-color: #eeeeee;
}

.ajax_tab_gray .ajax__tab_header {
	font-family: "Helvetica Neue" , Tahoma, Arial, Sans-Serif;
	background: url(images/content/tabs/tab-line.png) repeat-x bottom;
	font-size: 12px;
	display: block;
}
.ajax_tab_gray .ajax__tab_header .ajax__tab_outer {
	background: url(images/content/tabs/tab.png) no-repeat left top;
	border-color: #222;
	color: #222;
	padding-left: 10px;
	margin-right: 3px;
}
.ajax_tab_gray .ajax__tab_header .ajax__tab_inner {
	background: url(images/content/tabs/tab.png) no-repeat right top;
	border-color: #666;
	color: #666;
	padding: 3px 10px 2px 0px;
}
.ajax_tab_gray .ajax__tab_hover .ajax__tab_inner {
	color: #000;
}
.ajax_tab_gray .ajax__tab_active .ajax__tab_outer {
	background: url(images/content/tabs/tab.png) no-repeat 0pt -40px;
	border-bottom-color: #ffffff;
}
.ajax_tab_gray .ajax__tab_active .ajax__tab_inner {
	background: url(images/content/tabs/tab.png) no-repeat right -40px;
	color: #000;
	border-color: #333;
}
.ajax_tab_gray .ajax__tab_body {
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	background-color: #fff;
	border: solid 1px #d7d7d7;
	border-top-width: 0;
}

.ajax_tab_google .ajax__tab_header {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 0px;
	border-bottom: solid 1px #666666;
}
.ajax_tab_google .ajax__tab_body {
	font-family: Arial;
	font-size: 11px;
	border: solid 1px #dddddd;
	border-top: none;
}
/* Active/Hover States */
.ajax_tab_google .ajax__tab_active .ajax__tab_outer {
	margin-right: 2px;
	background: url(images/content/tabs/active-tl.gif) no-repeat left top;
}
.ajax_tab_google .ajax__tab_active .ajax__tab_inner {
	margin-left: 4px;
	background: url(images/content/tabs/active-tr.gif) no-repeat right top;
}
.ajax_tab_google .ajax__tab_active .ajax__tab_tab {
	margin-right: 4px;
	padding: 5px 4px 3px 4px;
	color: #ffffff;
	background: #666666;
	text-decoration: none;
}
/* Regular States */
.ajax_tab_google .ajax__tab_outer {
	margin-right: 2px;
	background: url(images/content/tabs/inactive-tl.gif) no-repeat left top;
}
.ajax_tab_google .ajax__tab_inner {
	margin-left: 4px;
	background: url(images/content/tabs/inactive-tr.gif) no-repeat right top;
}
.ajax_tab_google .ajax__tab_tab {
	margin-right: 4px;
	padding: 5px 4px 3px 4px;
	color: #0d4eb2;
	background: url(images/content/tabs/inactive-mid.gif) repeat-x; /*text-decoration:underline;*/
	text-decoration: underline;
}
