

body h1 {
	padding-top: 0px;
	font-size: 11px;
	color: #335;
}
table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 11px;
}
td, th {
	width: 81px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png);
	color: #444;
	
	
	
	
}
th {
	height: 30px;
	font-weight: bold;
	font-size: 13px;
}
td:hover, th:hover {
	background-position: 0px -41px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	color: white;
	z-index: 1;
}
td.date_has_event:hover {
	background-position: 162px -41px;
}
td.padding {
	background: url(../img/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
}
td.today:hover {
	background-position: 81px -41px;
}
.events {
	position: relative;
	z-index: 9999;
	top: -30px;
}
.events ul {
    
	text-align: left;
	position: absolute;
	display: none;
	z-index: 9999;
	padding: 5px;
	height: 190px;
	overflow: visible;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 11px;
	width: 100px;
	
	list-style: none;
	color: #444444;
	
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 11px;
	text-align: left;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
	font-family: Arial, 'Century Gothic', Verdana, 'Lucida Sans Unicode', 'trebuchet ms', arial, verdana, sans-serif;
    font-size:10px;
    font-weight: normal;
}
.events li span.title a {
	font-weight: normal;
	color: #046594;
	font-family: Arial, 'Century Gothic', Verdana, 'Lucida Sans Unicode', 'trebuchet ms', arial, verdana, sans-serif;
    font-size:10px;
    font-weight: normal;
}

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