﻿body 
{
    font-family: Verdana, Arial;
    font-size: 9pt;
    color: Black;
    margin: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
}

.btn:hover
{
    cursor: pointer;
}

.content
{
    border: 0px;
    width:332px;
    height:275px;    
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    padding-left: 6px;
    }


.contentHidden
{
    border: 0px solid blue;
    width:332px;
    height:275px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    }