#afisha-calendar-table{
	float:left;
	/*clear:both;*/
	width:245px;
}
#afisha-calendar-table td,#afisha-calendar-table th {
	cursor:pointer;
	width: 35px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	background: url(/images/calendar/cells.png);
	color: #444;
	position: relative;
}
#afisha-calendar-table th {
	height: 30px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	cursor:default;
}

#afisha-calendar-table td:hover, th:hover {
	background-position: 0px -35px;
	color: #222;
}

#calendar-container{
	width: 245px;
}

#calendar-navigation{
	width:180px;
	float:left;
	text-align:center;
}
#month-back{
	margin-top:5px;
}
#month-forward{
	margin-top:5px;
}
td.date_has_event {
	background-position: 70px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 70px -35px;
}
#afisha-calendar-table  td.padding {
	background: url(/images/calendar/calpad.jpg);
}
#afisha-calendar-table td.today {
	background-position: 35px 0px !important;
	color: white;
}
td.today:hover {
	background-position: 35px -35px !important;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(/images/calendar/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 100px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}
