/** Page styles *********************************************************/

.overlay table
{
  background-color: #FF9933;
  filter: alpha(opacity=30);
  -moz-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;
  cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
}

.overlay img, .overlayS img
{
  filter: alpha(opacity=30);
  -moz-opacity:0.3;
}

.popuptable
{
  background-color: white;
  border: 1px solid black;
  filter: alpha(opacity=95);
  -moz-opacity:0.95;
}

.popupheader
{
  background-color: white;
  border-bottom: 1px solid black;
  font-size: 9pt;
  font-weight: bold;
  line-height: 13px;
  color: black;
  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: #6699CC;
  font-size: 8pt;
  color: white;
  filter: alpha(opacity=100);
  padding-left: 4px;
  padding-right: 4px;
}


.thumbnail
{
  border: 0px;
}


/** article styles *************************************************/

.artheader TD
{
  background-color: #E6ECF5;
  font-size: 9pt;
  padding: 5px;
  border-bottom: 2px solid #06437D;
}

.artfooter TD
{
  background-color: #E6ECF5;
  font-size: 9pt;
  padding: 5px;
  border-top: 1px solid black;
}


/** Navigation styles **********************************************/

#publicationlist
{
  padding: 5px;
  text-align: center;
}

#publicationlist select
{
  width: 90%;
	font-family: verdana, arial, sans-serif;
  font-size: 9pt;
  border: 1px solid black;
}

#infobox
{
  background-image: url( '../images/icon_warning.gif' );
  background-repeat: no-repeat;
  background-position: 5px 6px;
  background-color: #EE6E06;
  padding: 5px 5px 5px 25px;
  color: white;
  text-align: center;
  margin-bottom: 10px;
}

.editionlist
{
  margin-top: 5px;
  padding-top: 3px;
}

.pg
{
  text-align: right;
  text-decoration: none;
  border: 1px solid #E8EEF3;
}

.pgOver
{
  cursor: pointer; cursor: hand;
  border: 1px solid #D3E1F1;
  background-color: #F3F7FB;
}

.pgSelected
{
  text-align: right;
  font-weight: bold;
  border: 1px solid #06437D;
  background-color: white;
}

.pgOver a:link, .pgOver a:visited { color: #FF9933; }
.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;
}