/*Style related to "a" link */
.buy_tix a:link , .buy_tix a:focus,
.buy_tix a:hover,.buy_tix a:visited {
	background:url(../images2z/button_bg.gif) repeat scroll transparent;
	border:medium none;
	padding:0px;
	*padding:0;
	cursor:pointer;
	display:block;
	width:auto;
	font-size:1.3em;
	color:#FFF;
	margin:3px auto;
}
.displayCalendarNotes{ font-size:1.2em; font-weight:bold;}
.checkout_action a:link , .checkout_action a:focus,
 .checkout_action a:hover,.checkout_action a:visited, .submit_button{
	background:url(../images2z/button_bg.gif) repeat scroll transparent;
	border:medium none;
	padding:0px 15px;
	*padding:0;
	cursor:pointer;
	display:block;
	height:35px;
	width:auto;
	position:relative;
	font-size:1.8em;
	color:#FFF;
	float:right;
}
div.utility_area a:hover,div.imageMap a:hover {
	color: #FFF;
}
#header_right a:link, #header_right a:visited {
	color: #666;
}
#header_right a:hover {
	color: #00539f;
}
a:link, a:visited {color:#00539f; text-decoration: none;}
a:hover {color:#ff6600; text-decoration: none;}
span.pagination_first a {
	display: block;
	width: 13px;
	height: 13px;
	background: transparent url(../images2z/etix_sprite.png) -222px -9px no-repeat;
	text-indent: -9999px;
}
span.pagination_last a {
	display: block;
	width: 13px;
	height: 13px;
	background: transparent url(../images2z/etix_sprite.png) -244px -29px no-repeat;
	text-indent: -9999px;
}
span.back a {
	background:url(../images2z/etix_sprite.png) no-repeat scroll -245px -9px transparent;
	display:block;
	float:left;
	height:13px;
	padding-left:15px;
	width:40px;
}
span.next a {
/*	background:url(../images2z/etix_sprite.png) no-repeat scroll -194px -29px transparent;  */
	display:block;
	float:left;
	height:13px;
	padding-right:15px;
/*	width:30px; */
}
#header h2#logo a {
	display:block;
	height:100%;
	width:100%;
}
div#footer_subnav a {
	margin: 0 10px;
}

/*Next step button*/
/*other styles are on the above description about "a:"*/
.submit_button_location {
	*width:100% !important;
	}


/*Sales status of performance/package: sell, reserve, NotOnSale, NoInventoryCurrentlyAvailable and SoldOut*/
.homeNoInventoryCurrentlyAvailable,.homeSoldOut,.homeNotOnSale
	{
	border:medium none;
	padding:3px 1px;
	*padding:0px 10px;
	display:block;
	width:auto;
	font-size:1.3em;
	color:#FFF;
	text-align:center;
	margin:3px auto;
	}
.homeNotOnSale {
    background:url(../images2z/homeNotOnSale.gif) repeat scroll transparent;
}
.homeNoInventoryCurrentlyAvailable{
	background:#1951A4 url(../images2z/homeNoInventoryCurrentlyAvailable.gif) repeat-x;
	}
.homeSoldOut{
	background:url(../images2z/homeSoldOut.gif) repeat scroll transparent;
}
.buy_tix{
	float:right;
	position:relative;
	text-align:center;
	width:100px;
	}

/**online calendar page**/
.calendarMonth {
	float:left;
	display:inline;
	margin:30px 0px 30px 10px ;
}
.selectMonthForCalendar input,.selectMonthForCalendar form {
	display:inline;
	padding:2px;
	margin:2px;
}
.selectMonthForCalendar {
	display:inline;
}
.calendarForSelect {
	float:right;
	display:inline;
	margin:30px 10px 30px 0px;

}

/**venueSearch jsp**/
span.venue_name {
	display:block;
	font-weight:bold;
	margin:10px 0 0;
	position:relative;
}
span.venue_name_title {
	color:#555;
	display:block;
	font-weight:bolder;
	margin:10px 0 0;
	position:relative;
}

