﻿/*
Styles for the standard tabs used all over baldor.com
*/

/* default layout */
/*
.customTabStyle .ajax__tab_header {white-space:normal !important}
.customTabStyle .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.customTabStyle .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.customTabStyle .ajax__tab_tab {overflow:hidden;text-align:center;display:-moz-inline-box;display:inline-block}
*/
/* xp theme */
/*(old sytle).customTabStyle .ajax__tab_header {height: 25px;font-family:verdana,tahoma,helvetica;font-size:10px;font-weight: bold;background:url(../images/tabHeaderBottomBackground.jpg) repeat-x bottom;}*/
/*
.customTabStyle .ajax__tab_header {height: 25px;font-family: Segoe UI, Arial, helvetica, Sans-Serif;color:#667c8f;font-size:10px;font-weight: bold;background:url(../images/tabHeaderBottomBackground.jpg) repeat-x bottom;}
.customTabStyle .ajax__tab_outer {height:21px;padding-right:2px;margin-right: 3px;background:url(../images/closedTabRight.jpg) no-repeat right;}
.customTabStyle .ajax__tab_inner {height:21px;padding-left:2px;background:url(../images/closedTabLeft.jpg) no-repeat;}
.customTabStyle .ajax__tab_tab {height:25px;vertical-align:bottom;color: #5f7383;padding:4px 11px 4px 11px;margin:0px;background:url(../images/closedTabBackground.jpg) 0 0 repeat-x;}
.customTabStyle .ajax__tab_hover .ajax__tab_outer {height:21px;margin-top:0px;color: #003365;cursor:pointer;background:url(../images/hoverTabRight.jpg) no-repeat right;}
.customTabStyle .ajax__tab_hover .ajax__tab_inner {height:21px;margin-top:0px;color: #003365;cursor:pointer;background:url(../images/hoverTabLeft.jpg) no-repeat;}
.customTabStyle .ajax__tab_hover .ajax__tab_tab {height:25px;margin-top:0px;padding:4px 11px 4px 11px;color: #003365;cursor:pointer;background:url(../images/hoverTabBackground.jpg) 0 0 repeat-x;}
.customTabStyle .ajax__tab_active .ajax__tab_outer {height:25px;padding-right:2px;margin-top:0px;background:url(../images/openTabRight.jpg) no-repeat right;}
.customTabStyle .ajax__tab_active .ajax__tab_inner {height:25px;padding-left:2px;margin-top:0px;background:url(../images/openTabLeft.jpg) no-repeat;}
.customTabStyle .ajax__tab_active .ajax__tab_tab {height:25px;margin-top:0px;color: #003365;padding:8px 11px 4px 11px;margin:0px;background:url(../images/openTabBackground.jpg) 0 0 repeat-x;}
.customTabStyle .ajax__tab_disabled { color: #A0A0A0;}
.customTabStyle .ajax__tab_body {border:1px solid #b1bec9;border-top:0;padding:8px;background-color:#ffffff;}
*/

/*
Styles for the standard tabs used all over Mybaldor.com
*/

/* default layout */
.customTabStyle .ajax__tab_header 
{
    white-space: nowrap;
}

.customTabStyle .ajax__tab_tab 
{
    overflow:hidden;
    text-align:center;
    display:-moz-inline-box;
    display:inline-block;
}

.customTabStyle.ajax__tab_container 
{
    margin-top: 17px;
    border-bottom:3px solid #ddd;
}

.customTabStyle .ajax__tab_tab 
{
    margin: 0 0 -1px 0px;
    list-style-type: none;
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    padding: 3px 8px 2px 8px;
    color: #667b8f;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    background-image: none;
    background:url(../Images/LC_closedTabBackground.jpg) 0 0 repeat-x;
    border-color: #CBD9E7;
    border-style: solid;
    border-width: 0 1px;
    position: relative;
}

.customTabStyle .ajax__tab_hover .ajax__tab_tab 
{
    z-index: 1;
    color: #293D50;
    border-color: #92a5b7;
    border-style: solid;
    border-width: 0 1px;
    background:url(../Images/LC_hoverTabBackground.jpg) 0 0 repeat-x;
}

.customTabStyle .ajax__tab_active .ajax__tab_tab 
{
    z-index: 2;
    margin-top: -4px;
    padding: 7px 8px 2px 8px;
    color: #293D50;
    background: white;
    background:url(../Images/LC_openTabBackground.jpg) 0 0 repeat-x;
}

.customTabStyle .ajax__tab_active.ajax__tab_hover .ajax__tab_tab
{
    z-index: 2;
    border-color: #D4D2D2;
    border-style: solid;
    border-width: 1;
    margin-top: -4px;
    padding: 7px 8px 2px 8px;
    color: #293D50;
    background: white;
    background:url(../Images/LC_openTabBackground.jpg) 0 0 repeat-x;
    cursor:default;
}

.customTabStyle .ajax__tab_body 
{
    border-color: #D4D2D2;
    border-style: solid;
    border-width: 1px;
    clear: both;
    padding: 8px;
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
}