﻿/*********************
Reset the bullet points to something normal
*********************/

ol, ul, li {padding:0px;margin-left:10px;margin-bottom:5px;}

/*********************
Style the buttons
*********************/
#divButtons, .divButtons {
	margin: 2px;
	clear:both;
	text-align:center;
}
#divButtons .lineSpacer, .divButtons .lineSpacer {
	height: 15px;
}
#divButtons .btnStyle, .divButtons .btnStyle {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px;
	padding: 3px 15px 3px 15px;
	background:#cfcfcf;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#divButtons .btnStyle:hover, .divButtons .btnStyle:hover {
	background:#ffc42b;
	color:#000000;
}
#divButtons .btnStyle:active, .divButtons .btnStyle:active {
	background:#ffc42b;
	color:#000000;
}
#divButtons .btnMedium, .divButtons .btnMedium {
	font-size: 12px;
	padding: 2px 10px 2px 10px;
}
#divButtons .btnSmall, .divButtons .btnSmall {
	font-size: 11px;
	padding: 1px 5px 1px 5px;
}
#divButtons .btnTypeSubmit, .divButtons .btnTypeSubmit {
	background:#bcbcbc;
}
#divButtons .btnTypeSubmit:hover, .divButtons .btnTypeSubmit:hover {
	background:#009900;
	color:#000000;
}
#divButtons .btnTypeSubmit:active, .divButtons .btnTypeSubmit:active {
	background:#009900;
	color:#000000;
}
#divButtons .btnTypeCancel:hover, .divButtons .btnTypeCancel:hover {
	background:#ff0000;
	color:#000000;
}
#divButtons .btnTypeCancel:active, .divButtons .btnTypeCancel:active {
	background:#ff0000;
	color:#000000;
}

/*********************
Used across all the pages
*********************/
.clear	{
	clear:both;
}
/*#divButtons .rounded {
  background-color:#ff0000;
  border-radius:3ex;
  -webkit-border-radius:3ex;
  -moz-border-radius:3ex;
} 
#divButtons .btnSubmit	{
	background-color:#92bbff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#divButtons .btnSubmit input	{
	background-color:#92bb00;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}*/




#eventImageSmall	{
	float:left;
	text-align:center;
	width:75px;
	background:#dcdcdc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	position:relative;
	margin-right:5px;
}
#eventImageSmall .NoImage	{
	float:left;
	text-align:center;
	width:75px;
	height:75px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	position:relative;
}
#eventImageSmall span	{
	position:absolute;
	top:4px;
	left:0;
}
#eventImagePoster a, a:visited, a:active {
	color: #2d6887;
	border-bottom: 0px;
	text-decoration: none;
}
.eventImagePoster a:hover {
	color: #2d6887;
	text-decoration: none;
}
.eventImagePoster {
	padding: 10px;
}
.information {	
	display:block;
	padding: 10px 10px 10px 35px;
	background-color: #e0ebf6;
	border: 1px solid #72a6d6;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/icons/messages/info.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-size:14px;
}
.information .title	{
	font-weight:bold;
	font-size:16px;
}
.success {	
	display:block;
	padding: 10px 10px 10px 35px;
	background-color: #c2fcd2;
	border: 1px solid #34ac1e;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/icons/messages/success.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-size:14px;
}
.success .title	{
	font-weight:bold;
	font-size:16px;
}
.warning {
	display:block;
	padding: 10px 10px 10px 35px;
	background-color: #ffe600;
	border: 1px solid #f28500;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/icons/messages/warning.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-size:14px;
}
.warning .title	{
	font-weight:bold;
	font-size:16px;
}
.error {
	display:block;
	padding: 10px 10px 10px 35px;
	background-color: #FFDFDF;
	border: 1px solid #FF0000;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/icons/messages/error.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-size:14px;
}
.error .title	{
	font-weight:bold;
	font-size:16px;
}


