body {
	margin-top: 0 !important;
}

.grid_7 .boxRepeat {
	overflow: visible !important;
}

#tts {
	font-size: 14px;
	padding-bottom: 1px;
}

#tts * {
	font-family: Helvetica, Arial, sans-serif;	
}

#tts h2 {
	font-size: 18px;
	font-weight: bold;
}

#tts h4 {
	font-size: 13px;
	font-weight: bold;
}


#tts h5 {
	font-size: 14px;
	font-weight: bold;
}

#tts h6.navigation {
	font-size: 12px;
}

#tts table, #tts table p, #tts table td, #tts p {
	font-size: 14px;
}

#tts table.event_list th {
	font-size: 12px;
}

#tts .mainmod > hr {
	clear: both;
}

#tts img[src='/site_images/icon_question_mark.png'] {
	vertical-align: text-bottom;
}

#tts .form_errors_small {
	margin: 10px 0px;
	padding: 1.5em 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #17163e;
}

#tts .form_errors_small p {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

#tts div.form_errors h5, #tts div.form_information h5 { font-size: 14px; }

#tts .form_errors_small_bottom {
	clear: both;
}

#tts ul { list-style-type: circle; list-style-position: inside; }
#tts ol { list-style-type: decimal;  list-style-position: inside; }

#tts .seating_plan {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	border-radius: 5px;
}

#tts .seating_plan table td,
#tts .seating_plan table th {
	padding: 0;
	margin: 0;
}

#tts .seating_plan table.seating_area {
	width: auto;
}

.seat_details {
	padding: 0;
	border: 1px solid #aaa;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-opera-border-radius: 4px;
	
	-moz-box-shadow: 1px 1px 3px #000;
  	-webkit-box-shadow: 1px 1px 3px #000;
  	box-shadow: 1px 1px 3px #000;
}

.seat_details h5 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: strong;
	line-height: 26px;
	vertical-align: middle;
	color: black;
}

.seat_details div { margin: 0; display: block; padding: 0.3em 0.8em; }
.seat_details div * { color: black; }
.seat_details div li { list-style-type: square; list-style-position: inside; }

#powered-by {
    position: relative;
    top: -6px;
}