﻿.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    background-color: #FFF;
    color: #333;
    border: 1px solid black;
}

	.jqmWindow .modalHeader{
		background-color:#BBD832;
		font-weight:bold;
		color:#333333;
		padding:5px;
		height:22px;
	}

	.jqmWindow .modalBody{
		margin-left:5px;
		margin-top:10px;
		margin-right:5px;
		padding: 3px 3px 3px 3px;

	}

		.jqmWindow .modalBody li{
			list-style-position:outside;
			margin-left:30px;
			list-style-position:inside;
			list-style-type:disc;
		}

.jqmOverlay { background-color: #333;}
.jqmOverlay { background-color: #999;}

/* 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');
     
}
