﻿#hpTabs, #ovrTabs
{
    width: 962px;
    height: 22px;
    margin: 0 auto;
}
#hpTabs .hpTabItem, #ovrTabs .hpTabItem
{
    float: left;
    width: 134px;
    height: 22px;
    text-align: center;
    margin: 0 2px;
    padding: 0;
}
#hpTabs .first, #ovrTabs .first
{
    float: left;
    width: 134px;
    height: 22px;
    text-align: center;
    margin: 0 2px 0 0 !important;
    padding: 0;
}
#hpTabs .last, #ovrTabs .last
{
    float: left;
    width: 134px;
    height: 22px;
    text-align: center;
    margin: 0 0 0 2px !important;
    padding: 0;
}
#hpTabs .hpTabItem a, #ovrTabs .hpTabItem a
{
    display: block;
    height: 19px;
    font-weight: bold;
    border: none;
    background: transparent url(Images/tabsprite_new.png) no-repeat 0 0;
    padding: 3px 0 0 0;
}
#hpTabs .first a, #ovrTabs .first a
{
    display: block;
    height: 19px;
    font-weight: bold;
    border: none;
    background: transparent url(Images/tabsprite_new.png) no-repeat 0 -22px;
    padding: 3px 0 0 0;
}
#hpTabs .last a, #ovrTabs .last a
{
    display: block;
    height: 19px;
    font-weight: bold;
    border: none;
    background: transparent url(Images/tabsprite_new.png) no-repeat 0 -44px;
    padding: 3px 0 0 0;
}
#hpTabs .hpTabItem a:hover, #hpTabs .hpTabItem a.sel, #ovrTabs .hpTabItem a:hover, #ovrTabs .hpTabItem a.sel
{
    background: transparent url(Images/tabsprite_new.png) no-repeat -134px 0;
    text-decoration: none;
    color: #e9cc42;
    padding: 3px 0 0 0;    
}
#hpTabs .first a:hover, #hpTabs .first a.sel, #ovrTabs .first a:hover, #ovrTabs .first a.sel
{
    background: transparent url(Images/tabsprite_new.png) no-repeat -134px -22px;
    text-decoration: none;
    color: #e9cc42;
    padding: 3px 0 0 0;    
}
#hpTabs .last a:hover, #hpTabs .last a.sel, #ovrTabs .last a:hover, #ovrTabs .last a.sel
{
    background: transparent url(Images/tabsprite_new.png) no-repeat -134px -44px;
    text-decoration: none;
    color: #e9cc42;
    padding: 3px 0 0 0;    
}
/* Tabs Overlay */
#tabOverlay
{
	display: none;
	width: 986px;
	height: 720px;
	background-image: url(Images/overlay/clear.gif);	
}
#tabOverlay div.close
{
    position: absolute;
   	top: 5px;
	right: 10px;
    width: 22px;
    height: 22px;
	background-image: url(Images/icnClose.gif);	    
	cursor: pointer;
}
#tovrTop 
{
    clear: both;
    width: 986px;
    height: 32px;
}
#tovrTL, #tovrTR
{
    float: left;
    width: 24px;
    height: 32px;
}
#tovrTM 
{
    float: left;
    height: 22px;
    width: 928px;
    font-size: 18px;
    font-weight: bold;
    color: #e9cc42;    
    background: transparent url(Images/tabWin_TMbg.gif);
    padding: 5px;
}
#tovrMid 
{
    float: left;
    clear: both;
    width: 986px;
    height: auto;
    background: transparent url(Images/tabWin_MAbg.gif) repeat-y top left;
}
#tovrML, #tovrMR
{
    float: left;
    width: 24px;
}
#tovrMM 
{
    float: left;
    width: 928px;
    min-height: 80px;
    height: auto;
    background: #ffffff;
    padding: 5px;
}
#tovrBot 
{
    clear: both;
    width: 986px;
    height: 28px;
}
#tovrBL, #tovrBR
{
    float: left;
    width: 24px;
    height: 28px;
}
#tovrBM 
{
    float: left;
    height: 28px;
    width: 938px;
    background: transparent url(Images/tabWin_BMbg.gif);
}
/* End Tabs Overlay */
