* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}
body {
	/*font-family: Helvetica;
	background: white;
	text-align: center;
	background: url(../img/body.png) repeat-x;*/
}

#page table {
	border-collapse: separate;
	/*border: 1px solid #9DABCE;*/
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 14px;
	font-weight:bold;
}
#page td, th {
	width: 91px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	/*background: url(../img/cells.png);*/
	background-color:#f2f2f2;
	color: #444;
	position: relative;
	border:solid 1px #FFF;
}
#page th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	background-color:#e2e2e2;
}
td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	color: white;
	background-color:#B7DA00 !important;
}
td.date_has_event:hover {
	background-position: 162px -81px;
}
td.padding {
	background: url(../img/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
}
td.today:hover {
	background-position: 81px -81px;
}
#page .events {
	position: relative;
}
#page .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2;
	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;
}
#page .events li {
	padding-bottom: 5px;
}
#page .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
#page .events li span.title {
	font-weight: bold;
	color: #222;
}
#page .nav{
	text-align:center;
	color:#99CC00;
	font:bold 20px/20px Arial,Helvetica,sans-serif;
}
#page .nav a.sig {background: url(../img/calendario/page-bt.png);float:right; background-position:-83px -42px; height:42px; width:42px;}
#page .nav a.ant {background: url(../img/calendario/page-bt.png);float:left; height:42px; width:42px;background-position:left bottom;}
#page .nav a.sig:hover {background-position:-83px 0px;}
#page .nav a.ant:hover {background-position:left top;}

