
/* 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: -150px;
    width: 400px;
    background-color: #EEE;
    color: #333;
   /* border: 1px solid black;
    padding: 12px;*/
     border:0px;
}

.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');
}


.popupMsg{
	font-family:Verdana, Tahoma, Arial;
	background:#ffffff;
	font-size:11px;
}
.popupTitle{
	height:27px;
	background:#d9c4c7;
}
.popupTitleTxt{
	display:block;
	height:21px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#610112;
	font-weight:bold;
	padding:6px 0px 0px 20px;
	float:left;
}
a.closePopup:link, a.closePopup:visited{
	display:block;
	height:25px;
	width:37px;
	background:url(../Resource/Images/Popup_Images/pop_closeBtn_link.gif) center center no-repeat;
	float:right;
	margin:1px;
}
a.closePopup:hover
{
    height:23px;
    width:35px;
	background:url(../Resource/Images/Popup_Images/pop_closeBtn_hover.gif) center center no-repeat #bda3a7;
	border-bottom:solid 1px #9c8488;
	border-right:solid 1px #9c8488;
	border-left:solid 1px #e5d2d5;
	border-top:solid 1px #e5d2d5;
	margin:1px;
}
.popupContent{
	background:url(../Resource/Images/Popup_Images/pop_content_bg.gif) top repeat-x #eeeeee;
	padding:20px;
}
.popupBtnSplit{
	height:22px;
	background:url(../Resource/Images/Popup_Images/pop_btnSplit_bg.gif);
}
.popLabelTxt{
	padding:8px 0px;
	color:#610112;
}
.textAreaStyle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    width:98%;
	background:#ffffff;
	color:#555555;
	font-size:12px;
	padding:3px;
}



/*
CSS for jqModal --Start--
add by Jian Yun on 2010-2-12
*/
.jqmWindow {
    display: none; 
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -150px;
    width: 400px;
    background-color: #EEE;
    color: #333;
   /* border: 1px solid black;
    padding: 12px;*/
     border:0px;
}

.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');
}


.popupMsg {
	font-family: Montserrat, Arial, Noto Sans Simplified Chinese;
	background: #ffffff;
	font-size: 11px;
}
.popupTitle{
	height:27px;
	background:#d9c4c7;
}
.popupTitleTxt{
	display:block;
	height:21px;
	font-family: Montserrat, Arial, Noto Sans Simplified Chinese;
	font-size:12px;
	color:#610112;
	font-weight:bold;
	padding:6px 0px 0px 20px;
	float:left;
}
a.closePopup:link, a.closePopup:visited{
	display:block;
	height:25px;
	width:37px;
	background:url(../../Resource/Images/Popup_Images/pop_closeBtn_link.gif) center center no-repeat;
	float:right;
	margin:1px;
}
a.closePopup:hover
{
    height:23px;
    width:35px;
	background:url(../../Resource/Images/Popup_Images/pop_closeBtn_hover.gif) center center no-repeat #bda3a7;
	border-bottom:solid 1px #9c8488;
	border-right:solid 1px #9c8488;
	border-left:solid 1px #e5d2d5;
	border-top:solid 1px #e5d2d5;
	margin:1px;
}
.popupContent{
	background:url(../../Resource/Images/Popup_Images/pop_content_bg.gif) top repeat-x #eeeeee;
	padding:20px;
}
.popupBtnSplit{
	height:22px;
	background:url(../../Resource/Images/Popup_Images/pop_btnSplit_bg.gif);
}
.popLabelTxt{
	padding:8px 0px;
	color:#610112;
}
.textAreaStyle
{
	font-family: Montserrat, Arial, Noto Sans Simplified Chinese;
    width:98%;
	background:#ffffff;
	color:#555555;
	font-size:12px;
	padding:3px;
}
/*
CSS for jqModal --End--

*/

/*
CSS for JqModel(iframe) -- Begin --
*/

.jqmWindow2, #jqModalIframeWindow {
    display: none;
    position: fixed;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 90%;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    overflow: hidden;
}

.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 .jqmWindow2 {
    position: absolute;
    
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}




.jqmClose {
    background: #afe5f7;
    border: 1px solid #5cd0f7;
    color: #000;
    clear: right;
    float: right;
    padding: 0 5px;
    cursor: pointer;
}

    .jqmClose:hover {
        background: #FFF;
    }

#jqmContent {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 95%;
    border: 1px dotted #444;
}

#jqmContentDiv {
    width: 99%;
    height: 95%;
    display: block;
    clear: both;
    margin: auto;
    margin-top: 10px;
    overflow: hidden;
}

.jqModalIframe {
    cursor: pointer;
} 

/*
CSS for JqModel(iframe) -- End --
*/
