﻿ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
li
{
    list-style-type: none;
    /* background-image: url(arrow.gif); */
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: .3em;
}

#stats
{
    color: #333;
    font-family: "Lucida Grande" , sans-serif;
    font-weight: bold;
    font-size: 125%;
    margin-left: 8px;
}

/* Tabs
----------------------------------*/

.ui-tabs
{
    padding: 0em;
    zoom: 1;
    border-bottom: 1px solid #8a7852;

}
.ui-tabs .ui-tabs-nav
{
    list-style: none;
    position: relative;
    background: url(gfx/AD9564_px.gif) repeat-x bottom left;
    width: 579px;
    margin: 0 0 0 1px;
    padding: 10px 0 0 10px;
    list-style: none;
    float: left;

}
.ui-tabs .ui-tabs-nav li
{
    position: relative;
    float: left;
    border-bottom-width: 0 !important;
    margin: 0 .2em 0 0;
    padding: 0;
    font-family: "Lucida Grande" , sans-serif;
    font-weight: bold;
    font-size: 125%;
}
.ui-tabs .ui-tabs-nav li a
{
    float: left;
    text-decoration: none;
    display: block;
    margin: 0 2px 0 0;
    color: #333;
    text-decoration: none;
    border: 1px solid #AD9564;
    border-bottom: none;
    background: url(gfx/tab_not_selected.gif) repeat-x top left;
    padding: 5px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
    border-bottom-width: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    background: #DFC28A url(gfx/tab_selected.gif) repeat-x top left;
    border-color: #8a7852;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a
{
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
{
    cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel
{
    padding: 1em 1.4em;
    display: block;
    border-width: 0;
}
.ui-tabs .ui-tabs-hide
{
    display: none !important;
}