div.rotator_info div.buy_tix {
	position:absolute;
	right:12px;
	text-align:center;
	width:100px;
}
span.ticket_price {
	font-weight: bold;
	display: block;
	padding-top: 5px;
}
div.sidebar_content_header {
	background: transparent url(../images2z/etix_sprite.png) -338px -59px no-repeat;
	height: 24px;
}
div.sidebar_content_main {
	background: transparent url(../images2z/bg_sidebar_content_main.png) 55% 0% repeat-y;
	padding: 0 20px 8px 20px;
}
div.sidebar_content_main.cat_nav {
	padding: 0 9px 8px 9px;
}
div.sidebar_content_main ul, div.sidebar_content_main li {
	margin-left: 0;
}
div.sidebar_content_footer {
	background: transparent url(../images2z/etix_sprite.png) -338px -112px no-repeat;
	height: 7px;
	margin-bottom: 15px;
}
div.sidebar_content_main h2, div.sidebar_content_main_wide h2 {
	font-size: 1.35em;
	}
div.sidebar_content_main h3, div.sidebar_content_main h2, div.sidebar_content_main p, div.sidebar_content_main_wide h3,div.sidebar_content_main_wide h2, div.sidebar_content_main_wide p {
	margin-bottom: 0;
	padding-bottom: 10px;
}
div.page_title_wrap {
	position: relative;
	padding: 0 0 8px 0;
	margin: 15px 0 15px 0;
	background: transparent url(../images2z/gradient_border_bottom.png) 50% 100% no-repeat;
}
.page_title_wrap .page_title_search {
	width: 80%;
}
a.see_all {
	position: relative;
	display: block;
	float: right;
	margin: 0;
}
div.event_thumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 120px;
}
span.event_location {
	position: relative;
	display: block;
	font-size:0.9em;
}
div#pagination {
	margin:20px 0 0 12px;
	width:95%;
	position: relative;
}
div#pagination ul li {
	display: inline;
	padding: 5px 9px;
}
div#pagination ul li.current_page {
	background: #ededed;
	color:#003399;
}
div.left_pagination_nav, div.center_pagination_nav, div.right_pagination_nav {
	float: left;
	display: inline;
	position: relative;
}
span.pagination_first, span.back {
	display: inline;
	float: left;
	margin-right: 5px;
}
div.center_pagination_nav ul {
	display: inline;
}
span.pagination_last, span.next {
	display: inline;
	float: left;
	margin-left: 12px;
}



/**show manifest page**/

#seatingChartTbl {
    width:1%;
	text-align:center;
	margin:auto;
}
#seatingChartTbl td {
   width:14px;
   padding:0;
   border:0;
   font-size:1.2em;
   }
.stateForManifest {
     width:300px;
	 border:0;
	 padding:0;
	 text-align:center;
}
#listOfLocation {
     width:60%;
}
.listForManifest {
    width:90%;
	text-align:center;
	margin:auto;
	border:0;
	border-collapse:collapse;
	padding:0;
}
.statusForManifest {
    width:50%;
}



/* frame css */


div#main_body_wrap {
	background: none;
	margin:0px auto;

}
.container {
	position: relative;
	clear: both;
}
div#checkout_wrap {
	margin-top: 20px;
}
div#checkout_wrap div#left_column_main {
	background: transparent url(../images2z/bg_left_col_wide.png) 11px 0% repeat-y;
}
div#center_column_header_wide {
	background: transparent url(../images2z/etix_sprite.png) -334px -295px no-repeat;
	height: 24px;
	clear:both;
	position:relative;
	width:100%;
}
div#left_column_main {
	background: transparent url(../images2z/bg_left_col_wide.png) 50% 0% repeat-y;
}
.main_content_wrap {
	padding: 0 30px 20px 30px;
}


/* navigation css */
#pur_flow {
	text-align: center;
	font-weight: bold;
	color: #CCC;
	font-size: 1.1em;
}
#pur_flow .flow  {
	margin: 0 5px;
}
#pur_flow .flow.current {
	color: #000;
}
.navigation_header {
    text-align:right;
	*margin-right:0px !important;
	*margin-right:20px;
	}
