/* ******************** EVENTS LIST ********************  */

.eventsTable, .eventTable {
    width :660px;
	border-collapse : collapse;	
	margin-left:auto;
	margin-right:auto;
	line-height:25px;
	border-bottom: 1px dashed #660000;
}

.eventNameContainer {
    background:#a71500 url('../immagini/bg_titles.gif') repeat-x; 
    padding : 5px;	
}

.eventGroup {
    font-size : 14px;
    color : #fff;
    font-weight : bold;
	text-transform : uppercase;
	border-bottom:1px dashed #000;
	line-height:22px;
	background-color: #804000;
	padding:3px 0 3px 8px;
}

.eventName {
    font-size : 11px;
    color : #000;
    font-weight : bold;
	text-transform : uppercase;
}

#eventDates {
  border-bottom: 1px dotted #800e0e;
  width:540px; /* step -95px */
  font-size:10px;
}

#eventDates b {
  font-weight : bold;
  color : #a71500;
  font-size:11px;
}

#eventDates em {
  color : #a71500;
  font-size:10px;
}

#eventDescription {
  width:540px; /* step -95px */
  text-align: justify;
}

.eventRow {
    /* background-color : #ffa90c; */
}

.eventThumbnail {
    border : 1px solid #a71500;
	float : right; 
    margin : 1px 0px 4px 0px;
}