.pageTable {
	border: 1px solid #CDCFC0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px 23px 22px;
	width: 95%;
}
.pageTable tr {
	background: #f7f7f7;
}
.pageTable td {
	padding: 5px;
	/* vertical-align:text-top; */
	-moz-border-radius: 0px 0px 0px 0px;
}
.pageTable .subHeader	{
	background: #f1f1f1;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	height: 31px;
	text-align: left;
}
.pageTable td.tdLabel {
	color: #000000;
	font-size: 14px;
	font-weight: bold; 
	text-align: right;
}
.pageTable input, .pageTable select, .pageTable textarea {
	font-size: 16px;
}
.pageTable td a, a:visited, a:active {
	color: #2d6887;
	border-bottom: 0px;
	text-decoration: none;
}
.pageTable td a:hover {
	color: #2d6887;
	/* border-bottom: 1px solid #cdcfc0; */
	text-decoration: none;
}
.pageTable th	{
	background: url("images/btn-bg.jpg") repeat-x scroll left bottom #FEFEFE;
	border-bottom: 1px solid #CDCFC0;
	color: #DA2523;
	font-size: 14px;
	font-weight: bold;
	height: 31px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	padding:0px 0px 0px 5px; 
	white-space:nowrap;
}
.pageTable span.required {
	color:#FF0000;
}
.pageTable .labelHighlight	{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold; 
	cursor: pointer;
}
.pageTable .inputError {	
	background-color: #FFDFDF;
}
.pageTable .buttonsSmall {
	margin: 10px 0px 0px 0px;
	clear:both;
	text-align:center;
}
.pageTable .buttonsSmall .submit input {
	padding: 2px 4px;
	border: 1px solid #999999;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
}
.pageTable .buttonsSmall .submit input:hover {
	background-color:#c2fcd2;
	border: 1px solid #000;
}

.pageTable .pageSubTable	{
	border: 1px solid #CDCFC0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 99%;
}
.pageTable .pageSubTable tr {
	/* background: #fdfcfc; */
	background: #fdfdfd;
}
.pageTable .pageSubTable td {
	padding: 5px;
	/* vertical-align:text-top; */
	-moz-border-radius: 0px 0px 0px 0px;
}
.pageTable .pageSubTable td a, a:visited, a:active {
	color: #2d6887;
	border-bottom: 0px;
	text-decoration: none;
}
.pageTable .pageSubTable td a:hover {
	color: #2d6887;
	/* border-bottom: 1px solid #cdcfc0; */
	text-decoration: none;
}
.pageTable .pageSubTable th	{
	background: url("images/btn-bg.jpg") repeat-x scroll left bottom #FEFEFE;
	border-bottom: 1px solid #CDCFC0;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	height: 31px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	padding:0px 0px 0px 5px; 
	white-space:nowrap;
}
.pageTable .pageSubTable h1 {
	/* background: #fdfcfc; */
	background: #fdfdfd;
}



.pageTableList {
	width: 95%;
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: rgb(250, 240, 230);
	font-size: 14px;
}
.pageTableList th {
	background: url("images/btn-bg.jpg") repeat-x scroll left bottom #FEFEFE;
	border-bottom: 1px solid #CDCFC0;
	color: #DA2523;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	white-space:nowrap;
	padding:7px;
}
.pageTableList th a, a:visited, a:active, a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #cdcfc0;
	text-decoration: none;
}
.pageTableList td {
	vertical-align: top;
	padding:7px;
}
.pageTableList td.tdLabel {
	color: #000000;
	font-size: 14px;
	font-weight: bold; 
	text-align: right;
}
.pageTableList td a, a:visited, a:active {
	color: #2d6887;
	border-bottom: 0px;
	text-decoration: none;
}
.pageTableList td a:hover {
	color: #2d6887;
	border-bottom: 1px solid #cdcfc0;
	text-decoration: none;
}
.pageTableList tr {
	background: #f7f7f7;
}
.pageTableList tr:hover {
	background:   #FFCC99;
}
.pageTableList td {
	border-width: thin;
	border-style: solid;
	border-color: #CDCFC0;
	-moz-border-radius: 0px 0px 0px 0px;
}
.pageTableList td.failed	{
	text-decoration:line-through;
	color:#DA2523;
}
.pageTableList td .button-link {
	background: url(images/backoffice/button-bg.png);
	color: #FFFFFF;
	height: 30px !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #083d50 1px 1px;
	margin: 0;
	padding: 3px 6px 3px 6px;
	border: 1px solid #2F4E6E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pageTableList td.noRecordsFound	{
	color:#ff0000;
	font-weight:bold;
}


