/******************************************/
/** ### Side month element styles ### */

/** The calendar table */
a.cal_mon_day_event_dest span.cal_mon_day{display:block;/*padding-top:.5em;*/}
table.cal_month_table {
	text-align: center;
	width: 100%;	
}

/** Global styles for the calendar table cells */
table.cal_month_table td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	/*padding: 1px 2px;*/
	/*width: 14%;*/
}

/** Global styles for the calendar table cells */
table.cal_month_table td a span, table.cal_month_table td span {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	display:block;
	width:100%;
	height:100%;
	line-height:2em;

}

/** The month navigation row */
td.cal_mon_nav {
	border: 1px solid #FFFFFF;
	/*background-color: #CCCCCC;*/
	
}

td.cal_mon_nav a.cal_mon_nav, td.cal_mon_nav a.cal_mon_nav:hover {
	color: #6c747a;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
}

/** The week day names rows */
td.cal_mon_weekday {
	border: 1px solid #FFFFFF;
	color:#333;
	/*background-color: #DDDDDD;*/
}

/** A common calendar day */
.cal_mon_day {
	color: #333;
}

td.cal_mon_day {
	border: 1px solid #FFFFFF;
	background-color: #E3E3E3;
}

/** The current calendar day */
td.cal_mon_day_current {
	/*background:#f3ca3d;*/color:#333;
}
td.cal_mon_day_current span{color:#004B95;font-weight:bold;}
/** An empty cell displaying no calendar day */
td.cal_mon_day_empty {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/** Font color of a real holiday day */
span.cal_mon_day_holiday {
	color: #333;
		display:block;
	background:#c2c2c2;
	width:100%;
	height:100%;
	line-height:2.5em;
}

/** Font color of a maybe a holiday day */
span.cal_mon_day_maybeholiday {
	color: #888888;
}

/** The link for calendar days with entries */
a.cal_mon_day_event, a.cal_mon_day_event:hover {
	font-weight: bold;
	text-decoration: none;
	display:block;
	/*height:2em;*/
	width:100%;
	height:100%;
	line-height:2em;
	/*padding-top:.5em;*/

	
}
a.cal_mon_day_event_dest, a.cal_mon_day_event_dest:hover {
	font-weight: bold;
	text-decoration: none;
	display:block;
	height:2.5em;
	/*width:2.5em;*/
	/*padding-top:.5em;*/
	background:#F3CA3D;
	
}

/** ### Overview entries styles ### */

/** Element around complete overview block */
div.cal_wrapper {}

/** Element around "time" navigation */
div.cal_nav_time {font-size:1.1em;text-align:center;color:#333;}

/** Element around "switch view" links */
div.cal_nav_switch {
	font-size:1.1em;
margin-top:5px;
text-align:center;
color:#333;
}

span.cal_entry_date {font-size:1.1em;color:#6C747A;}

a.cal_entry_link {
	/*font-weight: bold;*/
	color:#333;
	font-size:1.1em;
}

span.cal_entry_type {}

span.cal_entry_description {
	font-size: 0.9em;
}

/** ### Month list styles ### */

table.cal_monthlist {
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #97BEDE;
	width: 100%;
	border-collapse:collapse;
}

table.cal_monthlist tr td {
	/*background-color: #f0f0ee;*/
	border:1px solid #97BEDE;
	padding: 10px;
}

table.cal_monthlist tr.holiday td {
	background-color: #DDD;
}

table.cal_monthlist tr.maybeholiday td {
	background-color: #DDD;
}

table.cal_monthlist tr td.day {
	vertical-align: top;
	padding-right: 6px;
	width: 1%;
	white-space: nowrap;
	color: #6C747A;
	font-size:1.1em;
}

table.cal_monthlist tr td.entries div {
	margin-bottom: 8px;
	color: #000000;
}

table.cal_monthlist tr td.entries div.lastentry {
	margin-bottom: 0;
}

table.cal_monthlist tr.holiday td.day, table.cal_monthlist tr.holiday td.entries div {
	color: #E1001A;
}

table.cal_monthlist tr.maybeholiday td.day, table.cal_monthlist tr.maybeholiday td.entries div {
	color: #888888;
}

/** Link style of a common entry link */
table.cal_monthlist tr td.entries a {
font-size:1.1em;
}

/** Link style of a holiday entry link */
table.cal_monthlist tr.holiday td.entries a {

}

/** Link style of a maybe a holiday entry link */
table.cal_monthlist tr.maybeholiday td.entries a {

}

/** ### Side list styles ### */

/** Encloses the listed entries */
div.cal_side_entry_list {

}

/** Wrapper around a listed entry */
div.cal_side_entry_wrapper {
	margin-top: 8px;
}

/** Headline of a listed entry */
div.cal_side_entry_head {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 2px;
}

/** Descriptive teaser text of a listed entry */
div.cal_side_entry_teaser {

}

/** Date of a listed entry */
span.cal_side_entry_date {
	font-style: italic;
}

/** ### Detail view styles ### */

h1.cal_detail_headline {}

p.cal_detail_date {
	
}

p.cal_detail_location {

}

div.cal_detail_text {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #DDD;
}

p.cal_detail_links {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
}

p.cal_detail_links ul {}

span.cal_detail_label {
	font-weight: bold;
}


td.cal_mon_day a.cal_mon_day_event_dest span.cal_mon_day_holiday{background:#f3ca3d;}
td.cal_mon_day a.cal_mon_day_event span.cal_mon_day{background:#b4d1ec;display:block;line-height:2em;width:100%;height:100%;}
td.cal_mon_day_current a.cal_mon_day_event span.cal_mon_day{display:block;width:100%;height:100%;background:#B4D1EC;}
td.cal_mon_day_current span{color:#333;text-decoration:underline;}
