﻿/*
 * 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;
  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 {
	margin:0;
	padding:0;
}
#tooltip li {
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

/*
 * Large Calendar
 */
/*
 * Calendar formatting
 */
#calendar_wrapLarge {
	min-height:520px;
	-height:520px;
}

#calendar_navigation {
	display:block;
	overflow:hidden;
	width:520px;
	margin:0px auto 5px;
}

#calendar_main {
	display:block;
	margin:0px auto;
	width:520px;
}

#wp-calendarLarge {
  border-collapse: collapse;
  margin: 5px auto 0px;
}

#wp-calendarLarge thead,
#wp-calendarLarge tfoot {
	display:none;
}

#wp-calendarLarge td {
	border:1px solid #CECECE;
	height:90px;
	padding:0;
	vertical-align:top;
	width:75px;
}

#wp-calendarLarge td:hover {
	background:#CECECE;
}

#wp-calendarLarge td.pad {
	background:#EFEFEF;
}

#wp-calendarLarge .dayHead {
	background-color:#5A1A1A;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
	z-index:999;
}

#wp-calendarLarge td span.ec-event {
	font-size:10px;
	margin-left:5px;
	margin-top:2px;
}

#todayLarge {
	background:#8F8E86 none repeat scroll 0 0;
	color:#FFFFFF;
}

#EC_previousMonthLarge {
	background:#5A1A1A none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:18px;
	margin-right:10px;
	margin-top:7px;
	padding:0 5px 4px;
	text-align:center;
	width:15px;
}

#EC_currentMonthLarge {
	color:#333333;
	display:block;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	height:36px;
	line-height:36px;
}

#EC_nextMonthLarge {
	background:#5A1A1A none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:18px;
	margin-left:10px;
	margin-top:7px;
	padding:0 5px 4px;
	text-align:center;
	width:15px;
}

#EC_previousMonthLarge:hover,
#EC_nextMonthLarge:hover {
	background:#8F8E86;
}
