body { 
  background: #FFFFEE url('images/coffee-cup.jpg') no-repeat top left;
  font-family: sans-serif; 
  font-size: 8pt; 
  color: #000000;
}

h1 {
  font-size: 16pt;
  margin-bottom: 2px;
}

td {
  font-size: 8pt;
}

form {
  margin: 0px;
  padding: 0px;
}

a:link { 
  color: #996633; 
}
a:link:hover { 
  color: #996633;
  text-decoration: none; 
}

a:link.self {
  color: #006600;
}
a:link.self:hover {
  color: #006600;
  text-decoration: none;
}
a:visited.self {
  color: #003300;
  text-decoration: none;
}

a:visited { 
  color: #777777; 
}
a:visited:hover { 
  color: #777777;
  text-decoration: none;
}

#content {
  padding: 5px;
  margin: 0px;
  background: #FFFFFF;
}

#top_container {
  width: 550px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}

#top_description h1 {
  font-size: 8pt;
  font-weight: normal;
  text-align: left;
  margin: 5px;
}

table.title {
  border: 1px solid #996633;
  background: #663300 url('images/title-bar.jpg') repeat-x top;
  height: 22px;
  width: 100%;
  color: #FFFFFF;
}

table.title a {
  color: #FFFFFF;
  text-decoration: none;
}

table.title a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

table.title a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

table.title a:link.self {
  color: #006600;
  text-decoration: none;
}
table.title a:visited.self {
  color: #003300;
  text-decoration: none;
}

#config {
}

#config a {
  outline: none;
  text-decoration: none;
  font-size: 12pt;
  color: ThreeDShadow;
  padding: 2px;
}

.config_label {
  margin: 10px 5px 0px 5px;
}

.config_values {
  border: 1px solid #DDDDDD;
  width: 140px;
  margin: 5px;
}

.button:hover {
  color: #006600;
}

.raised_container {
  border-bottom: 3px solid #CCCC99;
  border-right: 3px solid #CCCC99;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

table.bot_links, table.bot_blogring_links {
  border: 1px solid #996633;
  background-color: #FFFFFF;
  width: 100%;
}

table.bot_links td, table.bot_blogring_links td {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #DDDDDD;
}

table.gray {
  border: 1px solid #CCCCCC; 
  background-color: #FFFFEE;
}

input {
  margin: 5px;
  font-size: 8pt;
}

img {
  max-width: 890px;
}

.tabHandle {
  float: left;
  text-align: right;
  margin: 0px 0px 0px 10px;
  padding-right: 30px;
  padding-left: 30px;
  height: 15px;
  border: 1px solid #006600;
  cursor: pointer;
  color: white;
  background: #006600 url('images/config-title-bar-selected.jpg') repeat-x;
}

.tabHandle-selected {
  float: left;
  text-align: right;
  margin: 0px 0px 0px 10px;
  padding-right: 30px;
  padding-left: 30px;
  height: 15px;
  border: 1px solid #006600;
  border-bottom: 1px solid #006600;
  cursor: pointer;
  color: white;
  background: #006600;
}

.optionsPanel {
  float: left;
  border-top: 4px solid #006600;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  width: 514px;
  margin: 0px 2px 2px 2px;
  padding-left: 0px;
  background: #FFFFFF;
}

#viewby {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 180px;
  font-size: 14pt;
  font-weight: bold;
  border-left: 1px solid #006600;
  border-right: 1px solid #006600;
}

