﻿
.header1
{
    font-family: verdana;
    font-size: small;
    font-weight: bold;
    background: #6d6e72;
    height: 20px;
    color: White;
    padding-left: 10px;
}
.header2
{
    font-family: verdana;
    font-size: x-small;
    font-weight: bold;
    background: #dcdcdc;
    height: 20px;
    color: black;
    width: 100%;
    padding-left: 10px;
}

.header3
{
    font-family: verdana;
    font-size: x-small;
    font-weight: bold;
    background: #1476bd;
    height: 22px;
    color: white;
    padding-left: 10px;
}

.gridheader
{
    padding: 2px;
    height: 22px;
    background: #6d6e72;
}
/* master report field selection */
.inputCheckboxList
{
    font-family: verdana;
    font-size: xx-small;
    padding: 1px;
    border: solid 1px Transparent;
    color: Black;
    width: 100%;
}
.scrollableDiv
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    overflow: auto;
    border: solid 1px #ADACAC;
    height: 150px;
    width: 305px;
}
.checkboxlistHeader
{
    background-color: #efefef;
    text-align: left;
    padding: 5px;
    overflow: auto;
    border-top: solid 1px #ADACAC;
    border-right: solid 1px #ADADAC;
    border-left: solid 1px #ADACAC;
    width: 295px;
    font-family: verdana;
    font-size: xx-small;
    font-weight: bold;
    color: Teal;
}
.alert
{
    font-family: verdana;
    font-size: 10px;
    font-weight: normal;
    color: Red;
}
