/**
 * @lastmodified $Id: pvg_modal.css 4305 2013-11-12 13:59:40Z h.ruhs $
 * @since 3.6.2
 *
 * @package Frontend-Kit
 * @tableofcontents
 *
 * 1. Simple Modal
 * 2. Modal Default
 * 3. Modal Alternative
 */

/* @section 1. Simple Modal */

.simplemodal-overlay {background:#000}
.simplemodal-wrap {background:#fff}
.simplemodal-close {background:url('../../img/pvg_sprite_icon_3.6.2.png') center -603px;font:0.875em/25px arial;color:#909090;text-indent:-50px;height:26px;width:26px}
.simplemodal-close:hover {background-position:center -633px}
.simplemodal-data {padding:10px}
.simplemodal-type-iframe .simplemodal-data {padding:0}

/* @section 2. Modal Default */

.simplemodal-default {
background:#f5f5f5;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:5px solid #dcdcdc;padding-top:30px}

/* Padding beim Loader entferner */
.simplemodal-default.simplemodal-type-loader {padding-top:0}

.simplemodal-default .simplemodal-title {
background:#f9f9f9;
background:-moz-linear-gradient(top, #fff, #f5f5f5);
background:-ms-linear-gradient(top, #fff, #f5f5f5);
background:-o-linear-gradient(top, #fff, #f5f5f5);
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5)); 
background:-webkit-linear-gradient(top, #fff, #f5f5f5);
background:linear-gradient(top, #fff, #f5f5f5);
border-bottom:1px solid #d6d6d6;color:#2a4d8f;font:bold 1.25em/30px arial;text-indent:10px;position:absolute;left:0;top:0;width:100%}
.simplemodal-default .simplemodal-close {top:2px;right:4px}

/* @section 3. Modal Alternative */

.simplemodal-alternative {
background:#4c83de;
background:-moz-linear-gradient(top, #149bd5, #0d65bf 60px, #0d65bf);
background:-ms-linear-gradient(top, #149bd5, #0d65bf 60px, #0d65bf);
background:-o-linear-gradient(top, #149bd5, #0d65bf 60px, #0d65bf);
background:-webkit-gradient(linear, left top, left bottom, from(#149bd5), color-stop(#0d65bf, 60px), to(#0d65bf)); 
background:-webkit-linear-gradient(top, #149bd5, #0d65bf 60px, #0d65bf);
background:linear-gradient(top, #149bd5, #0d65bf 60px, #0d65bf);
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
-webkit-box-shadow:0 0 6px 0 #777;
-moz-box-shadow:0 0 6px 0 #777;
box-shadow:0 0 6px 0 #777;
margin:-30px 0 0 -15px;padding:45px 15px 15px}
.simplemodal-alternative .simplemodal-title {display:none}

.simplemodal-alternative .simplemodal-close {color:#fff;right:13px;top:10px}
.simplemodal-alternative .simplemodal-wrap {
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px}
.simplemodal-alternative-logo {background:url('../../img/pvg_sprite_3.6.2.png') -457px 0;position:absolute;left:15px;top:8px;height:32px;width:163px}