.navigation_images {
     width:125px;
	 border:0px;
	 height:16px;

	}



/* start event_info css */

.page_title, div.org_name_title {
	background-color: #0059A6;
	padding: 5px 10px 3px 10px;
	color: #FFF;
	font-weight: bold;
	margin: 0 auto 15px auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: normal;
	font-size: 1.8em;
	display: inline-block;
	width: 96% ;
}
div.event_info,div.event_wrap {
	border-bottom: #999 1px dotted;
	padding: 10px 0;
	position: relative;
}
div.event_wrap_no_border {
	padding: 10px 0;
	position: relative;
}
div.event_date {
	position: relative;
	float: left;
	width: 50px;
	height: 70px;
	color:#333333;
	background: transparent url(../images2z/etix_sprite.png) -217px -50px no-repeat;
}
.event_date span {
    display: block;
	position: relative;
	text-align: center;
	font-size:1em;
	}
span.month {
	font-weight: bold;
	padding-top: 3px;
}
span.day {
	font-size:1.5em;
	font-weight:bold;
}
span.weekday {
	color: #999;
	margin-top: -2px;
	font-size: .9em;

}
div.event_details {
	position: relative;
	float: left;
	width: 355px;
	margin-left: 10px
}
div.perf_pack_details {
	position: relative;
	float: left;
	width: 635px;
	margin-left: 10px
}
.event_details span, .perf_pack_details span{
    position: relative;
	}
span.venue_title {
font-size: .8em;
letter-spacing:0.25em;
color: #000;
font-weight: bold;
font-family: "Arial Black", Arial;
margin: 0 0 5px 0;
}

span.venue_title h2{
font-size: 1.35em;
letter-spacing:0.25em;
color: #000;
font-weight: bold;
font-family: "Arial Black", Arial;
margin: 0 0 5px 0;
}
 span.event_name {
	font-size:1.45em;
	font-weight:bold;
	letter-spacing:-0.025em;
}

 span.event_name h1 {
	font-size:1.45em;
	font-weight:bold;
	letter-spacing:-0.025em;
}

span.event_time {
	font-size:0.9em;
	margin: 10px 0 0 0
}


/* public css */
table#confirm_your_order,table.confirm_your_order {
	width: 99% !important;
	* width:99% ;
	border-bottom: #333 2px solid;
	margin-bottom: 5px;
}


/* confirm_your_order in display seat/invoice */
.feeWidth td {
	font-size: 0.9em;
	color: #333;
	border-bottom: #333 1px solid;
}
table#confirm_your_order th,table.confirm_your_order th,.feeWidth th {
	font-size: 0.9em;
	color: #333;
	border-bottom: #333 1px solid;
    text-align:center;
    margin:auto;
}
table#confirm_your_order td,table.confirm_your_order td, table.check_order_info td {
	border-bottom: #333 1px dotted;
	padding: 3px;
}
.feeWidth {
	width:50%;
	text-align:right;
	float:right;
   }
 .feeWidth td{ font-weight: bold;}
 .submit_button_location {
	*width:100% !important;
	}

div.utility_area,div.imageMap,div.pop_out_bg{
	background:none repeat scroll 0 0 #DDD;
	margin:0 0 15px 0;
	padding:15px;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	*width:95% !important;
}
div.utility_area p:last-child, div.imageMap p:last-child {
	margin-bottom: .5em;
}
div.checkout_items, div.notesforticket,
div.select_priceCode, table.billing_info, table.credit_card_info,table.invoice_mis_info{
	padding: 0 0 0 60px;
	margin: 6px 0 0 0;
	position: relative;
}
div.ticket_info_invoice {padding: 0;
margin: 6px 0 0 0;
	position: relative;
}
.billing_info .one_col, .credit_card_info .one_col,.invoice_mis_info .one_col {
font-weight:bolder;
}
.checkout_divider {
	position: relative;
	width: 730px;
	height: 30px;
	background: url(../images2z/checkout_divider.png) 50% 0 no-repeat;
	left: -17px;
	margin: 10px 0 0 0;
}

/* add seating jsp*/

div#view_seating_images h2 {
	display: inline;
}

