/* jqModal base Styling courtesy of Brice Burgess <bhb@iceburg.net> */

.jqmWindow
{
	display: none;
	position: fixed;
	top: 5%;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	background-color:transparent;
	color: #333333;
	/*border: 2px solid silver;*/
	padding: 0px;
	font-family:Arial;
	font-size:12px;
	z-index: 30;
}
.jqmWindow .Title
{	
	/*background-color: #EEE;*/
	height:30px;
	color:#333333;
	text-align:center;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	background-color:transparent;
	padding-top:10px;
	/*padding:5px;*/
	/*margin:0px;*/
	/*border-bottom: 1px solid silver;*/
}
.jqmWindow .Buttons 
{	
	text-align: right;
	height:30px;
	background-color:transparent;
	background-position:bottom;
	z-index: 181;
}

.jqmWindow .Buttons_1
{	
	text-align: center;
	padding-top: 10px;
	padding-right:10px;
	height:50px;
	padding-bottom: 10px;
	background-color:transparent;
	border-top:solid 1px #CCCCCC;
	background-position:bottom;
}
.jqmWindow .Body 
{	
	/*padding: 10px;*/
	min-height: 50px;
	border-left:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
	text-align:center;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
}

.jqmWindow .Error {	
	background-color: #FEE;
	color: #700;
	text-align: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #A77;
    padding: 10px;
    margin: 0px;
    display:none;
}

.jqmWindow .Message {	
	background-color: #EFF;
	color: black;
	text-align: left;
	font-weight: bold;
	border: 1px solid yellow;
    padding: 0px;
    display:none;
}





.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');
}

.jqmWindowGrande
{
	 top: 0%;
}