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

.eventTable {
    width :471px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse : collapse;	
	border:1px solid #E2E2AD;
}

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

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

#eventDates {
  border-bottom: 1px dotted #E1D8AA;
  width:370px;
  font-size:10px;
}

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

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

.eventDescription {
  text-align: justify;
}

.eventRow {
    /* background-color : #E4DECB; */
	text-align: left;

}

.eventThumbnail {
    border : 1px solid #7D572E;
	float : right; 
    margin : -1px -1px 12px 20px;
}

.eventGroup {
  color : #7D572E;
  font-size:14px;
  font-weight: bold;
  border-bottom: 1px dotted #7D572E;
}


