/* $Id: jquery.popup.css 67 2008-01-22 08:54:37Z Bolik@xjgc.com $ */

.popupPanel
{
  background-color: #FFF5E6;
  position: absolute;
  border: #0066cc thin solid;
  _width: 10em;
  min-width: 10em;
  _height: 10em;
  min-height: 10em;
  text-align: left;
  height: 250px;
  width: 400px;
  overflow: scroll;
}

.popupContent br {
  display : none;
}

.popupPanel a
{
  text-decoration: none;
  padding : 6px;
  color: #000000;
  display : block;
  margin : 0;
}

.popupPanel a:link
{
  color: #000000;
}
.popupPanel a:visited
{
  color: #000000;
}
.popupPanel a:hover
{
  color: #FF8000;
}

.popupController
{
  
  border-bottom: #FF8000 thin solid;
}