/* event */
#eventContainer{
	padding: 4px 10px 4px 4px;
	margin-bottom: 10px;
}
#eventCell{
	padding: 4px;
	border-bottom: 1px solid #aaa;
	background-color: #efefef;
	color: #333;
}
#eventCell a{
	color: #333;
}
#eventCell a:hover{
	color: #333;
	text-decoration: underline;
}
#eventCellBottom{
	padding: 4px;
	border-bottom: 1px solid #333;
	color: #333;
	text-align: right;
}
#eventCellHeader{
	color: #fff;
	padding: 4px 4px 8px 10px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	background-color:#9D9B1F;
}
#eventDate{
	font-size: 9px;
	color: #f90;
}
a.eventLink{
}
a.eventLink:hover{
}

#eventCellHeader img{
	display: none;
}
