.tour_title{
  background-color: #000099;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  padding:3px;
  margin: 3px 0 3px 0;
  text-align: center;

}
.tour_titleLI{
  background-color: #FF0000;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  padding:3px;
  margin: 3px 0 3px 0;
  text-align: center;

}
.tour_TS_date{
    color: #000099;
    font-weight: bold;
    font-size: 13px;
}
.tour_TS_title{
    color: #FF0000;
    font-weight: bold;
    font-size: 10px;
    padding:0 0 0 15px;

}
.tour_TS_location{
    color: #000000;
    font-weight: bold;
    font-size: 10px;
    padding:0 0 0 15px;
}
.tour_TS_time{
    color: #000000;
    font-weight: bold;
    font-size: 10px;
    padding:0 0 0 15px;

}
.tour_sideLabel{
  color:#0000FF;
  font-weight: bold;
  text-decoration: underline;


}





.clear{
    clear:both;
}

.event_title{
    border:1px solid blue;
    float:left;

}
.event_location
{
    border:1px solid blue;
    float:left;
}
.event_date
{
    border:1px solid blue;
    float:left;
}
.event_event
{
    border:1px solid blue;
    float:left;
}
.event_tickets
{
    border:1px solid blue;
    float:left;
}

