#tabHeaderContainer
{
	position:absolute;
    left:14px;
    top:-25px;
    font-size:14px;
    display:block;
}

#tabList
{
    margin:0px;
    padding:0;
    list-style:none;
}

#tabList .tabListItem
{
	float:left;
	padding-left:5px;
    cursor:pointer;
}

.tabActive
{
    background-image:url(../images/tables/contentMiddle.png);
    background-repeat:repeat;
    border-right:solid #008080 2px;
    border-left:solid #008080 2px;
    border-top:solid #008080 2px;
    padding:4px;
    font-weight:bold;
}

.tabInactive
{
    background-image:url(../images/tables/middle.png);
    background-repeat:repeat;
    border-right:solid #008080 2px;
    border-left:solid #008080 2px;
    border-top:solid #008080 2px;
    padding:4px;
    font-weight:bold;
}

