#schedule_calendar {
	float: left;
	width: 527px;
	font-size: 9px;
}
#schedule_calendar .container {
	margin-top: 10px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
#schedule_calendar table {
	width: 620px;

}
#schedule_calendar th {
	width: 73px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	background-color: #818080;
	border: 1px solid #a9a8a8;
	border-top: none;
	border-bottom: none;
	font-weight: normal;
}
#schedule_calendar td {
	height: 50px;
	font-size: 18px;
	text-align: center;
	color: #444444;
	border: 1px solid #a9a8a8;
	background-image: url(/images/calendar_bg.jpg);
	background-repeat: repeat-x;
}
#schedule_calendar span.schedule_calendar_inactive {
	font-size: 18px;
	color: #d0d0d0;
}
#schedule_calendar td.schedule_calendar_inactive {
	text-align: center;
	border: 1px solid #a9a8a8;
	background-image: none;
}

#schedule_calendar td.today {
	background-image: none; 
	background-color: #817f80;
	
}
#schedule_calendar td a.today, #schedule_calendar td a.today:link, #schedule_calendar td a.today:visited, #schedule_calendar td a.today:active {
	color: white;
	text-decoration: none;
}
#schedule_calendar td a.schedule_calendar, #schedule_calendar td a.schedule_calendar:link, #schedule_calendar td  a.schedule_calendar:visited, #schedule_calendar td a.schedule_calendar:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
} 

#schedule_calendar td span.schedule_calendar_no_events {
	color: #000000;
	font-weight: bold;	
}

#schedule_calendar td.header {
	text-align: center;
	background-image: none;
	border-left:0px;
	border-right:0px;
}

#schedule_calendar td.header-left {
	text-align: center;
	background-image: none;
	border-right:0px;
}

#schedule_calendar td.header-right {
	text-align: center;
	background-image: none;
	border-left:0px;
}

#schedule_calendar td div.mesiac {
	font-size: 24px;
	
}
#schedule_calendar td a.prev, #schedule_calendar td a.prev:link, #schedule_calendar td a.prev:visited, #schedule_calendar td a.prev:active {
	font-size: 12px;
	text-decoration: none;
}
#schedule_calendar td a.next, #schedule_calendar td a.next:link, #schedule_calendar td a.next:visited, #schedule_calendar td a.next:active {
	font-size: 12px;
	text-decoration: none;
}
