﻿#hpTabs, #ovrTabs
{
    width: 938px;
    height: 22px;
    margin: 0 auto;
}
#hpTabs .hpTabItem, #ovrTabs .hpTabItem
{
    float: left;
    width: 134px;
    height: 22px;
    text-align: center;
    margin: 0;
    padding: 0;
}
#hpTabs .hpTabItem a, #ovrTabs .hpTabItem a
{
    display: block;
    height: 20px;
    font-weight: bold;
    border: none;
    background: transparent url(Images/tabsprite.png) no-repeat 0 0;
    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.png) no-repeat -134px 0;
    text-decoration: none;
    font-size: 13px;
    color: #e9cc42;
    padding: 2px 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 */