/* ******************** EVENTS LIST ********************  */

.eventTable {
	border-collapse : collapse;	
	margin: 10px;
	width: 647px;
}

.eventNameContainer {
    background:#A8340B url('../immagini/bg_titles.gif') repeat-x; 
    padding : 5px;	
}

.eventName {
background-color:#104584;
border-bottom:1px solid #73A6DE;
border-top:1px solid #73A6DE;
color:#73A6DE;
float:right;
font-size:13px;
font-weight:bold;
text-align:left;
width:532px;
padding: 3px;
}

#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: left;
	text-align:justify;
	width:645px;
	border-top: 1px dotted #73A6DE;
}
.eventRow {
    /* background-color : #D9AF5D; */
	/*text-align: left;*/

}

.eventThumbnail {
    border : 2px solid #73A6DE;
	float : left; 
    margin :2px 19px 9px 0;
}

.eventGroup {
  color : #A8340B;
  font-size:14px;
  font-weight: bold;
  border-bottom: 1px dotted #A8340B;
}
