#headerLogo	{
	padding: 10px 10px 10px 10px;
}
.success	{
	position: relative;
	padding: 5px 5px;
	overflow: hidden;
	display: block;
	clear:both;
	
	border: 1px solid 		#006400 /*{b-body-border}*/;
	background: 			#98FB98 /*{b-body-background-color}*/;
	color: 					#333333 /*{b-body-color}*/;
	text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
	font-weight: normal;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #dafeda /*{b-body-background-start}*/), to( #98FB98 /*{b-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#dafeda /*{b-body-background-start}*/, #98FB98 /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#dafeda /*{b-body-background-start}*/, #98FB98 /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#dafeda /*{b-body-background-start}*/, #98FB98 /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#dafeda /*{b-body-background-start}*/, #98FB98 /*{b-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#dafeda /*{b-body-background-start}*/, #98FB98 /*{b-body-background-end}*/);

	-moz-border-radius: 				.6em /*{global-radii-blocks}*/;
	-webkit-border-radius: 				.6em /*{global-radii-blocks}*/;
	border-radius: 						.6em /*{global-radii-blocks}*/;
}
.error	{
	position: relative;
	padding: 5px 5px;
	overflow: hidden;
	display: block;
	clear:both;
	
	border: 1px solid 		#C6C6C6 /*{b-body-border}*/;
	background: 			#FFF800 /*{b-body-background-color}*/;
	color: 					#333333 /*{b-body-color}*/;
	text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
	font-weight: normal;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #F9F573 /*{b-body-background-start}*/), to( #FFF800 /*{b-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#F9F573 /*{b-body-background-start}*/, #FFF800 /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#F9F573 /*{b-body-background-start}*/, #FFF800 /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#F9F573 /*{b-body-background-start}*/, #FFF800 /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#F9F573 /*{b-body-background-start}*/, #FFF800 /*{b-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#F9F573 /*{b-body-background-start}*/, #FFF800 /*{b-body-background-end}*/);

	-moz-border-radius: 				.6em /*{global-radii-blocks}*/;
	-webkit-border-radius: 				.6em /*{global-radii-blocks}*/;
	border-radius: 						.6em /*{global-radii-blocks}*/;
}
.information	{
	position: relative;
	padding: 5px 5px;
	overflow: hidden;
	display: block;
	clear:both;
	
	border: 1px solid 		#C6C6C6 /*{b-body-border}*/;
	background: 			#aabeff /*{b-body-background-color}*/;
	color: 					#000 /*{b-body-color}*/;
	text-shadow: 0 /*{b-body-shadow-x}*/ 0px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
	font-weight: normal;

	-moz-border-radius: 				.6em /*{global-radii-blocks}*/;
	-webkit-border-radius: 				.6em /*{global-radii-blocks}*/;
	border-radius: 						.6em /*{global-radii-blocks}*/;
}
.information .title	{
	text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
	font-weight: bold;
}
.information .details	{

}




.divContainer	{
	position: relative;
	padding: 20px 7px;
	overflow: hidden;
	display: block;
	clear:both;
	
	border: 1px solid 		#C6C6C6 /*{b-body-border}*/;
	background: 			#cccccc /*{b-body-background-color}*/;
	color: 					#333333 /*{b-body-color}*/;
	text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
	font-weight: normal;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e6e6e6 /*{b-body-background-start}*/), to( #ccc /*{b-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/);

	-moz-border-radius: 				.6em /*{global-radii-blocks}*/;
	-webkit-border-radius: 				.6em /*{global-radii-blocks}*/;
	border-radius: 						.6em /*{global-radii-blocks}*/;
}
.divContainer,
.divContainer input,
.divContainer select,
.divContainer textarea,
.divContainer button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.divContainer .ui-link-inherit {
	color: 	#333333 /*{a-body-color}*/;
}
.divContainer .ui-link {
	color: #2489CE /*{a-body-link-color}*/;
	font-weight: bold;
}
.divContainer .ui-link:hover {
	color: #2489CE /*{a-body-link-hover}*/;
}
.divContainer .ui-link:active {
	color: #2489CE /*{a-body-link-active}*/;
}
.divContainer .ui-link:visited {
    color: #2489CE /*{a-body-link-visited}*/;
}
.divContainer	h3 {
	color: #2489CE;
}


.divButtons	{
	padding-top: 20px;
}
.divButtons .divButtonCancel	{
	padding-top: 20px;
}


#orderProcessing_ProgressImage	{
	background-image:url('images/loading1.gif');
	background-repeat:no-repeat;
	background-position:center center;
	height:150px;
	width:95%;
	margin: 0 auto;
}

.divOrderTickets	{
	
}
.divOrderTickets .divOrderTicketsEventDate	{
	font-weight:bold;
	color: #0000FF;
}
.divOrderTickets .divOrderTicketsAddonsTitle	{
	font-weight:bold;
	color: #DA2523;
}
.divOrderTickets .divOrderTicketsRow	{

}
.divOrderTickets .divOrderTicketsRow .divOrderTicketsRowType	{
	padding-left: 10px;
	font-weight:bold;
}
.divOrderTickets .divOrderTicketsRow .divOrderTicketsRowSeat	{
	padding-left: 20px;
}
.divOrderTotals	{
	padding-top: 10px;
}
.divOrderTotals .divOrderTotalsLine	{
	clear:both;
}
.divOrderTotals .divOrderTotalsLine .divOrderTotalsLeft	{
	font-weight:bold;
	
}
.divOrderTotals .divOrderTotalsLine .divOrderTotalsRight	{
	float:right;
}

