﻿/*Calendar*/
.calendar-style {
    background-color: #D3D3D3;
    color: #404040;
}

/*TextBox Class*/
.textbox-style-grid {
    Width: 140px;
    Height: 20px;
    text-align: left;
    color: #708090;
    font-family: Verdana;
    border-radius: 4px;
    border-color: #D3D3D3;
    border: solid 1px #ccc;
}

/*GridView Class*/

.DataWebControlStyle {
    color: #404040;
    font-size: 90%;
    padding: 5px;
    Height: 20px;
    font-family: Verdana;
    Width: 90%;
    text-align: center;
    font-weight: normal;
    font-size: 10pt;
}

.HeaderStyle {
    background-color: #D3D3D3;
    color: #404040;
    font-weight: bold;
    font-size: small;
    font-family: Verdana;
}

.FooterStyle {
    background-color: #D3D3D3;
    color: #404040;
    font-weight: bold;
    font-size: small;
    font-family: Verdana;
}

.HeaderStyle A:Link {
    color: #404040;
}

.FooterStyle A:Link {
    color: #404040;
}

.AlternatingRowStyle {
    background-color: White; /*#E0E0E0;*/
    color: #404040;
}

.RowStyle {
    background-color: White;
    color: #404040;
}

.ControlStyle {
    color: #5D7B9D;
}

.PagerStyle {
    background-color: White;
    font-Size: small;
    color: #404040;
    font-family: Verdana;
}

    .PagerStyle A:Link {
        color: #404040;
    }

