@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* a:visited {
	color: #37C4AC;
} */

a:hover {
	color:#FEB41C;
}
.index_lists ul {
	list-style: none;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		18;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	10;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* ------------------------------- */
/* Mobile Layout: 480px and below. */
/* ------------------------------- */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 99.2424%;
	padding-left: 0.3787%;
	padding-right: 0.3787%;
	clear: none;
	float: none;
}
.headerMain_container {
    
	width: 100%;
	color: #ffffff;
}
.logo_container {
	float: left;
	width: 179px;
}
.headerText_container {
	float: right;
	margin-right: 14px;
}
.header_userDetails {
	background-color: #00AEEF;
	border: 1px solid black;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.header_tixNumber {
	margin-top: 30px;
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}
.search_container {
	/*text-align: center;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 12px;
}
.eventSearch {
	width: 90%;
	color: rgba(154,154,154,1.00);
	font-size: 1.5em;
	border-radius: 5px;
	border-color: rgba(140,140,140,1.00);
	border-width: 2px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.topNav_container {
}
.content_container {
	margin-top: 12px;
}
#2colLeft {
	width: 100%;
}
#1colRight {
	width: 100%;
}

#col1 {
	width: 100%;
}
#col2 {
	margin-left: 0;
	clear: both;
	width: 100%;
}
#col3 {
	margin-left: 0;
	clear: both;
	width: 100%;
}
#indexPod {
	border-radius: 5px;
	border: 1px solid rgba(150,150,150,1.00);
	margin-bottom: 5px;
	margin-top: 5px;
	width:98%;
}
#indexPodHeader {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	text-indent: 5px;
	border-bottom-color: rgba(150,150,150,1.00);
	border-width: 1px;
	background-color: #CDCDCD;
	width:100%;
}
#indexPodHeader a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
#indexPodLinks ul {
	list-style:none;
    list-style-image:none;
	text-decoration: none;
	color: rgba(0,0,0,1.00);
    margin:0;
    padding:0;
	text-align: left;
	font-size: 12px;
}
#indexPodLinks li a {
	text-decoration: none;

	margin-left:20px;
}

#ticketList_eventHeader {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#eventName {
	font-size:16px; 
	font-weight:bold;
	padding-left:10px;
	padding-top:8px; 
	text-align:left;
}
#eventDate {
	font-size:14px; 
	padding-left:10px;
	text-align:left;
}
#eventVenue {
	font-size:13px; 
	padding-left:10px;
	text-align:left;
}
.mapContainer {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	position: fixed;
}
.mapContainer img {
	max-width:525px;
}
.map_container {
	background-color: white;
	position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.includes-container {
}
#ticketRowContainer {
	width:98%; 
	padding:4px; 
	border-top:1px #cccccc solid; 
	margin-top:10px;
}
#sectionRow {
	width:33%;
	float:left;
	text-align:left;
	padding-top:8px;
	display:inline;
}
#section {}
#row {}
#qtySelect {
	width:34%; 
	float:left; 
	margin-left:auto; 
	margin-right:auto; 
	display:inline;
}
#qtyPosition {
	text-align:center; 
	padding-top:10px; 
	margin-left:auto; 
	margin-right:auto;
}
#qtyPosition select {
	width:100px; 
	padding:5px;
}
#priceBook_container {
	width:33%; 
	height:40px; 
	float:right; 
	margin-left:auto; 
	text-align:right; 
	display:inline;
}
.eventListHead {
	width: 100%;
	height: 30px;
	background-color: #FEB41C;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 5px;
	letter-spacing: 2px;
}
.eventLine {
	width:100%; 
	min-width:350px; 
	/*height: 40px;*/ 
	border-bottom:solid 1px #929292; 
	padding-bottom:8px; 
	background-color:rgba(208,208,208,1.00);
	overflow:hidden; 
	clear:both
}
.oddColor {
	background-color:rgba(255,255,255,1.00);
}
.evenColor {
	background-color:rgba(221,221,221,1.00);
}
.eventList_dateTime {
	width:20%; 
	float:left; 
	padding:4px; 
	line-height:14pt; 
	color:rgba(0,0,0,1.00);
	font-size: 12px;
}
.eventList_eventName {
	width:75%; 
	float:right; 
	padding:4px; 
	color:rgba(2,2,2,1.00); 
	line-height:14pt;
	font-size: 12px;
	text-decoration: none;
}
.eventList_viewButton {
	width:15%;
	float:left;
	padding:4px;
	line-height:14pt;
	display: inline;
}

.eventList_eventName a {
	text-decoration: none;
	color: #000000;
}
.eventList_eventName a:visited {
	text-decoration: none;
	color: #000000;
}


.bold {
	font-weight:bold;
}

.footer_container {
}
.eventHeader {
}
.ticketList_container {
	clear: both;
	margin-left: 0;
	width: 100%;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}

.cart_eventName {
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-size: 12px;
	font-weight: bold;
}
.cart_venueName {
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-size: 10px;
	padding-top:4px
}
.cart_dayOfWeek {
	font-family: 'Interstate', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2px;
}
.cart_date {
	font-family: 'Interstate', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-size: 9px;
	padding-top:0px
}
.cart_time {
	font-family: 'Interstate', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-size: 9px;
	padding-top:0px
}
.cart_eventVenueContainer {
	float: left;
	width:auto;
	height: 40px;
	padding: 4px;
	padding-left: 10px;
}
.cart_dateContainer {
	width: 40px;
	height: 40px;
	float: left;
	border-right: 1px solid #BCBCBC;
	padding: 3px;
	padding-top: 5px;
	text-align: center;
}

/* ------------------------------------------------------------------- */
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/* ------------------------------------------------------------------- */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 99.4949%;
	padding-left: 0.2525%;
	padding-right: 0.2525%;
	clear: none;
	float: none;
	margin-left: auto;
}
.headerMain_container {

	width: 100%;
	color: #ffffff;
}
.logo_container {
}
.headerText_container {
	float: right;
	text-align: right;
	width: 60%;
	margin-right: 14px;
}
.header_userDetails {
	background-color: #00AEEF;
	border: 1px solid black;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;

}
.header_tixNumber {
	float: right;
	margin-top: 30px;
	font-size: 20px;
	text-align: right;
	margin-top: 20px;
}
.search_container {
}
.eventSearch {
}
.topNav_container {
}
.content_container {
}
#2colLeft {
	width: 66%;
}
#1colRight {
	margin-left: 1.5384%;
	clear: none;
	width: 33%;
}
#col1 {
	width: 30%;
}
#col2 {
	margin-left: 1.5384%;
	clear: none;
	width: 30%;
}
#col3 {
	margin-left: 1.5384%;
	clear: none;
	width: 30%;
}
#indexPod {
}
#indexPodHeader {
}
#indexPodHeader a {
}
#indexPodLinks ul {
}
#indexPodLinks li a {
}
#ticketList_eventHeader {
}
#eventName {
}
#eventDate {
}
#eventVenue {
}
.map_container {
	text-align:center;
	/*margin-left:auto;*/
	margin-right:auto;
	position: -webkit-sticky;
    position: sticky;
    top: 0;
	/*position: fixed;*/
}
.mapContainer img {
}
.ticketList_container {
	clear: both;
	margin-left: 0;
	width: 100%;

/*	width: 55%;
	float: right;*/
}


