﻿.QuickPanel
{
    margin-bottom: 10px;
}

.QuickPanel > div 
{
}

.QuickPanel .Menu
{
    font-size: 11px;
    position: relative;
    z-index: 2;
}

.QuickPanel .Menu .menu, .QuickPanel .Menu .menu td
{
    width: auto;
    vertical-align: top;
}

.QuickPanel .Menu .menu .s
{
    width: 10px;
}

.QuickPanel .Menu div
{
    height: 14px;
    border: 1px solid #b7c2d1;
    background: url(../Images/quickpanel_button_bg.gif) #ddd repeat-x 0px 0px;
    padding: 2px 5px;
}

.QuickPanel .Menu div.Selected
{
    border-bottom: none;
    background: white;
    height: 17px;
}

.QuickPanel .Menu div a
{
    text-decoration: none;
}

.QuickPanel .Menu img
{
    vertical-align: text-top;
    padding-left: 5px;
    margin-top: 5px;
}

.QuickPanel .Content
{
    padding: 5px;
    padding-top: 10px;
    margin-bottom: 5px;
    position: relative;
    top: -1px;
    z-index: 1;
    border: 1px solid #b7c2d1;
    font-size: 12px;
}

