.list-event-item	{
	float: left;
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 119px;
	padding-right: 10px;
	border-bottom: 1px solid rgb(172, 181, 188);
	background-position: 5px 19px;
	cursor: pointer;
	width: 365px;
	overflow-x: hidden;
	background-color: #3c454a;

	/* min-height hack */
	min-height: 106px;
	height:auto !important;
	height:106px;
}

.list-event-item:hover {
background-color: #63bbe5;
}
.list-event-item:hover A {
	color: #000000;
}
.list-event-item:hover .list-event-item-actions A {
	color: #3c454aF;
}
.list-event-item:hover .list-event-item-actions A:hover {
	color: #000000;
}


.list-event-item .list-event-item-meta-posted	{
font-size: 10pt;
font-weight: bold;
margin-bottom: 5px;
}
.list-event-item H3	{
font-size: 12pt;
color: #000000;
}
.list-event-item .list-event-item-link	{
color: #000000;
font-size: 11pt;

}
.list-event-item .list-event-item-summary	{
}
.list-event-item .list-event-item-summary P	{
	height: 50px;
	overflow-y: hidden;
}
.list-event-item .list-event-item-actions	{
}
.list-event-item .list-event-item-actions A	{
	background-image: url(http://www.scienceoxfordnetworks.com/images/30.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 10px;
	margin-right: 10px;
	color: #FFFFFF;
	font-weight: bold;
}



