/* Notice CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> 
   modified by Chris Hopper <chris@pmgdigital.com> 
   for use in PrintFX Design Module 2008-10 - 
   custom bits hacked out to common.css
   */

div.jqmNotice {
    display: none;
    position: fixed;
    top:15%;
    left:30%;
    margin-left:-425px;
    width:850px;
    height: 400px;
    padding: 0;
    -moz-border-radius:5%;
    -webkit-border-radius:5%;
}
.jqmnTitle{margin-left: 25px; margin-top:5px;}
  
.jqmnTitle h1{
  margin: 0px 0;
  padding-left:0px;
  width: 100%;
  font-size:16px; 
}

div.jqmNotice .jqmClose {
  position: absolute;
  cursor: pointer;
  right: 30px;
  font-weight:bold;
  text-decoration:none; 
  font-size:large;
}

.jqmnContent{
  border-top:1px;
  font:12px/18pt;
  padding:0 20px 5px;
}

div.whiteOverlay { background-color: white; }
div.blackOverlay { background-color: black; }
div.jqDrag {cursor: move;}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog {
  display: none;
    position: fixed;
    top: 17%;
    left: 30%;
    margin-left: -100px;
    width: 700px;
    overflow: hidden;
}

/* [[[ Title / Top Classes ]]] */
div.jqmdTC {   
  padding: 7px 5px;
  font-weight: bold;
}

/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
  padding: 7px 7px 7px;
  height: 280px;
  overflow: none;
}

/* [[[ Button classes ]]] */
input.jqmdX {
  position: absolute;
  right: 7px;
  top: 4px;
  padding: 0 0 0 19px;
  height: 19px;
  width: 0px;
  overflow: hidden;
}
input.jqmdXFocus {background-position: bottom left; outline: none;}

div.jqmdBC button, div.jqmdBC input[type="submit"] {
  margin: 8px 10px 4px 10px;
  cursor: pointer;
}

.jqHandle {
   background: red;
   height:15px;
}

.jqDrag {
  width: 100%;
  cursor: move;
}

.jqmnTitle.jqDrag { width:92%; cursor:move;}
/*everything else moved to Common for easy customization*/

input.jqmdX {
    background: url("../_g/dialog/close.gif") no-repeat scroll left top transparent;
}
