#calender {
        float: left;
        margin-top: 10px;
	margin-left: 8px !important;
        margin-left: 4px;
	padding: 0;
	width: 158px;
}

.calendar_table {
	background: #EDEDED;
	border: 1px solid #D7D7D7;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	width: 158px;
}

.cal_head, A.cal_head, .cal_head:visited {
	margin: 0px;
	padding: 0px;
	color: #2E2E2E;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	height: 20px;
}

A.cal_head:hover, .cal_head:visited:hover {
	text-decoration: underline;
}

.cal_days {
	width: 20px;
	margin: 0px;
	padding: 0px;
	color: #808080;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: lowercase;
	height: 20px;
}

.cal_content {
	margin: 0px;
	padding: 0px;
	width: 20px;
	color: #2E2E2E;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	height: 14px;
}

.cal_sunday {
	margin: 0px;
	padding: 0px;
	width: 20px;
	color: #909090;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 14px;
}

.cal_saturday {
	margin: 0px;
	padding: 0px;
	width: 20px;
	color: #909090;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 14px;
}

.cal_empty {
	margin: 0px;
	padding: 0px;
	color: #2E2E2E;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 14px;
}

.cal_event, A.cal_event {
	padding: 0px;
	margin: 0px;
	color: #0DABEF;
	font-weight: bolder;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

A.cal_event:hover, .cal_event:visited:hover {
	color: #2E2E2E;
	font-weight: bolder;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.cal_event:visited {
	color: #2E2E2E;
	font-weight: bolder;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.cal_today {
	border: #0DABEF 1px solid;
	width: 20px;
	margin: 0px;
	padding: 0px;
	background: url(../images/date-back.gif);
	color: #2E2E2E;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 14px;
}

.cal_today_event, A.cal_today_event {
	width: 20px;
	padding: 0px;
	margin: 0px;
	color: #2E2E2E;
	color: #A9002A;
	font-weight: bolder;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	height: 14px;
}

A.cal_today_event:hover, .cal_today_event:visited:hover {
	padding: 0px;
	margin: 0px;
	color: #A9002A;
	font-weight: bolder;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: blink;
}

/* can't be a.cal_today_event:visited, because then would override .cal_today_event:visited:hover */
.cal_today_event:visited {
	/*padding: 0px;
	margin: 0px;
	color: #990000;
	font-weight: bolder;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;*/
}

.eventdetail_wraptable {
	float: none;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.eventdetail_date {
	color: #2E2E2E;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

.eventdetail_time {
	color: #2E2E2E;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.eventdetail_title {
	color: #2E2E2E;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}

.eventdetail_shortdescription {
	color: #2E2E2E;
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.eventdetail_description {
	color: #2E2E2E;
	font-family: Arial, Helvetica, sans-serif;
}

.eventdetail_imagetable {
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: auto;
	padding-top: 0px;
	height: auto;
}

.eventdetail_backlink {
	margin-top: 20px;
	color: #2E2E2E;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.list_item_tablewrap, .event_teaser_tablewrap {
	/*padding: 2px;
	margin: 2px;*/
	width: 100%;
	border-bottom: #666666 1px dotted;
}

 
.list_item_date, .event_teaser_date {
	color: #2E2E2E;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

.list_item_time, .event_teaser_time {
	color: #2E2E2E;
	font-family: Arial, Helvetica, sans-serif;
}

.list_item_title, A.list_item_title, .event_teaser_title, A.event_teaser_title {
	margin-bottom: 6px;
	color: #2E2E2E;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

A.list_item_title:hover, 
.list_item_title:visited:hover, .event_teaser_title:visited:hover, 
A.event_teaser_title:hover{
	color: #A9002A;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.list_item_title:visited, .event_teaser_title:visited {
	color: #2E2E2E;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.list_item_shortdescription, .event_teaser_shortdescription {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.list_item_imagetable, .event_teaser_imagetable {
	border: none;
	float: left;
	margin: 2px 4px 2px 0px;
	width: 40px;
	height: 40px;
}

.tool_link, A.tool_link, .tool_link:visited {
	color: #2E2E2E;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

A.tool_link:hover, .tool_link:visited:hover {
	color: #A9002A;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.list_item_link, A.list_item_link {
	color: #2E2E2E;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

A.list_item_link:hover, .list_item_link:visited:hover {
	color: #A9002A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.list_item_link:visited {
	color: #2E2E2E;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.tx-desimplecalendar-pi1-browsebox {
	text-align: center;
}

.tx-desimplecalendar-pi1-browsebox-SCell {
	margin: 20px;
	color: #2E2E2E;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

.tx-desimplecalendar-pi1-browsebox-strong {
	font-weight: bold;
}

#center .time_slot_cell{padding: 0px;}
#center .time_slot{display: block; text-align: center; vertical-align: middle; padding: 10px 0;}
#center .time_slot.FREE.selected a{font-weight: bold; margin: 0 -1px 0 0;color: #FFFFFF;}
#center .time_slot a{display: block;text-align: center; width: 100%; text-decoration: none;}
#center .time_slot a:hover{text-decoration: none;}
#center .time_slot .tooltip{border: 1px solid #C0C0C0; background-color: #FFFFFF;}
#center .time_slot .tooltip.free{color: #007c00;}
#center .time_slot .tooltip.busy{color: #e33647;}

.availability.free, .time_slot.FREE{background-color: #b8f5b1;}
.availability.free.rich-calendar-select, .time_slot.FREE.selected{background-color: #50c0e7;}
.availability.busy, .time_slot.BUSY{background-color: #FFE0E3;}
.availability.holiday{background-color: #eff5fd;}
.availability.day_off{background-color: #eff5fd;}

.availability .description, #center .time_slot .description {font-size: 9px;display: block; -moz-column-break-before:avoid-column;}

.availability.free .description, #center .time_slot.FREE, #center .time_slot.FREE a{color: #007c00;}
.availability.busy .description, #center .time_slot.BUSY, #center .time_slot.BUSY a{color: #e33647;}
.availability.free.rich-calendar-select .description, #center .time_slot.FREE.rich-calendar-select, #center .time_slot.FREE.rich-calendar-select a{color: #ffffff;}
.availability.holiday .description{color: #50c0e7;}
.availability.day_off .description{color: #818A8F;}

.rich-calendar-tool{background-color: #50c0e7;}
.rich-calendar-month{background-color: #50c0e7;}
.rich-calendar-holly{background-color: #ffebda;}
.rich-calendar-select .day{color: #ffffff;}
.rich-calendar-boundary-dates{background-color:#eff5fd;}
