﻿body {
}

.styleText
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}
.styleTextHeading
{
    font-family: Verdana;
    font-size: 10pt;
    text-decoration: none;
}
/*
 *	Class used for asp:Button on a form
 */
.FormButtonClass
{
    background-color: #2E8ABB;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    border-bottom-width: 0px;
    border-bottom-color: Black;
    border-top-color: #2E8ABB;
    height: 30px;
    width: 85px;
    background-image: url('images/NB_Img2.bmp');
}
/*
 *	Class used for the DropDownList
 */
.DropDownListClass
{
    margin-left: 0px;
    width: 270px;
}
/*
 *	Class used for the TextBox
 */
.TextBoxClass
{
    margin-left: 0px;
    width: 270px;
}
/*
 *	Class used for the header of GridViews
 */
.GridViewHeaderClass
{
    background: #2E8ABB;
    color: #FFFFFF;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    background-image: url('images/NB_Img2.bmp');
}
/*
 *	Class used for the row of GridViews
 */
.GridViewRowClass
{
    /*background-color: #C0FFFF;*/
    /*background-color: #82E0FF;*/
    background-color: #EFF3FB;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
}
/*
 *	Class used for the alternate of GridViews
 */
.GridViewAlternatingRowClass
{
    background-color: white;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
}

