﻿/*
 * Thickbox CSS
 */
div#TB_title {
	/*background-color:#105681;*/
	background: transparent url('../../../themes/area/imgs/percbck.png') repeat scroll 0 0;
	color:rgb(20,20,20);
	font-family:georgia;
	font-weight:bold;
}
div#TB_title a, div#TB_title a:visited {
  color: #cfcfcf;
}
#calendar_wrapLarge{margin-left:3px;}

/*
 * JQuery Tooltip
 */
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background: #F5DEB3;
  padding: 5px;
  opacity: 1;
  width: 150px;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; font-weight:bold; color: #000;}

#tooltip ul {
  margin-top:0px;
  padding: 0;
  list-style-type:none;
}
#tooltip li {
  margin: 0 0px;
  list-style-type:none;
}

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

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

#wp-calendarLarge .dayHead {
  background:url(percbck.png) repeat;
  color: #000;
  font-weight: bold;
  z-index:1000;
}

#todayLarge {
background:url(strumbck.png) repeat;color:#FFF;
}
span.largeSpan a {font-size:9px;}