﻿body
{
}
.NewTabStyle .ajax__tab_inner
{
    padding-left: 14px;
    padding-right: 8px;
    height: 17px;
}
.NewTabStyle .ajax__tab_tab
{
    color: White;
    height: 17px;
}

.NewTabStyle .ajax__tab_outer
{
    height: 17px;
}

.NewTabStyle .ajax__tab_header
{
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
    line-height: 17px;
}

.NewTabStyle .ajax__tab_body
{
    border-top: 0;
}

/* NORMAL TAB----------------------------------------------------------------*/
.NewTabStyle .ajax__tab_inner
{
    background: url(../../imgs/vp/Buttons/TabImages/Mid_Deactive_Left.gif) no-repeat left top;
}

.NewTabStyle .ajax__tab_tab
{
    background: url(../../imgs/vp/Buttons/TabImages/Deactive.gif) repeat-x bottom;
}

.NewTabStyle .ajax__tab_outer
{
    background: url(../../imgs/vp/Buttons/TabImages/Mid_Deactive_Right.gif) no-repeat right bottom;
}
/*FIRST DE-ACTIVE TAB----------------------------------------------------------------*/
.NewTabStyle .ajax__tab_firstdeactive .ajax__tab_inner
{
    background: url(../../imgs/vp/Buttons/TabImages/First_Deactive_Left.gif) no-repeat left top;
}

.NewTabStyle .ajax__tab_firstdeactive .ajax__tab_tab
{
    background: url(../../imgs/vp/Buttons/TabImages/Deactive.gif) repeat-x bottom;
}

.NewTabStyle .ajax__tab_firstdeactive .ajax__tab_outer
{
    background: url(../../imgs/vp/Buttons/TabImages/Mid_Deactive_Right.gif) no-repeat right bottom;
}



/*ACTIVE TAB----------------------------------------------------------------*/
.NewTabStyle .ajax__tab_active .ajax__tab_inner
{
    background: url(../../imgs/al/Buttons/TabImages/First_active_Left.gif) no-repeat left top;
}

.NewTabStyle .ajax__tab_active .ajax__tab_tab
{
    background: url(../../imgs/al/Buttons/TabImages/active.gif) repeat-x bottom;
}

.NewTabStyle .ajax__tab_active .ajax__tab_outer
{
    background: url(../../imgs/al/Buttons/TabImages/Mid_active_Right.gif) no-repeat right bottom;
}

/*FIRST ACTIVE TAB----------------------------------------------------------------*/
.NewTabStyle .ajax__tab_firstactive .ajax__tab_inner
{
    background: url(../../imgs/al/Buttons/TabImages/First_active_Left.gif) no-repeat left top;
}

.NewTabStyle .ajax__tab_firstactive .ajax__tab_tab
{
    background: url(../../imgs/al/Buttons/TabImages/active.gif) repeat-x bottom;
}

.NewTabStyle .ajax__tab_firstactive .ajax__tab_outer
{
    background: url(../../imgs/al/Buttons/TabImages/Mid_active_Right.gif) no-repeat right bottom;
}

/*LAST ACTIVE TAB----------------------------------------------------------------*/
.NewTabStyle .ajax__tab_lastactive .ajax__tab_inner
{
    background: url(../../imgs/al/Buttons/TabImages/First_active_Left.gif) no-repeat left top;
}

.NewTabStyle .ajax__tab_lastactive .ajax__tab_tab
{
    background: url(../../imgs/al/Buttons/TabImages/active.gif) repeat-x bottom;
}

.NewTabStyle .ajax__tab_lastactive .ajax__tab_outer
{
    padding-right: 10px;
    background: url(../../imgs/al/Buttons/TabImages/Last_Active_Right.gif) no-repeat right bottom;
}

.NewTabStyle .ajax__tab_lastdeactive .ajax__tab_outer
{
    padding-right: 10px;
    background: url(../../imgs/vp/Buttons/TabImages/Last_Deactive_Right.gif) no-repeat right bottom;
}

/*POST ACTIVE TAB----------------------------------------------------------------*/
.NewTabStyle .ajax__tab_postactive .ajax__tab_inner
{
    background: url(../../imgs/al/Buttons/TabImages/Left_Deactive_Active_Left.gif) no-repeat left top;
}

/*HOVER TAB----------------------------------------------------------------*/
.NewTabStyle .ajax__tab_hover .ajax__tab_inner
{
    background: url(../../imgs/al/Buttons/TabImages/First_hover_Left.gif) no-repeat left top;
}

.NewTabStyle .ajax__tab_hover .ajax__tab_tab
{
    background: url(../../imgs/al/Buttons/TabImages/hover.gif) repeat-x bottom;
}

.NewTabStyle .ajax__tab_hover .ajax__tab_outer
{
    background: url(../../imgs/al/Buttons/TabImages/Mid_hover_Right.gif) no-repeat right bottom;
}

.NewTabStyle .ajax__tab_posthover .ajax__tab_inner
{
    background: url(../../imgs/al/Buttons/TabImages/Left_Deactive_Hover_Left.gif) no-repeat left top;
}

.NewTabStyle .ajax__tab_posthover_active .ajax__tab_inner
{
    background: url(../../imgs/al/Buttons/TabImages/Left_Active_Hover_Right.gif) no-repeat left top;
}


.NewTabStyle .ajax__tab_lasthover .ajax__tab_inner
{
    background: url(../../imgs/al/Buttons/TabImages/First_hover_Left.gif) no-repeat left top;
}
.NewTabStyle .ajax__tab_lasthover .ajax__tab_tab
{
    background: url(../../imgs/al/Buttons/TabImages/hover.gif) repeat-x bottom;
}
.NewTabStyle .ajax__tab_lasthover .ajax__tab_outer
{
    padding-right: 13px;
    background: url(../../imgs/al/Buttons/TabImages/Last_Hover_Right.gif) no-repeat right bottom;
}

