div.templateText {

}

div.eventLeftColumn {
	float: left; 
	width: 571px;
	margin: 12px 14px 0px 10px;
}

div.eventRightColumn {
	float: left; 
	width: 305px; 
	margin: 2px 0px 0px 20px;
	background-color: #D6D6D6;
	background-image:url(../../../skins/Default/images/event_right_background.png);
	background-repeat: no-repeat;
	height: 353px;
	padding: 10px;
}

div.eventContent { 
	width:100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height:18px;
}


div.eventContent div.title { 
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
}

div.eventContent div.description { 
	margin: 5px 0px 5px 0px;
}

div.eventContent div.dates { 
	margin: 5px 0px 0px 0px;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

div.eventContent div.line {
	width: 100%; 
	height: 1px; 
	background-color: #DDBA7B;
}

div.eventContent div.calendarTitle {
	font-family: Arial, Helvetica, sans-serif; 
	color: #0C2D83; 
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

div.event {
	border-bottom: 0px solid #DDBA7B; 
	margin: 0px 0px 0px 0px; 
	padding: 5px 5px 5px 5px; 
	width: 573px;
}

div.event.odd {
	background-color: #D6D6D6;
}

div.event.even {
	background-color: #FFFFFF;
}

