table.calendar{
	border: 1px solid #96af01;
	margin-top: 2px;
}
table.calendar th {
	height: 10px;
	background:#EFEDDE;
	color: #000;
	font-size: 11px;
	font-family: Tahoma;
	font-weight:lighter;
	margin:0px;
	padding:1px 2px;
	text-align:center;
}
table.calendar td, th {
	/* border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;*/
	border: 1px solid #E6E3CC;
	padding:1px;
}
table.calendar td {
	/*padding:2px 1px 2px 3px;*/
	text-align:right;
	width: 25px;   
	height: 25px;
	font-size: 10pt;
	/*font-weight: bold;*/
	font-family: Tahoma;
}
table.calendar .calendar-month {
	font-weight: bold;
	margin-top: 3px;
	font-size: 10pt;
	text-align: center;
	font-family: Tahoma;
}
table.calendar .calendar-month a{
	text-decoration: none;
	color:#000000;
}
table.calendar .calendar-month a:hover{
	text-decoration: none;
	color:#0000ff;
}
table.calendar table.calendar .calendar-nav {
	font-weight: normal;

}
table.calendar th.calendar-nav-bt {
	background:#ffffff;
	padding:1px 1px;
}
table.calendar .weekend{
	color:#f70146;	
}
table.calendar .holiday {
	color:#ff0000;
	/*background:#FAF9F5;*/
	text-align:right;
	display:block; 
	text-decoration:none;
}
table.calendar .today, table.calendar .today .holiday{
	color:#96af01;
	/*background:#E2DFC5;*/
	display:block;
	text-align:right;
	font-weight: bold;
}
table.calendar .day_link{
	color:#000000;
	font-weight:bold;
}
table.calendar .day_empty{
	color:#000000;
	text-decoration: none;
}
table.calendar .day_past{
	color:#444444;
	text-decoration: underline;
	font-weight:bold;
}
table.calendar a.day_link:hover,a.day_empty:hover {
	text-decoration: none;
	font-size: 10.5pt;
	font-weight: bold;
	color:#f70146;
}
table.calendar a.day_link:visited,a.day_empty:visited {
	text-decoration: none;

}




