body {
	background:#333;
	background-image: url(../images/background.gif);
	color: #FFF;
	margin:0;
	font-size: 12px;
	font-family: tahoma, verdana, arial;
}
a {
	color: #FFF;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: yellow;
	text-decoration: underline
}
.center_page {
	width: 756px;
	margin: 0 auto;
}
.inner_page {
	padding: 3px;
}
.clearBoth { clear: both }

#header_img , #footer_img{
	background: transparent url(../images/border_top.gif) -1px 0 no-repeat;
	width: 758px;
	height: 20px;
	margin: 0 auto
}
#footer_img { background: transparent url(../images/border_bottom.gif) 0 0 no-repeat; }
#header,#page,#footer {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#page {
	position: relative;	
}
#page h2 { 
	margin: 0;
	padding: 10px 0
}
#news_ticker {
	position: absolute;
	right: 3px;
	top: 10px;
}
.left_side ,.right_side{
	float: left;
	width: 580px;
}
.right_side {
	width: 160px;
	margin-left: 10px;
}
#venue_details {
	text-align: left;
	color: #FFF
}
/* Footer Links */
.extra_footer_links  {
	position: relative;
	margin-top: 30px
}
.footer_links { text-align: center; margin: 5px 0 }
#contact_us,#copyright, #top_page {
	font-weight: bold;
	margin: 0;
}
#contact_us {
	position: absolute;
	top: 0;
	left: 3px
}
#top_page {
	position: absolute;
	top: 0;
	right: 3px
}
#copyright {
	text-align: center;
	font-size: 0.9em
}
/* Venues table */
#slide_table {
	border: 1px solid #FFF;
	width: 100%;
	background-color: #3C3C2A
}
#slide_table tbody tr.table_venue td a, #slide_table thead a {
	line-height: 1.8em;
	display: block
}
#slide_table  tbody tr.table_venue td, #slide_table thead tr td{
	border-left: 1px solid #FFF;
	text-align: center;
	border-top: 1px solid #FFF
}
#slide_table thead tr td { border-top: 0 }
#slide_table tbody tr.table_venue td.table_id,#slide_table thead tr td.table_id { border-left: 0 }
#slide_table tbody tr.table_venue:hover { background-color: #39552D }
#slide_table thead  tr td{
	font-weight: bold;	
}
#slide_table tbody tr.table_venue td a:hover { color: #FFF; text-decoration: none; display: block }
#slide_table tr.table_venue_main div.venue_main_div { display: none; text-align: left; padding: 5px }
#slide_table tr.table_venue_main td {
	border-left: 0;
}
.venue_main_div { border-top: 1px solid #FFF }
.left_table,.right_table {
	float: left;
	width: 50%
}
.right_table {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.venue_main_div p {
	margin: 0;
}
.venue_main_div .gallery {
	margin-top: 10px;
	text-align: center
}
.thumb { cursor: pointer }
.loading { margin-top: 20px; background: transparent url(loading.gif) center center no-repeat; min-height: 50px }
.loading_div { text-align: center }
/* Tabbed page */
.tabs_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial;
	font-size: 14px;
}
.tabs_menu li {
	float: left
}
.tabs_menu li a {
	display: block;
	padding: 5px 10px;
	background-color: #3C3C2A;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
}
.tabs_menu li a#details_button {
	border-left: 1px solid #FFF
}

.tabs_menu .tab_active, .tabs_menu a:hover {
	background-color: #517A35
}
.tab_content {
	display: none;
	clear: left;
	color: #FFF;
}
.tab_content.gmap { 
	display: block !important
}
.tab_content.active {
	border: 1px solid #FFF;
	display: block;
	background-color: #3C3C2A;
	padding: 5px
}

.details_link {
	display: block;
	width: 250px;
}
.forecast {
	float:left;
	border: 1px solid #CCC;
	padding: 6px;
	margin: 2px;
}

#addresses {
	text-align: left;
}
