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

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

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

.eventName {
	background-color:#DDD5C0;
	color:#760300;
	float:right;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	width:417px;
}

#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 {

	text-align:justify;
	width:532px;
	border-top: 1px dashed white;
}
.eventRow {
    /* background-color : #D9AF5D; */
	/*text-align: left;*/

}

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

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

.eventLimits {
	border:1px solid #DDD5C0;
	padding:5px;
	float:right;
}


