body {
  behavior:url("/Css/hover.htc");
}

:active, :focus { outline-style: none; -moz-outline-style:none; }

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #e8e7e7;
  margin: 10px 0;
}

select {
  border: 1px solid #a0d8fb;
  font-family: Verdana, Sans-Serif;
  font-size: 10px;
  padding: 3px;
}

textarea {
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
  border: 1px solid Silver;
  padding: 5px;
  width: 400px;
  height: 200px;
}

.ToolTip {
  position: absolute;
  width: 255px;
  margin-left: -105px;
  _margin-left: -150px;
  margin-top: 10px;
  _margin-top: 25px;
  display: none;
  z-index: 999;
}

.ToolTip .Start {
  background: transparent url(/Images/Home/ToolTipStart.png) 0 0 no-repeat;
  height: 26px;
  width: 255px;
}

.ToolTip .Content {
  padding: 0 10px;
  padding-right: 35px;
  border: 2px solid #ff751c;
  border-top: none;
  border-bottom: none;
  background: White url(/Images/Home/ToolTipIcon.png) 220px center no-repeat;
  color: #ff741d;
  font-size: 11px;
}

.ToolTip .End {
  background: transparent url(/Images/Home/ToolTipEnd.png) 0 0 no-repeat;
  height: 15px;
  width: 255px;
}

.melding {
  padding: 15px;
  background: #bcdce9 url(/Images/MeldingAchterg.gif) 0 0 repeat-x;
  margin: 10px 0;
  color: #e9f2f6;
  line-height: 15px;
}

.melding a {
  color: White;
  font-weight: bold;
}

#ChatPopup {
  position: absolute;
  width: 500px;
  height: 200px;
  padding: 30px;
  left: 50%;
  top: 50%;
  margin: -110px 0 0 -280px;
  background: White;
  z-index: 9999;
  border: 1px solid Silver;
  display: none;
}

#ChatPopup input {
  display: block;
}

.error {
  padding: 5px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #03518c;
  background: #eaf6fb;
}

.error ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.error ul li {
  padding: 2px;
  color: #03518c;
}

.Tekst {
  line-height: 16px;
}

.Tekst .Inleiding {
  font-weight: bold;
  color: Gray;
}

a.TerugBtn {
  background: white url(/Images/Vorige.gif) 0 0 no-repeat;
  width: 181px;
  height: 28px; 
  display: block;
  float: left;
  margin-right: 5px;
}

.MemberThumb {
  height: 90px;
  width: 90px;
  cursor: pointer;
  border: 1px solid Silver;
  background: white url() no-repeat 0 0;
}

.MemberThumb a {
  height: 90px;
  width: 90px;
  display: block;
}