@charset "UTF-8";

/* --------------------------------------------------------------

 reset.css
 * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

body {
	font-size:14px;
	background-color: #f0f0f0;
	font-family:"Verdana", Geneva, sans-serif;
}
td { 
	color:#5D5D5D;
}
hr { 
	color:#DDDDDD;
}
.hide{
	position:absolute;
	left:-9999px;
	display:none;
}
p {
	color:#5d5d5d;
	margin-bottom:6px;
	font-size:14px;
	line-height:1.6em;
}
sup {
	color:#C40000;
}
span.help_notes, td.help_notes {
	color:#5d5d5d;
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding-left: 10px;
	background-color: #EEEEEE;
	font-family: Arial,Helvetica,sans-serif;
}
h1 {
	padding:0px;
	margin:0px;
	color:#C40000;
	font-size:18px;
	font-weight:bold;
}
h2 {
	padding:0px;
	margin:0px;
	color:#C40000;
	font-size:14px;
	font-weight:bold;
}
h3 {
	padding:0px;
	margin:0px;
	color:#C40000;
	font-size:12px;
	font-weight:normal;
}
h4 {
	padding:0px;
	margin:0px;
	color:#C40000;
	font-size:12px;
	font-weight:bold;
}

#shopping-cart-table td, #shopping-cart-table th,
#reservation-table td, #reservation-table th,
#login_table td, #register_form td, #user_settings td {
	padding-left: 10px;
}
td.section_name {
	padding-right: 10px;
}
li.li_text {
	margin-left: 45px;
	padding-left: 20px;
	padding-right: 20px;
	color:#5d5d5d;
	font-size:14px;
	line-height:26px;
}

.brown_text {
	color:#CD7328; 
}

.black_tab	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#383838;
	font-weight:bold;
	font-size:18px;
	padding-left: 24px;
	line-height: 20px;
}
.bold_tab	{
	font-weight:bold;
}
.red_tab	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C40000;
	font-weight:bold;
	font-size:18px;	
	line-height: 20px;
}
.blue_color {
	color:#008B8B;
	text-align:right;
}

.go_on_sale {
	color:#5D5D5D;
	font-size:12px;
	font-weight:bold;
	padding-top: 6px;
}
.label_show_name {
	font-size:18px;
	color:#C40000;
	font-weight:normal;
	display:block;
	padding-top: 10px;
	text-decoration:none;
	cursor: pointer;
}

.label_venue_name {
	font-size:14px;
	color:#5D5D5D;
	font-weight:normal;
	padding-top: 1px;
	text-decoration:none;
	line-height: 16px;
	display:block;
}
.label_table_account {
	font-size:14px;
	color:#5D5D5D;
	font-weight:normal;
	text-decoration:none;
	line-height: 22px;
}
.label_more{
	font-size:12px;
	color:#C40000;
	font-weight:bold;
	display:block;
	padding-top: 10px;
	text-decoration:none;
}
.red_label{
	font-size:12px;
	color:#C40000;
	font-weight:normal;
	padding-bottom: 10px;
}

.label_venue_name:hover, .label_show_name:hover, .label_table_account:hover, .label_more:hover {
	text-decoration:underline;
}
.remove_button {
	text-decoration:underline;
	color:#5D5D5D;
}
.remove_button:hover {
	text-decoration:none;
	background-color:#CCCCCC;
	cursor:pointer;
}

.error .success_message {
	font-size:16px;
	font-weight:bold;
	color:#5D5D5D;
}
.success {
	font-size:16px;
	font-weight:bold;
	color:#5D5D5D;
	padding-left: 10px; 
	padding-top: 20px; 
	margin-bottom: 5px
}
.errors {
	background-color:#FFCCCC;
	border:1px solid #C40000;
	width:auto;
	margin:8px;
	padding: 10px; 
	display: block; 
	font-size:16px;
	font-weight:bold;
}
.errors li{ 
	list-style: none; 
}
label.error { 
	float: none; 
	color: #C40000; 
	padding-left: 10px; 
	vertical-align: top; 
	display: inline-block;
}
#save_message_confirm, #login_save_message_confirm {
	font-size:16px;
	font-weight:bold;
	color:#C40000;
	line-height: 48px;
}
.save_message_confirm {
	font-size:16px;
	font-weight:bold;
	color:#5D5D5D;
}	
.city_name{
	font-size:16px;
	color:#C40000;
	font-weight:bold;
	display:block;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 6px;
}
span.message_label, a.message_label {
	text-decoration:underline;
	color:#5D5D5D;
}
span.message_label:hover, .city_name:hover, .merchant_logos {
	cursor: pointer;	
}	
table.FillInfo td {
	padding-left: 10px;
}
td.total, th.total {
	font-weight:bold;
}
tr.tr_subtotal {
	height: 22px;  
	color:#5D5D5D;
	background-color:#E8E8E8; 
}
tr.records td {
	border-bottom: 1px #F0F0F0 solid;	
	padding-top:8px;
	padding-bottom:8px;
}	
tr.records {
	background-color: white;
}

tr.records:hover {
	background-color: #F4F4F4;
}

.events_calendar {
	overflow:hidden;
	display:block;
}
.calendar_buy  {
	font-weight: bold;
}
#draggable { 
	width: 60px; 
	height: 60px; 
	float: left; 
	border-radius: 30px; 
	background-color:#8EEBEC;
	border-color:#F0F0F0;
	border-style:solid;
	border-width:2px;
	position: relative;
	top: 40px;
	left: 30px;
	cursor: pointer;
	z-index: 1;
}
#droppable { 
	width: 120px; 
	height: 120px; 
	float: left; 
	margin: 20px; 
	border-radius: 5px; 
	background-color:#FFE093;
	border-bottom: 2px solid #DDDDDD;
	border-right: 2px solid #DDDDDD;
	position: relative;
	left: 60px;
}
div.gradient_bottom, tr.gradient_bottom {
	height: 40px;
	color:#5D5D5D;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
div.gradient_top, tr.gradient_top {
	height: 40px;
	color:#5D5D5D;
	background: #e5e5e5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
}
div.terms_service {
    position: relative;
    width: 100%;
    height: 110px;
    background-color: #E8E8E8;
    color:#5D5D5D;
	overflow:auto;
}
.terms_service p {
	padding-top: 2px;
	margin-bottom: 5px;
	line-height:18px;
}


.margin_left {
	padding-left: 30px;
}
.padding_left_right {
	padding-left: 30px;
	padding-right: 20px;
}
.padding-bottom {
	padding-bottom: 50px;	
}
.no_padding {
	padding-left: 0px;
	line-height: 30px;
}
.margin_left_10 {
	padding-left: 10px;
	padding-right: 20px;
}

/* ********* CONTENT AREA ********* */

