/* event */
#eventContainer{
	padding: 0px;
	margin: 0px;
	background:url(../images/bgEvent.gif) bottom right no-repeat #e1e8f0;
}
#eventContainer2{
	width: 190px;
	height: auto;
	float: right;
	padding: 0px;
	margin: 0px;
	background:url(../images/bgEvent.gif) bottom right no-repeat #e1e8f0;
}
#eventCell{
	padding: 5px 10px;
	color: #000;
	margin-top: 2px;
}
#eventCellBottom{
	margin-top: 5px;
	padding: 5px 10px 10px 20px;
	border-bottom: 2px solid #16154e;
	text-align: left;
}
#eventCellHeader{
	background:url(../images/bgPollHeader.gif) bottom right #052852;
	background-repeat: no-repeat;
	text-align:left; 
	color:#fff; 
	padding:6px 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
#eventDate{
	font-size: 9px;
	color: #000;
	background: url(../images/bullet.gif) left top no-repeat;
	padding-left: 10px;
}
#eventTitle {
	padding-left: 10px;
}
a.eventLink{
}
a.eventLink:hover{
}