﻿/*
 * 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 #666666;
	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 td {
	border: 1px solid #CCCCCC;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
}

#wp-calendarLarge .dayHead {
	background-color:#333333;
	color: #FFFFFF;
	z-index:1000;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#todayLarge {
background:#CC9933;
color:#FFF;
}

#calendar_wrap {
	background: #FFFFFF;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