.faqhotitem {
	font-family: 'Open Sans Condensed', sans-serif; font-size:19px; color:#FF0000; background:#FFFF99; font-weight:bold;	
}

#tbl_FacebookRSVPToEvent	{
	width:200px;
}
#tbl_SendtoFriend	{
	width:400px;
	margin:0 auto;
}
#tbl_OutletSearch	{
	width:400px;
	margin:0 auto;
	margin-bottom:20px;
}
#tbl_OutletLocations .Name	{
	font-size:18px;
	color:#DA2523;
	font-weight:bold;	
}
#tbl_OutletLocations .Address	{
	font-size:16px;
	color:#2c0f0d;
}
#tbl_OutletLocations .Address2	{
	font-size:16px;
	color:#2c0f0d;
}
#tbl_OutletLocations .CityState	{
	font-size:18px;
	color:#2c0f0d;
}
#tbl_Search	{
	width:400px;
}
#tbl_LocationNew	{
	float:left;
	width:325px;
}
#tbl_LocationCurrent	{
	float:right;
	width:325px;
}
#tbl_LocationCurrent td.error	{
	width:200px;
}
#tbl_ForgotPassword	{
	width:425px;
	margin:0 auto;
}
#tbl_AccountBilling	{
	width:500px;
}
#tbl_AccountGeneralDetails	{
	width:425px;
}
#tbl_AccountPassword	{
	width:425px;
}
#tbl_AccountChangeEmail	{
	width:425px;
}
#tbl_AccountChangeDeliveryMethod	{
	width:650px;
}
#tbl_Help	{
	width:600px;
	margin: 0 auto;
}



#tbl_Login {
	margin: 0 auto;
	width: 95%;
}
#tbl_Login #tbl_LoginLeft	{
	vertical-align: top;
}
#tbl_Login #tbl_LoginRight	{
	vertical-align: top;
}
#tbl_LoginWithFacebook	{
	width:350px;
}
#tbl_LoginCreateAnAccount	{
	width:350px;
}
#tbl_LoginExistingAccount	{
	width:400px;
}
#tbl_CreateAccount	{
	margin: 0 auto;
	width: 95%;
}

#tbl_PrivacyPolicy	{
	border-radius: 20px 20px 20px 20px;
	width: 650px;
	padding: 10px 10px 10px 10px;
	background-color: #ffed9e;
	border: 1px solid #f7b000;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px auto 10px auto;
}
#tbl_PrivacyPolicy h1 {
	font-family: 'Open Sans Condensed', sans-serif; font-size:19px; color:#DA2523; font-weight:bold;	
	padding: 15px 0px 5px 1px;
	margin: 0px;
	border: 0px;
	background-color:transparent;
}
#tbl_PrivacyPolicy h2 {
	font-family: 'Open Sans Condensed', sans-serif; font-size:16px; color:#2c0f0d; font-weight:bold;	
	padding: 10px 0px 5px 1px;
	margin: 0px;
	border: 0px;
	background-color:transparent;
}


#tbl_Services	{
	width: 650px;
	padding: 10px 10px 10px 10px;
	margin: 10px auto 10px auto;
}
#tbl_Services #divSignupImage	{
	margin:0 auto;
	padding: 20px 20px 20px 20px;
	width:225px;
	text-align:center;
}
#tbl_Services #divSignupImage a {
	text-decoration:none;
	margin:0 auto;
	width:225px;
	text-align:center;
}
#tbl_Services #divSignupImage a:hover {
	text-decoration:none;
	margin:0 auto;
	width:225px;
	text-align:center;
}
#tbl_Services h1 {
	font-family: 'Open Sans Condensed', sans-serif; font-size:19px; color:#DA2523; font-weight:bold;	
	padding: 15px 0px 5px 1px;
	margin: 0px;
	border: 0px;
	background-color:transparent;
}
#tbl_Services h2 {
	font-family: 'Open Sans Condensed', sans-serif; font-size:16px; color:#2c0f0d; font-weight:bold;	
	padding: 10px 0px 5px 1px;
	margin: 0px;
	border: 0px;
	background-color:transparent;
}
#tbl_Services p {
	font-family: 'Open Sans Condensed', sans-serif; font-size:14px; color:#2c0f0d; font-weight:normal;	
	padding: 10px 0px 5px 1px;
	margin: 0px;
	border: 0px;
	background-color:transparent;
}
#tbl_Services p a {
	text-decoration:none;
	color:#da2523;
	font-size:16px;
	font-weight: bold;
}
#tbl_Services p a:hover {
	text-decoration:none;
	color:#2E2E2E;
	font-size:16px;
}

