/* ================================
    CSS STYLES FOR Module Calendar
   ================================
*/
.CalSelectedDay
{


	 font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color:#000066;
 
    text-align: center; 
    border-bottom: #FFA500 1px solid; 
	border-left: #FFA500 1px solid; 
	border-top: #FFA500 1px solid;  
	border-right:#FFA500 1px solid; 

}
.CalHeader
{
 font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color:black;
    height:15px;
 
    text-align: center; 

}
