body, div, img {
  padding: 0px;
  margin: 0px;
  
}

body, table {font-size: 9pt; font-family: Arial;}

div#header {
  width: 824px;
  height: 141px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -412px;
}
    
div#header div {
  position: absolute;
  top: 135px;
}

div#main {
  width: 824px;
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -412px;
}

div#header a:hover img{visibility:hidden}


/* tables */

table.display {
  border-top: 1px black solid;
  border-bottom: 1px black solid;
}

table.display td {
  padding-right: 20px;
}

table.display td.Icon {
  padding-left: 10px;
}

table.form td {
 padding: 1px;
 padding-right: 30px;
}

/* messages */
div.messageOK {
  width: 400px;
  margin: 20px;
  padding: 10px;
  text-align: center;
  
  border: #009000 solid 1px;
  background-color: #E0FFE0
}

div.messageFailed {
  width: 400px;
  margin: 20px;
  padding: 10px;
  text-align: center;
  
  border: #900000 solid 1px;
  background-color: #FFE0E0 
}
