#table_calendar_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
#table_calendar_small .td_dow {
	background-image: url(../images/CALENDAR_SMALL/td_dow.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	text-align: center;
	padding: 2px;
	height: 26px;
	width: 26px;
}
#table_calendar_small .td_off {
	background-image: url(../images/CALENDAR_SMALL/td_off.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	text-align: center;
	padding: 2px;
	height: 26px;
	width: 26px;
}
#table_calendar_small .td_on {
	background-image: url(../images/CALENDAR_SMALL/td_on.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	text-align: center;
	padding: 2px;
	height: 26px;
	width: 26px;
	font-weight: 700;
	color: #FFFFFF;
}
#table_calendar_small .td_on:hover {
	background-image: url(../images/CALENDAR_SMALL/td_on_over.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	text-align: center;
	padding: 2px;
	height: 26px;
	width: 26px;
	font-weight: 700;
	color: #333333;
}
#table_calendar_small .td_on a, #table_calendar_small .td_on a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
#table_calendar_small .td_past {
	background-image: url(../images/CALENDAR_SMALL/td_past.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	text-align: center;
	padding: 2px;
	height: 26px;
	width: 26px;
	color: #999999;
}
#table_calendar_small .td_none {
	text-align: center;
	padding: 2px;
	height: 26px;
	width: 26px;
	background-color: #FFFFFF;
}
.calendar_message
{
    color: #CC0000;
    font-size: 12px;
    margin-right: 15px;
    margin-left: 15px;
}
