/***************************
 *********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 #000;
	background-color: #fff;
	padding: 0px;
	width: 200px;
	text-align: left;
}
#tooltip div.EC-tt-title {
	color: #00aad4;
	font-weight: bold;
}
#tooltip div.EC-tt-location span.EC-tt-location-label, #tooltip div.EC-tt-description span.EC-tt-description-label, #tooltip div.EC-tt-starttime span.EC-tt-starttime-label, #tooltip div.EC-tt-endtime span.EC-tt-endtime-label {
	font-weight: bold;
}
#tooltip h3, #tooltip div { 
	padding: 3px;
	margin: 0;
	font-size:12px;
	color: #000;
	font-weight: normal;
}

#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin: 0 10px;
}


/***************************
**** Large Calendar Formating****
***************************/
#calendar_wrapLarge {
	padding: 0;
	margin-top: -17px;
}
#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
}

#wp-calendarLarge td {
	border: 1px solid #ededed;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
	font-size: 12px;
}

#wp-calendarLarge .dayHead {
	background-color:#e9f4f7;
	color: #000;
	font-weight: bold;
}
#EC_ajaxLoader {
	display: none;
}
#todayLarge {
	background:#e9f4f7;
	color:#FFF;
	border: 0 !important;
}
table#CalendarLarge-Header tr td span#EC_previousMonthLarge, table#CalendarLarge-Header tr td span#EC_nextMonthLarge {
	font-size: 14px;
	color: #373737;
}
#calendar_wrapLarge span.event-block {
	background:#03aad4;
	border-top: 1px solid black;
	color: #fff;
	display: block;
	padding: 5px 0 7px 0;
	font-size: 11px;
}
#calendar_wrapLarge span.event-block a {
	color: #fff;
}
table#CalendarLarge-Header tr td span#EC_previousMonthLarge:hover, table#CalendarLarge-Header tr td span#EC_nextMonthLarge:hover {
	color: #00aad4;
}
table#CalendarLarge-Header tr td #EC_current-month {
	font-size: 17px;
	font-weight: bold;
}