#tbl_Services .highlight	{
	border-radius: 20px 20px 20px 20px;
	width: 500px;
	padding: 10px 10px 10px 10px;
	background-color: #ffed9e;
	border: 1px solid #f7b000;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 auto;
	text-align:center;
}


#eventDetails	{
	padding-left:10px;
	padding-right:23px;
}
#eventDetails #eventActs	{
	
}
#eventDetails #eventActs h1	{
	background-color: transparent;
	border: 0 none;
	color: #DA2523;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 0;
}
#eventDetails #eventActs ul	{
	color: #DA2523;
}
#eventDetails #eventActs ul li	{
	color: #000;
}
#eventDetails #eventActs ul li a	{
	text-decoration:none;
	color:#000;
}
#eventDetails #eventActs ul li a:hover	{
	text-decoration:underline;
	color:#000;
}
#eventDetails #eventShortDescription	{
	padding:25px 10px 25px 10px; 
	width:95%;
	float:left;
	font-size:13px;
}
#eventDetails #eventShortDescription h1	{
	border:0px;
	background: none;
	border-radius: 0px;
	color: #DA2523;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin:0px;
	padding:10px 0px 10px 0px; 
}
#eventDetails #eventShortDescription h2	{
	border:0px;
	background: none;
	border-radius: 0px;
	color: #000000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin:0px;
	padding:6px 0px 6px 0px; 
}
#eventDetails #eventShortDescription h3	{
	border:0px;
	background: none;
	border-radius: 0px;
	color: #DA2523;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin:0px;
	padding:3px 0px 3px 0px; 
}
#eventDetails #eventShortDescription p	{
	padding:4px 0px 4px 0px; 
	font-size:13px;
}
#eventDetails #eventFullDescription	{
	padding:25px 10px 25px 10px; 
	width:95%;
	float:left;
	font-size:13px;
}
#eventDetails #eventFullDescription h1	{
	border:0px;
	background: none;
	border-radius: 0px;
	color: #DA2523;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin:0px;
	padding:14px 0px 14px 0px; 
}
#eventDetails #eventFullDescription h2	{
	border:0px;
	background: none;
	border-radius: 0px;
	color: #000000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin:0px;
	padding:10px 0px 10px 0px; 
}
#eventDetails #eventFullDescription h3	{
	border:0px;
	background: none;
	border-radius: 0px;
	color: #DA2523;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin:0px;
	padding:8px 0px 8px 0px; 
}
#eventDetails #eventFullDescription p	{
	padding:4px 0px 4px 0px; 
	font-size:13px;
}
#eventDetails	#tbl_EventWaitingList	{
	width:400px;
	margin:0 auto;
}
#eventDetails	#tbl_EventPreSalePassword	{
	width:400px;
	margin:0 auto;
}
#eventDetails	#tbl_EventPurchaseTickets	{
	margin:0 auto;
}
#eventDetails	#tbl_EventPurchaseTickets #AdditionalInformation	{
	display:block;
	padding: 10px 10px 10px 35px;
	background-color: #e0ebf6;
	border: 1px solid #72a6d6;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/icons/messages/info.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin:0 auto;
	width:400px;
	font-size:14px;
}
#eventDetails	#tbl_EventChildEvents	{
	margin:0 auto;
}
#eventDetails #tbl_EventDetils	{
	
}
#eventDetails #divOrderFormLoading	{
	display:block;
	background-color: #e0ebf6;
	border: 1px solid #72a6d6;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	font-size:14px;
	margin:0 auto;
	width:400px;
}
#eventDetails #divOrderFormLoading h1	{
	border:0px;
	background: none;
	border: 0px;
	color: #DA2523;
	padding:5px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	font-size:22px;
	text-align:center;
}
#eventDetails #divOrderFormLoading h2	{
	border:0px;
	background: none;
	border-radius: 0px;
	color: #000000;
	padding:5px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
	text-align:center;
}

