﻿/* $Id: jquery.popup.css 67 2008-01-22 08:54:37Z Bolik@xjgc.com $ */

.popupPanel
{
  background-color:#FFFFFF;
  position: absolute;
  border: #009900 thin solid;
  _width: 20em;
  min-width: 10em;
  max-width: 15em;
  _height: 10em;
  min-height: 10em;
  font-size:12px;
  line-height:15px;
  width:120px;
}

.popupPanel a
{
  text-decoration: none; 
}
.popupPanel a:link
{
  color:#000000;
}
.popupPanel a:visited
{
  color:#000000;
}
.popupPanel a:hover
{
  color:#00CC00;
}

.popupController
{  
  border-bottom: #00CC00 thin solid;
}