﻿.sideBar
{
    z-index:850;
    width:100%;
    height:20px;
    position:fixed;
    left:0px;
    bottom:0px;
    background-color:#000000;   
}

.pnlCH
{
    z-index:880;
    font-family: Verdana, 'Times New Roman' , Times, serif;
    width:175px;
    height:225px;
    position:fixed;
    left:0px;
    bottom:20px;
    border: 1px solid #000000; 
    background-color:#FFFFCC;
    font-size:8pt;
    padding-left:3px;
    padding-right:3px;
    display:none;
}
.button
{
    border-style: none;
    font-family: Verdana, 'Times New Roman' , Times, serif;
    font-size: 8pt;
    background-color: #808080;
    color: #FFFFFF;
}
.divOnline
{    
    z-index:890;
    font-family: Verdana, 'Times New Roman' , Times, serif;
    width:175px;
    height:225px;
    position:fixed;
    right:0px;
    bottom:10px;
    border: 1px solid #000000; 
    background-color:#FFFFCC;
    font-size:8pt;
    /*padding-left:3px;
    padding-right:3px;*/
}