h3.select_tickets {
	background: url(../images2z/etix_sprite.png) -1140px -17px no-repeat;
	padding: 3px 0 3px 38px;
}
span.ticket_notes {
	display: block;
	font-weight: normal;
	font-size: .8em;
}
span.ticket_price_checkout {
	font-weight: normal;
}
div#seat_select_method {
	margin-top:10px;
}
.seat_select_method_link {
    font-size:1em;
    }
.seat_select_method_title {
   font-size:1.2em;
   font-weight:bolder;
   }
.seat_select_method_selected{
   color:#C8C8C8;
   }

/******** invoice page *******/

table {
	border-collapse:collapse;
}
td.total, td.price {
	text-align: right;
	padding-right: 10px!important;
}
th.total, th.price {
	text-align: right;
	}
td.artist_fee, td.fee_title {
	background: #EEE;
}
td.section {
	word-wrap: normal;
}
td.price, td.fee, td.remove {
	text-align: right;
	padding-right: 10px!important;
}
.grand_total,.grand_total td,td.grand_total {
	font-weight: bold;
	text-align:right;
}
td.total_number {
	text-align: right;
	padding-right:10px !important;
}
div.grand_total {
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	text-align:right;
	width:84%;
}
h3.payment_method {
	background: url(../images2z/etix_sprite.png) -1140px -166px no-repeat;
	padding: 0 0 0 38px;
}
.text_length_title {
    size:6px;
       }
.text_length_phone {
      size:10px;
      }
.text_length_password {
     size:25px;
      }

.highlightPrice {
    color: #0000ff;
    background-color: #DDD;
    font-size: 1.1em;
    font-weight: bold;
}


/******** display seat page *******/
 td.seating_chart_available,
td.displaySeatNote, td.displaySeatSection,td.display_seat_row, td.displaySeatSeat,displaySeatPriceCode,
display_seat_remove,
 td.row, td.section, td.seat, td.price, td.artist_fee {
	text-align: center;
}
td.displaySeatNote  {
	color: red;
}
div.check_seat_info {
	padding: 0;
	margin: 2px 0 0 0;
	position: relative;
}
.misinfo_col1 {
    font-weight:bolder;
	width:25%;
}
.misinfo_col2 {
    size:50px;
	max-height:10px;
	width:75%;
}
span.upsell {
	background-color: #EDEDED;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 4px 0;
	padding: 2px;
	position: relative;
	text-align: center;
	}
span.delivery_item_limit{
   font-size: 0.8em;
	}
span.delivery_name{
	 font-size: 1.2em;
	}
div.one_delivery_method{
	padding: 0;
	margin: 0 0 0 40px;
	position: relative;
	}
span.no_delivery{
	 font-size: 1.2em;
	 color: #FF0000;
	}
div.empty_shopping_cart{
	padding: 0;
	margin: 0 0 0 40px;
	position: relative;
	}
span.empty_shopping_cart{
	text-align: center;
	color: #FF0000;
  }
h3.select_delivery {
	background: url(../images2z/etix_sprite.png) -1140px -53px no-repeat;
	padding: 3px 0 3px 38px;
}
div.display_seat_submit {
	margin-left: 520px;
	height: 36px;
}
div.display_seat_removeAll{
	margin-left: 620px;
	font-size: 1.0em;
	height: auto;
}
div.performance_description {
	width: 100%;
	margin-left: 20px;
	display: block;
}



/******** delivery order *******/

.comp_order {
	width: 80%;
}
.comp_order_content {
	width: 20%;
	text-align: right;
	padding-right:10px !important;
}




/******** add package seat page *******/
div.package_details  {
	position: relative;
	float: left;
	width: 100%;
	margin-left: 10px
}
div.package_details span{
display:block;}

div.package_performance {
	  width:90%;
	  margin-left: 35px;
	  }
table#package_performance {
	border-bottom: #333 1px solid;
	margin-bottom: 5px;
	padding-left: 20px;
}
table#package_performance th {
	font-size: 0.9em;
	color: #333;
	border-bottom: #333 1px solid;
}
table#package_performance td {
	border-bottom: #333 1px dotted;
	padding: 6px;
	text-align:left;
}




