* { margin: 0px; padding: 0px; color: #000; }
BODY { background-color: transparent; font-family: "Myriad pro", sans-serif; font-size: 14px;}
IMG { display: block; border: none; }

a DIV { text-decoration: none; }

.month_header {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;	
}
.row {
	width: 98%;
	background-color: #f7f3ef;
	border-left: 1px solid #a59b97;
	border-right: 1px solid #a59b97;
	border-top: 1px solid #a59b97;
	padding: 4px;
}
.row_f {
	width: 98%;
	background-color: #f7f3ef;
	border-left: 1px solid #a59b97;
	border-right: 1px solid #a59b97;
	border-top: 1px solid #a59b97;
	padding: 4px;
}
.row_l {
	width: 98%;
	background-color: #f7f3ef;
	border: 1px solid #a59b97;
	padding: 4px;
}
.day_number {
	font-weight: bold;
	color: #a59b97;
	margin-right: 4px;
}
.day_name {
	color: #aaa5a2;	
}

DIV.item_undefined {
	width: 85%;
	margin-left: auto;
	margin-top: 2px;
	min-height: 28px;
	background-color: #fdd;
	border: 1px solid #f99;
	-moz-border-radius: 5px;
	padding: 4px;
	font-size: 13px;
}
DIV.item_event {
	width: 85%;
	margin-left: auto;
	margin-top: 2px;
	min-height: 28px;
	background-color: #ded;
	border: 1px solid #9c9;
	-moz-border-radius: 5px;
	padding: 4px;
	font-size: 13px;	
}
DIV.item_daily {
	width: 85%;
	margin-left: auto;
	margin-top: 2px;
	min-height: 28px;
	background-color: #dde;
	border: 1px solid #99f;
	-moz-border-radius: 5px;
	padding: 4px;
	font-size: 13px;	
}
SPAN.event_title {
	font-weight: bold;
	margin-right: 5px;	
}

DIV.event_title {
	font-size:32px;
	font-weight: bold;
}
DIV.event_date {
	font-size: 16px;
}
DIV.event_image {
	width: 50%;
	float: left;	
}
DIV.event_image IMG {
	width: 96%;	
}
DIV.event_text {
	font-size: 14px;
	margin-bottom: 8px;	
}
DIV.event_backlink { background-color: #e5ead8; text-align: center; margin-top: 2px; margin-bottom: 6px;}
