﻿#toolbar
{
    background-color: #000000;
    /**background: #2a2a2a url(/images/toolbar/background.gif) repeat-x center top;**/
    border-top: solid 1px #333333;
    border-bottom: solid 1px #134363;
    height: 56px;
}

#toolbar-content
{
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    width: 900px;
    height: 48px;
}

#toolbar-table
{

}

#toolbar-logo
{

}

.toolbar-tab
{
    padding: 0px 8px 0px 8px;
}

a.toolbar-main-link
{
    color: #b4e7f8;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.toolbar-main-link:hover
{
    color: #ffffff;
}

.toolbar-main-icon
{
    border: none;
}

#toolbar-utilities
{
    margin-left: 12px;
    margin-right: 20px;
}

#toolbar-utilities td
{
    padding: 0px 0px 0px 0px;
    font-size: smaller;
    color: #cccccc;
}