/* @group All tags */

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

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

fieldset
{
  padding-bottom: 2em;
}
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(../images/page_background.jpg);
}

/* @group Header styles */


#header
{
}

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

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

/* @group Navigation */
#navigation_container
{
  width: 100%;
  height: 20px;
  background: url(../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(../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(../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(../images/navigation/active_tab.jpg) no-repeat left top;
}
/* @end */

/* @group Search bar */
#search_bar
{
  width: 760px;
  height: 27px;
  background: url(../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(../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(../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: 586px;
  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
{
  width: 100%;
}

#content table
{
  
}

.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: 40%;
  float: right;
  border: 1px dashed #0080fe;
  padding: 3px;
}

body#event_info .ticket_prices table td
{
  text-align: center;
}

body#event_info .performances table
{

}

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 */

/* @end */
img.eticket
{
  float: right;
  border: 1px solid #9f9f9f;
}