/* 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: 5%; left: 50%; margin-left: -300px; width: 603px; background-color: #2b3541; color: #8493a1; font-size: 9pt;}
.jqmWindowReg {display: none; position: fixed; top: 5%;left: 50%;margin-left: -408px; width: 817px; height:580px; background-color: #EEE;color: #333; }

.jqmOverlay { background-color: #000; }

.jqmWindow .modalwindow {
	position: relative;
	background: url(/images/modal/modal_bg.gif) top no-repeat;
	padding: 55px 0 0 0;
	text-align: left;
	border: 2px solid #9b181b;
}
.jqmWindow .modalwindow h1 {position: absolute; color: #fff; width: 100%; text-indent: 15px; top: 0; left: 0; padding: 7px 0 6px 0; font-size: 12pt; background-color: #780506;}
.jqmWindow .modalwindow h2 {color: #af2327; font-weight: bold; font-size: 13pt; margin-bottom: 7px;}
.jqmWindow .modalwindow p {margin-bottom: 15px;}
.jqmWindow .modalwindow ul {margin-bottom: 15px; padding-left: 20px;}
.jqmWindow .modalwindow ul li {list-style-type: disc; list-style-position: outside; margin-bottom: 3px;}
.jqmWindow .modalwindow .longcontent {height: 400px; overflow: auto; width: auto; margin-right: 10px; padding-right: 10px;}
.jqmWindow .modalwindow .close {position: absolute; top: 9px; right: 9px; display: block; width: 16px; height: 16px; overflow: hidden; text-indent: -3000px; background: url(/images/modal/modal_close.jpg) left top no-repeat;}
.modalwindow .submit {font-weight: bold; font-size: 9pt; color: #fff; background-color: #e34d54; display: inline-block; border: 1px solid #ed6165; width: 67px; cursor: pointer; padding: 1px;}
.modalwindow .textfield {color: #000; background-color: #fbecf4; border: 1px solid #ed6165; width: 300px; padding: 1px; font-size: 9pt;}
.modalwindow .textfieldmargin {margin-bottom: 7px;}

.scroll {position: relative; margin: -20px 0 -25px -10px; padding: 20px 10px 0 0; width: 575px; height:450px;  overflow-y: scroll;}
.scroll h1 {font-size: 11pt; font-weight: bold;}
.scroll h2 {font-size: 10pt; font-weight: bold; margin-top: 15px; margin-bottom: 5px;}
.scroll h3 {font-size: 9pt; font-weight: bold; margin-top: 15px; margin-bottom: 5px;}
.scroll p {font-size: 8pt; font-weight: normal; padding: 10px 0; margin: 0;}
.scroll a, .scroll a:hover {color: white;}
a:focus{outline:0;}
