#tabsArea {    
    margin: 0 auto;    
    position: relative;
    height: 35px;
}
#tabs
{
    /*margin: 0 20px;*/
    background: url('Img/tabs_bg.png') 0% 0% no-repeat;
    height: 35px;
}
.tabsInner
{
    background: url('Img/tabs_inner_bg.png') 100% 0% no-repeat;
    height: 35px;
    padding-left: 30px;
}
#tabsRight
{
    top: 0;
    right: 0;
    background: url('Img/tabs_right.png') no-repeat;
    height: 35px;
    width: 20px;
}
#tabsLeft
{
    top: 0;
    left: 0;
    background: url('Img/tabs_left.png') no-repeat;
    height: 35px;
    width: 20px;
}
#tabsNav
{
    list-style: none;
    font-size: 0.75em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    float: left;
}
ul.tabs {
padding: 12px 0;
font-size: 0;
margin: 0;
list-style-type: none;
text-align: left;
overflow:hidden;
}
ul.tabs li {
display: inline;
margin: 0;
margin-right: 3px;
}
ul.tabs li a {font: normal 12px Verdana;text-decoration: none;position: relative;padding: 8px 15px;border: 1px solid #e0eef3;/* border-bottom-color: #B7B7B7; */color: black;background: #F0F0F0 url(bg.gif) 0 0 repeat-x;border-radius: 3px 3px 0 0;outline: none;}
ul.tabs li a:visited {
color: #000;
}
ul.tabs li a:hover {/* border: 1px solid #005B6A; */background: #F0F0F0 url(bg.gif) 0 -36px repeat-x;}
ul.tabs li.selected a, ul.tabs li.selected a:hover {position: relative;top: 0px;font-weight: bold;background: #FFF;padding-right: -5px;border-radius: 5px 5px 0px 0px;}
ul.tabs li.selected a:hover {
text-decoration: none;
}
div.tabcontents {
	/*border: 1px solid #B7B7B7; */
    /* padding: 30px; */
    /* background-color: #ffffff; */
    /* border-radius: 0 3px 3px 3px; */
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    /*border-radius: 2px;*/
    /*top: 27px;*/
}
.closeable {
background-image: url('close.png');
height: 16px;
width: 16px;
display: inline-block;
position: relative;
right: -13px;
top: 4px;
width: 16px;
}
.tabLoader {
background-image: url('tab_loader.gif');
height: 16px;
width: 16px;
display: inline-block;
position: relative;
right: -13px;
top: 4px;
width: 16px;
}
.tabcontents .unselected {
display: none;
}