.ui-widget-content {
	background-color: #f0f0f0;	
}	

.eventer{
	width:100%; 
	height:auto;
	overflow:hidden;
	float:right;
	display:block;
}

.event-info-panel {
	padding-bottom: 15px;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 10px; 
	margin-bottom: 15px;
	display:block;
}

.event-info-panel p {
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 10px; 
	margin-bottom: 15px;
	line-height:22px;
}
.event-info-panel td, .event-info-panel th{
	padding-left: 30px;
	padding-top: 10px;
	line-height:20px;
	font-size: 14px;
}
.event-info-panel img {
	float:right;
	margin-bottom:15px;
	margin-left:20px;
	margin-right:20px;
	margin-top: 10px;
}

.event-info-panel span {
	color:#383838;
}
.event-info-panel .red_tab {
	color:#C40000;
}

#choose-section-panel {
	height: 240px;
}	

#dialog-form {
	width: 280px;
	height: auto;
}

/* ********* BUTTONS ********* */
.button_buy_tickets {
	color:#C40000;
	font-size:12px;
	display:block;
	text-decoration:none;	
	width:80px;
}
.button_edit {
	color:#C40000;
	font-size:12px;
	display:block;
	text-decoration:none;	
	width:40px;
}
.button_buy_wide {
	color:#C40000;
	font-size:12px;
	display:block;
	text-decoration:none;	
	width:160px;
}
.button_buy_widest {
	color:#C40000;
	font-size:12px;
	display:block;
	text-decoration:none;	
	width:260px;
}
.button_add_zone {
	color:#C40000;
	font-size:12px;
	text-decoration:none;	
	width:160px;
}
.button_buy_tickets:hover, .button_edit:hover, .button_buy_wide:hover, .button_buy_widest:hover, .button_add_zone:hover	 {
	color:#fff;
	background-color:#C40000;
	cursor:pointer;
}
/*
.button_help {
	background:url(https://s3.amazonaws.com/OnStage/images/buttons/info_red.png) top right no-repeat;
	height: 32px;
	width: 32px;
	display:block;
}
*/
.button_facebook_login {
	background:url(https://s3.amazonaws.com/OnStage/images/facebook-login-but-60.jpg) top right no-repeat;
	height: 60px;
	width: 247px;
	display:inline-block;
}
.button_help:hover,	.button_facebook_login:hover, .button_scan_info:hover {
	cursor:pointer;
}

a.button_facebook {
		background:url(https://s3.amazonaws.com/OnStage/images/facebook_logo_40.jpg) left no-repeat;
		display:block;
		height: 40px;
}
a.button_twitter {
		background:url(https://s3.amazonaws.com/OnStage/images/twitter_logo_40.jpg) left no-repeat;
		display:block;
		height: 40px;
}
a.button_map {
		background:url(https://s3.amazonaws.com/OnStage/images/google-maps-icon.png) left no-repeat;
		display:block;
		height: 40px;
}
a.button_website {
		background:url(https://s3.amazonaws.com/OnStage/images/web_logo_40.jpg) left no-repeat;
		display:block;
		height: 40px;
}
a.button_email {
		background:url(https://s3.amazonaws.com/OnStage/images/email_logo_40.jpg) left no-repeat;
		display:block;
		height: 40px;
}
.check_mark {
		background:url(https://s3.amazonaws.com/OnStage/images/buttons/b-check.png) center no-repeat;
		display:block;
		height: 32px;
}
.dis_check_mark {
		background:url(https://s3.amazonaws.com/OnStage/images/buttons/dis-b-check.png) center no-repeat;
		display:block;
		height: 32px;
}
.btn_sell {
	background:url(https://s3.amazonaws.com/OnStage/images/buttons/b-sell.png) no-repeat;
	height: 26px;
	width: 26px;
	display:block;
	vertical-align: bottom;
	padding-top: 2px;
}
.btn_cancel {
	background-image:url(https://s3.amazonaws.com/OnStage/images/buttons/b-stop.png);
	height: 30px;
	width: 32px;
	display:block;
	vertical-align: bottom;
	padding-top: 2px;
}
.btn_private {
	background:url(https://s3.amazonaws.com/OnStage/images/buttons/b-lock.png) no-repeat;
	height: 26px;
	width: 26px;
	display:block;
	vertical-align: bottom;
	padding-top: 2px;
}
.btn_clock {
	background:url(https://s3.amazonaws.com/OnStage/images/buttons/b-clock.png) no-repeat;
	height: 26px;
	width: 26px;
	display:block;
	vertical-align: bottom;
	padding-top: 2px;
}
.long_yellow_button {
	background-color:#FFE093; 
	height:30px;
 	margin-top: 8px;  
 	margin-left: 4px;  
	border-radius: 6px 6px 6px 6px;
	display:inline-block;
	width:160px;
	text-align: center;
	border-bottom: 3px solid #DDDDDD;
	border-right: 3px solid #DDDDDD;
	color:#5D5D5D;
	line-height: 30px; 
	text-decoration:none;
	font-weight:bold;
}
.red_button {
    background-color: #C40000;
    border-bottom: 3px solid #DDDDDD;
    border-radius: 6px 8px 8px 8px;
    border-right: 3px solid #DDDDDD;
    color: #FFFFFF;
    display: inline-block;
  /*  font-family: Arial, Helvetica, sans-serif; */
    font-weight: bold;
    height: 24px;
    line-height: 18px;
    margin-left: 4px;
    text-align: center;
    text-decoration: none;
    width: 120px;
    max-width: 240px;
}
.grey_button {
    background-color: #AAAAAA;
    border-bottom: 3px solid #DDDDDD;
    border-radius: 6px 8px 8px 8px;
    border-right: 3px solid #DDDDDD;
    color: #FFFFFF;
    display: inline-block;
  /*  font-family: Arial, Helvetica, sans-serif; */
    font-weight: bold;
    height: 26px;
    line-height: 20px;
    margin-left: 4px;
    text-align: center;
    text-decoration: none;
    width: 120px;
    max-width: 240px;
}
.long_grey_button {
    background-color: #AAAAAA;
    border-bottom: 3px solid #DDDDDD;
    border-radius: 6px 8px 8px 8px;
    border-right: 3px solid #DDDDDD;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    max-width: 400px;
	font-size: large;
	margin-left: 12px;
	width:90%;
}

.navigation_button {
	background-color:#EFEFEF; 
	height:30px;
 	margin-top: 8px;  
	border-radius: 10px 10px 10px 10px;
	display:inline-block;
	width:200px;
	text-align: center;
	border-bottom: 2px solid #DDDDDD;
	border-right: 2px solid #DDDDDD;
}
.blue_navigation_button {
	background-color:#8EEBEC; 
	height:30px;
 	margin-top: 8px;  
	border-radius: 10px 10px 10px 10px;
	display:inline-block;
	width:200px;
	text-align: center;
	border-bottom: 2px solid #DDDDDD;
	border-right: 2px solid #DDDDDD;
}
.navigation_button span, .blue_navigation_button span {
	color:#5D5D5D;
	line-height: 24px; 
	text-decoration:none;
	font-weight:bold;
}
.navigation_button:hover, .blue_navigation_button:hover, .long_yellow_button:hover, .red_button:hover, .grey_button:hover, .long_grey_button:hover {
	background-color:#CCCCCC; 
	cursor:pointer;
}

.round_yellow_button {
	background-color:#FFE093; 
	height:16px;
	margin: 0px 10px 0 0px; 
	border-radius: 8px;
	display:inline-block;
	width:16px;
	text-align: center;
	border-bottom: 3px solid #DDDDDD;
	border-right: 3px solid #DDDDDD;
	color:#5D5D5D;
	line-height: 30px; 
	text-decoration:none;
	font-weight:bold;
}


/* ********* INPUT ********* */

input{
/*	background:none; */
	border:none;
	padding:6px 0 0 20px;
	font-size:11px;
/*	color:#FFFFFF; */
	width:188px;
	height:28px;
}
input[type='checkbox'] {
	padding:0;
	width:20px;
	height:20px;
	font-size: 10px;
}
input[type='radio'] {
	padding:0;
	width:20px;
	font-size: 14x;
	height:20px;
}
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
select {
	color:#5D5D5D;
}
input.no-border {
	border: none;
}

.inp_cont01{
	width:240px;
	height:24px;
	background:#FEFEFE;
	border:1px solid #A9A9A9;
	overflow:hidden;
	padding:2px 0 0 3px;	
	font-size:14px;
	color:#5D5D5D;
	margin-bottom:5px;
}
.inp_cont02{
	width:100px;
	height:24px;
	background:#FEFEFE;
	border:1px solid #A9A9A9;
	overflow:hidden;
	padding:2px 0 0 3px;	
	font-size:14px;
	color:#5D5D5D;
	margin-bottom:5px;
}
.textarea_cont01 {
	width:360px;
	height:60px;
	background:#FEFEFE;
	border:1px solid #A9A9A9;
	padding:2px 0 0 3px;	
	font-size:14px;
	color:#5D5D5D;
	margin-bottom:5px;
}
.select_cont01 {
	width:257px;
	height:25px;
	background:#FEFEFE;
	border:1px solid #A9A9A9;
	overflow:hidden;
	padding:2px 0 0 3px;	
	font-size:14px;
	color:#5D5D5D;
	margin-bottom:5px;
}
.select_cont02 {
	width:100px;
	height:25px;
	background:#FEFEFE;
	border:1px solid #A9A9A9;
	overflow:hidden;
	padding:2px 0 0 3px;	
	font-size:14px;
	color:#5D5D5D;
	margin-bottom:5px;
}
.select_cont03 {
	width:60px;
	height:20px;
	background:#FEFEFE;
	border:1px solid #A9A9A9;
	overflow:hidden;
	padding:2px 0 0 3px;	
	font-size:14px;
	color:#5D5D5D;
}

.merchant_logo_1 {
	height:100px;
	width:100px;
	float:left;
	display:block;
	background:url(https://s3.amazonaws.com/OnStage/images/1_dvd_100.jpg) top left no-repeat; 
}
.merchant_logo_2 {
	height:100px;
	width:100px;
	float:left;
	display:block;
	background:url(https://s3.amazonaws.com/OnStage/images/2_flower_100.jpg) top left no-repeat; 
}
.merchant_logo_3 {
	height:100px;
	width:100px;
	float:left;
	display:block;
	background:url(https://s3.amazonaws.com/OnStage/images/3_shirt_100.jpg) top left no-repeat; 
}
.merchant_logo_4 {
	height:100px;
	width:100px;
	float:left;
	display:block;
	background:url(https://s3.amazonaws.com/OnStage/images/4_costume_100.jpg) top left no-repeat; 
}
.merchant_logo_5 {
	height:100px;
	width:100px;
	float:left;
	display:block;
	background:url(https://s3.amazonaws.com/OnStage/images/5_ribbon_100.jpg) top left no-repeat; 
}
.merchant_logo_6 {
	height:100px;
	width:100px;
	float:left;
	display:block;
	background:url(https://s3.amazonaws.com/OnStage/images/6_greeting_100.jpg) top left no-repeat; 
}
.merchant_logo_7 {
	height:100px;
	width:100px;
	float:left;
	display:block;
	background:url(https://s3.amazonaws.com/OnStage/images/7_volunteer_100.jpg) top left no-repeat; 
}
.merchant_logo_8 {
	height:100px;
	width:100px;
	float:left;
	display:block;
	background:url(https://s3.amazonaws.com/OnStage/images/8_dinner_100.jpg) top left no-repeat; 
}

.accordion_label {
	color:#383838; 
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:16px;
	line-height:18px;
}


