/* Eventi */
/*------------------------------------------------------------*/
#EvenTitle 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       15px;
  width:      840px;		/* width of whole page */
  height:     40px;			/* width of whole page */
  clear:      both;
  float:      none;
  font-family: "Verdana";
  font-size: 18px;
  font-weight:bold;
  text-align:left;
  letter-spacing:1px;
  color:#006892; 
}

#EvenIntro, EvenIntro_empty 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       20px;
  width:      785px;		/* width of whole page */
  height:     40px;			/* width of whole page */
  clear:      both;
  float:      none;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:left;
  letter-spacing:1px;
  line-height: 20px;
  /* color:#006892; */
  color:#494949; 
}

#EvenIntro_empty
{
  height:     10px;			/* width of whole page */
}

#Eventi 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       10px;
  width:      830px;			/* width of whole page */
  height:     335px;			/* width of whole page */
  clear:      both;
  float:      left;
  /*overflow:   auto;	/* This chops off any overhanging divs */
  overflow: auto;
  border: 0px solid #AAAAAA;
}
.Even_LeftAnno
{
  clear: both;
  float: left;
  margin: 15px 0px 0px 0px;
  width: 155px;
  height: 22px;
  border: 0px solid #00C000;
}
.Even_RightAnno
{
  float: left;
  margin: 15px 0px 0px 0px;
  width: 625px;
  height: 22px;
  border-bottom: 1px solid #666666;
  overflow: hidden;
  font-family: "Verdana";
  font-size: 14px;
  font-weight:bold;
  text-align:left;
  color:#006892;  
}
.EvenItem 
{
  position:   relative;
  width: 775px;
  height: 160px;
  margin: 5px;
  clear: both;
  border: 0px solid #FFFF80
}
.Even_Shot
{
  clear: both;
  float: left;
  margin: 15px 0px 0px 10px;
  width: 120px;
  height: 130px;
  border: 0px solid #666666;
  background-position: center center; 
  background-repeat: no-repeat;
}
.Even_Data
{
  float: left;
  margin: 15px 0px 0px 15px;
  width: 120px;
  height: 130px;
  border: 0px solid #000000;
  font-family: "Verdana";
  font-size: 13px;
  font-weight:bold;
  text-align:left;
  color:#006892; 
}
.Even_Item_Title
{
  float: left;
  margin: 15px 0px 0px 0px;
  width: 500px;
  border: 0px solid #000000;
  font-family: "Verdana";
  font-size: 13px;
  font-weight:bold;
  text-align:left;
  color:#666666; 
}
.Even_Item_Text
{
  float: left;
  margin: 5px 0px 0px 0px;
  width: 500px;
  border: 0px solid #000000;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:left;
  line-height: 20px;
  color:#666666;
}

