table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 1px 1px 1px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto 0 auto;
	font-size: 20px;
	
}
td, th {
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/img_calendar/cells.png);
	color: #444;
	position: relative;
}
th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	color: white;
	cursor:pointer;
}
td.date_has_event:hover {
	background-position: 162px -81px;
}
td.padding {
	background: url(../img/img_calendar/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
}
td.today:hover {
	background-position: 81px -81px;
}
.events {
	position: absolute;
	display:block;
}
.events ul {
	text-align: left;
	position: relative;
	display: none;
	z-index: 1000;
	padding: 15px;
	background-color:#E7ECF2;
	border: 1px solid white;
	font-size: 15px;
	width: 300px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	-webkit-box-shadow: 0px 8px 8px #333;
	-moz-box-shadow: 0px 8px 8px #333;
	list-style: none;
	color: #444444;
	height:100%;	
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span:hover {
	font-weight: normal;
}
.events li span.title, .events li span.title:hover {
	font-weight: bold;
	color: #222;
}
.events li span.desc, .events li span.desc:hover {
	font-weight: normal;
	color: #222;
	margin:0 0 5px 0;
	padding:0 0 10px 0;
	border-bottom:dotted 1px #222;
}

th a{
text-decoration:none;
font-size:120%;
font-weight:bold;
color: #000;
outline-width:0;
padding:10px;
}

