/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 162 2008-12-01 23:36:58Z emartin24 $
 *
 */

body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}
.eventDetailsWrapper{width:770px;position:relative; padding-bottom:20px; }

/* Container */
#simplemodal-container {overflow-x: hidden; overflow-y: auto; width:600px; height:500px; text-align:left; background-color:#fff; border:3px solid #ccc;}
a.modalCloseImg {background:url(../../../graphics/events/x.gif) no-repeat; width:25px; height:29px; display:inline; z-index:3200; text-indent:-10000px; position:absolute; right:5px; top:5px; cursor:pointer;}
.modalPadding{padding-left:10px;}
#simplemodal-contactForm{text-align:left; font-size:0.8em; }

.eventsListingInPopupWrapper{padding:40px 0px 40px 20px;}
#eventListingInPopup{width:440px; margin:10px 0px 0px 0px; padding:0;}
#eventListingInPopup li{padding:10px 10px 10px 25px; margin-bottom:5px;  background: url(../../../graphics/events/bullet_eventRelatedInfo.gif) no-repeat 5px 13px;}
#eventListingInPopup li a{color:#990033; font-weight:bold;}
#eventListingInPopup li a.restrictedEventInPopup{padding:0px 0px 0px 20px; display:block; background:url(icon_restrictedEvent.gif) no-repeat top left;}

#eventListingInPopup .pinkRow{background:#F5E5EA url(../../../graphics/events/bullet_arrow_onPink.gif) no-repeat 5px 13px;}
#eventListingInPopup li.pinkRow a.restrictedEventInPopup{display:block; background:url(../../../graphics/events/icon_restrictedEventOnPink.gif) no-repeat top left;}

p.popupImageHolder{margin:0; padding:20px 10px 10px 10px; text-align:center; over-flow:auto;}