/* 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;
	min-height: 300px;
    
    background-color: #FFFFFF;
    font-family: Arial;
	font-size: 12px;
	color: #58595b;
    border: 1px solid #d4d4d4;
    padding: 12px;
}

.jqmWindowTac {
	display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
	width: 650px;
	height: 450px;
	overflow: hidden;
	padding: 20px;
	background-color: #FFFFFF;
    font-family: Arial;
	font-size: 12px;
	color: #58595b;
    border: 1px solid #d4d4d4;
}

.jqmWindowVideo {
	display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -185px;
	width: 302px;
	height: 286px;
	overflow: hidden;
	padding: 20px;
	background-color: #FFFFFF;
    font-family: Arial;
	font-size: 12px;
	color: #58595b;
    border: 1px solid #d4d4d4;
}

.jqmWindowBVideo {
	display: none;
    
    position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -440px;
	width: 837px;
	height: 550px;
	overflow: hidden;
	padding: 20px;
	background-color: #FFFFFF;
    font-family: Arial;
	font-size: 12px;
	color: #58595b;
    border: 1px solid #d4d4d4;
}

.jqmWindowMsg {
	display: none;
    
    position: fixed;
    top: 25%;
    left: 50%;
    
    margin-left: -180px;
	width: 300px;
	min-height: 70px;
	height: auto;
	/*overflow: hidden;*/
	padding: 20px;
	background-color: #FFFFFF;
    font-family: Arial;
	font-size: 12px;
	color: #58595b;
    border: 1px solid #d4d4d4;
}

.jqmWindowMsg p {
	font-weight: bold;
	margin-bottom: 20px;
	clear: both;
}

.scroll-div {
	width: 650px;
	height: 370px;
	margin: 20px 0;
	overflow: auto;
}

.scroll-div p {
	margin: 10px 0 0 0;
}


.jqmClose {
	float: right;
	color: #464646;
	text-decoration: none;
}

.jqmCloseButton {
	display: block;
	padding: 0 20px 0 0 ;
	line-height: 16px;
	background: url('/images/close-icon.gif') no-repeat right center;
}

.jqmHalf {
	width: 290px;
	float: left;
	margin-right: 20px;
}

.jqmLeft {
	margin: 0;
}

.jqmHalf h1, .jqmWindowTac h1 {
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -1px;
	color: #58595b;
}

.jqmHalf p {
	margin: 10px 0;
}

#message-window {
	min-height: 35px;
}

.jqmHalf p.errors {
	color: #cd0000;
	font-weight: bold;
	display: none;
}

.jqmHalf p.msg {
	color: #266a04;
	font-weight: bold;
	display: none;
}

.jqmHalf form.singin div {
	margin: 5px 0;
}

.jqmHalf form.singin div label {
	font-weight: bold;
	margin: 0;
}

.jqmHalf form.singin div input {
	width: 150px;
	height: 16px;
	padding: 1px 0;
	background: #e8e8e8;
	color: #58595b;
	font-size: 12px;
	border-top: 1px solid #7c7b7d;
	border-left: 1px solid #7c7b7d;
	border-right: 1px solid #f5f5f6;
	border-bottom: 1px solid #f5f5f6;
}

.jqmHalf form.singin div.buttons{
	margin-top: 20px;
}

.jqmWindowTac div.buttons{
	margin-top: 20px;
	margin-left: 240px
}
.jqmWindowMsg div.buttons{
	margin-left: 120px
}

.jqmWindowMsg div.buttons1{
	margin-left: 30px;
}

.jqmHalf form.singin div.buttons a, .jqmWindowTac div.buttons a , .jqmWindowMsg div.buttons a{
	float: left;
	display: block;
	height: 21px;
	line-height: 19px;
	color: #FFF;
	text-decoration: none;
	margin-right: 3px;
	white-space: nowrap;
	
}

.jqmHalf form.singin div.buttons a span, .jqmWindowTac div.buttons a span, .jqmWindowMsg div.buttons a span{
	float: left;
	display: block;
	height: 21px;
	cursor: pointer;
}

.jqmHalf form.singin div.buttons a span span, .jqmWindowTac div.buttons a span span{
	float: left;
	display: block;
	height: 21px;
	padding: 0 5px;
	font-size: 11px;
}


.jqmWindowMsg div.buttons a span span{
	float: left;
	display: block;
	height: 21px;
	padding: 0 20px;
}

.progress-img {
	display: none;
	margin: 2px 5px 0 0;
}

.jqmHalf form.singin div.buttons a.button1, .jqmWindowTac div.buttons a.button1, .jqmWindowMsg div.buttons a.button1{
	background: url("/images/bluebtn-content.gif") repeat-x;
}
.jqmHalf form.singin div.buttons a.button1 span , .jqmWindowTac div.buttons a.button1 span, .jqmWindowMsg div.buttons a.button1 span{
	background: url("/images/bluebtn-left.gif") no-repeat;
}
.jqmHalf form.singin div.buttons a.button1 span span , .jqmWindowTac div.buttons a.button1 span span, .jqmWindowMsg div.buttons a.button1 span span{
	background: url("/images/bluebtn-right.gif") no-repeat right top;
}

.jqmHalf form.singin div.buttons a.button2, .jqmWindowTac div.buttons a.button2, .jqmWindowMsg div.buttons a.button2{
	background: url("/images/blackbtn-content.gif") repeat-x;
}
.jqmHalf form.singin div.buttons a.button2 span , .jqmWindowTac div.buttons a.button2 span,  .jqmWindowMsg div.buttons a.button2 span{
	background: url("/images/blackbtn-left.gif") no-repeat;
}
.jqmHalf form.singin div.buttons a.button2 span span , .jqmWindowTac div.buttons a.button2 span span , .jqmWindowMsg div.buttons a.button2 span span{
	background: url("/images/blackbtn-right.gif") no-repeat right top;
}

.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 .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}