@charset "utf-8";
/* CSS Document */


div.event {
	width: 500px;
	position: relative;
	overflow:hidden;
	margin: 0 0 35px 0;
	padding: 0 0 20px 0;
	background: url(../../_sharedimg/hr_bg.gif) left bottom repeat-x;
}


div.date {
	position: absolute;
	top: 7px;
	left: 16px;
	width: 55px;
	height: 65px;
	background: url(../../_sharedimg/event_date_bg.jpg) top left no-repeat;
	text-align: center;
	padding: 1px 8px 0 2px;

}


div.date span.day {
	display: block;
	font-size: 2.5em;
	line-height: 1.1em;
	color:white;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 1px;
}


div.date span.month {
	display: block;
	font-size:1.3em;
	line-height: 1.0em;
	font-style:italic;
	color:#754c24;
	font-family: Georgia, "Times New Roman", Times, serif;
}


div.event h2 {
	margin: 0px 0px 6px 110px!important;
	padding:0px 0px 10px 0px!important;
	font-size: 1.7em;
	color:#6486b4;
	border-bottom: 1px solid #c6d2e3;
	font-family: Georgia, "Times New Roman", Times, serif;
}


p.secondaryinfo {
	margin:0px;
	font-size:0.8em;
	color:#999999;
}


div.event p {
	margin: 0 0 0 110px!important;
}


div.event p.drilldown {
	padding-top:15px;
	padding-bottom:15px;
}