#accountOrder h2	{
	background: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
	color:#2c0f0d;
	font-weight:bold;	
	border: 0px;
	padding: 15px 0px 5px 0px;
	margin: 0px;
}
#accountOrder #order_EventInfo	{
	float:left;
	width:565px;
	padding:11px 0 12px 0;
}
#accountOrder #order_EventInfo #order_EventImage	{
	float:left;
	text-align:center;
	width:80px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	position:relative;
}
#accountOrder #order_EventInfo #order_EventDetails	{
	float:left;
	width:475px;
	padding:0px;
}
#accountOrder #order_EventInfo #order_EventDetails #EventName	{
	font-family: 'Open Sans Condensed', sans-serif;
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#da2523;
	margin:0 0 2px 0;
}
#accountOrder #order_EventInfo #order_EventDetails #EventDateTime	{
	font-size:12px;
	color:#2e2e2e;
}
#accountOrder #order_EventInfo #order_EventDetails #EventVenueName	{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#da2523;
	width:425px;
	margin:5px 0 2px 0;
}
#accountOrder #order_EventInfo #order_EventDetails #EventVenueRoom	{
	color:#da2523;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	width:425px;
}
#accountOrder #order_EventInfo #order_EventDetails #EventVenueAddress	{
	color:#2e2e2e;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	width:425px;
}
#accountOrder #order_EventInfo #order_EventDetails #EventCityState {
	color:#2e2e2e;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	width:425px;
}
#accountOrder #order_SeatingChartImage	{
	float: right;
	text-align:center;
	width: 180px;
	position:relative;
}
#accountOrder #order_SeatingChartImage #SeatingChartZoom	{
	font-size:10px;
	font-style:italic;
	text-align:center;
}
#accountOrder #order_SeatingChartImage #SeatingChartImage	{
	text-align:center;
}
#accountOrder #order_SeatingChartImage #SeatingChartView	{
	font-size:10px;
	font-style:italic;
	text-align:center;
}


/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}


