/* CSS Document */

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; z-index:9998 !important; /*cursor:wait;*/}


/* Container */
#simplemodal-container { width:600px; height:390px; background:#393d3e; padding:0px; border:5px solid #272b2c; z-index:9999 !important; }
#simplemodal-container .simplemodal-data { overflow:hidden !important; }
#simplemodal-container .simplemodal-data iframe { overflow:hidden !important; }
#simplemodal-container code {background:#ffffff; display:block; font-size:13px; margin-bottom:0px; padding:0px;}
#simplemodal-container a {}
#simplemodal-container a.modalCloseImg { background:url(/Images/reportage/reportagebuttons/popupclose.gif) no-repeat; width:26px; height:26px; display:inline; z-index:3200; position:absolute; top:-25px; right:-25px; cursor:pointer;}
#simplemodal-container h3 {}






