/* 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: 10%;left: 50%;  margin-left: -380px; width: 720px;  background: url(/images/modal-bg.png) left bottom no-repeat; color: #466cb1; padding: 0px 20px 35px 20px; text-align: left; font-size: 11pt; overflow: hidden;  }
.jqmOverlay { background-color: #000; }


/* CSABBA */

div.jqmWindow h1 {position: relative; width: 100%; height: 36px;  margin-bottom: 20px; margin-top: 25px; font-size: 14pt; }
div.jqmWindow h1 img{position: absolute; top: 0; left: 0;}
div.jqmWindow h1 span {position: absolute; top: 10px; left: 40px; font-size: 7pt; color: #01B0F1;}
div.jqmWindow p {font-size: 10pt;}
div.jqmWindow .close {position: absolute; cursor: pointer; right: 10px; top: 10px; width: 35px; height: 35px; display: block; overflow: hidden; text-indent: -3000px; background: url(/images/modal_close.png) 0 0 no-repeat; z-index: 2;}
div.jqmWindow .modal-head {position: relative; width: 760px; padding: 2px 0 6px 0; margin: -1px -20px 0 -20px; background: url(/images/modal_head.png) center 0 no-repeat; color: #ff0000;  text-indent: 25px; z-index: 1;}

div.jqmWindow #error {color: red; margin-top: 30px;}
div.jqmWindow #error ul{margin-left: 40px;}

div.jqmWindow .button {background: url(/images/button.png) left bottom repeat-x #ffffff; border: 1px solid #a2bed6; border-top: none; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; padding: 4px 8px; font-size: 10pt; font-weight: normal; color: #FF0000; margin: 10px 0; cursor: pointer;}


div.jqmWindow dl, div.jqmWindow dt, div.jqmWindow dd{margin: 0; padding: 0; position: relative; width: 455px;}
div.jqmWindow dl {margin-top: 10px;}
div.jqmWindow dl dd{background: url(/images/modal-dd.png) 0 bottom no-repeat; padding: 12px 5px; display: table-cell;}
div.jqmWindow dl dt{background: url(/images/modal-dt.png) 0 top no-repeat;padding: 19px 0; color: #2d4b98; font-size: 13pt; font-weight: bold; text-align: center;}

div.jqmWindow  .tabber {display: inline-block; width: 144px; text-align: center;}

div.jqmWindow  .tabbed {height: 300px; padding: 10px; width: 420px;}

div.jqmWindow .big {font-size: 15pt; font-weight: bold;}
div.jqmWindow .big2 {font-size: 13pt;}
div.jqmWindow .big3 {font-size: 10pt; font-weight: bold;}
div.jqmWindow .tdHidden {height: 420px;}