#pageSideNav {
	float:left;
	width:200px;
}
#pageSideNav #boxSideNav	{
	float:left;
	width:180px;
	padding:0 10px 22px 10px;
	background:#FFF;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 0 16px 0;
}
#pageSideNav #boxSideNav .browseAll	{
	float:right;
	width:174px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #cfcfcf;
	background:url(images/btn-bg.jpg) repeat-x left bottom #fefefe;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
	color:#d52225;
	margin:15px 2px 0 0;
}
#pageSideNav #boxSideNav .browseAll a	{
	float:left;
	text-decoration:none;
	color:#d52225;
	height:32px;
	line-height:31px;
	padding:0 0 0 23px;
	width:161px;
}
#pageSideNav #boxSideNav .browseAll a:hover	{
	text-decoration:none;
	color:#000;
}
#pageSideNav #boxSideNav .browseAll a span	{
	float:right;
	padding:0 16px 0 0;
	color:#000;
}
#pageSideNav #boxSideNav #PhoneNumber	{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
	color:#2c0f0d;
	font-weight:bold;	
	width:178px;
	text-align: center;
	margin-top: 15px;
}
#pageSideNav #boxSideNav #LiveChat	{
	width:178px;
	text-align: center;
	margin-top: 15px;
}
#pageSideNav #boxSideNav h2	{
	height: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:19px;
	color:#2c0f0d;
	font-weight:bold;	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dc2424;
	padding: 0px 0px 5px 5px;
	margin: 10px 0px 5px 0px;
}
#pageSideNav #boxSideNav ul, #pageSideNav #boxSideNav li	{
	padding:0px;
	margin:0px;
}
#pageSideNav #boxSideNav ul {
	margin:0px;
	list-style:none;
	padding:6px 0 0 0;
}
#pageSideNav #boxSideNav ul {
	margin:0px;
	list-style:none;
	padding:6px 0 0 0;
        width:180px;
}
#pageSideNav #boxSideNav ul li {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#2e2e2e;
}
#pageSideNav #boxSideNav ul li a {
	text-decoration:none;
	color:#2e2e2e;
	float:left;
	padding:5px 0 5px 17px;
	border-bottom:1px dashed #b9b9b9;
	background:url(images/cat-arrow.gif) no-repeat left 7px;
        width:90%;
}
#pageSideNav #boxSideNav ul li a:hover {
	color:#da2523;
	background:url(images/cat-hover-arrow.gif) no-repeat left 7px;
}
#pageSideNav #boxSideNav #sideNavNewEvents #box	{
	float:left;
	padding:12px 0 12px 0;
	border-bottom:1px dashed #b9b9b9;
}
#pageSideNav #boxSideNav #sideNavNewEvents #box #eventDate	{
	float:left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:12px;
	color:#949494;
	padding:0 0 6px 0;
}
#pageSideNav #boxSideNav #sideNavNewEvents #box #eventPhoto	{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#dcdcdc;
	padding:5px;
	float:left;
	clear:both;
	margin:0 0 10px 0;
}
#pageSideNav #boxSideNav #sideNavNewEvents #box #eventName	{
	float:left;
	clear:both;
	width:180px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:14px;
	color:#da2523;
	margin:0 0 9px 0;
}
#pageSideNav #boxSideNav #sideNavNewEvents #box #eventName a	{
	text-decoration:none;
	color:#da2523;
}
#pageSideNav #boxSideNav #sideNavNewEvents #box #eventName a:hover	{
	text-decoration:none;
	color:#2E2E2E;
}
#pageSideNav #boxSideNav #sideNavNewEvents #box #eventVenue	{
	float:left;
	width:180px;
	font-size:12px;
	font-weight:bold;
	color:#2e2e2e;
	font-family:'DroidSansRegular';
	margin:0 0 9px 0;
}
#pageSideNav #boxSideNav #sideNavNewEvents #box #eventVenueLocation	{
	float:left;
	width:180px;
	font-family:'DroidSansRegular';
	font-size:12px;
	color:#da2523;
}


/***** Please Wait Message ********************/
#pagePleaseWait {
	/* color: #333333; */
	/* background:   #333333; */
	visibility:hidden;
	position:absolute;
	z-index:1000; /* added */
	top:10px;
	left:200px;
}
#pagePleaseWait #pagePleaseWaitLoading {
	background: url(images/loading.gif) left top no-repeat;
	width:400px;
	height:400px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/*********************
Main Site - Top Half of the site
*********************/
#pageTop	{
	width:100%;
	min-height:194px;
	background:url(images/header-bg.jpg) repeat-x left top;
}
#pageBody {
	width:100%;
	background:url(images/mid-bg.jpg) repeat left top;
	padding-top:15px;
	clear:both;
}
#pageBodyWrapper	{
	width:980px;
	margin:0 auto;
}
.wrapperFull	{
	width:980px;
	margin:0 auto;
}

/*********************
Content of the site. This sets if there is a right column, left column etc
*********************/


/*********************
Sell Tickets bar at the bottom of the site
*********************/
.pageSellTickets	{
	float:left;
	width:960px;
	background:#FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	margin:15px 0 0 0;
}
.pageSellTickets .sellBanner	{
	float:left;
	width:400px;
	position:relative;
}
.pageSellTickets .sellBanner span	{
	position:absolute;
	left:0;
	bottom:10px;
}
.pageSellTickets .sellText {
	float:right;
	background:#eeeeee;
	width:549px;
	height:200px; 
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:8px 0;
}
.pageSellTickets .sellText .sellTextBody {
	float:left;
	width:531px;
	padding:0 9px 6px 9px;
}
.pageSellTickets .sellText .sellTextBody p {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#2e2e2e;
	padding:0 0 17px 0;
}
.pageSellTickets .sellText .sellTextBody p a {
	text-decoration:underline;
	color:#da2523;
}
.pageSellTickets .sellText .sellTextBody p a:hover {
	text-decoration:none;
	color:#da2523;
}
.pageSellTickets .sellText .sellTextBody p span {
	color:#da2523;
}
.pageSellTickets .sellText .sellTextBody h1 {
	height: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:19px;
	color:#2c0f0d;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dc2424;
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 15px 0px;
}
.seltoptext{ padding:0 0 17px 0;}


