/* * Thickbox CSS */

div#TB_title {

	/*background-color: #105681;

*/

	background-color: #000000;

	color: #000;
	font-size: 13px;
}

div#TB_title a, div#TB_title a:visited {

	color: #cfcfcf;
	font-size: 13px;
	}

/* * JQuery Tooltip */

#tooltip {

	position: absolute;

	z-index: 3000;

	border: 1px solid #111;

	background-color: #fff;

	padding: 5px;
	font-size: 13px;
	opacity: 1;

	width: 225px;

	word-wrap: break-word;

}

#tooltip h3, #tooltip div {

	margin: 0;

	font-size: 13px;

	font-weight: normal;

	color: #000;

}

#tooltip ul {

	padding: 0;
	font-size: 13px;
}

#tooltip li {

	margin: 0 10px;
	font-size: 13px;
	width: auto;

}

/* * Large Calendar */

/* * Calendar formatting */

#wp-calendarLarge {

	border-collapse: collapse;
	font-size: 13px;
	margin: auto;

}

#calendar_wrapLar img {

	border: none;
	font-size: 13px;
	padding: 0;

	margin: 0;

}

#wp-calendarLarge td {

	border: thin solid black;
	font-size: 13px;
	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;
	font-size: 13px;
	border: none;

}

#wp-calendarLarge .event-block {

	border-top: 1px solid #444;
	font-size: 13px;
	display: block;
	padding: 2px 0 0 2px;
	line-height: 11pt;
	color: navy;

}

#wp-calendarLarge .dayHead {

	/* background-color: #333333;

*/
	font-size: 13px;
	color: #999;


	z-index: 1000;

}

#todayLarge {
	font-size: 13px;
	color: #000;

}

/* * Days events calendar */

#EC_daysEvents {

	font-size: 12px;

}

.EC_title {

	background: #fff;	font-size: 13px;

}

.EC_location {

	background: #FFF8DC;	font-size: 13px;

}

.EC_time {

	background: #CCCCCC;	font-size: 13px;

}

.EC_date {

	background: #E0EEEE;	font-size: 13px;

}

.EC_linkout_and_postid {



}

/* * Widget Calendar formatting OPTIONAL */

.EC_Widget_display {

	text-align: center;
background-color: white;
	border:none;
	font-size: 11px;
}

.widgettitle {

	text-align: left;
	font-size: 13px;
	/* margin: 0 0 1em;

*/

}

#wp-calendar caption {

	margin: 10px 0 0 0;
	font-size: 13px;
	width: auto;

	text-align: center;

	background-color: white;

	border:none;

	-moz-border-radius: 3px 3px 0 0;

}

#wp-calendar {
padding:20px;
	font-size: 11px;
	margin-left: 25px;

	border-collapse: collapse;

}

*+html #wp-calendar #today {
	font-size: 13px;
	border: 0px solid #fff !important;

}

#wp-calendar #today {
	font-size: 13px;
	display: block;
	background-color: #fff;
	-moz-border-radius: 50%;

	/* -webkit-border-radius: 50%;

	border: 2px solid blue;

*/

	z-index: 1;

}

#wp-calendar .pad {

	font-weight: bold;	font-size: 13px;

}

#wp-calendar .padcent {

	background-color: white;	font-size: 13px;


}

#wp-calendar .padday {

	background-color: #fff;	font-size: 13px;

}

#wp-calendar th {

	width: 11%;	font-size: 13px;

	color: #000;


}

#wp-calendar td {



	background-color: white;	font-size: 13px;

	text-align: center;

}

/* * Widget List Calendar OPTIONAL */

#events-calendar-list li {



	list-style-image: url(../images/list.gif);	font-size: 13px;

	line-height: normal;

	text-align: left;

}

#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;	font-size: 13px;

	text-decoration: none;

	border: none;

	color: dimgray;

}

#events-calendar-list li:hover {

	background-color: gainsboro;	font-size: 13px;

	padding: 4px;

	border-style: solid;

	border-width: 0px;

}

#tooltip.pretty {


	border: none;	font-size: 13px;

	width: 210px;

	padding: 20px;

	height: 160px;

	opacity: 0.95;

	background: url('../images/shadow3.png');

}

#tooltip.pretty h3 {

	margin-bottom: 0.75em;

	font-size: 18px;

	width: 220px;

}

#tooltip.pretty div {

	width: 220px;
	font-size: 13px;
	text-align: left;

}

#tooltip.fancy {

	background: url('../images/shadow2.png');

	padding-top: 5em;

	height: 100px;	font-size: 13px;

}