/** Page styles *********************************************************/

.overlay table {
  background-color: gray;
  filter: alpha( opacity = 30 );
  -moz-opacity: 0.3;
  opacity:0.3;
  cursor: hand;
  voice-family: "\"}\"";
  voice-family: inherit;
  cursor: pointer;
}

.overlayS table {
  background-color: #394a58;
  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-size: 10px;
  font-weight: bold;
  line-height: 13px;
  color: black;
  filter: alpha( opacity = 100 );
  opacity:1;
  padding-left: 4px;
  padding-right: 4px;
}

.popupabstract {
  background-color: white;
  border-bottom: 1px solid black;
  font-size: 10px;
  color: black;
  filter: alpha( opacity = 100 );
  opacity:1;
  padding-left: 4px;
  padding-right: 4px;
}

.popupfooter {
  background-color: #394a58;
  font-size: 10px;
  color: white;
  filter: alpha( opacity = 100 );
  opacity:1;
  padding-left: 4px;
  padding-right: 4px;
}

.thumbnail {
  border: 0px;
}

.test a:link, .test a:visited{
  font-size: 10px;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
}


/** article styles ************/

.artheader {
  background:url(../images/Article_Top_Logo.png) top left repeat;
}
.artheader TD {
  text-align: right;
  font-size: 10px;  
}

/* override settings of [a] tag in globals.css */
.artheader a:link {
  padding-right: 5px;
  font-size: 10px;
  cursor: hand;
  text-decoration: none;
  color: #394a58 ;  /*change text color use only color attribute*/
}
.artheader a:hover {
  font-size: 10px;
  cursor: hand;
  text-decoration: none;
  color: #394a58;  /*change text color use only color attribute*/
}
.artheader a:visited {
  font-size: 10px;
  cursor: hand;
  text-decoration: none;
  color: #394a58;  /*change text color use only color attribute*/
}

.arterror TD {
  padding: 5px;
  vertical-align: top;
}

.artfooter TD {
  background-color: #E6ECF5;
  font-size: 10px;
  padding: 5px;
  border-top: 1px solid black;
}

/** Navigation styles **********************************************/
.freeinput {
	border: 1px solid black;
}

#publicationlist select {
  width: 90%;
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
  border: 1px solid black;
}

#publicationlist option {
  font-size: 8pt;
}

#infobox {
  position: relative;
  background-image: url( '../images/icon_warning.png' );
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background-color: #dd4021;
  padding: 5px 5px 5px 30px;
  color: white;
  margin-top: 10px;
}

.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 #9B1027;
  background-color: white;
}

/** Search styles **************************************************/

.searchresult TH {
  padding: 5px 5px 8px 5px;
  font-weight: bold;
}

.searchresult TD {
  vertical-align: top;
}

.pgnav {
  background-color: #394a58;
  color: white;
  font-size: 10px;
  font-family: Verdana, Arial;
}
