#EC_previousMonthLarge,
#EC_nextMonthLarge {
	color:#93E696;
	font-size:14px;
	}
#todayLarge {
	background:#333 !important;
	}

/* * Thickbox CSS */
div#TB_title {
	/*background-color: #105681;
*/
	background-color: #000000;
	color: #FFFFFF;
}
div#TB_title a, div#TB_title a:visited {
	color: #cfcfcf;
}

/* * Large Calendar */
/* * Calendar formatting */
#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
	background:#222;
}
#calendar_wrapLar img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-calendarLarge td {
	border: thin solid #111;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
}
.pad {
	background:#111;
	}
thead {
	text-align:center;
	}
.event-block a:link, .event-block a:visited, .event-block a:hover, .event-block a:active {
	text-decoration: none;
	border: none;
}
#wp-calendarLarge .event-block {
	display: block;
	padding:5px;
	line-height: 11pt;
	color: #c1c1c1;
	font-size:12px;
}
#wp-calendarLarge .dayHead {
	/* background-color: #333333;
*/
	background-color: #93E696;
	padding:2px 0 0 3px;
	color: #111;
	font-weight: bold;
	z-index: 1000;
	line-height:1.5em;
}
#todayLarge {
	background-color: #9BA9CF;
	color: #FFF;
}
/* * Days events calendar */
#EC_daysEvents {
	font-size: 14px;
}
.EC_title {
	background: #A4CAE6;
}
.EC_location {
	background: #FFF8DC;
}
.EC_time {
	background: #CCCCCC;
}
.EC_date {
	background: #E0EEEE;
}
.EC_linkout_and_postid {
	background: #bfd3ed;
}
/* * Widget Calendar formatting OPTIONAL */
.EC_Widget_display {
	text-align: center;
}
.widgettitle {
	text-align: left;
	/* margin: 0 0 1em;
*/
}
#wp-calendar caption {
	margin: 10px 0 0 0;
	width: auto;
	text-align: center;
	font-weight: bold;
	background-color: white;
	border: thin solid darkgray;
	-moz-border-radius: 3px 3px 0 0;
}
#wp-calendar {
	margin: 0 1px 0 2px;
	border-collapse: collapse;
}
*+html #wp-calendar #today {
	border: 3px solid blue !important;
}
#wp-calendar #today {
	display: block;
	font-weight: bold;
	background-color: #a8c3d6;
	-moz-border-radius: 50%;
	/* -webkit-border-radius: 50%;
	border: 2px solid blue;
*/
	z-index: 1;
}
#wp-calendar .pad {
	font-weight: bold;
}
#wp-calendar .padcent {
	background-color: white;
	border: thin solid darkgray;
}
#wp-calendar .padday {
	background-color: gainsboro;
}
#wp-calendar th {
	width: 11%;
	color: white;
	background-color: #173b6d;
}
#wp-calendar td {
	border: thin solid darkgray;
	background-color: white;
	text-align: center;
}



/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ccc;
	background-color: #c1c1c1;
	color:#000;
	padding: 5px;
	opacity: 1;
	width: 225px;
	word-wrap: break-word;
	line-height:1.2em;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin: 0 10px;
	width: auto;
}

/* * Widget List Calendar OPTIONAL */
#events-calendar-list li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1em;
	text-align: left;
	font-size:14px;
	padding:4px !important;
	line-height:1.25em;
}
#events-calendar-list li a:link,
#events-calendar-list li a:visited,
#events-calendar-list li a:hover,
#events-calendar-list li a:active {
	background: none;
	text-decoration: none;
	border: none;
	color: gray;
}
#events-calendar-list li:hover {
	background-color: #93E696;
	color:#000;
}
#tooltip.pretty {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: none;
	width: 210px;
	padding: 20px;
	height: 160px;
	opacity: 0.95;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12px;
	width: 220px;
}
#tooltip.pretty div {
	width: 220px;
	text-align: left;
}
#tooltip.fancy {
	padding-top: 5em;
	height: 100px;
}