﻿/*
 * 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: #FFCCFF;
  padding: 5px;
  opacity: 1;
  width: 200px;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; font-weight:normal; color: #000;}

#tooltip ul {
  padding: 0;
}
#tooltip li {
  margin: 0 10px;
}

/*
 * Large Calendar
 */
/*
 * Calendar formatting
 */
#wp-calendarLarge {
  border-collapse: collapse;
  margin: auto;
}

#wp-calendarLarge td {
  border: thin solid black;
  width: 100%;
  height: 100px;
  padding: 0;
  vertical-align: top;
}

#wp-calendarLarge .dayHead {
  background-color:#333333;
  color: white;
  font-weight: bold;
  z-index:1000;
}

/*------------------------*/

#calendario {
empty-cells:show;
margin:10px auto 0;
width:100%;
}
#calendario #next a {
padding-right:10px;
text-align:right;
}
#calendario #prev a {
padding-left:10px;
text-align:left;
}
#calendario a {
display:block;
}
#calendario caption {
text-align:center;
width:100%;
}
#calendario td {
padding:1px 0;
text-align:center;
border:1px solid #ccc;
}
#calendario td.pad:hover {
background-color:#FF99CC;
}
#calendario #prev a, #wp-calendar #next a {
font-size:9pt;
}
#calendario a {
text-decoration:none;
}
#calendario caption {
font-family:Trebuchet MS;
font-size:1.3em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
text-align:center;
border:1px solid #ccc;
}
#calendario th {
font-style:normal;
text-transform:capitalize;
padding-left:6px;
}