﻿.popupControl
{
	background-color: #AAD4FF;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground
{
	background-color: Gray;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

/* For JQModal */
div.jqmNotice img.jqResize {
	position: absolute; 
	right: 2px; 
	bottom: 2px;
	cursor: nw-resize;
 }

div.jqmNotice {
    display: none;
    
    position:absolute;
    top:25%; 
    left:35%;
    
    width: 285px;
	background-color: White;
    border: 1px solid #000;
    padding: 0;
    height:50%;
}

.jqmnTitle{margin: 0 25px;}
  
.jqmnTitle h1{
  margin: 5px 0;
  padding-left:5px;
  width: 100%;
  
  font-size:10px;
  color:#FFFFCC;
  background-color:#505050;
}

div.jqmNotice .jqmClose {
  /*position: absolute;*/
  cursor: pointer;
  /*right: 4px;
  top: 6px;*/
}

.jqDrag
{
	cursor:move;
}

.jqmnContent{
  border-top:1px;
  color:#000;
  font:12px/18pt Comic Sans, Comic Sans MS, cursive;
  padding:0 20px 5px;
}

.jqmOverlay { background-color: Gray; }
