/*********** koledarcek ***************/
#content .calendar a {
	text-decoration: none;
}

.month {
	background-color: #7f9db9;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
}

#content a.monthLink, #content a.monthLink:hover {
	color: #fff;
	padding: 3px;
}

.dayhead {
	font-size: 10px;
	background-color: #ccc;
	color: #fff;
	text-align:center;
	font-weight: bold;
	padding: 3px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.absent {
	background-color: #d8e1ea;
	font-size: 10px;
	padding: 3px;
	text-align: center;
}

.day {
	background-color: #bfcedc;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 3px;
}

.day:hover {
	background-color: #e5ebf1;
}

.weekend {
	background-color: #b2c4d5;
	font-size: 10px;
	text-decoration: none;
	text-align:center;
	display: block;
	padding: 3px;
}

.weekend:hover {
	background-color: #e5ebf1;
}

.today {
	background-color: #f2f5f8;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	padding:2px;
	border:1px solid #7f9db9;
	display: block;
}

.today:hover {
	background-color: #e5ebf1;
}