/* * Thickbox CSS */
div#TB_title {
	/*background-color: #105681;
*/
	background-color: #000000;
	color: #FFFFFF;
}
div#TB_title a, div#TB_title a:visited {
	color: #cfcfcf;
}
/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
	width: 225px;
	word-wrap: break-word;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin: 0 10px;
	width: auto;
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 160px;
	opacity: 0.95;
	background: url('../images/shadow3.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12px;
	width: 220px;
}
#tooltip.pretty div {
	width: 220px;
	text-align: left;
}
#tooltip.fancy {
	background: url('../images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}
/**/

table#wp-calendar th, table#wp-calendar td {
	margin:1px;
	padding:1px 2px;
	/*border:1px #00210e solid;*/
	text-align:center;
	vertical-align:middle;
}
table#wp-calendar th {
	/*font-weight:bold;*/
	color:#f7af13;
	background:#00210e;
}
table#wp-calendar td {
	font-weight:normal;
}
/*table#wp-calendar td#today { font-weight:bold; color:#c00; display:block; z-index:1; }*/
table#wp-calendar td span.diaEvento {
	font-weight:bold;
	color:#DEDD18;
	/*background-color:#3e9500;*/
	display:block;
	z-index:1;
}
table#wp-calendar td#today span.diaEvento {
	color:#f7af13;
}
td#today{
	background-color:#060;
}
