/*  Events Listing */
/* --------------------------------------------------------------- */

.EventTitle {	font-size: 14px;}

#EventList
{
	clear: both;
	line-height: 15px;
}

#EventList p {	margin: 0px;}

#EventList a {	font-weight: bold;}

#EventList img {
	float: left; 
	padding: 0 10px 10px 0;
	}

#EventList span {
	clear: left;
	display: block;}
	
	
.Event
{
	display: block;
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;

}

#EventList ul
{
	margin-top: 3px;
	margin-bottom: 4px;
	color: #7A7979
}

#EventList li
{
	display: block;
	list-style-type: none;
	margin: 0px 0px 1px 0;
	padding: 0px;
	font-weight: normal;
}

.ItemTitle
{
	width: 110px;
	float: left;
	font-weight: normal;
}


/*  Events Detail */
/* --------------------------------------------------------------- */

#EventDetail
{
	clear: both;
	line-height: 15px;
}

#EventDetail p { margin: 0px;}

#EventDetail a { font-weight: bold;}

#EventDetail img { clear: both;}

#EventDetail dl 
{
	border-top: 1px solid #D0CCC2;
	float: left;
	width: 504px;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}

#EventDetail dt. #EventDetail dd
{
	margin-bottom: 5px;
}


#EventDetail dt
{
	float: left;
	clear: left;
	width: 125px;
	
}

#EventDetail dd
{
	font-weight: bold;
	width: 275px;
}

.ItemDetailTitle
{
	width: 130px;
	float: left;
	font-weight: normal;
}

.EventDescription
{
	margin: 15px 0px 15px 0px;
	font-weight: normal;
}

.EventLinks
{
	display: block;
	float: left;
	margin-top: 20px;
}

#PrintIcon
{
	display: block;
	float: left;
	background: url(../images/print_icon.gif) no-repeat;
	background-position: 0px 3px;
	text-align: right;
	padding: 0 0 7px 17px;
	margin: 0px 20px 0px 0px;
	font-weight: bold;
}


