/* @override http://shaftesbury.localhost/css/basic.css */

/* @override http://nt.localhost/css/basic.css */

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


/* Overlay */
#simplemodal-overlay 
	{
	background-color:#fff; 
	cursor:default;
	}

/* Container */
#simplemodal-container 
	{
	height:auto; 
	padding-top: 37px;
	width: 852px;
	background:  url(/images/buy-tickets/bg-lightbox-top.png) no-repeat center top;
	}
	
#simplemodal-container a.modalCloseImg 
	{

	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	height: 13px;
	width: 13px;
	background: #f5bb00;
	right: 56px;
	.right:60px;
	top: 69px;
	display:inline; 
	z-index:3200; 
	position: absolute;
	cursor:pointer;
	text-decoration: none;
	}
#simplemodal-container #basicModalContent 
	{
	padding:8px;
	}
	
div.simplemodal-data
	{
	background: url(/images/buy-tickets/bg-lightbox-bottom.png) no-repeat center bottom;
	padding-bottom: 37px;
	
	}
	
#inner
	{
	padding: 35px 59px;
	text-align: left;
	.display: inline-block;
	background: url(/images/buy-tickets/bg-lightbox-repeat.png) ;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	}

#inner h3
	{
	font-size: 18px;
	margin: 0 0 25px 0;
	}

#inner p
	{
	margin-bottom: 25px;

	padding-top: 10px;
	position: relative;
	display: inline-block;
	width: 100%;
	}
	
#inner span 
	{
	font-size: 12px;
	font-weight: bold;
	margin-right: 80px;
	}
	
#inner p a
	{
	top: 0;
	right: 0;
	font-weight: bold;
	text-decoration: none;
	color: #f5bb00;
	border: 1px solid #474747;
	position: absolute;
	display: block;
	padding: 10px;
	font-size: 12px;
	}
	
#inner p.end
	{
	margin-bottom: 0;
	}


