body 
{
    font-family: verdana, arial, helvetica;
}

/******************** START: Calendar CSS styles ***************/

.todaydaystyle
{
    color: Black ;
    background-color :#CCCCCC;
}

.selectorstyle
{
    background-color :#CCCCCC;
}

.nextprevstyle
{
    vertical-align:bottom ; 
}

.dayheaderstyle
{
    font-size: 7px;
    font-weight:bold ;
    background-color :#CCCCCC;
}

.selecteddaystyle
{
    font-size: 7px;
    font-weight:bold ;
    background-color :#666666;
    color:White ; 
}

.titlestyle   
{
    font-weight: bold;
    background-color:#999999;
    border-color:Black ; 
}
 
.weekenddaystyle   
{
    background-color:Aqua ;
}

.othermonthdaystyle   
{
   color :#808080;
}


.calTitle   
{
    font-weight: bold;
    background-color:#cccccc;
    color: black;
/*    width: 90px;*/
}
                
.calBody    
{
    background-color:White;
    color :Black; 
    font-size: 8px;
	padding: 4px 4px 4px 4px;
    font-family:Verdana;  
    border-color:#999999; 
}

.calBody td    
{
    background-color:#cccccc;
}
/******************** END: Calendar CSS styles ***************/
