﻿body {
}
.DataGridFixedHeader 
{ 
    FONT-WEIGHT: bold; 
    COLOR: white; 
    POSITION: relative;
    height: 25px;
    background-color: rgb(0, 171, 236);
    font-size: 14px;
    padding-top: 3px;
}
.DataGridFixedHeader td
{
    padding-top: 4px;
}
.DataGridItemStyle {
    background-color : white;
    height: 27px;
    
    
}
.DataGridAlternating
{
    background-color : #dff6ff;
    height: 27px;
    padding-top:13px;
}
.DataGridAlternating td, .DataGridItemStyle td, .DataGridFixedHeader th
{
    padding-top:3px;
}

.DataGridStyle
{
    /*font-family : Arial,Tahoma,Helvetica;*/
    font-size : 9pt;
    color : Black;
}



.TableFormat
{
    border : solid 1px Gray;
}

.cal_MonthHeader
{
    background-color: #5388AC;
    font-family : Tahoma;
    font-size:8pt;
    font-weight:bold;
    color : White;
    text-decoration : none;
}

.cal_DayHeader
{
    background-color : #80A8C2;
    font-family : Arial;
    font-size : 7pt;
    font-weight : bold;
    color : Black;
}

.cal_TodayDate
{
    background-color:#CCCCCC;
    color : Black;
    font-family : Verdana;
    font-size : xx-small;
    font-weight : bold;
    text-decoration : none;
}

.cal_OtherMonthDay
{
    background-color : #FAEBD7;
    color :Gray;
    text-decoration : none;
    font-family : Verdana;
    font-size : xx-small;
}

.cal_WeekDay
{
    background-color : #FFFFFF;
    font-family : Verdana;
    font-size : xx-small;
    text-decoration : none;
}

.cal_Weekend
{
    background-color : #EEEEEE;
    font-family : Verdata;
    font-size : xx-small;
    text-decoration : none;
}

.cal_SelectedDay
{
    background-color : Yellow;
    font-family : Verdata;
    font-size : xx-small;
    text-decoration : none;

}

.ErrorMessage
{
    font-family : Arial;
    font-size: 10pt;
    color : #ce4e39;
}

.backclass
{

    background:#000;
    filter:alpha(opacity=30) ;
    opacity:0.1 ;   
    z-index:1;


}
.vertAlignTop {
    vertical-align: top;
    vert-align: top;
}