body {
  margin: 0;
  padding: 0;
  background-color: white;
  background-image: url(../images/pixel.gif);
  background-repeat: no-repeat;
}

#bodyBox {
  position: absolute;
  left: 0;
  top: 45px;
}

body, p, td, th, blockquote, li {
  font-family: verdana, tahoma, arial, helvetica, sans serif;
  font-size: 12px;
}

small {
  font-size: 11px;
}

h1 { font-size: 21px; }
h2 { font-size: 19px; }
h3 { font-size: 17px; }
h4 { font-size: 15px; }

h1, h2, h3, h4 {
  color: #906;
  font-style: italic;
}

legend {
  font-size: 12px;
  color: #993366;
  font-weight: bold;
}

iframe {
  width: 625px;
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}

.table {
}

.grayTable {
  background-color: #f0f0f0;
  border-collapse: collapse;
  border-spacing: 0px;
  border-bottom: 1px dashed #ccc;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
}

.grayTable tr th {
  border-left: 1px solid #906;
  border-right: 1px solid #906;
}

.grayTable #center {
  margin-left: auto;
  margin-right: auto;
}

.halfTable {
  margin-left: auto;
  margin-right: auto;
  background-color: #f0f0f0;
  border-collapse: collapse;
  border-spacing: 0px;
}

.table tr td a, .halfTable tr td a {
  text-decoration: none;
}

a:link    { color:#6600cc; }
a:active  { color:#ff0000; }
a:visited { color:#660066; }

a:hover, .table tr td a:hover {
  text-decoration: underline;
  color: red;
}

tr.dotted td {
  border-bottom: 1px dotted #ccc;
  padding: 2px;
}

th {
  background: #906;
  color: #fff;
  text-align: left;
  padding-left: 8px;
}

.bottomNav {
  text-align: right;
  font-weight: bold;
  font-size: 11px;
}

tt   { padding-right:3px; padding-left:3px; }
tt.c { font-weight:bold; color:#999999; background-color:#e7e7d0; }
tt.m { font-weight:bold; color:#999999; background-color:#e0e0f7; }
tt.s { font-weight:bold; color:#999999; background-color:#e7cce7; text-decoration:none; }
tt.a { font-weight:bold; color:#999999; background-color:#ffcccc; text-decoration:none; }

#logo {
  visibility: hidden;
  position: absolute;
}

input {
  visibility: hidden;
  position: absolute;
}

#header {
  margin: 0;
  padding: 2px;
  height: 64px;
  border-bottom: 2px solid #906;
  vertical-align: middle;
}

#title {
  left: 0;
  margin: 0;
}

#title.single {
  margin-top: 18px;
}

#subTitle {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

#breadcrumb {
  height: 14px;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 1px 0px 2px 6px;
  background: #c99;
  color: #c99;
  color: #edd;
  font-weight: bold;
  font-size: 11px;
}

#breadcrumb a {
  padding: 0 4px 0 4px;
  color: #fff;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: yellow;
  background: #c99;
  background: #b88;
  text-decoration: none;
}

#alert {
  margin-bottom: 5px;
  text-align: center;
  padding: 3px;
  background: #ffc;
  color: black;
  font-weight: bold;
  border: 2px dashed red;
}

#menu {
  visibility: hidden;
  position: absolute;
}

#smallLogo {
  visibility: hidden;
  position: absolute;
}

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

#footer {
  clear: both;
}

#login {
  visibility: hidden;
  position: absolute;
}

#bottomLinks {
  margin: 0 0 0 156px;
  background-color: #eee;
  padding: 2px;
  text-align: center;
  font-size: 11px;
}

.threadSubject {
  background: white;
  color: black;
  text-align: left;
  padding: 2px 0 2px 0;
  font-size: 14px;
  font-weight: bold;
}

.msgHeader {
  background-color: #ccc;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 2px groove #fff;
}

.msgBody {
  background-color: #f0f0f0;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
}

.msgBody .msg {
  padding: 8px 10px 12px 10px;
  text-align:justify;
}

.msgBody .list {
  text-align: right;
  font-size: 11px;
}

.msgBody .edit {
  text-align: right;
  font-size: 11px;
  font-weight: bold;
}

#confirmation {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px dashed #ccc;
  font-weight: bold;
}

#confirmation p a {
  margin: 3px;
  padding: 3px 10px 3px 10px;
  width: 100px;
  color: white;
  font-size: 11px;
  background-color: #805;
  font-weight: bold;
  text-decoration: none;
}

#confirmation p a.yes {
  background-color: red;
}

#confirmation p a.no {
  background-color: green;
}

.textarea {
  margin-left: auto;
  margin-right: auto;
}

.subject {
  margin-left: auto;
  margin-right: auto;
}

#reply {
  height: 125px
}

.red {
  color: red;
  font-weight: bold;
}

.green {
  color: green;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

td.red {
  font-weight: normal;
}

.bigList {
  padding-left: 12px;
  margin-left: 12px;
}

.bigList li {
  list-style-type: none;
}

.bigList li .header {
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  margin: 0;
}

.bigList li .comment {
  font-size: 11px;
  color: #666;
  margin: 0 0 2px 20px;
}

.bigList li .header a {
  color: #00c;
  text-decoration: none;
}

.bigList li .header a:hover {
  color: red;
  text-decoration: underline;
}

#rightList {
  position: relative;
  float: right;
  clear: none;
  bottom: 80px;
  border: 1px dashed #999;
  background-color: #fff;
  padding: 0 12px 0 12px;
  margin-right: 20px;
}

#rightList ul {
  padding-left: 0;
  margin-left: 0;
  padding-top: 0;
  margin-top: 12px;
}

#rightbox {
  float: right;
  width: 110px;
  padding: 8px 8px 12px 8px;
  margin-left: 6px;
  margin-right: 16px;
  margin-bottom: 8px;
  background-color: #fee;
  border: 1px dashed #999;
}

#rightbox a.button {
  display: block;
  padding: 2px 6px 2px 6px;
  margin: 0 0 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  background-color: #ecc;
  color: #906;
  border: 2px groove #ecc;
  text-decoration: none;
}

#rightbox a.button:hover {
  background-color: #c9a;
  color: yellow;
}

#rightbox .stars {
  width: 70px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

#related {
  position: relative;
  top: -12px;
  white-space: nowrap;
  float: right;
  clear: right;
  padding: 16px 16px 0 10px;
}

#related .header {
  color: #906;
  border-bottom: 1px solid #906;
  font-weight: bold;
  font-size: 11px;
}

.reviewContainer {
  clear: right;
/*  width: 90%;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  background-color: #fff7f7;
  background: #ccc;
}

.reviewContent {
  position: relative;
  left: -3px;
  top: -3px;
  background-color: #fff7f7;
  border: 1px solid #999;
  padding: 6px 16px 4px 16px;
  text-align:justify;
}

#recentLists {
  float: right;
  background-color: #f0f0f0;
  border: 1px dashed #ccc;
}

#recentLists tr td {
/*  font-size: 12px; */
  padding: 0;
  padding: 1px 8px 1px 8px;
}

