* {
  font: 14px Century Gothic, Gorgia, Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
}

td.title {
  text-align: center;
  height: 90px;
  font-size: 36px;
  color: white;
  font-family: Monotype Corsiva, Snell Roundhand;
  background-color: #660000;
}

td.nav {
  vertical-align: top;
  width: 200px;
  min-width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EEEEEE;
  border-right: solid #CCCCCC 1px;
  border-bottom: solid #CCCCCC 1px;
}

td.body {
  vertical-align: top;
  padding: 20px;
  width: 800px;
  border-right: solid #CCCCCC 1px;
  border-bottom: solid #CCCCCC 1px;
}

th {
  font-style: italic;
  color: #660000;
  text-align: left;
}

.sub-title {
  font-size: 24px;
  color: #660000;
  font-family: Monotype Corsiva, Snell Roundhand;
}

.content {
  font-size: 14px;
  text-align: justify;
  font-family: Century Gothic, Gorgia, Tahoma, Arial, Helvetica, sans-serif;
  margin: 0px;
  line-height: 20px;
}

a.menu {
  color: #660000;
  text-decoration: none;
  font-family: Monotype Corsiva, Snell Roundhand;
  font-size: 22px;
}

a.header {
  color: #FFFFFF;
  text-decoration: none;
}

table.background {
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #660000;
}

th.background {
  padding: 3px;
  padding-right: 10px;
  background-color: #660000;
  color: #FFFFFF;
  font-weight: bold;
}

tr.background {
  background-color: #EEEEEE;
}

td {
  padding: 3px;
  padding-right: 10px;
}

.error {
  color: #FF0000;
  font-weight: bold;
  margin-left: 5px;
}

h1 {
  font-size: 24px;
  color: #660000;
  font-family: Monotype Corsiva, Snell Roundhand;
}

h2 {
  color: #660000;
  font-size: 16px;
}

h3 {
  color: #660000;
  font-size: 13px;
  font-style: italic;
}

.wine-subtitle {
  font-size: 14px;
  font-weight: bold;
  vertical-align: bottom;
  color: #660000;
}

.table-subtitle {
  font-size: 14px;
  font-weight: bold;
  vertical-align: bottom;
  color: #660000;
}

.table-header {
  font-size: 14px;
  vertical-align: top;
  color: #660000;
}

.tooltip-off {
  display: none;
  font-weight: normal;
}

.tooltip-on {
  display: inline;
  position: relative;
  background: transparent;
  z-index: 10;
  top: 5px;
  left: 25px;
  height: auto;
  width: 150px;
  padding: 5px;
  background: #EEEEEE;
  border: 1px solid #660000;
  color: #000000;
  font-size: 11px;
  font-weight: normal;
}

a.tooltip {
  position: absolute;
  text-decoration: none;
  border: 0;
  cursor: help;
}

a.tooltip span {
  display: none;
  font-weight: normal;
}

a.tooltip:hover {
  z-index: 1;
  background: transparent;
  font-weight: normal;
  cursor: pointer;
}

a.tooltip:hover span {
  display: block;
  position: absolute;
  top: 30px;
  left: 0px;
  height: auto;
  width: 130px;;
  padding: 5px;
  background: #EEEEEE;
  border: 1px solid #660000;
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

p { text-align: justify; }

h2.country {
  font-style: italic;
  padding-left: 250px;
}

table.list { border-style: solid; border-width: 1px; border-color: #EEEEEE; padding: 0px; margin: 0px; width: 600px; }
  table.list tr { }
    table.list th { background-color: #E0E0E0; color: #660000; padding: 5px; font-style: normal; }
    table.list td { padding: 5px; }
      table.list td a { text-decoration: none; }
