a {
	color: #BF5FAF;
	text-decoration:none;
}

#calendar {
	width: 203px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #DFDDDD;
	font: normal 12px/20px "Arial", Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	left: 37px;
	top: 0px;
}
.calbacking {
	background-attachment: scroll;
	background-image: url(images/calendar/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav, .nav a {
	font: bold 18px "Arial", Helvetica, sans-serif;
	color: #BF5FAF;	
	text-align: center;
	text-decoration: none;
}	


caption {
	margin: 0;
	padding: 0;
	width: 203px;
	color: #BF5FAF;
	font: bold 12px "Arial", Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	height: 19px;
}

th {
	font: bold 12px/20px "Arial", Helvetica, sans-serif;
	height: 29px;
	background: url(images/bg_calendar.gif) no-repeat left top;
	text-align: center;
}
th a:link {
	color:#FFFFFF;
	text-align: center;
}
th a:visited {
	color:#FFFFFF;
}
th a:hover {
	color:#000000;
}

.today, td.today a, td.today a:link, td.today a:visited {
	color: #000000;
	font-weight: normal;
}
.date, td.date a, td.date a:link, td.date a:visited {
	color: #000000;
	font-weight: normal;
	background: url(images/bg_calendar.gif) no-repeat left bottom;
}
.nodate {
	color: #BF5FAF;
	font-weight: normal;
	background: url(images/bg_calendar.gif) no-repeat left bottom;
}

.date {
	height: 29px;
	text-align: center;
	background: url(images/bg_calendar.gif) no-repeat right bottom;
}
.date a {
	text-decoration: none;
	display: block;
}
.date a:link, .date a:visited {	
	color: #000000;
	background: url(images/bg_calendar.gif) no-repeat left top;
}
.date a:hover, .date a:active {
	color: #FFFFFF;

}
.month, td.month a, td.month a:link, td.month a:visited {
	background-color: #DFDDDD;
	margin: 0px;
	padding: 0px;
	height: 19px;
}
.floatright {
	float: right;
	border: none;
}
.floatleft {
	float: left;
	border: none;
}
.MonthYearInfo {
	font: bold 10px/20px; 
	color: #712566;
}
