/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }


.jqDrag {
  width: 100%;
  cursor: move;
}

.jqResize {
   width: 15px;
   position: absolute;
   bottom: 0;
   right: 0;
   cursor: se-resize;
   background-image: url(/imgs/dragHdl.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}


/* jqmNotice dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

.jqmNotice {
	display: none;
	position: fixed;
	top: 200px;
	left: 50%;
	opacity:1.00;
   margin: 0; 
	margin-left:-250px;
	width:500px;
	overflow: auto;
	font-family: verdana,tahoma,helvetica;
	background-color: white;
	color: black;
	border:1px outset;
	padding: 4px;
	border-radius: 10px;
}

.jqmHelp {
	background-color: #F0FFF0;
}

.jqmClose {
	padding: 4px;
}


.jqmNotice h6 {
	line-height:1.5em;
	padding:2px;
	margin:1px;
	background-color: #E3E4D4;
	color: #292910;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	border:1px outset;
	letter-spacing:2px;
	font: bold 1.2em Arial, Helvetica, sans-serif;
}

.jqmNotice h6.urgent {
}

.jqmNotice p {
	color:black;
	background-color: white;
	color:black;
	margin:15px;
	font: normal normal 1.2em/1.4em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica,  sans-serif;
}

.jqmHelp p {
	background-color: #F0FFF0;
}


.jqmImg {
	display: none;
	margin: 0;
	padding: 0; 
	overflow: auto;
}

.jqmtt {
	display: none;
   position: fixed;
	top: 200px;
	left: 50%;
	opacity:1.0;
   margin: 0; 
	margin-left:-150px;
	width:300px;
	overflow: auto;
	font-family: verdana,tahoma,helvetica;
	background-color: ivory;
	color: black;
	border:1px outset;
	padding: 10px;
}
