/* CSS Document */
#eventDetailsPageContent
{
	position: relative;
	background-color: #223d58;
	
	width: 474px;
	padding: 12px 23px 15px 23px;
	
	color: white;
	font-weight: bold;
	line-height: 1.2;
	
}

#eventDetailsArea
{
	position: relative;
	width: 495px;
	margin-left: -5px;
	
	font-weight: bold;
	/* margin: 0 auto; */
}

#eventDetailsArea #eventTitle
{

	position: relative;
	width: 495px;

	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font--weight: bold;
	font-size: 20px;
	color: #73b9fa;
	line-height: 1.3;
	
	border-bottom: 1px #73b9fa dashed;
}

#nextPrevMonthLinks #backToEventsArea
{
	position: absolute;
	left: 205px;
}