@charset "utf-8";
/* CSS Document */

.Calender {
	width:200px;
	height:200px;
	font-size:10px;
	border-width:1px;border-style:solid;border-collapse:collapse;
}

.Calender a:link, .Calender a:active, .Calender a:visited {
	text-decoration:none;

}

.Calender a:hover {
	color:#58e1ff;
}

.SelectedDayStyle {
	color:#333333;
	background-image:url(/gfx/radioplayer/calender_select_grey.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.TodayDayStyle {
	font-size:10px;
	background-image:url(/gfx/radioplayer/calender_select.gif);
	background-position:center;
	background-repeat:no-repeat;
	
}

.OtherMonthDayStyle, .OtherMonthDayStyle a:link, .OtherMonthDayStyle a:active, .OtherMonthDayStyle a:visited {
	color:#CCCCCC;
	font-size:10px;
}

.TitleStyle {
	background-color:#58e1ff;
}


