﻿.ui-layout-pane
{
    /* all 'panes' */
    background: #FFF;
    border: 1px solid #C9C9C9;
    overflow: auto;
}
.ui-layout-resizer
{
    /* all 'resizer-bars' */
    background: #DDD;
}
.ui-layout-toggler
{
    /* all 'toggler-buttons' */
    background: #AAA;
}
#header
{
    width: 100%;
    height: 55px;
    clear: both;
    background-image: url(../../Images/Admin/topheadbg.jpg);
    background-position: top -23px;
    margin: 0px;
    overflow: hidden;
}
#header ul
{
    float: right;
    padding-top: 18px;
    width: 230px;
}

#header ul li
{
    float: left;
    list-style: none;
    padding-right: 10px;
}
#header ul li a
{
    color: #333366;
}
#sidebar
{
    background-color: #F7F7F7;
    width: 180px;
    bottom: 0px;
    float: left;
    left: 0px;
    overflow: hidden;
}
#sidebar > UL > LI > A
{
    line-height: 24px;
    text-indent: 10px;
    display: block;
    background: url(../../Images/menu_bg_03.gif);
    background-repeat: no-repeat;
    height: 24px;
    color: #444444;
    font-size: 1.1em;
    text-decoration: none;
}
#sidebar > UL > LI > UL > LI UL
{
    border-bottom-style: none;
    border-left-style: none;
    border-top-style: none;
    margin-left: 20px;
    border-right-style: none;
}
#sidebar UL LI A IMG
{
    filter: alpha(opacity=49);
    padding-right: 4px;
    vertical-align: text-bottom;
    -moz-opacity: 0.49;
    opacity: 0.49;
}
#sidebar UL LI A:hover IMG
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#sidebar UL LI.current A IMG
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#sidebar UL LI.nosubmenu A
{
    background-image: none;
}
#sidebar > UL > LI > A:hover
{
    background: url(../../Images/menu_bg_02.gif);
    background-repeat: no-repeat;
    background-color: #F7F7F7;
    color: #444;
}
#sidebar > UL > LI.current > A
{
    background: url(../../Images/menu_bg_02.gif);
    background-repeat: no-repeat;
    color: #444;
    border-bottom: 1px solid #C9C9C9;
}
#sidebar UL LI UL
{
    padding-left: 0px;
    padding-right: 0px;
    background: #F7F7F7;
}
#sidebar UL LI LI A
{
    line-height: 20px;
    text-indent: 30px;
    display: block;
    background: url(../../Images/hier.gif) no-repeat 15px 0px;
    height: 24px;
    color: #333366;
    font-size: 1em;
    text-decoration: none;
}
#sidebar UL LI LI A:hover
{
    background: url(../../Images/hier.gif) no-repeat 15px 0px;
    text-decoration: underline;
}
#sidebar UL LI LI.current A
{
}
#sidebar A:hover
{
    color: #949090 !important;
}
#sidebar LI.current > A
{
    color: #333366 !important;
}

.user_region
{
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
}

.user_space
{
    background-color: White;
    height: 5px;
    clear: both;
}

.user_td_l
{
    color: #808080;
    font-weight: bold;
    width: 40px;
    height: 25px;
    padding-left: 10px;
}

.user_td_r
{
    color: #324094;
    text-align: left;
    font-size: 1.1em;
}

.user_logon
{
    margin-top: 10px;
}
.tab_toplink td
{
    text-align: right;
    padding: 20px 10px 0px 0px;
}
