
h1, h2, h3, h4, h5, h6 {
	display: inline;
}


body {
	font-family: 'Candara', 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
}

em {
	font-weight: bold;
	font-style: normal;
}

table {
	border-collapse: collapse;
}

img {
	vertical-align: middle;
}

a img {
	border-style: none;
}


.fullWidth {
	width: 100%;
}


.input_locked  {
	background-color: #d0e0ff;
}


table.performances td {
	border-width: 2px;
	border-style: dotted none dotted none;
	border-color: #818EEE;
}


td, th {
	text-align: center;
	padding: 2px 4px 2px 4px;
}


td.question {
	text-align: right;
	vertical-align: top;
}


td.response {
	text-align: left;
	vertical-align: top;
}


div.centre {
	text-align: center;
}


div.main_centralise {
	width: 980px;
	margin: 0px auto 0px auto;
}


div#container {
	width: 980px;
	margin: 0px auto 20px auto;
	text-align: left;
}


div#settings {
	position: relative;
	background-color: #202020;
	text-align: right;
	padding: 8px 0px 8px 0px;
	font-size: 17px;
	border-bottom: 1px solid #909090;
}


div.border_bottom {
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: -4px;
	background-image: url( ../../media/template/border_bottom.png );
	background-repeat: repeat-x;
	z-index: 100;
}


div#settings, div#settings a {
	color: #ffffff;
	text-decoration: none;
}


div#main_menu {
	padding: 6px 5px 6px 5px;
	text-align: center;
	z-index: 10;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


div#main_menu a {
	text-decoration: none;
	color: #ffff40;
}


div#main_menu a:hover {
	color: #ffffff;
}


span.main_menu_item {
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
}


div#headerContainer {
	position: relative;
	height: 150px;
}



div#headerWide {
	position: absolute;
	left: -200px;
	height: 100%;
	width: 1200px;
}


div#headerMain {
	position: absolute;
	left: 0px;
	background-color: #ffffff;
	width: 100%;
	height: 120px;
}


div#headerText {
	padding-left: 300px;
	padding-top: 10px;
	font-size: 26px;
	height: 110px;
}


div#main {
	background-color: #fffeff;
}


div#main_content {
	padding: 30px 0px 25px 0px;
}


div#main_left {
	float: left;
	width: 200px;
	padding-left: 30px;
}


div#main_right {
	float: right;
	width: 675px;
	padding-right: 30px;
}


div#footer {
	text-align: center;
	padding: 4px 20px 4px 20px;
	font-size: 75%;
}


div#footer a {
	text-decoration: none;
	color: #000000;
}


div.clear {
	clear: both;
}


div.boxout {
	border: 1px dotted #000000;
	padding: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 4px;
}

div.boxout h1, div.boxout h2 {
	padding: 0px;
	margin: 0px;
}


h1 {
	margin-top: 0px;
	font-size: 175%;
}


h2 {
	font-size: 155%;
}


h3 {
	font-size: 120%;
	font-weight: normal;
}


h4 {
	font-size: 115%;
	font-weight: normal;
}


h5 {
	font-size: 110%;
	font-weight: normal;
}


h6 {
	font-size: 105%;
	font-weight: normal;
}

div#banner {
	position: relative;
	width: 100%;
	height: 160px;
	background-color: #383838;
	font-size: 16px;
	position: relative;
}


div#banner_flash_container {
	height: 160px;
}


div#banner_flash {
}


div.banner a {
	color: #ffffff;
	text-decoration: none;
}


div.banner a:hover {
	color: #ffff00;
}


div.banner_image {
	position: relative;
	height: 100%;
	width: 100%;
}


div#banner_links {
	position: absolute;
	right: 20px;
	bottom: 5px;
	background-color: #d8d8d8;
	opacity: 0.85;
	filter: alpha(opacity=85);
	padding: 5px 5px 2px 5px;
	color: #ffffff;
}

div.banner_link_title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	color: #000000;
}

div.banner_link_item {
	background-color: #303030;
	color: #ffffff;
	margin-bottom: 3px;
	padding: 2px 10px 2px 10px;
}


div.banner_page_item {
	display: inline;
	background-color: #202020;
	color: #ffffff;
	padding: 3px 10px 3px 10px;
	opacity: 0.80;
	filter: alpha(opacity=80);
	font-weight: bold;
}

ul.noBullets {
	list-style-type: none;
	padding-left: 0px;
}


dt {
	font-weight: bold;
	margin-top: 10px;
}


dd {
	margin-left: 15px;
}


div.calendar {
	text-align: center;
}

table.calendar {
	margin-left: auto;
	margin-right: auto;
}


table.results_list {
}


table.results_list tr {
}


table.results_list tbody {
	border-bottom: 1px solid #c0c0c0;
}


table.results_list tbody td {
	padding-top: 8px;
	padding-bottom: 8px;
}


td.day {
	width: 80px;
	height: 80px;
	border: 1px solid #000000;
	vertical-align: top;
	padding: 2px 8px 2px 8px;
}


td.weekend {
	background-color: #ffe0e0;
}


td.weekday {
	background-color: #e0ffe0;
}


tr.hover:hover, td.hover:hover, tbody.hover:hover {
	background-color: #b8d8ff;
	cursor: pointer;
	cursor: hand;
}


tbody.odd {
	background-color: #fbfbfb;
}


tbody.even {
	background-color: #f5f5f5;
}


div.image_strip {
	padding: 10px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}


div.image_strip img {
	width: 100px;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px;
	background-color: #e0e0e0;
	border: 1px solid #202020;
}


div.gallery {
	text-align: center;
}


div.gallery img {
	width: 100px;
	height: 100px;
	margin: 10px;
	padding: 1px;
	background-color: #e0e0e0;
	border: 1px solid #202020;
}


div.messages {
	margin-bottom: 20px;
}


div.message_information, div.message_warning, div.message_error {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	padding: 10px;
}


div.message_information {
	border-color: #008000;
}


div.message_warning {
	border-color: #808000;
}


div.message_error {
	border-color: #800000;
}


tr.show_details_month {
	background-color: #202080;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
}


tr.show_details_month td {
	text-align: left;
	padding-left: 20px;
}


tr.show_listing_row th, tr.show_listing_row td {
	text-align: left;
	padding-left: 20px;
}


tr.show_listing_extra_info {
	font-size: 80%;
}


td.show_listing_details {
	text-align: left;
}


div.show_facilities {
	background-color: #f0f0f0;
	border: 1px dotted #c0c0c0;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}


hr {
	border-width: 1px;
	border-color: #818EEE;
	border-style: none none dotted none;
}


@media screen, print {
	tr.show_listing_hidden_row_visual {
		display: none;
	}
}


tr.show_listing_hidden_row_all {
	display: none;
}


div.ntc_venue_map {
	width: 100%;
	height: 300px;
	border: 1px solid #c0c0c0;
	box-shadow: 2px 2px 4px #c0c0c0;
	-moz-box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.2 );
}


.jquery_show {
	display: none;
}


/* Chi CSS */

div.chi_news_item {
	margin-bottom: 20px;
}

div.chi_news_item h1 {
	padding: 0px;
	margin: 0px;
	font-size: 120%;
}


div.chi_news_item h2 {
	padding: 0px;
	margin: 0px;
	font-size: 110%;
}