﻿/*
 * 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: 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;
}

#calendar_wrapLarge h2 {
font-size: 1.8em;
}


#EC_previousMonthLarge {
font-size: .8em;
}
#EC_nextMonthLarge {
font-size: .8em;
}


#wp-calendarLarge td {
  border: thin solid #C1CDCD;
  width: 80px;
  height: 80px;
  padding: 0px;
  margin-top: 0px;
  vertical-align: top;
  line-height: 1.1em;
}

#wp-calendarLarge .dayHead {
  background-color:#595959;
  color: white;
  font-weight: normal;
  z-index:1000;
  position: relative;
  top: -1px;
  padding-left: 5px;
 line-height: 1.4em;
}

#todayLarge {
background:#9BA9CF;
color:#FFF;
}
