/*** Events CSS ***/
#EventsList {
	padding:10px;
	margin: 0;
	color: #000000;
}

#EventsList li {
	list-style-type: none;
}
#content #EventsList ul li{
    list-style-type: none;
    background:none;
}
#EventsList ul {
	padding: 0;
    width:230px;
}

#EventsList .eventsList {
	font-weight: bold;
	padding: 0 0 10px;
    width:250px;
    list-style-type: none;
}

#EventsList .eventsListItem {
	font-weight: normal; 
    list-style-type: none;
}

#EventsList .eventsList ul {
	margin-top:10px;
    list-style-type: none;
}

#SubcalendarForm {
	padding: 10px 10px 10px 20px;
}
