﻿.calenderStyle
{
   width:200px;
   
   font-family:Arial; 
   font-size:10px;
 
 }
.calenderStyle th 
{
   background-color:#ccc; 
   color:black;
   height:20px;
   font-size:10px;
}
.calenderStyle table
{
        
        background-color:Gray;
        font-size:10px;
}

.xtitleClass
{
   height:100%;
   width:20px;
   
}

.calendarLabel
{
 display:block;
 overflow:hidden; 
 width:100%;
 border-top:1px solid #ccc;  
}
.calendarLabel ul
{
    overflow:hidden;
    padding-left:20px;
    width:100%;
    color:Blue;
    font-size:11px;
    font-family:Arial;
}
.calendarLabel a
{
        color:Blue;
        text-decoration:none;
}