/******** online sign in page *******/
.close_signIn_page {
  display:block;
	float:right;
}
div.signIn_page_title, div.fetchPassword_title, div.register_page_title,
div.perfPassword_title, div.packPassword_title {
    margin:0 auto;
    width:100%;
    text-align:center;
    font-size: 1.5em;
}
div.signIn_page_message, div.fetchPassword_message, div.register_page_message,div.perf_status_message  {
	  width:100%;
    margin:0 auto;
    color: #FF0000;
    font-weight: bold;
    text-align:center;
    font-size: 1.0em;
}
div.signIn_page_content, div.fetchPassword_content, div.register_page_content,
 div.signIn_success_content, div.error_page_content, div.perfPassword_content,
 div.packPassword_content, div.advanced_search_content,
 div.prompt_removing_seats_content, div.pricecode_pass_input_content  {
    margin:0 auto;
    width:80%;
    text-align:center;
}
table.sign_in_table {
    width:100%;
    font-weight: bold;
    font-size: 1.0em;
}
table.register_page_table {
    width:100%;
    font-weight: bold;
    font-size: 1.0em;
}
.forget_password {
	font-size: 0.9em;
	text-align:center;
	}
.signIn_page_submit, .fetchPassword_submit, .register_submit, .error_page_button,
.advanced_search_button, .perfPassword_submit, .packPassword_submit {
	background:url(../images2z/button_bg.gif) repeat scroll transparent;
	border:medium none;
	cursor:pointer;
	font-weight: bolder;
	font-size: 1.5em;
	color: #FFFFFF;
}
div.signIn_page_newUser, .fetchPassword_newUser {
	width: 90%;
	margin-left: 40px;
	display: block;
}
.contact_asterisk {
	color: #FF0000;
}
.register_password, .register_button {
 	width:100%;
	font-weight: bold;
	text-align:center;
}
.signIn_success  {
 	display: block;
	text-align:center;
	color: #FF0000;
  font-weight: bold;
  text-align:center;
  font-size: 1.8em;
}

/******** online sign in page *******/



/******** online confirmation page *******/
.confirm_page_content  {
    margin:0 auto;
    width:60%;
    text-align:center;
}
.comp_order,.comp_order_content {
	text-align: left;
	width: 50%;

	}

#Online_confirm_page h2 {
	margin-bottom:10px;
}

.event-details {
	border-top:1px solid #ccc;
	padding:10px 0;
	margin-bottom:10px;
}

.event-details .share {
	margin:10px 0 0;
}

#payment-details {
	min-width:320px; /* 695px */
	border-style:solid;
	border-color:#ccc;
	border-width:1px 0;
	padding:10px 0;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	clear:both;
}

.event-details .share .social {
	text-indent:-9999em;
	overflow:hidden;
	outline:none;
	display:inline-block;
	width:32px;
	height:32px; 
	background:transparent url(/ticket/images2z/social_sprite.png) no-repeat left top;
	line-height:32px;
}

.event-details .share .email {
	background-position:left -133px;
}

.event-details .share .facebook {
	
}

.event-details .share .twitter {
	background-position:left -65px;
}
#payment-details .header,
#payment-details .total-row {
	font-weight:bold;
	position:relative;
	overflow:hidden;
}

#payment-details .ticket-row {
	float:left;
	clear:both;
	width:100%;
	margin:3px 0;
}

#payment-details .title,
#payment-details .name,
#payment-details .fee,
#payment-details .subtotal,
#payment-details .price {
	float:left;
	display:inline;
}

#payment-details .fee,
#payment-details .subtotal,
#payment-details .price {
    white-space:nowrap;
}

#payment-details .title, 
#payment-details .name {
	width:45%;
	padding-right:1.43880%;
	margin-bottom:0;
}

#payment-details .price,
#payment-details .fee,
#payment-details .subtotal,
#payment-details .total-row .total,
#payment-details .delivery-fee .total,
#payment-details .order-fee .total {
	width:16%;
	padding-right:1.333333%;
}

#payment-details .subtotal {
	padding-right:0;
}