ul li a {
	font-size: 11pt;
}

.eventListHead {}
.eventLine {}
.oddColor {}
.evenColor {}
.eventList_dateTime { font-size: 13px; }
.eventList_eventName { font-size: 13px; }
.eventList_eventName { font-size: 13px; }
.bold {}

.footer_container {
}
.eventHeader {
}
.ticketList_container {
clear: both;
margin-left: 0;
width: 100%;
}
.includes-container {
}
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}
.cart_eventName {
	font-size: 15px;
}
.cart_venueName {
	font-size: 14px;
	padding-top:6px
}
.cart_dayOfWeek {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
}
.cart_date {
	font-size: 10px;
	padding-top:1px
}
.cart_time {
	font-size: 10px;
	padding-top:1px
}
.cart_eventVenueContainer {
	float: left;
	width:auto;
	height: 40px;
	padding: 6px;
	padding-left: 15px;
}
.cart_dateContainer {
	width: 50px;
	height: 40px;
	float: left;
	border-right: 1px solid #BCBCBC;
	padding: 4px;
	padding-top: 6px;
	text-align: center;
}


}

/* ------------------------------------------------------------------------------------------------- */
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
/* ------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 99.6212%;
	max-width: 900px;
	padding-left: 0.1893%;
	padding-right: 0.1893%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.headerMain_container {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 90px;
	width: 100%;
	color: #FEB41C;
	font-size: 1.5em;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.headerText_container {
	float: right;
	text-align: right;
	width: 50%;
	margin-right: 14px;
}

.logo_container {
	float: left;
	width: 188px;
}
.headerText_container {
	float: right;
	text-align: right;
	width: 60%;
	margin-right: 14px;
}
.header_userDetails {
	float: right;
	background-color: #00AEEF;
	border: 1px solid black;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}
.header_tixNumber {
	float: right;
	text-align: right;
	font-size: 1em;
}
.search_container {
}
.eventSearch {
}
.topNav_container {
}
.content_container {
}
#2colLeft {
	width: 66%;
}
#1colRight {
	margin-left: 1.5384%;
	clear: none;
	width: 33%;
}

#col1 {
	width: 30%;
}
#col2 {
	margin-left: 1.5384%;
	clear: none;
	width: 30%;
}
#col3 {
	margin-left: 1.5384%;
	clear: none;
	width: 30%;
}
#indexPod {
}
#indexPodHeader {
}
#indexPodHeader a {
}
#indexPodLinks ul {
}
#indexPodLinks li a {
}
#ticketList_eventHeader {
}
#eventName {
}
#eventDate {
}
#eventVenue {
}
.mapContainer img {
}
.eventListHead {}
.eventLine {}
.oddColor {}
.evenColor {}
.eventList_dateTime { font-size: 14px; }
.eventList_eventName { font-size: 14px; }
.eventList_eventName { font-size: 13px; }
.bold {}

.footer_container {
}
.eventHeader {
}
.map_container {
	/*margin-top: 300px;*/
	width:45%;
	max-width: 500px;
	float:left;
/*	position: fixed; */
	text-align: left;
}
.map_container img {
}
.ticketList_container {
	margin-left: 0.3802%;
	clear: none;
	width: 50%;
	float: right;
}

.includes-container {
	margin: 0 auto;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
.cart_eventName {
	font-size: 20px;
}
.cart_venueName {
	font-size: 16px;
	padding-top:8px
}
.cart_dayOfWeek {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
}
.cart_date {
	font-size: 12px;
	padding-top:3px
}
.cart_time {
	font-size: 12px;
	padding-top:3px
}
.cart_eventVenueContainer {
	float: left;
	width:auto;
	height: 50px;
	padding: 8px;
	padding-left: 20px;
}
.cart_dateContainer {
	width: 80px;
	height: 50px;
	float: left;
	border-right: 1px solid #BCBCBC;
	padding: 5px;
	padding-top: 8px;
	text-align: center;
}
}
