﻿/*
 * Thickbox CSS
 */
div#TB_title {
	/*background-color:#105681;*/
	background-color:rgb(120,0,0);
	color:#FFFFFF;
}
div#TB_title a, div#TB_title a:visited {
  /*color: #cfcfcf;*/
  color:rgb(120,0,0);
}

/*
 * 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;
}


#wp-calendarLarge th {
  font-size:16px;
  font-weight:bold;
  text-align:center;
  color:rgb(120,0,0);
}

#wp-calendarLarge td {
  border: thin solid black;
  width: 150px;
  height: 100px;
  padding: 0;
  font-size:12px;
  color:rgb(120,0,0);
  vertical-align: top;
}

#wp-calendarLarge .dayHead {
  background-color:rgb(120,0,0);
  color: white;
  font-weight: bold;
  z-index:1000;
}

#calendar_wrapLarge{
	color:rgb(120,0,0);
}


#todayLarge {
background:rgb(255,190,38);
color:#FFF;
font-size:18px;
}

#cal-header{
	color:rgb(120,0,0);
}