/* STYLESHEET File for www.academixer.de */
/* developed by e-mojo.de                */

/* calendar classes -------------------- */

table.month-small {
	border: 1px solid #DECAA2;
	border-collapse: collapse;
	font-family: verdana,geneva,sans-serif;
}
table tbody td {
	background-color: #FFFFFF;
}
.month-weeknums {
	border-right: 1px solid #DECAA2;
	background-color: #E8D7AA;
}
.month-weekdays {
	border-bottom: 1px solid #DECAA2;
	background-color: #E8D7AA;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.month-small a:link {
	font-weight: bold;
	color: #000000;
}
.month-small th, .month-small td {
	padding: 2px;
	width: 22px;
	font-size: 10px;
	text-align: center;
}
.month-small td {
	border: 0px solid #DECAA2;
	border-collapse: collapse;
	border-width: 1px 0px 0px 1px;
	color: #C0BEBE;
}
.monthOff, .monthOff a:link,.monthOff a:visited {
	color: #BBBBBB ! important;
}
.monthWeekend {
	background-color: #F7F2E5;
}
.monthCurrentWeek {
/*
	background-color: #E6DFCD;
*/
}
.month-small th a:link, .month-small th a:visited, .month-small td a:visited, .month-medium th a:link, .month-medium th a:visited, .month-large th a:link, .month-large th a:visited{
	font-weight: bold;
	color: #000000;
}
.monthToday {
	background:#D32723 none repeat scroll 0% !important;
	color:#FFFFFF !important;
}
.monthToday a:link, .monthToday a:visited {
	color:#FFFFFF !important;
}