/*********************
Top Half above Navigation
*********************/
.header	{
	float:left;
	width:980px;
}
.header h1	{
	padding:3px 0 19px 0;
	width:279px;
	float:left;
        margin:0;

}
.header h1 a	{
	text-decoration:none;
}
.header h1 a:hover	{
	text-decoration:none;
	border:0;
}
.header .headerContent	{
	float:right;
	width:400px;
	padding:18px 0 0 0;
}
.login	{
	float:right;
	width:250px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border:1px solid #cfcfcf;
	background:url(images/btn-bg.jpg) repeat-x left bottom #fefefe;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#2f2e2e;
}
.header .headerContent .login a {
	text-decoration:none;
	color:#2f2e2e;
	float:left;
	padding:0 24px;
	line-height:30px;
	/*background:url(images/nav-shapretor.gif) repeat-y right top;*/
}
.header .headerContent .login a:hover {
	color:#da2523;
	text-decoration:none;
	border:0px;
}

.header .headerContent .login a.separator {
	background:url(images/nav-shapretor.gif) repeat-y right top;
}

.header .headerContent .backoffice {
	float:right;
	width:250px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border:1px solid #cfcfcf;
	background:none repeat scroll 0 0 #DA2523;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin-top:4px;
}
.header .headerContent .backoffice a {
	text-decoration:none;
	color:#ffffff;
	float:left;
	padding:0 24px;
	line-height:30px;
	width:179px;
}
.header .headerContent .backoffice a:hover {
	text-decoration:none;
	color:#000000;
	border:0px;
}
.header .headerContent .location	{
	float:right;
	top:98px;
	position:absolute;
	width:398px;
}
.header .headerContent .location .text {
	float:left;
	text-align:center;
	width:246px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#280b0b;
	padding:6px 0 0 0;
}
.change {
	float:right;
	width:142px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border:1px solid #cfcfcf;
	background:url(images/btn-bg.jpg) repeat-x left bottom #fefefe;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#2f2e2e;
	/*text-align:center;*/
}
.header .headerContent .location .change a {
	text-decoration:none;
	color:#2f2e2e;
	float:left;
	/*width:142px;
	text-align:center;*/
	padding:0 24px;
	line-height:30px;
}
.header .headerContent .location .change a:hover {
	color:#da2523;
	text-decoration:none;
	border:0px;
}


/*********************
Top Half Navigation Bar
*********************/
.navBar	{
	float:left;
	width:980px;
	padding:0px;
	margin:0px;
}
.navBar .navSections ul, .navBar .navSections li	{
	padding:0px;
	margin:0px;
}
.navBar .navSections ul {
	list-style:none;
}
.navBar .navSections ul li {
	float:left;
	border-left:1px solid #cfcfcf;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
	color:#2d1010;
}
.navBar .navSections ul li.itemLast {
	border-right:1px solid #cfcfcf;
}
.navBar .navSections ul li a {
	float:left;
	line-height:37px;
	padding:0 30px;
	border-bottom:4px solid #bcbcbc;
}
.navBar .navSections ul li a.itemSelected	{
	border-bottom:4px solid #da2523;
	color:#da2523;
}
.navBar .navSections ul li a:hover {
	border-bottom:4px solid #000000;
	color:#000000;
}
.navBar .navOptions {
	float:right;
	padding:1px 0 0 0;
	margin:0;
}
.navBar .navOptions .searchArea {
	float:left;
	width:242px;
	margin:0 16px 0 30px;
	padding:0px;
}
.navBar .navOptions .searchArea ul, .navBar .navOptions .searchArea li	{
	padding:0px;
	margin:0px;
}
.navBar .navOptions .searchArea ul {
	list-style:none;
}
.navBar .navOptions .searchArea ul li {
	float:left;
}
.navBar .navOptions .searchArea ul li.searchBG {
	background:url(images/search-bg.jpg) no-repeat left top;
	width:155px;
	height:32px;
}
.navBar .navOptions .searchArea .searchbox {
	background:none;
	border:0;
	width:108px;
	line-height:32px;
	height:32px;
	padding:0 0 0 38px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2d1010;
}
.navBar .navOptions .searchArea .searchBtn {
	border:0;
	background:url(images/search-btn.jpg) no-repeat left top;
	width:86px;
	height:32px;
	cursor:pointer;
}
.helpBtn	{
	float:right;
	width:93px;
	background:#da2523;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	line-height:30px;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#FFF;
	text-align:center;
}
.navBar .navOptions .helpBtn a	{
	float:left;
	width:93px;
	color:#FFF !important;
}

