﻿#smartPanel
{
    position: fixed;
    right: 30px;
    bottom: 0;
    height: 30px;
    width: 500px;
}

#smartPanelToggle
{
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -24px;
}

#smartPanelToggleDiv
{
    float: right;
    cursor: pointer;
    background: rgb(150, 150, 150); 
    background: rgba(150, 150, 150, 0.9);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#smartPanelToggleDivFiller
{
    width: 100%;
    height: 100%;
}

.smartPanelContent
{
    color: white;
    padding: 10px;
    border-top-left-radius: 5px;
    background: rgb(150, 150, 150); 
    background: rgba(150, 150, 150, 0.9);
}

.smartPanel-icon
{
    width: 30px;
    height: 24px;
}

.smartPanel-arrow-up
{
    background-image: url(up.png) !important;
    background-position: center !important;
    background-repeat: no-repeat;
}

.smartPanel-arrow-down
{
    background-image: url(down.png) !important;
    background-position: center !important;
    background-repeat: no-repeat;
}

.smartPanelClose
{
    cursor: pointer;
    margin-top: 4px;
}

.smartPanelFilter
{
    display: block;
    padding: 3px;
    border: 1px solid transparent;
	width: 95%;
}

.smartPanelSeperator
{
    height: 1px;
    background: white;
    margin: 5px 0px;
}