td.calendar {		
		text-align: right;
	   font-size: 11px;
		font-weight: bold;
		vertical-align: top;
		color: #800000;	
		/*margin-left: 20px;
		text-indent: 10px;
		height:  22px;    
		overflow: auto;*/
		width: 18px;
	}
	
td.calendarHeader {		
	color: #FF8C00;
	font-size: 12px;
   font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 18px;
	}
	
	th.calendarHeader {		
	color: #FF8C00;
	font-size: 12px;
   font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 18px;
	}
	
caption.calendarHeader {		
	color: #FF8C00;
	font-size: 12px;
   font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 18px;
	}
	
a.calendar:link {
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
	color: #800000;
	/*margin-left: 5px;*/
	text-decoration: none; 
	background-color: transparent;
	font-weight: bold;
	}
a.calendar:visited {
   font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
   font-weight: bold;
	color: #330000 ;
	/*margin-left: 5px;*/
	text-decoration: none;
	}
a.calendar:hover {
   font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
	/*margin-left: 5px;*/
	font-weight: bold;
	color: #804000;
	text-decoration: none;
	}
	
td.calendarToday {		
		text-align: right;
	   font-size: 11px;
		font-weight: bold;
		vertical-align: top;
		color: #FF8C00;	
		background-color: Maroon;
		/*margin-left: 20px;
		text-indent: 10px;
		height:  22px;*/    
	}
	
	
td.calendarWeekend {		
		text-align: right;
	   font-size: 11px;
		font-weight: bold;
		vertical-align: top;
		color: #FF8C00;	
		/*background-color: Maroon;
		margin-left: 20px;
		text-indent: 10px;
		height:  22px;*/    
	}
