#on_this_day {
   width: 75%;
 }

.over_title {
  margin-left: 15px;
  margin-bottom: 3px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
}

#on_this_day table {
 font-size: 11px;
}
#on_this_day #on_this_day_list {

}


#on_this_day #open_on_this_day img,
#on_this_day #close_on_this_day img {
 display: block;
 float: left;
 margin-top: 1px;
 margin-right: 3px;
}

#on_this_day #open_on_this_day a,
#on_this_day #close_on_this_day a {
 font-size: 12px;
 display: block;
 valign: middle;
}

#on_this_day #open_on_this_day,
#on_this_day #close_on_this_day {
 padding-left: 20px;
 height: 64px;
}

#on_this_day table {
 margin: 0px 0px 20px 20px;
 border-collapse: collapse;
}
#on_this_day th, #on_this_day td {
 padding: 2px 4px;
}
#on_this_day th{
 padding-top: 5px;
 padding-bottom: 5px;
 /*
 background-color: #10446b;
 border: 1px solid #aaa;
 color: #fff; */
 color: #10446b;
 text-align: left;

}
#on_this_day td.publisher {
 color: #10446b;
 font-weight: bold;
}
#on_this_day tr.alt0 td {
 background-color: #ddd;
 border: 1px solid #aaa;
}
#on_this_day tr.alt1 td {
 background-color: #eee;
 border: 1px solid #aaa;
}

#on_this_day .thumb_container {
 float: left;
 height: 50px;
 overflow: hidden;
 border: 1px solid #888;
 background-color: #fff;
 margin-right: 3px;
}

#on_this_day #on_this_day_popup {
  margin-top: 20px;
  margin-left: 20px;
  border: 1px solid #10346b;;
  padding: 2px;
  background-image: url(http://inthepress.fmh.de/images/bg_dark_blue.png);
  min-width: 270px;
}

#on_this_day #on_this_day_popup_top {
  height: 19px;
}

#on_this_day #on_this_day_close_icon {
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(http://inthepress.fmh.de/images/sprites.png);
  background-position: 0px 0px;
  float: left;
  margin-right: 10px;
}

#on_this_day #on_this_day_publisher {
  color: #fff;
  font-size: 10px;
  font-family: verdana, helvetica, sans-serif;
  padding-top: 2px;
  padding-left: 5px;
  white-space:nowrap;
  width: 100%;
  text-align: center;
}

#on_this_day #on_this_day_close_icon:hover {
  background-position: 0px -19px;
}

#on_this_day #on_this_day_image {
  text-align: center;
}