﻿/* $Id: jquery.popup.css 67 2008-01-22 08:54:37Z Bolik@xjgc.com $ */

.popupPanel
{
  background-color: /*#cccc66*/ transparent;
  position: absolute;
  border: /*#0066cc thin solid*/ none;
  _width: 10em;
  min-width: 10em;
  _height: 0em;
  min-height: 1em;


}

.popupPanel a
{
  text-decoration: none;
}
.popupPanel a:link
{
  color: Blue;
}
.popupPanel a:visited
{
  color: purple;
}
.popupPanel a:hover
{
  color: #FF7F50;
}

.popupContent{ position: relative; width:950px; min-height:50px;}
.popupController
{
 /* border-bottom: #cc0000 thin solid;
 display:none;
 visibility:hidden;*/
 z-index:101;
 position:absolute;
 right:10px;
 top:5px;
 background:url("../jqModal/close.png") 0 0 no-repeat;
 width:25px;
 height:14px;
 }
.popupController a:hover{ text-decoration:none;}
