/* 
  webblock_reservations.css is the css file for the reservations block. With this block you 
  can style the reservationss (=reservations)
  28-1-2008 by theo@plyworks.nl

*/
#container3 .block.reservations {
  position: relative;
  margin: 0px 0px 24px 6px;
  padding: 0px 0px 0px 0px;
  width: 234px;
  }
.block.reservations .head {
  display: block;
  height: 22px;
  background-image: url('/components/images/episodeinf-bg-head.png');
  background-repeat: no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/components/images/episodeinf-bg-head.png');
  visibility: visible;
  }
.block.reservations .bottom {
  clear: both;
  display: block;
  height: 16px;
  background-image: url('/components/images/episodeinf-bg-bottom.png');
  background-repeat: no-repeat;
  visibility: visible;
  width: 234px;
_background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/components/images/episodeinf-bg-bottom.png');
  }
.block.reservations .body {
  background-image: url('/components/images/episodeinf-bg-body.png');
  background-repeat: repeat-y;
  padding-top: 0px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 18px;
  margin-bottom: 0px;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/components/images/episodeinf-bg-body.png');
  height: 100%;
  }
#container3 .block.reservations h2, .block.reservations h5 {
  color: #fefefe;
  } 
.block.reservations p {
  color: #0264af;
  margin: 5px 0px 12px 0px;
  }
.block.reservations a span {
  display: none;
  }
.block.reservations a:hover span {
  display: block;
  color: #0264af;
  font: 10px Verdana, sans-serif; text-align: left;
  }
#container3 .block.reservations a {
  color: #0264af;
  font-weight: bold;
  text-align: right;
  float: right;
  margin-right: 20px;
  text-decoration: underline;
  }
#container3 .block.reservations a:hover {
  color: #ffffff;
  }

div.tooltip {
  background: #fff;
  border: 1px solid #000;
  width: 150px;
  padding: 2px;
  font-size: 0.8em;
}

