html {
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
  font-size: 10px;
  color: #000;
  background-color: #FFFFFF;
  text-align: center;
} */

/* h1 {
  margin: 0px 20px 20px 0px;
  font-size: 20px;
  font-weight: bold;
} */

h2 {
  margin: 20px 20px 20px 0px;
  font-size: 20px;
}

.clear {
  clear: both;
  width: 1px;
  height: 1px;
  margin-left: -1px;
  margin-top: -1px;
  overflow: hidden;
}

#container {
  /* position: relative; */
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  /* top: 0px; */
  top: 32px;
  width: 100%;
  height: 98%;
  text-align: left;
}

/* #header {
  top: 0px;
  height: 24px;
  padding: 0px 20px 0px 20px;
  margin-left: 2px;
  line-height: 24px;
  font-size: 12px;
}

#header a {
  margin-right: 22px;
  text-decoration: none;
  color: #CC6600;
}

#header a:hover, #header a:active {
  color: #000000;
} */

#togglesearch {
  position: absolute;
  left: 20px;
  top: 8px;
  width: 100px;
  height: 14px;
  border: 1px solid #000;
  cursor: pointer;
}

#leftcontainer {
  position: absolute;
  left: 0px;
  top: 25px;
  width: 180px;
  bottom: 20px;
  /* background-image: url('leftmenu_mid_left.gif');
  background-position: left;
  background-repeat: repeat-y; */
  border: 2px solid #000000;
}

#leftmenu {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 179px;
  bottom: 25px;
  /* background-image: url('leftmenu_mid_right.gif');
  background-position: right;
  background-repeat: repeat-y; */
}

#distillers {
  display: block;
  position: absolute;
  left: 30px;
  top: 0px;
  /* width: 132px; */
  width: 140px;
  bottom: 0px;
  height: 100%;
  /* overflow-x: hidden;
  overflow-y: auto; */
}

#distillers a {
  display: block;
  line-height: 13px;
  font-size: 11px;
  color: #CC6600;
  /* color: #000000; */
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

#distillers a:hover, #distillers a:active {
  /* color: #FF0000; */
  color: #000000;
}

#distillers2 a {
  display: block;
  line-height: 13px;
  font-size: 11px;
  color: #CC6600;
  /* color: #000000; */
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

#distillers2 a:hover, #distillers2 a:active {
  /* color: #FF0000; */
  color: #000000;
}

#distilleryName {
  margin: 14px 20px 6px 0px;
  font-size: 20px;
  font-weight: bold;
}

#viewLinks {
  padding-left: 10px;
  color: #CC6600;
  font-size: 10px; 
  font-weight: normal;
}
#viewLinks a, #viewLinks a:active, #viewLinks a:visited {
  color: #CC6600;
  text-decoration: none;
  font-size: 10px; 
}
#viewLinks a:hover {
  color: #000;
}

#distillery {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px 20px 0px 0px;
  /* border-top: 2px solid #000000; */
  margin-left: 15px;
  /* overflow-x: hidden;
  overflow-y: scroll; */
}

#searchdistiller {
  display: none;
  position: absolute;
  left: 180px;
  top: 30px;
  right: 0px;
  bottom: 0px;
  padding: 0px 40px 0px 20px;
  /* overflow-x: hidden;
  overflow-y: scroll; */
}

.formfieldnormal {
  width: 200px;
}

#bottling {
  position: absolute;
  left: 214px;
  top: 24px;
  right: 0px;
  bottom: 0px;
  /* overflow-x: hidden;
  overflow-y: scroll; */
}

#distillery p {
  margin: 0px 20px 20px 0px;
}

table#listbottlings {
  width: 100%;
  margin: 0px 20px 20px 0px;
}

table#listbottlingdetails {
  /* width: 640px; */
  width: 100%;
}

table#listbottlingdetails td.bottlinglabel {
  width: 155px;
  text-align: right;
  font-weight: bold;
}

table#listbottlings td, table#listbottlingdetails td {
  padding: 1px 12px 1px 0px;
  border-bottom: 1px solid #999;
  vertical-align: top;
}

table#listbottlings td#score, table#listbottlingdetails td#score {
  padding: 1px 4px 1px 4px;
  border-bottom: 1px solid #999;
  vertical-align: top;
  text-align: center;
}

table#listbottlings tr.divider td {
  padding-top: 20px;
}

table#listbottlings tr.firstdivider td {
  padding-top: 1px;
}

table#listbottlings td.groupheader {
  font-size: 11px;
  font-weight: bold;
}

table#listbottlings tr.bottlingdata:hover {
  background-color: #e5e5e5;
  cursor: pointer;
}

td.nr {
  text-align: right;
}

td.id {
  display: block;
}

td.name {

}


table.hidedistillery td.distillery {
  display: none;
}

table.hidebottler td.bottler {
  display: none;
}

td.age {
  text-align: right;
}

table.hideage td.age {
  display: none;
}

td.abv {
  text-align: right;
}

table.hidedistilled td.distilled {
  display: none;
}

td.distilled {
  display: none;
  text-align: right;
}

table.hidebottled td.bottled {
  display: none;
}

td.bottled {
  text-align: right;
}

td.score {
  text-align: right;
}

td.tastings {
  display: none;
  text-align: right;
}

td.hidden {
  display: none;
}

td.unconfirmed {
  color: #a55;
}

td a {
  color: #000;
  text-decoration: none;
}

table.mmscores {
  font-weight: bold;
  border: 1px solid #999;
  text-align: center;
  font-size: 11px;
  margin-bottom: 20px;
}

table.mmscores td {
  border-collapse: collapse;
  width: 30px;
  border: 1px solid #999;
}

table.mmscores tr.initials td {
  background-color: #999;
}

table.mmscores td.averagescore {
  font-size: 20px;
  font-weight: bold;
}

select { font-family: arial,helvetica,sans-serif; font-size: 8pt; margin-left: 6px; }
input {	font-family: arial,helvetica,sans-serif; font-size: 8pt; margin-left: 6px; }
button {	font-family: arial,helvetica,sans-serif; font-size: 8pt; margin-left: 6px; }
