﻿.main
{
    margin:20px 0px 0px 20px;    
}
.ddlCalendar
{
    width:100px;
    height:15px;
    font:10px Arial, Verdana;
    color:#000;
}
.calender
{
    margin-top:20px;
    border:1px solid #7d7d7d;
    Width:350px;
    text-decoration:none;
}
.titleStyl
{
    background-color:#b3d4e7;
    height:30px;
    font:13px Arial, Verdana;
    border-bottom:solid 1px #7d7d7d;
    font-weight:bold;
    color:#000;    
}
.DyHeadStyle
{
    border-bottom:solid 1px #7d7d7d;
    background-color:#b3d4e7;
    height:15px;
    font:13px Arial, Verdana;
    color:#000;
    font-weight:bold;
    padding:5px;
}
.DayStyle
{
    padding:3px;
    font:11px Arial, Verdana;
    color:#000;
}
.selectedDyStyle
{
    background-color:#b3d4e7;
    font:11px Arial, Verdana;
    font-weight:bold;
    color:#000;
}
.WeekendDyStyle
{
    background-color:#ececec;
    padding:3px;
    font:11px Arial, Verdana;
    color:#000;
}
  
