.singel-item{
	border: 1px solid green;
}

.calendar_table {
	margin: 0px;	
	width: 165px;	
	height: 100px;	
	background-color: white;	
	padding: 0px; 
	border: 0px;
}

.cal_head, A.cal_head, .cal_head:visited {
	font-weight: bold; 
	font-size: 12px; 	
	color: #333333; 	
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 	
	background-color: #ddd;/*#e5e5e5*/ 	
	text-align: center; 	
	margin: 0px; 	
	padding: 0px;  
	height: 20px; 	
	text-decoration: none
}

A.cal_head:hover, .cal_head:visited:hover {
	text-decoration: underline;
}

.cal_days {
	font-weight: bold; 	
	font-size: 10px; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #999999;	
	text-align: center;	
	width: 24px; 
	height: 20px;	
	margin: 0px;	
	padding: 0px; 
	border-bottom: #666666 1px solid; 
	border-top: #666666 1px solid;
}

.cal_content {
	font-weight: normal;	
	font-size: 11px;	
	color: #666666;	
	font-style: normal;	
	font-family: arial;	
	background-color: #ccc;	
	border-bottom: 1px solid black;
	margin: 0px;	
	padding: 0px;	
	text-align: center;	
	height: 14px;	
	width: 20px; 
}

.cal_sunday {
	font-weight: normal;	
	font-size: 11px;	
	color: #666666;	
	font-style: normal;	
	font-family: arial;	
	margin: 0px;	
	padding: 0px;	
	text-align: center;	
	height: 14px;	
	width: 20px;  
	background-color: #ddd;
}

.cal_saturday {
	font-weight: normal;	
	font-size: 11px;	
	color: #666666;	
	font-style: normal;	
	font-family: arial;	
	margin: 0px;	
	padding: 0px;	
	text-align: center;	
	height: 14px;	
	width: 20px;  
	background-color: #ddd
}

.cal_empty {
	font-weight: normal;
	font-size: 11px;	
	color: #666666;	
	font-style: normal;	
	font-family: arial;	
	margin: 0px;	
	padding: 0px;	
	text-align: center;	
	height: 14px;	
	width: 20px;  
	background-color: #ccc
}

.cal_event, A.cal_event {
	font-weight: bolder; 
	font-size: 11px; 
	color: #003366; 
	font-style: normal; 
	font-family: arial; 
	text-decoration: none  ; 	
	padding: 0px;	
	margin: 0px;
}

A.cal_event:hover, .cal_event:visited:hover {
	font-weight: bolder; 
	font-size: 11px; 
	color: #666666; 
	font-style: normal; 
	font-family: arial; 
	text-decoration: underline 
}

.cal_event:visited {
	font-weight: bolder; 
	font-size: 11px; 
	color: navy; 
	font-style: normal; 
	font-family: arial;
	text-decoration: none
}

.cal_today {
	font-size: 10px;	
	color: #833231;	
	font-family: Arial, Helvetica, sans-serif;	
	text-align: center;	
	height: 14px;	
	width: 20px;	
	margin: 0px;	
	padding: 0px; 
	border: 0px;
}

.cal_today_event, A.cal_today_event {
	font-weight: bolder; 
	font-size: 11px; 
	color: #833231; 
	font-style: normal; 
	font-family: arial;  
	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; 
	color: #CC0000; 
	font-style: normal; 
	font-family: arial; 
	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; 
	color: #990000; 
	font-style: normal; 
	font-family: arial;  
	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: Arial, Helvetica, sans-serif 
}

.eventdetail_date { 
	font-size: xx-small; 
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif 
}

.eventdetail_time { 	
	font-weight: normal; 
	font-size: xx-small; 
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif 
}

.eventdetail_title {
	font-weight: bold; 
	font-size: x-small; 
	color: #003366; 
	font-family: Arial, Helvetica, sans-serif 
}

.eventdetail_shortdescription { 
	font-weight: bold;	
	font-size: xx-small; 
	color: #003366; 
	font-family: Arial, Helvetica, sans-serif; 
	padding-bottom: 100px
}
.eventdetail_description { 	
	font-size: x-small; 
	color: #333333; 
	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 { 
	padding-left: 10px; 
	font-size: xx-small; 
	margin: 20px; 
	color: #003366; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center; 
	text-decoration: underline 
}

.list_item_tablewrap, .event_teaser_tablewrap {
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 2px; 
	margin: 2px; 
	width: 100%; 
	PADDING-TOP: 2px; 
	border-bottom: #669999 1px dotted 
} 

.list_item_date, .event_teaser_date {
	font-size: xx-small; 
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif 
}

.list_item_time, .event_teaser_time {
	font-size: xx-small; 
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif 
}

.list_item_title, A.list_item_title, .event_teaser_title, A.event_teaser_title {
	font-weight: bold; 
	font-size: x-small; 
	color: #003366; 
	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{
	font-weight: bold; 
	font-size: x-small; 
	color: #990000; 
	font-family: Arial, Helvetica, sans-serif 
}

.list_item_title:visited, .event_teaser_title:visited {
	font-weight: bold; 
	font-size: x-small; 
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif 
}

.list_item_shortdescription, .event_teaser_shortdescription { 
	font-size: x-small; 
	color: #000000; 
	font-family: 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 {
	font-weight: bold; 
	font-size: xx-small; 
	color: #003366; 
	font-family: Arial, Helvetica, sans-serif
}

A.tool_link:hover, .tool_link:visited:hover {
	font-weight: bold; 
	font-size: xx-small; 
	color: #990000; 
	font-family: Arial, Helvetica, sans-serif
}

.list_item_link, A.list_item_link {
	font-weight: normal; 
	font-size: 10px; 
	color: #003366; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline 
}

A.list_item_link:hover, .list_item_link:visited:hover { 	
	font-weight: normal; 
	font-size: 10px; 
	color: #990000; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline 
}

.list_item_link:visited { 	
	font-weight: normal; 
	font-size: 10px; 
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline 
}

.tx-desimplecalendar-pi1-browsebox {
	text-align: center 
}

.tx-desimplecalendar-pi1-browsebox-SCell {
	font-size: xx-small; 
	margin: 20px; 
	color: #003366; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center; 
	text-decoration: none 
}
.tx-desimplecalendar-pi1-browsebox-strong { 	
	font-weight: bold 
}

