﻿/* Standard Tab Style */
.xpTab .ajax__tab_header,
.xpTabStrip .ajax__tab_header
{
	font-size: 12px;
	color: #505050;
}
.xpTab .ajax__tab_outer,
.xpTabStrip .ajax__tab_outer
{
	background: url( '../Images/Tab/xp/tab-right.gif' ) no-repeat right;
	height: 21px;
}

.xpTab .ajax__tab_inner,
.xpTabStrip .ajax__tab_inner
{
	padding-left: 3px;
	background: url( '../Images/Tab/xp/tab-left.gif' ) no-repeat;
}

.xpTab .ajax__tab_tab,
.xpTabStrip .ajax__tab_tab
{
	height: 13px;
	padding: 4px;
	margin: 0;
	background: url( '../Images/Tab/xp/tab.gif' ) repeat-x;
}

.xpTab .ajax__tab_hover .ajax__tab_outer,
.xpTabStrip .ajax__tab_hover .ajax__tab_outer
{
	background: url( '../Images/Tab/xp/tab-hover-right.gif' ) no-repeat right;
}

.xpTab .ajax__tab_hover .ajax__tab_inner,
.xpTabStrip .ajax__tab_hover .ajax__tab_inner
{
	background: url( '../Images/Tab/xp/tab-hover-left.gif' ) no-repeat;
}

.xpTab .ajax__tab_hover .ajax__tab_tab,
.xpTabStrip .ajax__tab_hover .ajax__tab_tab
{
	background: url( '../Images/Tab/xp/tab-hover.gif' ) repeat-x;
}

.xpTab .ajax__tab_active .ajax__tab_outer,
.xpTabStrip .ajax__tab_active .ajax__tab_outer
{
	background: url( '../Images/Tab/xp/tab-active-right.gif' ) no-repeat right;
}

.xpTab .ajax__tab_active .ajax__tab_inner,
.xpTabStrip .ajax__tab_active .ajax__tab_inner
{
	background: url( '../Images/Tab/xp/tab-active-left.gif' ) no-repeat;
}

.xpTab .ajax__tab_active .ajax__tab_tab,
.xpTabStrip .ajax__tab_active .ajax__tab_tab
{
	background: url( '../Images/Tab/xp/tab-active.gif' ) repeat-x;
}

.xpTab .ajax__tab_body
{
	border: 1px solid #999999;
	padding: 8px;
	background-color: #FFFFFF;
}

.xpTabStrip .ajax__tab_body
{
	display: none;
}


/* Yahoo UI Tab Style*/

.tab .ajax__tab_header,
.tabStrip .ajax__tab_header
{
    font-size:small;
    border-bottom:solid 3px #616D8F;
}

.tab .ajax__tab_header .ajax__tab_outer,
.tabStrip .ajax__tab_header .ajax__tab_outer
{
	background-color: #E8E8E8;
	margin: 0px 0.16em 0px 0px;
	padding: 1px 0px 1px 0px;
	vertical-align: bottom;
	border: solid 1px #a3a3a3;
	border-bottom-width: 0px;
}

.tab .ajax__tab_header .ajax__tab_tab,
.tabStrip .ajax__tab_header .ajax__tab_tab
{
	color: #000000;
	padding: 0.1em 0.75em;
	margin-right: 0.01em;
}

.tab .ajax__tab_hover .ajax__tab_outer,
.tabStrip .ajax__tab_hover .ajax__tab_outer
{
	background-image: none;
	background-color: #AAB3C6;
}

.tab .ajax__tab_active .ajax__tab_tab,
.tabStrip .ajax__tab_active .ajax__tab_tab
{
    color:#FFFFFF;
}

.tab .ajax__tab_active .ajax__tab_outer,
.tabStrip .ajax__tab_active .ajax__tab_outer
{
	background-image: none;
	background-color: #616D8F;
}

.tab .ajax__tab_body
{
	font-size: 10pt;
	padding: 0.25em 0.5em;
	background-color: #F2F4F9;
	border: 0px solid #808080;
}

.tabStrip .ajax__tab_body
{
	display: none;
}


/* Inverted Yahoo UI Tab Style*/

.invertedTabStrip .ajax__tab_header
{
    font-size:small;
    border-top: solid 3px #616D8F;
}


.invertedTabStrip .ajax__tab_header .ajax__tab_outer
{
	background-color: #E8E8E8;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #a3a3a3;
    border-top-width:0px;
}

.invertedTabStrip .ajax__tab_header .ajax__tab_tab
{
	color: #000000;
	padding: 0.1em 0.75em 0.1em 0.75em;
	margin-right: 0.01em;
}

.invertedTabStrip .ajax__tab_hover .ajax__tab_outer
{
	background-image: none;
	background-color: #AAB3C6;
}

.invertedTabStrip .ajax__tab_active .ajax__tab_tab
{
	color: #FFFFFF;
}

.invertedTabStrip .ajax__tab_active .ajax__tab_outer
{
	background-image: none;
	background-color: #616D8F;
}

.invertedTabStrip .ajax__tab_body
{
	display: none;
}


/* Sidebar Tab Styles */

.sbTab .ajax__tab_header
{
    font-size:small;
    border-bottom:solid 3px #616D8F;
}

.sbTab .ajax__tab_header .ajax__tab_outer
{
	background-color: #E8E8E8;
	margin: 0px 0.16em 0px 0px;
	padding: 1px 0px 1px 0px;
	vertical-align: bottom;
	border: solid 1px #a3a3a3;
	border-bottom-width: 0px;
}

.sbTab .ajax__tab_header .ajax__tab_tab
{
	color: #000000;
	padding: 0.1em 0.75em;
	margin-right: 0.01em;
}

.sbTab .ajax__tab_hover .ajax__tab_outer
{
	background-image: none;
	background-color: #AAB3C6;
}

.sbTab .ajax__tab_active .ajax__tab_tab
{
    color:#FFFFFF;
}

.sbTab .ajax__tab_active .ajax__tab_outer
{
	background-image: none;
	background-color: #616D8F;
}

.sbTab .ajax__tab_body
{
	border-style: none;
	border-width: 0px;
}
