.calendar_table  {
    background-color: white;
    margin: 0 0 25px;
    padding: 0;
    width: 162px;
    height: 125px;
    border: solid 1px #8b0c06;
    align: center
}

.cal_head, A.cal_head, .cal_head:visited  { color: #8b0c06; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; line-height: 130%; text-decoration: none; background-color: #fafafa; text-align: center; margin: 0; padding: 0; height: 20px }

A.cal_head:hover, .cal_head:visited:hover {
	text-decoration: underline;
}

.cal_days  { color: #ffffff; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 130%; background-color: #8b0c06; text-align: center; margin: 0; padding: 0; width: 24px; height: 20px; border-top: 1px solid #666666; border-bottom: 1px solid #666666 }

.cal_content {
	font-weight: normal;
	font-size: 11px;
	line-height: 130%;
	color: #666666;
	font-style: normal;
	font-family: arial;
	background-color: white;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 14px;
	width: 20px;
}

.cal_sunday  { color: #ffffff; font-size: 11px; font-family: arial; font-style: normal; font-weight: normal; line-height: 130%; background-color: #b4b4b4; text-align: center; margin: 0; padding: 0; width: 20px; height: 14px }

.cal_saturday  { color: #666666; font-size: 11px; font-family: arial; font-style: normal; font-weight: normal; line-height: 130%; background-color: #ebebeb; text-align: center; margin: 0; padding: 0; width: 20px; height: 14px }

.cal_empty {
	font-weight: normal;
	font-size: 11px;
	line-height: 130%;
	color: #666666;
	font-style: normal;
	font-family: arial;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 14px;
	width: 20px;
	background-color: #FFFFFF;
}

.cal_event, A.cal_event,.cal_event:visited  { color: #8b0c06; font-size: 11px; font-family: arial; font-style: normal; font-weight: bolder; line-height: 130%; text-decoration: none; margin: 0; padding: 0 }

A.cal_event:hover, .cal_event:hover  { color: #8b0c06; font-size: 11px; font-family: arial; font-style: normal; font-weight: bolder; line-height: 130%; text-decoration: underline }

.cal_today {
	border-right: #ff0000 1px solid;
	border-top: #ff0000 1px solid;
	font-weight: normal;
	font-size: 11px;
	line-height: 130%;
	border-left: #ff0000 1px solid;
	color: red;
	border-bottom: #ff0000 1px solid;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 14px;
	width: 20px;
	margin: 0px;
	padding: 0px;
}

.cal_today_event, A.cal_today_event {
	font-weight: bolder;
	font-size: 11px;
	line-height: 130%;
	color: #FF0000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 14px;
	width:20px;
	padding: 0px;
	margin: 0px;
}

A.cal_today_event:hover, .cal_today_event:visited:hover {
	font-weight: bolder;
	font-size: 11px;
	line-height: 130%;
	color: #CC0000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

/* can't be a.cal_today_event:visited, because then would override .cal_today_event:visited:hover */
.cal_today_event:visited {
	font-weight: bolder;
	font-size: 11px;
	line-height: 130%;
	color: #FF0000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.eventdetail_wraptable {
	padding-right: 2px;
	padding-left: 2px;
	float: none;
	padding-bottom: 2px;
	margin: 2px;
	width: 100%;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.eventdetail_date {
	font-size: 9px;
	line-height: 130%;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.eventdetail_time {
	font-weight: normal;
	font-size: 9px;
	line-height: 130%;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.eventdetail_title {
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	color: #8B0C06;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.eventdetail_shortdescription {
	font-weight: bold;
	font-size: 11px;
	line-height: 130%;
	color: #8B0C06;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 100px
}

.eventdetail_description {
	font-size: 11px;
	line-height: 130%;
	color: #333333;
	font-family: Verdana, 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 {
	padding-left: 0px;
	font-size: 11px;
	line-height: 130%;
	margin: 0px;
	color: #8B0C06;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

.list_item_tablewrap, .event_teaser_tablewrap {
	padding: 2px;
	margin: 2px;
	width: 100%;
} 

.list_item_date, .event_teaser_date {
	font-size: 9px;
	line-height: 130%;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.list_item_time, .event_teaser_time {
	font-size: 9px;
	line-height: 130%;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.list_item_title, A.list_item_title, .event_teaser_title, A.event_teaser_title {
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	color: #8B0C06;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A.list_item_title:hover, .list_item_title:visited:hover, .event_teaser_title:visited:hover, A.event_teaser_title:hover {
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	color: #8B0C06;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.list_item_title:visited, .event_teaser_title:visited {
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	color: #8B0C06;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.list_item_shortdescription, .event_teaser_shortdescription {
	font-size: 11px;
	line-height: 130%;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.list_item_imagetable, .event_teaser_imagetable {
	border-right: medium none;
	border-top: medium none;
	float: left;
	margin: 2px 4px 2px 0px;
	border-left: medium none;
	width: 40px;
	border-bottom: medium none;
	height: 40px;
}

.tool_link, A.tool_link, .tool_link:visited {
	color: #8b0c06;
	font-weight: normal;
	font-size: 11px;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.tool_link:hover, .tool_link:visited:hover {
	color: #8b0c06;
	font-weight: normal;
	font-size: 11px;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}



.list_item_link, A.list_item_link {
	font-weight: normal;
	font-size: 11px;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #8B0C06;
}

A.list_item_link:hover, .list_item_link:visited:hover {
	font-weight: normal;
	font-size: 11px;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #8B0C06;
}

.list_item_link:visited {
	font-weight: normal;
	font-size: 11px;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #8B0C06;
}

.tx-desimplecalendar-pi1-browsebox {
	text-align: center;
}

.tx-desimplecalendar-pi1-browsebox-SCell {
	font-size: 11px;
	line-height: 130%;
	margin: 20px;
	color: #8B0C06;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

.tx-desimplecalendar-pi1-browsebox-strong {
	font-weight: bold;
}