#payment-details .total-row .total,
#payment-details .delivery-fee .total,
#payment-details .order-fee .total {
	float:right;
	clear:right;
	font-weight:normal;
	padding-right:2.7%;
}

.confirmation_footer {
	text-align:center;
	font-size:90%;
}

#delivery-method {
	padding:0 0 10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}

#delivery-method .checkout_action {
	background:none;
	margin-bottom:0;
}

#delivery-method .checkout_action .print_orders {
	text-align:center;
	line-height:1.6;
	font-size:1.6em;	
	float:none;
	display:inline-block;
}

/******** online flow Error page *******/
.error_page_title {
	display: block;
  font-weight: bolder;
	font-size: 2.0em;
}
.error_page_message {
	display: block;
  font-weight: bold;
	font-size: 1.0em;
}


/******** online flow Error page *******/


body {
	background: #ededed;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	line-height:1.25;
	font-size: .8em;
	word-wrap: break-word;
	}
div#header {
	height: 110px;
	width: 100%;
	min-width:975px;
	background: none;
}
body.home div#header {
	height: 100px;
	width: 100%;
	background: #FFF;
}
#header h2#logo {
	background:url(../images2z/logo.png) no-repeat scroll 0 0 transparent;
	float:left;
	height:68px;
	margin:15px 0 0 15px;
	position:relative;
	text-indent:-9999px;
	width:130px;
	z-index: 16;
}
div#search_area {
	background: transparent url(../images2z/etix_sprite.png) -328px -162px no-repeat;
	height: 95px;
	position: relative;
	margin: 15px auto 0 auto;
	overflow: hidden;
}
body.home div#search_area {
	height: 85px;
}

/*** search form  ***/

form#main_search_form {
	background:url(../images2z/etix_sprite.png) no-repeat scroll -346px -3px transparent;
	height:43px;
	margin:25px auto 0;
	width:510px;
}
input#main_search_field {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#666666;
	font-size:1.3em;
	padding:10px 0 10px 10px;
	width:400px;
}
input:focus {
	outline: none; -moz-outline-style: none;
}
div#main_search_submit {
	float: right;
	height:30px;
	margin:5px 0 0;
	overflow:hidden;
	width:85px;
}
input#main_search_button {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	height:100%;
	text-indent:-9999px;
	width:100%;
}



/***  email signup form  ***/
#header_right {
	text-align: center;
	font-size: .9em;
	letter-spacing: -.01em;
	padding-top: 15px;
}
#left_column {
	margin-top: 0px;
}

#center_column {
	background:transparent url(../images2z/bg_main_content_center.png) 53% 0 repeat-y;
}

#online_calendar_page #center_column {
	background:#fff;
	border:2px solid #ccc;
	border-top:0;
	width:700px;
}
body.home #center_column {
	margin-top: 107px;
}
div#center_column_footer_wide {
	background: transparent url(../images2z/etix_sprite.png) -334px -347px no-repeat;
	clear:both;
	height:11px;
	position:relative;
	width:100%;
}
#center_column_footer {
	background: transparent url(../images2z/etix_sprite.png) -328px -142px repeat-y;
	width: 100%;
	height: 11px;
	position: relative;
	top: 11px;
	clear: both;
}

/***  CHECKOUT STYLES  ***/



h3.select_delivery {
	background: url(../images2z/etix_sprite.png) -1140px -53px no-repeat;
	padding: 3px 0 3px 38px;
}
h3.billing_info {
	background: url(../images2z/etix_sprite.png) -1140px -206px no-repeat;
	padding: 0 0 0 38px;
}
span.delivery_cost {
	color: #0099ff;
	margin-left: 8px;
}
label {
	vertical-align: middle;
}
fieldset.payment_method label {
	display:inline-block;
	margin-left:10px;
	width:140px;
}
fieldset {
	border: none;
}
table#confirm_your_order td.quantity,table.confirm_your_order td.quantity {
	padding-left: 30px;
	width: 45px;
}

