﻿.ConsoleDiv {
    position: absolute;
    top: 10px;left: 10px;
    z-index: 10;
    padding:1px;
    border:0px solid #CCCCCC;
    text-align:left;
    font-weight:bold;
    cursor: move;
}   
.ConsoleDragBarDiv 
{
    height:16px;
    width:60px;
    background-color:#08408A;
    cursor: move;
    padding:2px;
    position:absolute;
}
.ConsoleExpandDiv 
{
    cursor:pointer;
    background:url('/Media/Console/Expand.jpg');
    background-repeat:no-repeat;
    background-position:top;
    height:16px;
    width:16px;
}
.ConsoleCollapseDiv
{
    cursor:pointer;
    background:white url('/Media/Console/Collapse.jpg');
    background-repeat:no-repeat;
    background-position:top;
    height:16px;
    width:16px;
}

.ConsolePanelDiv
{
    border:4px solid #08408A;
    background-color:white; 
    width:200px;
    /*padding:5px;*/
    position:absolute;
    margin-top:18px;
}

.ConsolePanelDiv div
{
    cursor:pointer;
    padding:5px;
    margin:2px;
}

.ConsolePanelDiv div:hover
{
    background-color:#C1C1C1;
    
}

.ConsolePanelStatusBarDiv
{
    background-color:#FFFF99;
    color:#08408A;
    border:1px solid gray;
    padding:2px;
    text-align:center;
    display:inline-block; 
    width:194px;
    font-size:8pt;
    display:none;
}
