/* default layout */
.tab_default .tab_header {white-space:nowrap;}
.tab_default .tab_outer {display:-moz-inline-box;display:inline-block}
.tab_default .tab_inner {display:-moz-inline-box;display:inline-block}
.tab_default .tab_tab {margin-right:1px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}


.tab_xp .tab_header {
	width:100%;
	font-size:12px;
	font-weight: bold;
	color:#54A5D6;
	background:url(/images/tabs/tab-line.gif) repeat-x bottom;
	padding-bottom:0px;
	height:28px;
	overflow:hidden;
}

.tab_xp .tabline 
{  
	height: 24px;
	
	
}
.tab_xp .tabline_active
{
	height:28px;
}
	 
.tab_xp .tab_outer 
{
	margin-right:2px; /* space between tabs */
	padding-right:7px;
	background:url(/images/tabs/tab-right.gif) no-repeat top right;
	height:28px;
}

.tab_xp .tab_inner 
{
	padding-left:3px;
	background:url(/images/tabs/tab-left.gif) no-repeat top left; 
	height:28px;
}

.tab_xp .tab_tab 
{
	display:block;
	float:left;
	text-align:center;
	padding: 6px 8px 8px 8px;
	margin-right:0px;
	height:15px;
	background:url(/images/tabs/tab.gif) repeat-x;	
	color:#54a5d6;
	text-decoration: none;

}
.tab_xp A.tab_tab:hover {	color: #3286c1;	text-decoration: underline}

.tab_xp .tab_hover .tab_outer {margin-right:inherit;padding-right:7px;background:url(/images/tabs/tab-hover-right.gif) no-repeat top right; height:28px;}
.tab_xp .tab_hover .tab_inner {padding-left:3px;background:url(/images/tabs/tab-hover-left.gif) no-repeat; height:28px;}
.tab_xp .tab_hover .tab_tab   
{
	display:block;
	float:left;
	text-align:center;
	padding: 6px 8px 8px 8px;
	margin-right:0px;
	height:15px;
	background:url(/images/tabs/tab-hover.gif) repeat-x;
}
.tab_xp .tab_active .tab_outer {margin-right:inherit;padding-right:7px;background:url(/images/tabs/tab-active-right.gif) no-repeat top right;height:28px;}
.tab_xp .tab_active .tab_inner {padding-left:4px;background:url(/images/tabs/tab-active-left.gif) no-repeat; height:28px;}
.tab_xp .tab_active .tab_tab 
{
	display:block;
	float:left;
	text-align:center;
	padding: 6px 8px 8px 8px;
	margin-right:0px;
	background:url(/images/tabs/tab-active.gif) repeat-x;
	height:15px;
	color: #3286c1;
}