.required {
	color: #CC0000;
	font-style:italic;
}
input[type=text], .customerPwd {
	border: #CCC 1px solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 7px 5px;
	size:32px;
	height:1em;
}
div.grand_total p {
	font-size:0.8em;
	font-weight:normal;
	text-align:right;
}
#footer {
	background: url(../images2z/etix_sprite.png) no-repeat scroll -227px -457px transparent;
	text-align: center;
	min-height: 117px;
	padding: 20px 0;
}
.border {border:2px;
border-color:#999999;}
div#footer_subnav {
	font-size:0.9em;
	line-height:1.7em;
	margin:20px auto;
}

span.copyright {
	display: block;
	font-size: .8em;
	margin-top: 5px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color:#666;
	font-weight:normal;
}
h3 {
	font-size: 1.35em;
}
#header h3 {
	float:left;
	margin:45px 100px 0 70px;
}
h4 {
	color: #333;
	margin-bottom: .25em;
	font-weight: bold;
	font-size: 1.1em;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	margin: 6px 0;
}
span.notes {
	display:block;
	margin:15px auto;
	position:relative;
	text-align:center;
	width:80%;
}
th.performancesFoundPerformanceNameHeader, th.performancesFoundDateTimeHeader,td.performancesFoundPerformanceName,
td.performancesFoundDateTime,td .imageForStatus {
	text-align: left;

}

/** performer info page **/
  #performerHeader{
    font-size: 18px ;
    font-weight: bolder;
    text-align: center;
    padding: 20px;
  }
  #performerDetail{
     text-align: left;
     padding: 20px;
  }
  #performerDetail img{
     float:left;
     padding-top: 0 ;
     padding-right: 10px
  }
  #performerFooter{
     clear: both ;
     text-align:right;
     padding-right: 10px ;
  }
/** performer info page **/


/***  GENERAL STYLING   ***/

hr {
  background: none;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 1em 0 1.45em;
  border-bottom: #ddd 1px dotted;
}
.no-border {
	border: none!important;
}
.centered-text {
	text-align: center;
	margin:0 auto;
}
.prints_notes {
    font-style:italic;
}
div.checkout_action{
    background: url(../images2z/gradient_border_top_wide.png) 50% 0 no-repeat;
	padding: 0;
	margin:inherit;
	border:hidden;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #FF6600;
	background-color: #FFFF99;
	padding: 5px;
	opacity: 0.85;
	width: 80px ;
}
#tooltip h3, #tooltip div { margin: 0; }
.presentatonMessage {
    margin:10px auto;
	text-align:center;
	display:block;
	color:#FF0000;
	font-size:18px;
	font-weight:bolder;
	}
.monthForCalendar {
     float:right;
	 }
.contentOfCalendar {
  width:100%;
  table-layout:fixed;
	margin:3px auto;
	text-align:center;
	border:1px;
	color:#000;
	}
.contentOfCalendar td {
     background:#FFFFFF;
	 height:20px;
	 width:14%;
	 vertical-align: top;
	 text-align:left;
	 padding: 4px;
	 border:1px solid;
	 color:#000;
	 }

#systemSearchResult div#header {
	background: #FFF url(../images2z/bg_header_short.png) 0 100% repeat-x;
}
.main_content_wrap hr {
	margin:1px 0 1.25em;
 }



#client_header,#client_header img {
margin: 0px auto;
padding: 0px;
border: 0px;
text-align: center;
line-height: 1em;
}

#footer_container {
	margin-top: -2px;
	}
.noBgFooter {
  clear:both;
  }
.noBgFooter a, .noBgFooter img,.noBgFooter span{
  text-align:center;
  margin:2px auto;
  display:block;
  }


/*artist page*/
div#right_column_header_wide {
    background: url("../images2z/etix_sprite.png") no-repeat scroll -329px -370px transparent;
    clear: both;
    height: 18px;
    margin-top: 22px;
    position: relative;
    width: 100%;
}
div#right_column_main_wide {
	background: url("../images2z/bg_right_col_wide.png") repeat-y scroll 66% 0 transparent;
}
img.artist_id_img {
	position: relative;
	margin: 10px 0;
}
table#artist_id {
	width: 100%;
	border-bottom: #333 2px solid;
	margin-bottom: 5px;
	clear:both;
}
.artistImage img {
  margin-right:10px;
  float:left;
}
.artistImageNotes {
    text-indent:1.3em;
}
table#artist_id th {
	font-size: 1.2em;
	color: #333;
	border-bottom: #333 1px solid;
}

