/** Page styles *********************************************************/

.overlay table {
  background-color: #85A7B8;
  filter: alpha( opacity = 30 );
  -moz-opacity: 0.3;
  opacity: 0.3;
  cursor: hand;
  voice-family: "\"}\"";
  voice-family: inherit;
  cursor: pointer;
}

.overlayS table {
  background-color: #85A7B8;
  filter: alpha( opacity = 30 );
  -moz-opacity: 0.3;
  opacity: 0.3;
  cursor: hand;
  voice-family: "\"}\"";
  voice-family: inherit;
  cursor: pointer;
}

.overlay img, .overlayS img {
  filter: alpha( opacity = 30 );
  -moz-opacity: 0.3;
  opacity: 0.3;
}

.popuptable {
  background-color: white;
  border: 1px solid black;
  filter: alpha( opacity = 95 );
  -moz-opacity: 0.95;
}

.popupheader {
  background-color: #44446B;
  border-bottom: 1px solid black;
  font-size: 9pt;
  font-weight: bold;
  line-height: 13px;
  color: white;
  filter: alpha( opacity = 100 );
  padding-left: 4px;
  padding-right: 4px;
}

.popupabstract {
  background-color: white;
  border-bottom: 1px solid black;
  font-size: 9pt;
  color: black;
  filter: alpha( opacity = 100 );
  padding-left: 4px;
  padding-right: 4px;
}

.popupfooter {
  background-color: #BCBCD6;
  font-size: 8pt;
  color: black;
  filter: alpha( opacity = 100 );
  padding-left: 4px;
  padding-right: 4px;
}

.thumbnail {
  border: 0px;
}

/** article styles ******************************************************/

.artheader TD {
  background-color: #BCBCD6;
  font-size: 9pt;
  padding: 5px;
  border-bottom: 1px solid #000066;
}

.artfooter TD {
  background-color: #BCBCD6;
  font-size: 9pt;
  padding: 5px;
  border-top: 1px solid #000066;
}

/** Navigation styles ***************************************************/

#publicationlist {
  /*padding: 5px;*/
  /*text-align: center;*/
}

#publicationlist select {
  font-family: Verdana, Arial, "Trebuchet MS", sans-serif;
  font-size: 8pt;
  border: 1px solid black;
}

#publicationlist option {
  font-size: 8pt;
}

#infobox {
  background-color: white;
  padding: 5px;
  color: black;
  text-align: center;
  margin-bottom: 10px;
}

.editionlist {
  margin-top: 5px;
  padding-top: 3px;
}

.pgoverview {
  padding: 5px;
  text-align: left;
  margin: 0px;
}

.pg {
  text-align: center;
  text-decoration: none;
  padding: 1px;
  margin: 0px;
  border: 1px solid #E8EEF3;
}

.pgOver {
  cursor: pointer;
  cursor: hand;
  border: 1px solid #D3E1F1;
  background-color: #F3F7FB;
}

.pgSelected {
  text-align: center;
  padding: 1px;
  margin: 0px;
  font-weight: bold;
  border: 1px solid #06437D;
  background-color: white;
}

.pg a:link, .pg a:visited, .pg a:hover {
  text-decoration: none;
}

/** Search styles *******************************************************/

.searchresult TH {
  padding: 5px 5px 8px 5px;
  font-weight: bold;
}

.searchresult TD {
  vertical-align: top;
}