
.allevents {
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}
.allevents a {
	font-size : 12px;
	text-decoration: none;
	font-weight: bold;
}
a.event_name:link  { color : #660000; }
a.event_name:visited { color : #999999;  }
a.event_name:hover  { color : #CC0000; }

.event_date {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.allevents .event_desc {
	font-size: 12px;
	color:#000000;
	font-weight:normal;
	position:relative;
	margin-top: 5px;
}
.allevents .event_desc span {
	position:absolute;
	display:block;
	top: 0px;
	right: -1px;
	height:100%;
	width:100px;
	background:url(/images/gradient_3.png) right top;
	}
* html .allevents .event_desc span{
	background-color:#FFFFFF;
	back\ground-color:transparent;
	background-image: url(none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/gradient_3.png", sizingMethod="scale");
}
.allevents hr {
	height: 1px;
	clear: both;
	margin-top: 5px;
	border-top: 1px solid #999999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.alleventsml {
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}
.alleventsml a {
	font-size : 11px;
	text-decoration: none;
	font-weight: bold;
}
a.event_namesml:link  { color : #660000; }
a.event_namesml:visited { color : #999999;  }
a.event_namesml:hover  { color : #CC0000; }

.event_datesml {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
.alleventsml hr {
	height: 1px;
	clear: both;
	margin-top: 5px;
	border-top: 1px solid #999999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
