﻿/* */

.TabStyle.ajax__tab_container.ajax__tab_default
{
	margin:10px 12px 0 2px;
}

.TabStyle .ajax__tab_header 
{
	margin-left:10px;
	padding:0;
	height:22px;
}

.TabStyle .ajax__tab_outer 
{
	display:-moz-inline-box;/* Fix FF */
	display:inline-block !important;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px ;
	background:url(../Img/tabItemInactiveLeftBG.png) no-repeat; 
	background-repeat:no-repeat;
	background-position:0 3px;
}

.TabStyle .ajax__tab_inner 
{
	display:-moz-inline-box;/* Fix FF */
	display:inline-block !important;
	padding:0px 10px 0px 0px;
	margin:0px;
	height:22px;
	background:url(../Img/tabItemInactiveRightBG.png) no-repeat; 
	background-repeat:no-repeat;
	background-position:right 3px;
}

.TabStyle .ajax__tab_active .ajax__tab_outer 
{ 
	display:-moz-inline-box;/* Fix FF */
	display:inline-block !important;
	background:url(../Img/btnLeftBG.png); 
	background-repeat:no-repeat;
	background-position:0 0;
}

.TabStyle .ajax__tab_active .ajax__tab_inner 
{ 
	display:-moz-inline-box;/* Fix FF */
	display:inline-block !important;
	background:url(../Img/btnRightBG.png); 
	background-repeat:no-repeat;
	background-position:right 0;
}

.TabStyle .ajax__tab_tab 
{
	display:-moz-inline-box;/* Fix FF */
	display:inline-block !important;
	margin:0 !important;
	padding:3px 0 0 0;
	color:#727272;
	font-family:Trebuchet MS, Sans-Serif;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
}

.TabStyle .ajax__tab_active .ajax__tab_tab 
{
	color:#2665B0;
}

/* Tab panel */
.TabStyle .ajax__tab_panel
{
	margin:0;
	padding:0;
	background-image:url(../Img/cpBodyBG.png);
	background-repeat:no-repeat;
	background-color:#e4e5e6;
}

.TabStyle .ajax__tab_panel .top
{
	margin:0;
	padding:0 0 0 10px;
	background-image:url(../Img/cpBodyTopBG.png);
	background-repeat:no-repeat;
}

.TabStyle .ajax__tab_panel .top div
{
	margin:0;
	padding:0;
	height:10px;
	background-image:url(../Img/cpBodyTopBG.png);
	background-repeat:no-repeat;
	background-position:right 0;
	_font-size:0; /* Fix height IE<7 */
}

.TabStyle .ajax__tab_panel .body
{
	padding:10px;
	border:solid 1px #d1d2d4;
	border-top:none;
	border-bottom:none;
	overflow:auto; /* Fix Safari */
}

.TabStyle .ajax__tab_panel .bottom
{
	margin:0;
	padding:0 0 0 10px;
	background-image:url(../Img/cpBodyBottomBG.png);
	background-repeat:no-repeat;
}

.TabStyle .ajax__tab_panel .bottom div
{
	margin:0;
	padding:0;
	height:10px;
	background-image:url(../Img/cpBodyBottomBG.png);
	background-repeat:no-repeat;
	background-position:right 0;
	_font-size:0; /* Fix height IE<7 */
}