@charset "utf-8";
/* CSS Document */
body h1 {
	padding-top: 20px;
	color: #335;
}

table.calender {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	margin: 10px auto;
	font-size: 100%;
}
table.calender td, th {
	width: 81px;
	height: 81px;
	text-align: left;
	vertical-align: top;
	background: url(/images/calender_cells.png);
	color: #444;
	margin: 0px;
	padding: 0px;
	position: relative;
}
table.calender th {
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	background-image: none;
}
table.calender th.unset-width {
	width:auto;
}
table.calender tbody tr th a, table.calender tbody tr th a:visited, table.calender tbody tr th a:hover, table.calender tbody tr th a:active {
	text-decoration: none;
	color: #444;
	border: none;
}
table.calender tbody tr th a:hover, table.calender tbody tr th a:active {
	color: #222;
}
table.calender td:hover, table.calender th:hover {
	background-position: 0px -81px;
	color: #222;
}
table.calender td .date_has_event {
	background-position: 162px 0px;
	color: red;
	text-decoration: none;
}
/* CUSTOMIZED */
.hasEvent  {
	height: 100%; 
	width: 100%;
	display: block;
}
.hasEvent a {
	height: 100%;
	width: 100%;
	display: block;
}



table.calender td .date_has_event:hover {
	background-position: 162px -81px;
}
table.calender td.padding {
	background: url(/images/calender_calpad.jpg);
}
table.calender td.today {
	background-position: 81px 0px;
	color: white;
}
table.calender td.today:hover {
	background-position: 81px -81px;
}
table.calender .events {
	position: relative;
}
table.calender .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(/images/calender_popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
table.calender .events li {
	padding-bottom: 5px;
}
table.calender .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
table.calender .events li span.title {
	font-weight: bold;
	color: #222;
}
