/*
 * 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 5px 50px 5px;
font-weight: normal;
  width: 200px;
 font-size: 10px; 
}
#tooltip h3 { margin: 0; padding: 0px; text-align: left; font-size:10px; font-family: arial, verdana, sans-serif; font-weight:normal; color: #000;}

#tooltip div { margin: 0; padding: 0px; text-align: left; font-size:10px; font-family: arial, verdana, sans-serif;font-weight:normal; color: #000;}

#tooltip ul {
  padding: 0;
  list-style-type: none;
 font-weight: normal;
}
#tooltip li {
  font-size:12px;
  letter-spacing: normal;
  margin: 0;
  list-style-type: none;
 font-weight: normal;
}

/*
 * Large Calendar
 */
/*
 * Calendar formatting
 */
 
 #wp-calendar {
 	width: 200px;
 	margin-left: 35px;
 }
#wp-calendarLarge {
  border-collapse: collapse;
  margin: auto;
}

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

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

#todayLarge {
background:#9BA9CF;
color:#FFF;
}