﻿

.gridview
{
    font-family: Arial;
    font-size: 9pt;
    
    border-style: outset;
    border-width: 2px;
    border-color: Gray;   
}

.gridviewButtons
{
    font-family: Arial;
    font-size: x-small;
    
    border-style: outset;
    border-width: 1px;
    border-color: Gray;
    
    margin-bottom: 1px;
}

.gridviewLinkButtons
{
    font-family: Arial;
    font-size: 9pt;
}

.labels
{
    font-family: Times New Roman;
    font-size: inherit;
}

.menu
{
    font-family: Verdana;
    font-size: medium;
}

.ddlists
{
    background-color: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #b0c4de;
    padding-bottom: 1px;
    margin: 1px;
}

.listboxes
{
    background-color: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #b0c4de;
    margin-bottom: 1px;
    overflow: auto;  
}