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

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

/*
 * Large Calendar
 */
/*
 * Calendar formatting
 */
 
h2 {font-size: 22px;
	color: #3b632e}


#wp-calendarLarge {
  border-collapse: collapse;
}

#wp-calendarLarge td {
  border: thin solid #8d9572;
  width: 70px;
  height: 70px;
  padding: 2px;
  vertical-align: top;
}

#wp-calendarLarge .dayHead {
  background-color:#3b632e;
  color: white;
  font-weight: normal;
  z-index:1000;
  padding: 0 5px 0 5px;
}

#todayLarge {
background:#8d9572;
color:#FFF;
}

#calendar_wrapLarge {margin-bottom: -10px;
	font-size: 14px;
	font-weight: normal;
	margin: 3px;
	padding-bottom: 0;
	color: #9d7132;
	text-transform: no}