.fieldLabel	{
	padding-top: 5px;
	font-weight:bold;
}
.fieldLabel .required	{
	color: #ff0000;
}
.fieldValue	{
	
}


.OrderPriceLevelName	{ font-weight:bold;color: #000;font-size:18px;	}
.OrderPriceLevelName a { text-decoration:none; color:#000;}
.OrderPriceLevelName a:visited { text-decoration:none; color:#000;}
.OrderPriceLevelName a:hover { text-decoration:none; color:#000;}

.OrderPriceLevelDesc	{ color: #0043af;font-size:16px;font-style: italic;	}

.PriceLevel_Advance	{ color: #000;font-size:15px;	}
.PriceLevel_Advance a { text-decoration:none; color:#000;}
.PriceLevel_Advance a:visited { text-decoration:none; color:#000;}
.PriceLevel_Advance a:hover { text-decoration:none; color:#000;}

.soldOutMessage	{
	color:#ff0000;
	font-weight:bold;
}

.soldOutStrike	{
	color:#ff0000;
	text-decoration: line-through;
}

.OrderOptionsPriceLevelName	{ font-weight:bold;color: #0043af;font-size:18px;	}
.OrderOptionsPriceLevelDesc	{ color: #0043af;font-size:16px;font-style: italic;	}
.OrderOptionsPriceLevelSpacer	{
    /* PLACES THE SPACE BETWEEN THE MULTIPLE PRICE LEVELS */
    height: 5px;
    clear: both;
}


#order_Timeout	{
	/*display:block;
	padding: 10px 10px 10px 35px;
	border: 0px;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	width:400px;
	text-align:center;
	margin:0px auto; */

  /* -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-color: -moz-use-text-color;
    border-radius: 11px 11px 11px 11px;
    border-right: 0 none;
    border-style: none;
    border-width: 3px 0 0;
    bottom: 20px;
    display: block;
    margin: 0 auto;
    padding: 5px 1px 3px 1px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 100px; */

    /*
    bottom: 20px;
    display: block;
		
		
	*/
	position: fixed;
  bottom: 4px;
  height: 25px;
  margin: 0px 0px 0px 0px;
  padding: 5px 15px 5px 15px;
  text-align:center;
  vertical-align: middle;
}
.order_TimeoutEmpty	{
	background-color: #2d6887;
}
.order_TimeoutValid	{
	background-color: #e0ebf6;
	border: 1px solid #72a6d6 !important;
}
.order_TimeoutNotice	{
              background-color: #fff;
		border: 1px solid #72a6d6 !important;
}
.order_TimeoutWarning	{
	background-color: #ffe600;
	border: 1px solid #f28500 !important;
}
.order_TimeoutError	{
	background-color: #FFDFDF;
	border: 1px solid #FF0000 !important;
}
.order_TimeoutCritical	{
	background-color: #FFDFDF;
	border: 1px solid #FF0000 !important;
}

.copyrightMain{ padding:0 0 35px 0;}
.copyright{ font-family: 'Open Sans', sans-serif; font-size:12px; color:#000;}
.copyright a{ text-decoration:none; color:#000;}
.copyright a:visited{ text-decoration:none; color:#000;}
.copyright a:hover{ text-decoration:underline; color:#000;}
.poweredby{ font-family: 'Open Sans', sans-serif; font-size:12px; color:#9aa0a8;}
.poweredby a{ text-decoration:none; color:#81878e;}
.poweredby a:visited{ text-decoration:none; color:#81878e;}
.poweredby a:hover{ text-decoration:underline; color:#81878e;}

#order_EventInfo	{
	float:left;
	width:100%;
	padding:11px 0 12px 0;
}
#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;
}
#order_EventInfo #order_EventDetails	{
	float:left;
	padding:0px;
}
#order_EventInfo #order_EventDetails #EventName	{
	font-family: 'ZurichLtCnBTLight';
	font-size:18px;
	font-weight:bold;
	color:#da2523;
	margin:0 0 2px 0;
}
#order_EventInfo #order_EventDetails #EventDateTime	{
	font-size:12px;
	color:#2e2e2e;
}
#order_EventInfo #order_EventDetails #EventVenueName	{
	font-family: 'DroidSansRegular';
	font-size:15px;
	color:#da2523;
	margin:0 0 8px 0;
}
#order_EventInfo #order_EventDetails #EventVenueRoom	{
	color:#da2523;
	font-size:14px;
	font-family: 'DroidSansRegular';
}
#order_EventInfo #order_EventDetails #EventVenueAddress	{
	color:#2e2e2e;
	font-size:13px;
	font-family: 'DroidSansRegular';
}
#order_EventInfo #order_EventDetails #EventCityState {
	color:#2e2e2e;
	font-size:13px;
	font-family: 'DroidSansRegular';
}


/***** Please Wait Message ********************/
#order_PleaseWait {
	/* color: #333333; */
	/* background:   #333333; */
	visibility:hidden;
	position:absolute;
	z-index:1000; /* added */
	top:10px;
	left:50px;
}
#order_PleaseWait #order_PleaseWaitLoading {
	background: url(images/loading.gif) left top no-repeat;
	width:400px;
	height:400px;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}