﻿/*-- Normal Tabs --*/

.ajax__tab_xp .ajax__tab_header
{
	background-image: none;
	font-family: Courier New, Courier, Arial;
	font-size: 15px;
	font-weight: bold;
	height: 33px;
}
.ajax__tab_xp .ajax__tab_outer
{
	background: url("/images/v4/tab-right.gif");
	background-repeat: no-repeat;
	background-position: right;
	height: 33px;
}
.ajax__tab_xp .ajax__tab_inner
{
	background-image: url("/images/v4/tab-left.gif");
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
}
.ajax__tab_xp .ajax__tab_tab
{
	height: 33px;
	margin: 0px;
	padding: 8px 4px 4px 4px;
	background: url("/images/v4/tab-line.gif") repeat-x;
}
.ajax__tab_xp .ajax__tab_body
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	border-top: 0px;
	padding: 8px;
	background-color: #573012;
	border: 0px;
}

/*-- Hover Tabs --*/

.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer
{
	background: url("/images/v4/tab-right.gif");
	background-repeat: no-repeat;
	background-position: right;
	height: 33px;
}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner
{
	background-image: url("/images/v4/tab-left.gif");
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab
{
	height: 33px;
	margin: 0px;
	padding: 8px 4px 4px 4px;
	background: url("/images/v4/tab-line.gif") repeat-x;
	text-decoration: underline;
}

/*-- Active Tabs --*/

.ajax__tab_xp .ajax__tab_active .ajax__tab_outer
{
	background: url("/images/v4/tab-active-right.gif");
	background-repeat: no-repeat;
	background-position: right;
	height: 33px;
}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner
{
	background-image: url("/images/v4/tab-active-left.gif");
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab
{
	height: 33px;
	margin: 0px;
	padding: 8px 4px 4px 4px;
	background: url("/images/v4/tab-active-line.gif") repeat-x;
}