#calendar_small {
	border-top:1px solid #cccccc;
	padding-top: 10px;
}
#calendar_small table {
	border-collapse: separate;
	border: 0px solid #F18E00;
	
	margin: 0px auto;
	font-size: 11px;
}
#calendar_small td, #calendar_small th {
	width: 20px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background: url(/languages/english/event/files/cells.png);
	color: #444;
	position: relative;
}

#calendar_small .monthdisplay {background-color:#F18E00;}

#calendar_small thead tr th {
	background:#7c7c7c;
	color:#fff;
	height: 20px;
}

#calendar_small th {
	font-weight: bold;
	font-size: 11px;
}
#calendar_small td:hover, #calendar_small th:hover {
	background-position: 0px -81px;
	color: #222;
}

#calendar_small thead tr th:hover {
		color: #fff;
}
#calendar_small td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
#calendar_small td.date_has_event:hover {
	background-position: 162px -81px;
}
#calendar_small td.padding {
	background: url(/languages/english/event/files/calpad.jpg);
}
#calendar_small td.today {
	background-position: 81px 0px;
	color: white;
}
#calendar_small td.today:hover {
	background-position: 81px -81px;
}
#calendar_small .events {
	position: relative;
}
#calendar_small .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #F18E00  no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 11px;
	width: 200px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-border-radius: 6px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 8px 8px 8px 8px #333;
}
#calendar_small .events li {
	padding-bottom: 5px;
}
#calendar_small .events li span {
	display: block;
	font-size: 12px;
	color: #fff;
}
#calendar_small .events li span.title a {
	font-weight: bold;
	color: #222;
}