/* @group All tags */

/* These embellishments affect all tags*/
body
{
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(/common/images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
}

label
{
 	float: left;
	width: 10em;
	font-weight: bold;
}

br.clear
{
	clear: both;
	margin: 0;
	padding: 0;
}
/* @end */

#page
{
	
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	height: 100%;
	background-image: url(/common/images/page_background.jpg);
}

.error_message
{
	padding: 2px;
	background-color: #eba97a;
	display: table;
	border: 1px double #ffc556;
}

/* @group Header styles */


#header
{
}

#header_banner
{
	width: 760px;
	height: 182px;
	background: url(/common/images/banner.jpg) repeat;
}

#header_banner a img
{
	border-style: none;
}

/* @group Navigation */
#navigation_container
{
	width: 100%;
	height: 20px;
	background: url(/common/images/navigation/flash_red.jpg) repeat;
}

#navigation_container ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#navigation_container ul li
{
	width: 95px;
	height: 20px;
	float: left;
}

#navigation_container ul li a
{
	background: url(/common/images/navigation/inactive_tab.jpg) no-repeat top left;
	width: 100%;
	height: 100%;
	text-align: center;
	float: right;
	color: #fff;
	font-size: 13px;
	padding-top: 3px;
	height: 17px;
	text-decoration: none;
}

#navigation_container ul li a .text
{

}

#navigation_container li a:hover
{
	background: url(/common/images/navigation/active_tab.jpg) no-repeat left top;
}

body#home a#home_nav,
body#about a#about_nav,
body#venues a#venue_nav,
body#outlets a#outlet_nav,
body#account a#account_nav,
body#hotels a#hotels_nav,
body#dining a#dining_nav,
body#booking a#booking_nav
{
	background: url(/common/images/navigation/active_tab.jpg) no-repeat left top;
}
/* @end */

/* @group Search bar */
#search_bar
{
	width: 760px;
	height: 27px;
	background: url(/common/images/navigation/search_bar.jpg) repeat-x left top;
	padding: 2px 0;
}

#search_forms
{
	float: right;
	padding-right: 3px;
}

#search_forms form, #search_forms form
{
	display: inline;
}

.search_form
{
	display: inline;
}
/* @end */
/* @end */



/* @group Footer styles */


#footer
{
	clear: both;
	width: 100%;
	height: 62px;
	margin: 0px auto;
	background: #0080ff url(/common/images/navigation/bass_blue.jpg) repeat;
}

#footer #logos
{
	float: left;
}

#footer a img
{
	border-style: none;
}

#footer #logos a img
{
	margin-right: 10px;
	margin-left: 10px;
}

#footer #footer_links
{
	float: right;
	color: #fff;
	padding: 25px 45px 15px 15px;
	font-size: 10px;
}

#footer #footer_links a
{
	color: #fff;
}

#footer #footer_links a:hover
{
	text-decoration: underline overline;
}
/* @end */

/* @group Sidebar */
#sidebar
{
	float: left;
	width: 167px;
	padding-top:3px;
}

#sidebar h1
{
	font-size: 12px;
	font-variant: small-caps;
	background: url(/common/images/navigation/side_bar_header.jpg) no-repeat top left;
	color: #ffffff;
	margin: 0px;
	padding: 1px 0 1px 5px;
}

#sidebar h2
{
	font-size: 12px;
	padding: 0px;
	margin: 2px;
}

#sidebar p
{
	padding-left: 5px;
	font-size: 10px;
}

#sidebar ul
{
	
}

#sidebar ul li
{

}
		
#calendar
{
	
}

#updates
{
	line-height: 1.1em;
}

#that_which_is_hot
{
	line-height: 1.1em;
}

#that_which_is_hot ul
{
	padding: 0px;
	margin: 2px 3px 0 20px;
}
#that_which_is_hot ul li
{
	padding-bottom: 5px;
	font-size: 10px;
}

/* @end */

/* @group Content */
#content
{
	width: 580px;
	float: right;
	border-left: 1px solid #0080fe;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: smaller;
}

#content h1
{
	width: 100%;
	border-bottom: 1px dashed #0080fe;
}

#content h2
{
	width: 100%;
	border-bottom: 1px dotted #0080fe;
}

#content h3
{
	width: 100%;
}
/* @end */

/* @group Individual pages */

/* @group Index Page */

#image img
{
	border:  none;
}

#content table#small_show_info
{
	width: 100%;
}

#content table#small_show_info td
{
	width: 50%;
	background: url(/images/show_background.jpg) repeat-x 100% 100%;
}

.show
{
	padding-top: 5px;
	height: 120px;
	border: 1px dotted #0080fe;
}

.show img
{
	float:  left;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #666;
}

.show .heading
{
	font-size: medium;
	font-variant: small-caps;
	color: #f00;
	border: none;
}

.show p
{
	
}
/* @end */

/* @group Search page */
#content .search_results
{
	padding-bottom: 10px;
}

#content .search_results p
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#content .search_results h3
{
	padding: 0px;
	margin: 0px;
}


#content .search_results img
{
	float: left;
	padding: 3px;
}

/* @end */

/* @group Dining page */
body#dining #content .text img
{
	float:  right;
	margin: 3px;
	border: 1px solid black;
}

body#dining #content .text p
{

}
/* @end */

/* @group Hotels page */
body#hotels #content .hotel
{
	width: 100%;
}

body#hotels #content .hotel .stars
{
	margin: 3px;
}

body#hotels #content .hotel .image
{
	float:  right;
	margin: 3px;
	border: 1px solid #000;
}

body#hotels #content .hotel .image a
{
	
}

body#hotels #content
{

}
/* @end */

/* @group Events page */
body#event_info .ticket_prices
{
	font-size: 10px;
	width: 48%;
	float: right;
	border: 1px dashed #0080fe;
	padding: 3px;
}

body#event_info .ticket_prices table
{
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

body#event_info .ticket_prices table th,
body#event_info .ticket_prices table td
{
	background: #d4d4d4;
}

body#event_info .subscriptions
{
	font-size: 12px;
	width: 48%;
	float: right;
	border: 0;
	padding: 3px;
}

body#event_info .subscriptions table
{
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

body#event_info .subscriptions table th,
body#event_info .subscriptions table td
{
	background: #d4d4d4;
}
body#event_info .performances table
{
	width: 100%;
}

body#event_info .performances table tr td
{
	font-size: smaller;
	background: none;
	border-bottom: 1px dashed #0080fe;
	width: 32.5%;
}

body#event_info .performances table tr td.date
{
	width: 25%;
}

body#event_info .performances table tr td.booking_button
{
	width: 10%;
}

body#event_info .performances table th
{
	text-align: left;
}


body#event_info .left-floating
{
	float: left;
	margin-right: 2px;
	border: 1px solid black;
}

/* @end */

/* @group Calendar page */

body#search #page #content h2#calendar_header
{
	border: none;
	text-align: center
}

body#search #page #content table
{
	font-size: normal;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 30%;
}

body#search #page #content table tr.even_row td
{
	background-color: #919191;
}

body#search #page #content table tr.odd_row td
{
	background-color: #d4d4d4;
}

body#search #page #content table tr.odd_row td
{
	background-color: #d4d4d4;
}

/* @end */

/* @end */

