/* CSS Document */
.today {
font-family:Tahoma;	font-size:10px;
	color:#FFFFFF;
	background-color: #9d1010;
	text-decoration:none;
}

.selected {
font-family:Tahoma;	font-size:10px;
	color: #4e5d63;
	border: 1px dotted #ff7800;
}

.highlighted {
	color:#FFFFFF;

font-family:Tahoma;	font-size:10px;
	background: #c4c7c8;
}

.today:hover,
.selected:hover,
.highlighted:hover {
	font-family:Tahoma;	font-size:10px;
	color: #4e5d63;
	background-color: #f2f3f2;
	border: 1px solid #57686d;
}

.pad {
font-family:Tahoma;	font-size:10px;
	color: #4e5d63;
	color: #999;
	background: #fff;
}

.pad:hover {
font-family:Tahoma;	font-size:10px;
	color: #f2f3f2;
	background: none;
	border: 0;
}

.sunday,.saturday {
	font-family:Tahoma;	font-size:10px;
	color: #4e5d63;
	text-decoration: none;
}

.calender_mon
{
font-family:Tahoma;	font-size:10px;
font-weight:bold;
	color: #9d1010;	text-decoration: none;

}
.calender_mon_sep
{
font-family:Verdana;	font-size:9px;
	color: #9d1010;	text-decoration: none;

}
.calender_days
{
font-family:Tahoma;	font-size:10px;
	color:#FFFFFF;	text-decoration: none;
		background-color:#617277;


}
.cal_text{
font-family:Tahoma;	font-size:12px;
font-weight:bold;
	color: #27383d;	text-decoration: none;
	text-decoration:underline;

}
.a_calender{
	font-family:Tahoma;	font-size:11px;
	color: #27383d;	text-decoration: none;
	text-decoration:underline;
	cursor:pointer;
	

}
.a_today_calender
{
font-family:Tahoma;	font-size:10px;
	color:#FFFFFF;
	text-decoration: none;
	background-color: #9d1010;
	cursor:pointer;
	width:28px;

}