/** Page styles *********************************************************/

.overlay table {
  background-color: #FF9933;
  filter: alpha( opacity = 30 );
  -moz-opacity: 0.3;
  opacity:0.3;
  cursor: hand;
  voice-family: "\"}\"";
  voice-family: inherit;
  cursor: pointer;
}

.overlayS table {
  background-color: #0778B0;
  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;
  opacity:0.95;
}

.popupheader {
  background-color: white;
  border-bottom: 1px solid black;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  line-height: 13px;
  color: #0069B7;
  filter: alpha( opacity = 100 );
  opacity:1;
  padding-left: 4px;
  padding-right: 4px;
}

.popupabstract {
  background-color: #ffffe0;
  border-bottom: 1px solid black;
  font-family: Verdana;
  font-size: 10px;
  color: black;
  filter: alpha( opacity = 100 );
  opacity:1;
  padding-left: 4px;
  padding-right: 4px;
}

.popupfooter {
  background-color: #88A0D6;
  font-size: 10px;
  color: white;
  filter: alpha( opacity = 100 );
  opacity:1;
  padding-left: 4px;
  padding-right: 4px;
}

/** article styles *************************************************/

.artheader TD {
  background-color: #C0D8EF;
  font-size: 11px;
  padding: 5px;
}

.artfooter TD {
  background-color: #0066BF;
  font-size: 10px;
  padding: 5px;
}

#articlelinks, #date_year, #date_month, #date_day, #sel_pub, #sel_ed, #pagelinks {
  font-size: 10px;
  background-color: white; /* #C0D8EF; */
  color: #333399;
}

#articlelinks #extern, #articlelinks #article, #pagelinks #page {
  font-size: 9px;
  padding-left: 10px;
  background-color: white;
}

/** Navigation styles **********************************************/

#publicationlist select {
  width: 90%;
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
  border: 1px solid black;
}

#publicationlist option {
  font-size: 8pt;
}

.editionlist {
  margin-top: 5px;
  padding-top: 3px;
}

.pgoverview {
  padding: 5px;
  text-align: left;
  margin: 0px;
}

.pg {
  text-align: right;
  width: 20px;
  padding: 1px;
  margin: 0px;
  border: 1px solid #E8EEF3;
}

.pgSelected {
  text-align: right;
  padding: 1px;
  margin: 0px;
  font-weight: bold;
  border: 1px solid #C2D1E6;
  background-color: white;
}

.pgInput {
  font-size: 7pt;
  border: 1px solid black;
  background-color: #C0D8EF;
  text-align: center;
}

/** Search styles **************************************************/

.searchresult TH {
  padding: 5px 5px 8px 5px;
  font-weight: bold;
}

.searchresult TD {
  vertical-align: top;
}
