/*
-----------------------------------------------
Bingemans Conference Centre screen style
author:   Jackson Marketing
----------------------------------------------- */

/* Page Structure
----------------------------------------------- */
html, body {
  height: 100%;
  }
html body {
  text-align: center;
  font: 11px Arial, Verdana, Sans-serif;
  color: #555555;
  margin-left: 1px;  /* IE one pixel image offset hack */
  }
html>body {  /* IE one pixel image offset hack */
  margin: 0
  }
body {
  background: #D7DFD6;
  }
#container {
  position: relative;
  width: 755px !important;
  width /**/: 785px;
  background-color: #E5EDE4;
  margin: 20px auto 0 auto;
  border: 15px solid #000;
  text-align: left;
  }
#content_container {
  position: relative;
  float: left;
  width: 755px;
  background: url("../images/content_bg.gif") repeat-y;
  }
#content_container p {
  line-height: 16px;
  margin-top: 0;
}
#content {
  position: relative;
  float: left;
  width: 393px !important;
  width /**/: 433px;
  padding: 10px 20px 20px 20px;
  }
#content a {
  text-decoration: none;
  color: #A13B34;
  }
#content a:hover {
  text-decoration: none;
  color: #000000;
  }
#r_sidebar {
  float: right;
  width: 163px;
  }

/* Header
----------------------------------------------- */
html #header {
  width: 755px;
  padding: 0;
  margin: 0;
  display: inline;
  }

/* Vertical Navigation
----------------------------------------------- */
#l_nav {
  float: left;
  width: 159px;
  }
#r_nav {
  position: absolute;
  float: right;
  width: 153px !important;
  width /**/: 163px;
  right: 0;
  bottom: 0;
  text-align: right;
  padding: 0 10px 5px 0;
  border-bottom: 2px solid #FFF;
  }
#r_shelly {
  background-image:url(../images/oktoberfest_sidebar_01.jpg);
  position: absolute;
  float: right;
  width: 164px;
  width /**/: 165px;
  height:562px;
  right:0;
  top: 0;
  margin-right:0;
  padding-right:1;
  }
#r_nav p {
  font-size: 9px;
  color: #FFF;
  padding: 2px;
  margin: 0;
}
#r_nav a {
  text-decoration: none;
  color: #FFF;
}
#r_nav a:hover {
  color: #8C7C24;
}

/* Miscellaneous
----------------------------------------------- */
h1 {
  font-size: 16px;
  color: #804A46;
  margin: 15px 0 10px 0;
  }

h2 {
  font-size: 12px;
  color: #313131;
  margin: 15px 0 5px 0;
  }
td {
  font: 11px Arial, Verdana, Sans-serif;
  padding: 2px 3px 2px 3px;
  }
td.nopad {
  font: 11px Arial, Verdana, Sans-serif;
  padding: 0;
  }
td.h1 {
  font-size: 14px;
  font-weight: bold;
  color: #804A46;
  }
td.h2 {
  font-weight: bold;
  color: #566552;
  }
td.h3 {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #7F4945;
  height: 25px;
  }
td.odd_row {
  background-color: #D7DFD6;
  vertical-align: top;
  }
td.even_row {
  background-color: #FFF;
  vertical-align: top;
  }

/* Input
----------------------------------------------- */
.label {
  font-size: 13px;
  }
.text_box {
  font-size: 10px;
  padding: 2px;
  }
.html_select {
  font-size: 10px;
  padding: 2px;
  }