﻿.labels
{
    font-family: Trebuchet MS, Verdana;
    font-size: 12px;
    color: #000000;
}

.txtbox
{
    font-family: Trebuchet MS, Verdana, Georgia;
    font-size: 11px;
    color: #000000;
    width: 107px;
    height: 13px;
}

.dropdownlist
{
    font-family: Trebuchet MS, Verdana, Georgia;
    font-size: 11px;
    color: #000000;
    width: 114px;
    height: 20px;
}

.buttons
{
    font-family: Trebuchet MS, Verdana, Georgia;
    font-size: 11px;
    color: #000000;
    width: 114px;
    height: 22px;
}

.gridview
{
    font-family: Trebuchet MS, Verdana, Georgia;
    font-size: 11px;
    color: #000000;
    width: 575px;
    margin: 0 auto;
}

.gridview a:link
{
    color: #339933;
    text-decoration: none;
}

.modalBackground 
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.60;   
}    

.updateProgress
{
    border-width: 1px; 
    border-style: solid; 
    background-color: #FFFFFF; 
    position: absolute;
    text-align: center;
    width: 200px; 
    height: 50px;
}

.updateProgressMessage
{
    margin: 3px; 
    font-family: Trebuchet MS, Verdana; 
    font-size: 12px; 
    vertical-align: middle;
}