body {
  ba-ckground-image: url('../images/cross.gif');
  background-position: 50% 50%;
  font-family: verdana;
  font-size: 15px;
  color: #333;
  line-height: 150%;
  background-color: #e6ebed;
  }

#frame, #frameAdmin {
  width: 900px;
  background-color: white;
  border: 1px solid black;
  background-image: url('../images/bg-blue-left.png');
  background-repeat: repeat-y;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 30px auto;
  }

#frameAdmin {
  width: 980px;
  }

#leftPane {
  float: left;
  width: 240px;
  text-align: center;
  }

img.jojoLogo {
  width: 240px;
  height: 240px;
  margin-top: 0px;
  border: 0px;
  }

#pKlantNaam {
  margin-top: 30px;
  padding: 0px 10px;
  color: white;
  }

#rightPane {
  float: left;
  padding: 35px 30px;
  width: 600px;
  text-align: left;
  }

#frameAdmin #rightPane {
  width: 680px;
  }

h1 {
  margin: 0px 0px 20px 0px;
  font-size: 20px;
  font-weight: bold;
  color: #063650;
  }

h1.eventTitle {
  padding-left: 35px;
  background-image: url('../images/event2.png');
  background-repeat: no-repeat;
  background-position: 0px 50%;
  }

p#locatie {
  padding-left: 35px;
  background-image: url('../images/locatie.png');
  background-repeat: no-repeat;
  background-position: 0px 50%;
  line-height: 24px;
  }

p#datumTijd {
  padding-left: 35px;
  background-image: url('../images/date-time.png');
  background-repeat: no-repeat;
  background-position: 0px 50%;
  line-height: 27px;
  font-weight: bold;
  }

h2 {
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #b11a1a;
  }


a:link,a:visited,a:active {
  color: #063650;
  text-decoration: underline;
  }

a:hover {
  color: #779aad;
  text-decoration: none;
  }

a:link.red,a:visited.red,a:active.red,a:hover.red {
  color: #aa0000;
  }

hr {
  background-color:#ced7dc;
  color:#ced7dc;
  border: none;
  height: 1px;
  margin: 20px 0px;
  }

.error hr {
  background-color:#dc9898;
  color:#dc9898;
  }

a.btnGreen, a.btnGrey, a.btnRed {
  text-decoration: none;
  display: inline-block;
  padding: 0px 15px 0px 15px;
  height: 25px;
  line-height: 25px;
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  color: white;
  font-weight: normal;
  }

a.btnGreen {
  background-color: #48b41c;
  border-color: #289209;
  }

a:hover.btnGreen {
  background-color: #3fa718;
  border-color: #29780f;
  }

a.btnGrey {
  background-color: #4f7082;
  border-color: #063650;
  }

a:hover.btnGrey {
  background-color: #648da4;
  border-color: #084465;
  }

a.btnRed {
  background-color: #c81100;
  border-color: #931602;
  }

a:hover.btnRed {
  background-color: #b10000;
  border-color: #660000;
  }

a.btnPrint {
  padding: 0px 15px 0px 50px;
  height: 40px;
  line-height: 40px;
  background-image: url('../images/print-32.png');
  background-repeat: no-repeat;
  background-position: 8px 50%;
  }

.error {
  border: 1px solid #b11a1a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #efd1d1;
  padding: 10px 20px 10px 60px;
  color: #b11a1a;
  font-weight: normal;
  background-image: url('../images/attention.png');
  background-repeat: no-repeat;
  background-position: 15px 18px;
  text-align: center;
  }

.success {
  border: 1px solid #539736;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #bde2ae;
  padding: 10px 20px 10px 60px;
  color: #539736;
  font-weight: normal;
  background-image: url('../images/success-32.png');
  background-repeat: no-repeat;
  background-position: 15px 50%;
  text-align: center;
  }

span.user {
  display: block;
  padding-left: 20px;
  margin: 5px 0px 5px 20px;
  background-image: url('../images/user.png');
  background-repeat: no-repeat;
  background-position: 0px 50%;
  }

span.small {
  font-size: 75%;
  color: #666;
  }

.cb {
  clear: both;
  }

p#adminzone {
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 80px 30px 0px 30px;
  line-height: 32px;
  border: 1px solid #ced7dc;
  background-color: #4f7082;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  }

p#adminzone img {
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin: 0px;
  margin-right: 5px;
  }

p#logginInfo {
  margin: 10px 10px 80px 10px;
  color: #ced7dc;
  font-size: 11px;
  line-height: 150%;
  }

img.icon48 {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  margin-top: -4px;
  float: left;
  border: 0px;
  }

#leftPane a {
  color: #ced7dc;
  text-decoration: none;
  }

#leftPane a:hover {
  color: white;
  }

div.adminIcons {
  text-align: left;
  margin: 80px 30px 30px 30px;
  }

div.adminIcons a {
  line-height: 120%;
  }

.lightBlueRounded {
  background-color: #ced7dc;
  border: 1px solid #9cafb9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  }

.backBtn {
  float: right;
  }

.backBtn img {
  border: 0px;
  }

.info {
  border: 1px solid #9cafb9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ced7dc;
  padding: 10px 20px 10px 60px;
  font-weight: normal;
  background-image: url('../images/info-32.png');
  background-repeat: no-repeat;
  background-position: 15px 50%;
  text-align: center;
  }


