/* ajax__tab_xp-theme theme */
.NormalXpTabTheme .ajax__tab_xp-theme-Important .ajax__tab_header 
{
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(2.4/img/xp/tab-line.gif) repeat-x bottom;
    border-bottom: none;
}
.NormalXpTabTheme .ajax__tab_xp-theme-Important .ajax__tab_header .ajax__tab_outer 
{
    background:url(2.4/img/xp/tab-right.gif) no-repeat right;
    height:21px;
    margin:0px;
    padding:0px 4px 0px 0px;
    vertical-align:baseline;
    border: none;

}
.NormalXpTabTheme .ajax__tab_xp-theme-Important .ajax__tab_header .ajax__tab_inner 
{
    padding-left:3px;
    background:url(2.4/img/xp/tab-left.gif) no-repeat;
}
.NormalXpTabTheme .ajax__tab_xp-theme-Important .ajax__tab_header .ajax__tab_tab
{
    height:13px;
    padding:4px;
    margin:0;
    background:url(2.4/img/xp/tab.gif) repeat-x;
}
.NormalXpTabTheme .ajax__tab_xp-theme-Important .ajax__tab_hover .ajax__tab_outer 
{
    background:url(2.4/img/xp/tab-hover-right.gif) no-repeat right;
}
.NormalXpTabTheme .ajax__tab_xp-theme-Important .ajax__tab_hover .ajax__tab_inner 
{
    background:url(2.4/img/xp/tab-hover-left.gif) no-repeat;
}
.NormalXpTabTheme .ajax__tab_xp-theme-Important .ajax__tab_hover .ajax__tab_tab 
{
    background:url(2.4/img/xp/tab-hover.gif) repeat-x;
}
.NormalXpTabTheme .ajax__tab_xp-theme-Important .ajax__tab_active .ajax__tab_outer 
{
    background:url(2.4/img/xp/tab-active-right.gif) no-repeat right;
}
.NormalXpTabTheme .ajax__tab_xp-theme-Important .ajax__tab_active .ajax__tab_inner 
{
    background:url(2.4/img/xp/tab-active-left.gif) no-repeat;
}
.NormalXpTabTheme .ajax__tab_xp-theme-Important .ajax__tab_active .ajax__tab_tab 
{
    background:url(2.4/img/xp/tab-active.gif) repeat-x;
    color: Black;
}
.NormalXpTabTheme .ajax__tab_xp-theme-Important .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;
    background-color:#ffffff;
}

/* ajax__tab_yuitabview-theme theme (2.4/img/yui/sprite.png) */
.ajax__tab_yuitabview-theme {
    position: relative;
    top: 1px;
}

.ajax__tab_yuitabview-theme .ajax__tab_header 
{
    font-family: arial, verdana, helvetica, clean, sans-serif;
	border-bottom: 1px solid #A00000;
    font-size: 90%;
    white-space:normal!important;
}

.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
   /* background: url(2.4/img/yui/sprite.png) #bfdaff repeat-x left -1300px;*/
}

.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
    /*background:url(2.4/img/yui/sprite.png) #d8d8d8 repeat-x;*/
    background-color: #EAEAEA;
    margin:0px 2px 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #cAcAcA;
    border-bottom-width:0px;
	display:-moz-inline-box;display:inline-block;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#000;
	padding: 4px 5px;
    margin-right:0.01em;
	overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block
}

.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
   /* background: url(2.4/img/yui/sprite.png) #bfdaff repeat-x left -1300px;*/
}

.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer .ajax__tab_tab
{
    text-decoration: underline;
}

.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;
}

.ajax__tab_yuitabview-theme .ajax__tab_active:hover .ajax__tab_outer .ajax__tab_tab 
{
	text-decoration: none;
}

.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    /*background:url(2.4/img/yui/sprite.png) #DF0000 repeat-x left -1400px;*/
    background-color: #DF0000;
    border-color: #A00000;
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0.5em 0.5em;
	background-color: #FFFAFA;
	border: 1px solid #A00000;
    border-top-width:0px;
}