@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.2
 * 
 */


.modalOverlay {
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index:10001;
    filter: alpha(opacity=50);
}
.popupContent {
    background: #929594;
    z-index:10001;

}
.popupContent > * {
    z-index:10001;
    font-size: 87.01%;
    color: #FFFFFF;
    padding:20px 0px 0px 440px;
    top:-10px;
    position: relative;
   
}

.popupContent a {
       text-decoration: underline;
       color: #FFFFFF;
}


.popupContent i {
	font-style: italic;
}

.popupContent .close, .popupContent .close:link, .popupContent .close:hover {
    cursor: pointer;
    border: 0px;
    text-indent:-999em;
    direction: ltr;
    width: 30px;
    height: 24px;
    background: url('../images/close.png') no-repeat top right;
}