
* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica;
	text-align: center;
}
body h1 {
	padding-top: 20px;
	font-size: 26px;
	color: #335;
}
table {
	border-collapse: separate;
	border-width: 0px 0px 1px 1px;
	font-size: 0.8em;
  left: 30px;
}
td, th {
	width: 25px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	border-bottom:1px solid #e6e6e6;
	color: #444;
	position: relative;
  padding: 2px 8px;
}
td:hover{
	background-color: #D8BFED;

}
th {
	height: 30px;
	font-weight: bold;
	font-size: 0.9em;
}
td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	color:#fff;
	/*border: 1px dashed #ccc;*/
	background-color: #7F28C4;
	cursor: pointer;
}
td.date_has_event:hover {
	background-position: 162px -81px;
	background-color: #6A17AD;

}
td.padding {
	background: url(img/calpad.jpg);
}
td.today {
	background-position: 61px 0px;
	color: white;
}
td.today:hover {
	background-position: 61px -61px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 5px 5px 0 10px;
	background: #f6f6f6;
	color: white;
	border: 1px solid black;
	font-size: 15px;
	width: 126px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 0.8em;
	text-align: left;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}
.special{
	background-color: #ff9bd6;
	color: #fff;
}

thead th{ 
    background-color: #f2f2f2;
}

tfoot th{ 
    background-color: #f2f2f2;
}