body { font-family: Arial, verdana, Helvetica; }
 
.table1 { background:#000000; }

.table2 { background:#FFFFFF; }

.heading { font-weight: bold; font-size:12pt; color:#000000; background:#D2D2D2; }

.info { font-size:10pt; }

.name { font-weight: bold; font-size:10pt; }

.link { font-weight: bold; font-size:10pt; text-decoration: none }

.link:hover { color:red; }
.error { color:red; }

.copyright { font-size:9pt; }

.formtbl { color:black; }

.formtbl td { border: 1px solid; padding-left:10px; }

.formtbl_nb td { padding-right:10px; }

.poplink { font-weight: bold; font-size:11pt; text-decoration: none; color:#466BAD }

body.toolbar {
  background-color: #d2d2d2;
}

div.toolbar {
  text-align: right;
  padding-right: 10px;
}

.toolbar_button {
  font-weight: bold;
  font-size: 12px;
}

.toolbar_button:hover {
  text-decoration: none;
}


/* This is styles more specific to the popup pages. */

.popup_body { 
  margin: 0;
  height:100%; 
  border-top: 0px outset buttonface;
  border-left: 0px outset buttonface;
  border-right: 0px groove buttonface;
  border-bottom: 0px outset buttonface;
  color: #007CB9;
  font-family: Arial, verdana, Helvetica;
}

.popup_hidden { 
  display: none; 
}
.popup_visible { 
  display: inline; 
}

.popup_heading { 
  padding-top:3px; 
  padding-left:20px; 
  font-weight: bold; font-size:16pt; 
  color: #007CB9; 
}

.popup_copyright { 
  font-size:9pt; 
}
