/* 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;
    overflow:hidden;
    position: fixed;
    top: 10%;
    left: 50%;
    width:100%;
    /*margin-left: -300px;*/
    /*width: 610px;*/
    overflow-y: auto;
    /*min-width:450px;*/
    max-width:650px;
    height:auto;
    max-height: 600px;
    margin: 0 0 0 -325px;
    background-color: #239600;
    border: 1px solid #cccccc;
    padding: 20px 20px 20px 20px;
    box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.50);
}

.jqmWindow div#jqminnerframe {padding:0 0 20px; 0;}

.jqmOverlay { background-color: #cecece;}

/* 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');
}*/

 iframe.jqm {border:0;}
/*min-height:400px; max-height:650px; width:600px;*/

.jqmWindow .hideModal {overflow:hidden; margin-bottom:15px; padding:2px;}
.jqmWindow .hideModal {display:block; text-align:right;}
.jqmWindow .hideModal img {display:block; float:right; overflow:hidden; margin:0; padding:0;}

/* 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');
}


element.style {
    height: 100px;
    left: 5000px;
    position: absolute;
    top: 120px;
    width: 120px;
}
* {
    margin: 0;
    padding: 0;
}
.jqmWindow {
    color: #ffffff;
}
html {
    font-family: Arial,Helvetica,sans-serif;
}
div#jqModal .onecolums-layout #middle {
    clear: both;
    margin-left: 0;
    width: auto;
}

element.style {
    height: 100px;
    left: 5000px;
    position: absolute;
    top: 120px;
    width: 120px;
}
* {
    margin: 0;
    padding: 0;
}
.jqmWindow {
    color: #ffffff;
}
html {
    font-family: Arial,Helvetica,sans-serif;
}
a.tx-nwtexternallinknotice-pi1-targetLink {
    color:#ffffff;
    background: none;
    padding: 0;
}
.tx-nwtexternallinknotice-pi1 span.outer {display:block; margin-top:18px; padding: 0 0 0 4px; overflow:hidden; height:32px; background-image:url('../gfx/hg-teaserbut-home-l.png'); background-repeat:no-repeat; background-position:left top;}
.tx-nwtexternallinknotice-pi1 span.inner {display:inline-block; padding: 0 4px 0 0;}
.tx-nwtexternallinknotice-pi1 span.inner a { background-image:url('../gfx/hg-teaserbut-home.png'); background-repeat:repeat-x;}
.tx-nwtexternallinknotice-pi1 span.inner a {display:inline-block; padding:6px 25px 8px 25px; text-align:center; color:#ffffff;}
.tx-nwtexternallinknotice-pi1 span.inner {background-image:url('../gfx/hg-teaserbut-home-r.png'); background-repeat:no-repeat; background-position:right top;}




