#header {
  margin           : 0px;
  padding          : 0px;
  width            : 100%;
  background-color : #C2D2D9;
/*
  position         : absolute;
  left             : 0px;
  top              : 0px;
*/
}

#header img,
#menu img {
  vertical-align   : bottom;
}

#search {
  background-color : #00869A;
  position         : absolute;
  left             : 0px;
  top              : 0px;
  text-align       : right;
  width            : 120px;
/*  height           : 100%;*/
  margin           : 0px;
  margin-top       : 64px;
  padding          : 0px;
  padding-top      : 12px;
  padding-right    : 5px;
  border           : 0px none #000000;
}

#searchfield {
  background-color : #FFFFFF;
  height           : 21px;
  width            : 100px;
  padding          : 2px;
  border           : 0px hidden #FFFFFF;
}

#content {
  padding-left     : 140px;
}

#menu {
  margin           : 0px;
  padding          : 0px;
  padding-left     : 125px;
  padding-top      : 5px;
}

.menu-level1 {
  margin           : 0px;
  padding          : 0px;
}

.menu-level2 {
  height           : 25px;
  background-color : #00869A;
  margin           : 0px;
  padding          : 0px;
}

.back2top {
  text-align       : right;
  font-weight      : bold;
  margin           : 0px;
  padding          : 0px;
}

.back2top a {
  font-size        : 8pt;
}

/*
#error,
#message {
  background-color : #E7FFE7;
  text-align       : left;
  padding          : 3px;
  margin           : 0px;
  margin-top       : 5px;
  margin-bottom    : 10px;
  max-width        : 500px;
  border           : 1px solid #008000;
  color            : #008000;
}
*/

#message {
  background-color : #DFEDDE;
  text-align       : left;
  padding          : 6px;
  margin           : 0px;
  margin-top       : 5px;
  margin-bottom    : 10px;
  max-width        : 400px;
  border           : 1px solid #333333;
  color            : #000000; /*#008000;*/
  background-image    : url(/images/msg_ok.gif);
  background-repeat   : no-repeat;
  background-position : 4px 4px;
  padding-left        : 28px;
}

#error {
  background-color : #F9E9E9;
  text-align       : left;
  padding          : 6px;
  margin           : 0px;
  margin-top       : 5px;
  margin-bottom    : 10px;
  border           : 1px solid #333333;
  color            : red;
  background-image    : url(/images/msg_err.gif);
  background-repeat   : no-repeat;
  background-position : 4px 4px;
  padding-left        : 28px;
}

body {
  background-image : url(./images/back.gif);
  background-repeat: repeat-y;
}

#testmode {
  font-size        : 11pt;
  font-weight      : bold;
  color            : red;
  padding          : 0px 80px;
}

#reg_event #message {
  background-color : #00FF80;
  text-align       : left;
  padding          : 6px;
  margin           : 0px;
  margin-top       : 5px;
  margin-bottom    : 10px;
  max-width        : 400px;
  border           : 1px solid #333333;
  color            : #000000; /*#008000;*/
  background-image    : url(/images/msg_ok.gif);
  background-repeat   : no-repeat;
  background-position : 4px 4px;
  padding-left        : 28px;
}
