.subjectselect{
  /*border:1px solid #aac;*/
  background: #ebebeb;
  margin-bottom: 1px;
  line-height: 1.8em;
  padding-left: 5px;
  font-weight: bold;
}
.subjectselect:hover{
  background: #def;
  cursor: pointer;
}
div[id ^=subj]:hover {
  background: #ddd;
}
div[id ^=subj]:active {
  background: #def;
}
#mailcontents{
  /*background:#000;*/
  /*border: thin solid #00f;*/
  width:100%;
  height:75%;
}
#overzicht{
  float:left;
  /*background:#55f;*/
  width:30%;
  height:100%;
  overflow:auto;
  margin-right: -3px;
  border-left: 1px solid;
  border-color: #aac2ee;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f5f5f5;
}
#inhoud{
  background:#fff;
  height:100%;
  float:left;
  width:70%;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #aac2ee;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}
#mailbody{
  overflow:auto;
  height: 100%;
  float: left;
  width: 99%;
  padding-left: 5px;
}
#menubar{
  background: #aac2ee url('../IMG/gradient.png') repeat-x;
  /* border: thin solid #f00; */
  /*color:#fff;*/
  height:40px;
  font-size: 8pt;
  margin-top: 0;
}
.menubutton{
  padding-left: 40px;
  height: 100%;
  float: left;
  cursor: pointer;
  padding-right: 2px;
  margin-left: 5px;
}
.menubutton p{
  vertical-align: middle;
}
#menubar #download_mails{
  background: url('../IMG/mail_get.png') left center no-repeat;
}
#menubar #download_mails:hover{
  background-color: #bbb;
}
#menubar #new_session{
  background: url('../IMG/mail_generic.png') left center no-repeat;
}
#menubar #new_session:hover{
  background-color: #bbb;
}
#menubar #delete{
  background: url('../IMG/mail_delete.png') left center no-repeat;
}
#menubar #delete:hover{
  background-color: #bbb;
}
#overzichtmenu{
  float:left;
  width:30%;
  height:30px;
  background: #aac2ee url('../IMG/gradient.png') repeat-x;
  text-align: center;
  line-height: 2.2em;
}
#inhoudmenu{
  float:left;
  width: 70%;
  height: 30px;
  /*background: #0b0;*/
  /*border: 1px solid #00f;*/
  background: #aac2ee url('../IMG/gradient.png') repeat-x;
}
#validxcode{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
}
#LoadingImg{
  float: right;
}
#mailcontents{
  height: 88%;
}
html, body{
  height: 90%;
  font: 12px  Arial, Geneva, Verdana, Arial, sans-serif;
  color: #333;
  /* border: 1px solid #f00; */
}
html{
  overflow: hidden;
}
#serverstuff{
  padding: 15px;
}
#menus{
  clear: both;
}
form, #serverprops{
  margin: 0;
  padding: 0;
}
#overlay{
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 150%;
  height: 150%;
  background-color: #000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#popup{
  visibility: hidden;
  position: relative;
  top: -55%;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  width: 500px;
  height: 150px;
  background-color: #fff;
  border-color: #000;
  padding: 20px;
}
#popup #popuptekst{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  padding: 0;
}
#popup #closebutton{
  position: absolute;
  top: 5px;
  right: 5px;
  border: thin solid #aac2ee;
  width: 15px;
  text-align: center;
  z-index: 110;
  cursor: pointer;
}
#popup #closebutton:hover{
  background-color: #aac2ee;
}