/* 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;
}
div.jqmDialog {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -300px;
	margin-top: -50px;
	overflow: hidden;
	font-family: Tahoma, Helvetica, sans-serif;
}
input.jqmdXFocus {
	background-position: bottom left;
	outline: none;
}
.feedbackDialog {
	width: 600px;
}
.jqmOverlay {
	background-color: #000;
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */

* iframe.jqm {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
 width: expression(this.parentNode.offsetWidth+'px');
 height: expression(this.parentNode.offsetHeight+'px');
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog {
	position: absolute;
 top: expression(( document . documentElement . scrollTop ||  document . body .  scrollTop) + Math .  round(17 *( document . documentElement . offsetHeight ||  document .  body . clientHeight)/ 100 ) + 'px' );
}
/* [[[ Title / Top Classes ]]] */
div.jqmdTC {
	background: #024785;
	color: #FFFFFF;
	padding: 7px 22px 5px 5px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
*  zoom: 1;
}
div.jqmdTL {
	background: #024785 no-repeat 0px -41px;
	padding-left: 3px;
}
div.jqmdTR {
	background: #024785 no-repeat right 0px;
	padding-right: 3px;
*  zoom: 1;
}
/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
	background: #FFFFFF;
	padding: 7px 7px 7px;
	overflow: auto;
}
.feedbackBC {
	height: 440px;
}
div.jqmdBL {
	background: #FFFFFF;
	padding-left: 7px;
	border-left: 1px solid #024785;
	border-right: 1px solid #024785;
	border-bottom: 1px solid #024785;
}
div.jqmdBR {
	background: #FFFFFF;
	padding-right: 7px;
*  zoom: 1;
}
div.jqmdMSG {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
/* [[[ Button classes ]]] */
input.jqmdX {
	position: absolute;
	right: 7px;
	top: 4px;
	padding: 0 0 0 19px;
	height: 19px;
	width: 0px;
	background: url('../images/close.gif') no-repeat top left;
	overflow: hidden;
	border:none;
}
input.jqmdXFocus {
	background-position: bottom left;
	outline: none;
}
div.jqmdBC button, div.jqmdBC input[type="submit"], input[type="button"] {
	margin: 8px 10px 4px 10px;
	color: #FFF;
	background-color: #024785;
	cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
	border:none;
	padding: 0 5px 0 0;
}
div.jqmDialog input:focus, div.jqmDialog input.iefocus {
	background-color: #E1E1E1;
}
.progressbar {
	/* only for better layout :) */
	background-color: white;
	border: solid 1px #686868;
	width: 400px;
	height: 20px;
	font-family: arial;
	font-size: 10px;
	padding: 1px;
	float:left;
	clear:right;
}
.progressbar .completed {
	/* mandatory */
	width: 0%;
	height: 100%;
	z-index: 1;
	float: left;
	/* only for better layout :) */
	background: url(../images/completed.gif) repeat-x;
}
#message {
	background-color: white;
	width: 300px;
	height: 60px;
	display: none;
	float:left;
	clear:right;
}
div.whiteOverlay {
	background: #E2E2E2;
	filter:alpha(opacity=50);
}
.formrow {
	font-family: Tahoma, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	padding-right: 5px;
	float:left;
	clear:both;
}
.formrow.label {
	font-family: Tahoma, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	padding-right: 5px;
	float:left;
	clear:both;
}
.leftfloat {
	float: left;
	clear: right;
	text-align: left;
}
.formlbl {
	font-family: Tahoma, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	padding-right: 5px;
	clear: left;
}
.formCol {
	float: left;
	clear: right;
	padding-top: 8px;
	padding-right: 10px;
	font-weight: normal;
}
div.newline {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	clear: both;
	float: none;
	line-height: 10px;
}
.formmailText {
	font-family: Tahoma, Helvetica, sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	clear: both;
	float: none;
	text-align: left;
}
.formmailSmallText {
	font-family: Tahoma, Helvetica, sans-serif;
	margin-top: 1px;
	margin-bottom: 1px;
	display: block;
	clear: both;
	float: none;
	text-align: left;
	font-size: 11px;
}
div.small-newline {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	clear: both;
	float: none;
	line-height: 2px;
}
input, textarea, select {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	float: left;
}
.formrow h3 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 25px;
	color: #024785;
	line-height: 30px;
	float:left;
}
.formrow h4 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #024785;
	line-height: 25px;
	float: left;
	clear: right;
}
.select-padding {
	margin-top: 5px;
}

