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

.eventTable {
    width :700px;
	border-collapse : collapse;	
	margin: 10px;
}

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

.eventName {
border-top:1px solid #e2c800;
border-bottom:1px solid #e2c800;
color:white;
float:right;
font-size:15px;
font-weight:bold;
margin-bottom:10px;
text-align:left;
width:585px;
}

#eventDates {
  border-bottom: 1px dotted #454d6c;
  width:635px; /* step -95px */
  font-size:10px;
}

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

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

.eventDescription {
	float:none;
	text-align:justify;
	min-height:100px;
}
.eventRow {
    /* background-color : #D9AF5D; */
	/*text-align: left;*/

}

.eventThumbnail {
    border : 2px solid #E2C800;
	float : left; 
    margin :2px 19px 0 0;
}

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

.eventLimits {
	text-align:left;
	float:left;	
	margin-left:2px;
	width:110px;
}

.eventWebsite {
 border:1px solid #E2C800;
float:right;
margin-top:20px;
padding:5px;
}

