﻿div.tabPages
{
    text-align: right;
    direction: rtl;
    clear: both;
    border: 1px solid #BCD2E6;
    padding: 5px;
    line-height: 20px;
    height: inherit;
    overflow: hidden;
    display: block;
}
.tabContainer
{
    width: 500px;
    margin: 0 auto;
    clear: both;
}
.stabs
{
    width: 100%;
}
.stabs ul
{
    margin: 0;
    padding: 0px 10px 0 50px;
    list-style: none;
}
.stabs li
{
    display: inline;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.stabs a
{
    float: right;
    background: url(      "tableft1.gif" ) no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}
.stabs a span
{
    float: left;
    display: block;
    background: url(      "tabright1.gif" ) no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #556699;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.stabs a span
{
    float: none;
}
/* End IE5-Mac hack */
.stabs a:hover span
{
    color: #111155;
}
.stabs a:hover
{
    background-position: 0% -42px;
}
.stabs a:hover span
{
    background-position: 100% -42px;
    color: #000055;
}


.stabs .current a
{
    background-position: 0% -42px;
}
.stabs .current a span
{
    background-position: 100% -42px;
    color: #111155;
}


