@charset "UTF-8";
/** 
 * mouseoverPopup.css 
 * used with mouseoverPopup.js & popupFrameText.js
 * styles the popups
 * @author Ryan Winger
 * Modified by Johan Baer
 */


div.back 
{
	font-family:Arial, Helvetica, sans-serif;
  visibility: hidden; 
  position: absolute; 
  top: 0;  
  left: 0; 
  z-index: 2;
  background-color:#EBEBEB;
  font-weight:500;
  opacity: 0.9;
  border: 3px solid black;
  padding:3px;
  width:400px;
}
div.front
{
	font-family:Arial, Helvetica, sans-serif;
  visibility: hidden; 
  position: absolute; 
  top: 0;  
  left: 0; 
  z-index: 3;
  background: transparent;
  color:#333333;
  font-weight:500;
  border: 3px solid #333333;
  padding:3px;
  width:400px;
}

div.popupfrm
{
  visibility: hidden; 
  position: absolute; 
  top: 0;  
  left: 0; 
  z-index: 4;
  background-color:#FFFFBB;
  font-weight:500;
  border: 2px solid black;
  padding:2px;
}

ul.frameList 
{ 
  list-style-position:inside;
  list-style-type:disc;
  margin-top:2px; 
  margin-bottom:1px; 
  margin-left:0px; 
  margin-right:8px;
}