.widget.xn_eventlist_widget{
	float: left;
	width: 203px;
	margin-bottom: 15px;
}

.widget.xn_eventlist_widget #title a{
	display: block;
	float: left;
	width: 166px;
	padding: 13px 0px 0px 37px;
	margin: 0px 0px 12px 0px;
	height: 21px;
	color: #444444;
	font-weight: bold;
	font-size: 12px;	
	overflow: hidden;
	white-space: nowrap;
	background: url("../images/widget_titlebar.png") no-repeat 0px 0px;
	text-decoration: none;
}

.widget.xn_eventlist_widget #title a:hover{
	text-decoration: underline;
}

.widget.xn_eventlist_widget #xn_events_list_container{
	float: left;
	width: 164px;
	margin-left: 17px;
}

.widget.xn_eventlist_widget #today{
	float: left;
	width: 164px;
	color: #777777;
	font-weight: bold;
}

.widget.xn_eventlist_widget #event{
	float: left;
	width: 164px;
	padding: 8px 0px;
	border-bottom: 1px dashed #cfcfcf;	
}

.widget.xn_eventlist_widget #event a{
	color: #777777;
}

.widget.xn_eventlist_widget #event a #title{
	margin-bottom: 3px;
	height: 14px;
	overflow: hidden;
}

.widget.xn_eventlist_widget #event a #dateTime{
	color: #999;
	font-size: 10.5px;
	line-height: 13px;
}