﻿.redstabs .ajax__tab_header
{
	background: url('./images/tabs/tab-line.gif') repeat-x 50% bottom;
}

.redstabs .ajax__tab_outer
{
	background: url('./images/tabs/tab-right.gif') no-repeat right 50%;
	height: 21px;
}

.redstabs .ajax__tab_inner
{
	padding-left: 3px;
	background: url('./images/tabs/tab-left.gif') no-repeat;
}

.redstabs .ajax__tab_tab
{
	height: 13px;
	padding: 4px;
	margin: 0;
	background: url('./images/tabs/tab.gif') repeat-x;
}

.redstabs .ajax__tab_hover .ajax__tab_outer
{
	background: url('./images/tabs/tab-hover-right.gif') no-repeat right 50%;
}

.redstabs .ajax__tab_hover .ajax__tab_inner
{
	background: url('./images/tabs/tab-hover-left.gif') no-repeat;
}

.redstabs .ajax__tab_hover .ajax__tab_tab
{
	background: url('./images/tabs/tab-hover.gif') repeat-x;
}

.redstabs .ajax__tab_active .ajax__tab_outer
{
	background: url('./images/tabs/tab-active-right.gif') no-repeat right 50%;
}

.redstabs .ajax__tab_active .ajax__tab_inner
{
	background: url('./images/tabs/tab-active-left.gif') no-repeat;
}

.redstabs .ajax__tab_active .ajax__tab_tab
{
	color:White;
	font-weight:bold;
	font-style:italic;
	background: url('./images/tabs/tab-active.gif') repeat-x;
}

.redstabs .ajax__tab_body
{
	border: 1px solid #D20000;
	border-top: 0;
	padding: 4px;
	background-color:White;
}

.redouter
{
	background: url('./images/tabs/tab-active-right.gif') no-repeat right;
    padding: 4px 4px 0 0;
	height: 21px;
}

.redinner
{
	background: url('./images/tabs/tab-active-left.gif') no-repeat; 
    padding: 4px 0 0 3px;
}

.redtab
{
	background: url('./images/tabs/tab-active.gif') repeat-x; 
	height:13px; 
	padding: 4px;
	color:White; 
	font-weight:bold; 
	font-style:italic;
}

.redhead
{
	
	padding-top:4px;
	 background: url('./images/tabs/tab-line.gif') repeat-x 50% bottom;
}

.redbody
{
	border: 1px solid #D20000;
	border-top: 0;
	padding: 0px;
	background-color:White;
}