/** Smooth ThickBoxEx **/

* html #TBEX_window, * html #TBEX_load {
     position: absolute;
     margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBEXWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
* html #TBEX_overlay {
     position: absolute;
     Xheight: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.documentElement.clientHeight + 'px');
}
* html #TBEX_iframeContent{
	margin-bottom:1px;
}



* html #Xpageeditor2_wrapper, * html #apps_load {
     position: absolute;
     margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (APPSWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
* html #apps_overlay {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.documentElement.clientHeight + 'px');
}

