/* 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). */
	
.dialog {
    display: none;
    
    position: fixed;
    top: 10px;
    left: 50%;
    
    margin-left: -326px;
    width: 659px;
    min-height: 494px;
	height: auto !important;
	height:494px;

    padding: 0px;
}

.dialogTitle {
	background: url(/srcfixturesimages/dialogTitleBackground.PNG) repeat-x;
	height: 38px;
	width: 651px;
	color: #AA0000;
	Font-Weight: bold;
	Font-Family: Arial;
	font-size: 16px;
	line-height: 38px;
	float: left;
 }
.dialogTitle span
{
float: left;
}
.dialogClose { float: right; width: 44px; height: 38px; cursor: hand;}
.dialogTitleShadow { 
	width: 8px;
	height: 38px;
	background: url(/srcfixturesimages/dialogTitleShadow.PNG);
	float: right;
}
.dialogContent {
	width: 651px;
	min-height: 432px;
	height: auto !important;
	height:432px;
	overflow: hidden;
	float: left;
	background: url(/srcfixturesimages/dialogBackground.PNG) repeat-x;
}
.dialogContentLeft {
	width: 443px;
	float: left;
	display:inline;
	text-align: center;
	line-height: 432px;
	min-height: 432px;
	height: auto !important;
	height:432px;
	display: table-cell;
	vertical-align: middle 
}
.dialogContentRight {
	width: 188px;
	float:right;
	display:inline;
	padding-left:20px;
	_padding-left:0;
	padding-top:30px;
}
.dialogRightShadow {
	height: 432px;
	width: 8px;
	background: url(/srcfixturesimages/dialogRightShadow.png) repeat-y;
	float: right;
	display:inline;
}
.dialogBottom {
	float: left;
	display:inline;
	clear: both;
	height: 16px;
	width: 651px;
	background: url(/srcfixturesimages/dialogBottom.PNG) repeat-x;
}
.dialogBottomShadowRight {
	float: right;
	display:inline;
	height: 16px;
	width: 8px;
	background: url(/srcfixturesimages/dialogRightShadow.png) repeat-y;
}
.dialogBottomLeftShadow {
	clear: both;
	float: left;
	display:inline;
	width: 8px;
	height: 8px;
	background: url(/srcfixturesimages/dialogBottomLeftShadow.png);
}
.dialogBottomMiddleShadow  {
	float: left;
	display:inline;
	width: 643px;
	height: 8px;
	background: url(/srcfixturesimages/dialogBottomMiddleShadow.png);
}
.dialogBottomRightShadow {
	float: right;
	display:inline;
	width: 8px;
	height: 8px;
	background: url(/srcfixturesimages/dialogBottomRightShadow.png);
}

.jqmOverlay { background-color: #444; }

/* 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, * html .dialog {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
