body{
	font-family: Arial, Helvetica, sans-serif;
}
/* * Thickbox CSS */
div#TB_title {
	background-color: #945f7b;
	color: #fff;
}
div#TB_title a, div#TB_title a:visited {
	color: #fff;
}
/* * JQuery Tooltip */

/* * Large Calendar */
/* * Calendar formatting */
#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
}
#calendar_wrapLar img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-calendarLarge td {
	border: thin solid black;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
}
.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 {
	border-top: 1px solid #444;
	display: block;
	padding: 2px 0 0 2px;
	line-height: 11pt;
	color: navy;
}
#wp-calendarLarge .dayHead {
	/* background-color: #333333;
*/
	background-color: #173b6d;
	color: white;
	font-weight: bold;
	z-index: 1000;
}
#todayLarge {
	background-color: #9BA9CF;
	color: #FFF;
}
/* * Days events calendar */
#EC_daysEvents {
	font: normal 12px Arial, sans-serif;
	color: #945f7b; background: #fff;
}
.EC_title {
	font-size: 14px;
}
.EC_description {
	margin: 10px 0 0 0;
	font: normal 13px Arial, sans-serif;
	color: #000; background: #fff;
}
.EC_location {
	margin: 10px 0 0 0;
	font: normal 13px Arial, sans-serif;
	color: #000; background: #fff;
}
.EC_time {
	margin: 10px 0 0 0;
	font: normal 13px Arial, sans-serif;
	color: #000; background: #fff;
}
.EC_date {
	margin: 10px 0 0 0;
	font: normal 13px Arial, sans-serif;
	color: #000; background: #fff;
}
.EC_linkout_and_postid {
	margin: 10px 0 0 0;
	font: normal 13px Arial, sans-serif;
	color: #000; background: #fff;
}
/* * Widget Calendar formatting OPTIONAL */
.EC_Widget_display {
	text-align: center;
}
.widgettitle {
	text-align: left;
	/* margin: 0 0 1em;
*/
}

/* * Widget List Calendar OPTIONAL */

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 160px;
	opacity: 0.95;
	background: url('../images/shadow3.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12px;
	width: 220px;
}
#tooltip.pretty div {
	width: 220px;
	text-align: left;
}
#tooltip.fancy {
	background: url('../images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}