#calendario table tr td.calendarHeader {
	color: #484848;
	font-weight: bold;
}

#calendario table {
	text-align: center;
}

#calendario table tr {
	border: none;
}

#calendario table tr td {
	background: #fff;
	border: 1px solid #efefef;
	text-align: center;
	width: 24px;
	height: 15px;
	font-size: 10px;
	color: #909090;
	vertical-align: middle;
}

#calendario table tr td a {
	color: #626262;
}

#calendario table tr td a.prev {
	font-weight: bold;
}

#calendario table tr td a.next {
	font-weight: bold;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	/*opacity: 0.85;*/
}

#calendario table tr td.calendarHeader {
	font-weight: bold;
	text-transform: uppercase;
	color: #2e2e2e;
}

#calendario table tr td.evento_passado {
	background: #d6d6d6;
}

#calendario table tr td.evento {
	background: #d6d6d6;
}

#calendario table tr td.dia_corrente {
	background: #8b8bc8;
}

#calendario table tr td.dia_corrente a {
	color: #fff;
}

a.eventos_ajax_trigger {
	cursor: default;
}

#eventos_ajax_container {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 20000;
	background: #3d3c75;
	color: #fff;
	padding: 10px;
}

#eventos_ajax_container a {
	color: #fff;
	text-decoration: none;
}

#eventos_ajax_container a:hover {
	text-decoration: underline;
}

#eventos_ajax_content {
	min-width: 175px;
	min-height: 50px;
	font-size: 11px;
	color: #fff;
}