#tblOrder_PriceLevel	{

}
#tblOrder_PriceLevel .tdRadial	{
	width:10px;
}
#tblOrder_PriceLevel .tdMapColor	{
	width:10px;
}
#tblOrder_PriceLevel .tdName	{
	font-weight:bold;
	font-size:14px;
}
#tblOrder_PriceLevel .tdPrice	{
	white-space:nowrap;
	font-weight:normal;
	font-size:13px;
	width:100px;
}
#tblOrder_PriceLevel .tdDescription	{
	font-weight:normal;
	font-size:13px;
}



#tblOrder_PriceLevel .PriceLevel_Name	{
	font-weight:bold;
	font-size:14px;
}
#tblOrder_PriceLevel .PriceLevel_Advance	{
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
#tblOrder_PriceLevel .PriceLevel_Advance .PriceLevel_AdvanceLabel	{

}
#tblOrder_PriceLevel .PriceLevel_Advance .PriceLevel_AdvancePrice	{

}
#tblOrder_PriceLevel .PriceLevel_Door	{
	font-weight:normal;
	font-size:12px;
	text-align:center;
}
#tblOrder_PriceLevel .PriceLevel_Door .PriceLevel_DoorLabel	{
	font-weight:bold;
}
#tblOrder_PriceLevel .PriceLevel_Door .PriceLevel_DoorPrice	{

}
#tblOrder_PriceLevel .PriceLevel_Desc	{
	font-weight:normal;
	font-size:13px;
}

.order_Table {
	border: 1px solid #CDCFC0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px 23px 22px;
	width: 95%;
}
.order_Table tr {
	background: #f7f7f7;
}
.order_Table td {
	padding: 5px;
	/* vertical-align:text-top; */
	-moz-border-radius: 0px 0px 0px 0px;
}
.order_Table td.tdLabel {
	color: #000000;
	font-size: 14px;
	font-weight: bold; 
	text-align: right;
}
.order_Table td.tdLabel .tdPriceLevelName {
	text-align: left;
	background: #fff000;
}
.order_Table td.tdLabel .tdPriceLevelPrice {
	text-align: right;
}
.order_Table td.tdLabel .tdPriceLevelPrice .priceLevelDoor	{
	font-weight: normal; 
	background: #fff000;
}
.order_Table input, .order_Table select, .order_Table textarea {
	font-size: 16px;
}
.order_Table td a, a:visited, a:active {
	color: #2d6887;
	border-bottom: 0px;
	text-decoration: none;
}
.order_Table td a:hover {
	color: #2d6887;
	/* border-bottom: 1px solid #cdcfc0; */
	text-decoration: none;
}
.order_Table th	{
	background: url("images/btn-bg.jpg") repeat-x scroll left bottom #FEFEFE;
	border-bottom: 1px solid #CDCFC0;
	color: #DA2523;
	font-size: 14px;
	font-weight: bold;
	height: 31px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	padding:0px 0px 0px 5px; 
}
.order_Table span.required {
	color:#FF0000;
}
.order_Table .labelHighlight	{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold; 
	cursor: pointer;
}
.order_Table .order_SubTable	{
	background: #E3F1F8;
	color: #000000;
	font-weight: bold;
}
.order_Table .order_TableSubHeader	{
	background: #E3F1F8;
	color: #000000;
	font-weight: bold;
}