/**
 * Stylesheet for the WP Events Calendar
 * Some overrides for thickbox and tooltip
 * and calendar formatting
 */

/* import the tooltips stylesheet classes for EC */
@import url(ec-tooltips.css);

/* * 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 #D8D8D8;
	background: #fefefe url(../images/bg.gif) repeat-x 0px bottom;
	padding: 5px;
	width: 225px;
	word-wrap: break-word;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	line-height:24px;
	color: #222;
}
#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin: 0 10px;
	width: auto;
}

/** Large Calendar */
/** Calendar formatting */
#calendar_wrapLarge {
	margin-top: -24px;
	margin-bottom: 24px;
}
#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
}
#calendar_wrapLarge img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-calendarLarge td {
	border: 1px solid #D8D8D8;
	background: #fefefe url(../images/bg.gif) repeat-x 0px bottom;
	width: 150px;
	height: 125px;
	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 {
	display: block;
	padding: 3px;
	color: #222;
}
#wp-calendarLarge .dayHead {
	background: #E1E2E3 url(../images/threadbg.gif) repeat-x 0px 0px;
	color: #222;
	padding-left: 5px;
	font-weight: bold;
	z-index: 1000;
}
#todayLarge {
	background: #F6F7FC url(../images/fade-entry.png) repeat-x 0px bottom !important;
	color: #222;
	z-index: 100;
}
/* * Days events calendar */
#EC_daysEvents {
}
.EC_title {
	background: #A4CAE6;
}
.EC_location {
	background: #FFF8DC;
}
.EC_time {
	background: #CCCCCC;
}
.EC_date {
	background: #E0EEEE;
}
.EC_linkout_and_postid {
	background: #bfd3ed;
}
#EC_current-month {
	position: relative;
}
#EC_ajaxLoader {
	display: none;
	margin-top: -15px;
}