/* ========================= CALENDAR ==========================*/
.mod_calendar .calendar {
	border: 0px solid #DDD;
	width: 630px;
}

.mod_calendar .calendar_header {
	border: 0px solid #F00;
	margin: 0px 0px 0px 0px;
	width: 630px;
	height: 20px;
	background-image: url(../img/comment_head.jpg);
	background-position: top center;
}

.mod_calendar .days {
	border: 0px solid #DDD;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 90px;
	height: 70px;
	vertical-align: top;
}

.mod_calendar .head {
	background-color: #111;
	height: 20px;
	background-image: url(../img/cal_headers.jpg);
	color: #EEE;
}

.mod_calendar .head a {
	display: block;
	color: #E0E9F5;
}

.mod_calendar .label {
	background-color: #111;
	height: 18px;
	background-image: url(../img/cal_label.jpg);
	color: #222;
}

.mod_calendar .days .header {
	border: 0px solid #DDD;
	background-image: url(../img/cal_days.jpg);
}

.mod_calendar .active .header {
	border: 0px solid #DDD;
	background-image: url(../img/cal_active.jpg);
	color: #000;
}

.mod_calendar .weekend .header {
	border: 0px solid #DDD;
	background-image: url(../img/cal_weekend.jpg);
	color: #EEE;
}

.mod_calendar .today .header {
	border: 0px solid #DDD;
	background-image: url(../img/cal_today.jpg);
	color: #000;
	font-weight: bold;
}

.mod_calendar .days .event {
}

.mod_calendar .days .event a {
	display: block;
	text-decoration: none;
	border: 1px solid #DDD;
	margin: 2px 0px 0px 0px;
}

.mod_calendar .days .event a:hover,
.mod_calendar .days .event a:focus {
	display: block;
	background-color: #F4F4F4;
	text-decoration: none;
}

.mod_calendar .calendar_footer {
	border: 0px solid #F00;
	margin: 0px 0px 0px 0px;
	width: 630px;
	height: 20px;
	background-image: url(../img/comment_footer.jpg);
	background-position: top center;
}









/* ========================= EVENTREADER ==========================*/
.mod_eventreader h2 {
	color: #333;
	margin: 5px 0px 5px 0px;
}

.mod_eventreader iframe {
	border: 1px solid #333;
	margin: 5px 0px 0px 0px;
}










/* ========================= EVENTLIST ==========================*/
.mod_upcoming_events .event {
	margin: 5px 5px 0px 7px;
}

.mod_upcoming_events .event a {
	display: block;
	background-image: url(../img/cal_days.jpg);
	margin: 0px 0px 2px 0px;
	border: 1px solid #EEE;
	font-size: 11px;
	padding: 1px 2px 1px 3px;
	text-decoration: none;
	color: #555;
}

.mod_upcoming_events .today a {
	background-image: url(../img/cal_active.jpg);
}

.mod_upcoming_events .event a:hover,
.mod_upcoming_events .event a:focus {
	background-image: url(../img/cal_today.jpg);
}

.event_bubble_header {
	height: 16px;
	width: 250px;
	color: #DDD;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/cal_headers.jpg);
	border: 1px solid #333;
	border-bottom: 0px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	padding: 3px 3px 1px 3px;
}

.event_bubble_body {
	width: 250px;
	color: #DDD;
	font-size: 12px;
	background: #111;
	border: 1px solid #333;
	border-top: 0px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	padding: 1px 3px 1px 3px;
}
