
table {
	/*border-collapse: separate;*/
	/*border-width: 0px 0px 1px 1px;*/
	/*margin: 10px auto;*/
}
td, th {
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	/*border: 1px solid #e5e5e5;*/
	color: #444;
/*	position: relative;*/
}
th {
	height: 25px;
	font-size: 11px;
	padding:0 3px;
	background:#f9f9f9;
	/*border-left:solid 1px #f00;
	border-right:solid 1px #E5E5E5;*/
}
td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	background:#ddd319;
	font-weight:700;
}
td.date_has_event:hover {
	background-position: 162px -81px;
	cursor:pointer
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 8px;
	background: #fff;
	/*border: 1px solid #999;*/
	font-size: 12px;
	width: 150px;
	list-style: none;
	cursor:default !important;
}
.events li {
	padding-bottom: 5px;
}

.events li .title {
	/*font-weight:bold;*/
	color:#000000 !important;
	font-size:12px !important;
}

.events li .desc {
	font-weight:normal;
	color:#777777 !important;
	font-size:11px !important;
}

.events li span {
	display: block;
	font-size: 11px;
	color: #333;
	font-weight:normal
}
.events li span.title {
	/*font-weight: bold;*/
	color: #222;
}

.calendario_eventos {width:234px !important; }

.calendario_eventos tr, .calendario_eventos td{border:solid 2px #e5e5e5;}


/*.calendario_eventos table td{border:none;}*/