table#artist_id td {
	border-bottom: #333 1px dotted;
	padding: 6px;
}

table#artist_id th.date {
	width: 18%;
}

table#artist_id th.event {
	width: 42%;
}

table#artist_id th.location {
	width: 25%;
}

table#artist_id th.tickets {
	width: 15%;
}
div#right_column_footer_wide {
    background: url("../images2z/etix_sprite.png") no-repeat scroll -329px -425px transparent;
    clear: both;
    height: 11px;
    position: relative;
    width: 100%;
}

/*advanceSearchPage*/
.centerContentForTable {
    text-align:center;
	margin:6px auto;
	width:80%;
}

.oneColForContent, .floatForRight{
    text-align:right;
	font-weight:bold;
}
.boldForLeft{
   text-align:left;
   font-weight:bold;
}

/* add to calendar widget */
div.event_reminders {
	float: right;
	font-size: .9em;
	width: 80px;
}

a.add_to_calendar {
	display: block;
	background: url(../images2z/etix_sprite.png) -217px -196px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 6px;
	text-decoration: none;
}

a.set_a_reminder {
	display: block;
	background: url(../images2z/etix_sprite.png) -217px -224px no-repeat;
	padding: 0 0 0 30px;
	text-decoration: none;
}

div.activity_details {
	color: #FFF;
	padding: 35px 20px 20px 20px;
	width: 70%;
	float: left;
	position: relative;
}

div.activity_details span.activity_name {
	color: #FFF;
	font-size: 1.9em;
}

span.activity_date {
	display: block;
	font-size: .8em;
	float: left;
	clear: left;
	width: 75%;
}


div.activity_details span.venue_name, div.activity_details span.venue_name a {
	color: #66CCFF;
	font-weight: normal;
}

div.activity_wrap {
	width: 540px;
	background: url(../images2z/bg_performance_details.jpg) 50% 0 no-repeat;
	color: #FFF;
}

span.prompt_removing_seats_message {
  display: block;
  text-align: left;
  font-size: 1.0em;
}

table.seat_price_code td {
	width: 162px;
	text-align: center;
	}

table.pricecode_pass td {
	width: 243px;
	}

table.pricecode_pass td.price_code_name {
	text-align: right;
}
.error_message {
	color: #FF0000;
	font-style:italic;
}



/*** TWITTER WIDGET STYLES  ***/

.twtr-fav,
.twtr-ft a img,
.twtr-hd h3,
a.twtr-user
{
	display: none !important;
}

.twtr-widget-profile .twtr-hd h4 {
    display: block;
    margin-top: 5px !important;
    position: relative;
}

#twtr-widget-1 em {
    display: block;
    margin-top: 10px;
}

.twtr-widget .twtr-tweet {
    border-bottom: 1px dotted #999999!important;
}

#twtr-widget-1 .twtr-tweet-text {
    font-family: helvetica,arial,sans-serif;
}

.twtr-ft div {
    padding: 5px!important;
}

.twtr-ft a.twtr-join-conv {
	display: none;
}

a.get_more {
	margin: 0 auto;
	position: relative;
	display: block;
	text-align: center;
	font-weight: bold;
}

/*** STOP TWITTER WIDGET STYLES  ***/


/***  SOCIAL LINK STYLES  ***/

div#social_links {
	padding: 80px 0 0 20px;
}


a#facebook_link {
	background-position: 0 0;
}

a#twitter_link {
	background-position: 0 -64px;
}

a#facebook_link, a#twitter_link {
    background-image: url("../images2z/social_sprite.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 1.1em;
    height: 26px;
    padding: 7px 0 0 35px;
	margin-bottom: 12px;
}

a#facebook_link:hover, a#twitter_link:hover {
	color: #66CCFF;
}


/***  END SOCIAL LINK STYLES   ***/
