/* jqmModal dialog CSS courtesy of;
	Brice Burgess <bhb@iceburg.net> */

.overlay_labexpress {
	background: #000000;
	opacity: .90;
	/*filter: Alpha(Opacity=90);*/
	filter: opacity(90%);
}

div.jqmDialog {
	display: none;

	position: fixed;
	top: 17%;
	left: 50%;

	margin-left: -200px;

	overflow: hidden;
	font-family: verdana, tahoma, helvetica;
}

/*
/* 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: #d5ff84 url('images/sprite.gif') repeat 0px -40px;
	color: white;
	padding: 3px 0px 0px 0px;
	font-family: tahoma, helvetica, verdana;
	font-weight: bold;
	font-size: 12px;
	height: 17px;
	vertical-align: text-bottom;
}

div.jqmdTL {
	background: url('images/sprite.gif') no-repeat 0px -20px;
	padding-left: 4px;
}

div.jqmdTR {
	background: url('images/sprite.gif') no-repeat right 0px;
	padding-right: 4px;
	/** zoom: 1;*/
	zoom: 1;
}


/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
	background: url('images/bctema.gif') repeat-x center bottom;
	padding: 7px 7px 7px;
	overflow: auto;
}

div.jqmdBL {
	background: url('images/bltema.gif') no-repeat left bottom;
	padding-left: 7px;
}

div.jqmdBR {
	background: url('images/brtema.gif') no-repeat right bottom;
	padding-right: 7px;
	/** zoom: 1*/
	zoom: 1;
}

div.jqmdMSG {
	color: black;
	padding: 7px 7px 7px;
	overflow: auto;
}

/* [[[ Button classes ]]] */
input.jqmdX {
	position: absolute;
	right: 3px;
	top: 3px;
	padding: 0 0 0 14px;
	height: 14px;
	width: 0px;
	background: url('images/deltema.gif') no-repeat top left;
	overflow: hidden;
}

input.jqmdXFocus {
	background-position: bottom left;
	outline: none;
}

div.jqmdBC button {
	margin: 8px 10px 4px 10px;
	color: #777;
	background-color: #fff;
	cursor: pointer;
}
