.breadcrumb {
  color: #666;
  font-size:75%;
  font-weight:bold;
}
.breadcrumb .bcsep {
  color: #f30;
}
div.body,div.bodysmall {
  position: relative;
  left: 50%;
  padding: 25px;
  width:800px;
  margin-left: -400px;
  margin-top: 2%;
  background-color: #FFF8EE;
  border: 2px solid #609;
}
div.bodysmall {
  width:400px;
  margin-left: -200px;
}
div.copyright {
  color: #000;
  font-size: 12px;
  text-align: center;
  vertical-align: center;
  position: relative;
  height: 4%;
  left: 50%;
  width: 400px;
  padding: 0 25px;
  margin-left: -200px;
  margin-top: 0px;
}
#sitetitle {
  font-family: Comic Sans MS,Verdana,Arial,sans-serif;
  color: #609;
  padding: 0;
  margin: 0;
}
#subtitle {
  font-family: Comic Sans MS,Verdana,Arial,sans-serif;
  font-size: 14px;
  text-align: left;
  color: #093;
  padding: 0px 0px 2px 0px;
}
#searchbar {
  text-align: center;
  padding: 2px;
  margin: 0;
  float: right;
}
#subheader {
  width: 100%;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #000;
}
.forumtable {
  background-color: #fff;
  border: 2px solid #008;
  width: 100%;
  margin: 0 0 5 0;
}
.forumname {
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}
.forumdesc {
  font-size: 10px;
  color: #666;
  padding: 0px 0px 0px 0px;
}

th,td {
  padding: 1px 5px;
  margin: 0;
  font-size: 80%;
  vertical-align: top;
}
.forumtable th {
  text-align: left;
  color: #008;
  background-color: #c2dbf8;
}
.forumtable td{
  padding: 3px 5px 5px 5px;
}
.forumtable .row1 {
  background-color: #fff;
}
.forumtable .row2 {
  background-color: #e5f6ff;
}
.firstcolumn{
  width: 50%;
}
.center {
  text-align: center;
}
.centersmall {
  text-align: center;
  font-size: 70%;
}
.author{
  width: 15%;
  text-align: left;
}
.post {
  width: 85%;
  text-align: left;
}
.textsmall {
  font-size: 70%;
}
.authorfooter {
  white-space: nowrap;
  font-size: 70%;
  vertical-align: bottom;
}
.threadfooter {
  padding: 5px;
  text-align: right;
}
th.forum {
  width: 70%;
  text-align: left;
}
th.threadcount {
  width: 10%;
}
th.moderator {
  width: 20%;
}
th.thread {
  text-align: left;
  width: 50%;
}
th.starter {
  text-align: center;
  width: 20%;
}
th.replies {
  text-align: center;
  width: 10%;
}
th.lastpost {
  text-align: center;
  width: 20%;
}
th.replacement,th.template{
  text-align: left;
  width: 45%;
}
th.action{
  text-align: center;
  width: 10%;
}
td.thread {
  width: 50%;
}
td.starter {
  text-align: center;
  width: 20%;
}
td.replies {
  text-align: center;
  width: 10%;
}
td.lastpost {
  text-align: center;
  width: 20%;
  font-size: 10px;
}
.sig {
  border-top: 1px dashed #000;
  padding: 10;
  font-size: 70%;
}
.smallNote {
  padding: 10 0;
  color: #96C;
  font-size: 10px;
}
.buttonlink, .buttonlink:visited, .submit, .confirm {
  position: relative;
  border: 1px solid #008;
  background-color: #c2dbf8;
  color: #008;
  padding: 1px 8px;
  margin: 0 3px;
  font-size: 70%;
  font-family: Arial,sans-serif;
  text-decoration:none;
  cursor:pointer; 
}

* html .buttonlink {cursor:hand;}

input.buttonlink {width:5em; text-align:center;}

.buttonlink:hover {background-color:#008; color:#eee;}

.pagenextlink,.pagenextdead,
.pageprevlink,.pageprevdead,
.pagenumlink,.pagenumdead {
  cursor: pointer;
  padding: 0px 4px;
  margin: 5px 1px;
  font-size: 65%;
  font-family: Arial,sans-serif;
  font-weight: bold;
}
.pagenextlink,.pageprevlink,.pagenumlink {
  border: 1px solid #009;
  background-color: #FC6;
  color: #009;
}
.pagenextdead,.pageprevdead,.pagenumdead {
  cursor: default;
  border: 1px solid #000;
  background-color: #ccc;
  color: #FFF8EE;
}
.submit {
  font-size: 12px;
  padding: 0 5px;
  margin: 0;
}
.buttonBarright {
  text-align: right;
  margin: 0;
  padding: 4px 0 4px 0;
}
.buttonBarleft {
  text-align: left;
  margin: 0;
  padding: 4px 0 4px 0;
}
.mono {
  font-family: Courier New,Courier,monospace;
}
#requestConfirmWarn,
#requestConfirmInfo,
#requestConfirmNote {
  margin-left:20%;
  padding: 20px 10px;
  width:350px;
  text-align: center;
}
#requestConfirmWarn {
  background-color: #fcc;
  border: 5px solid #f66;
}
#requestConfirmInfo {
  background-color: #cfc;
  border: 5px solid #6f6;
}
#requestConfirmNote {
  background-color: #ccf;
  border: 5px solid #66f;
}
.searchHeader {
  background-color: #009;
  color: #ff0;
  font-size: 80%;
  font-weight: bold;
  padding: 2px;
  margin: 0;
}
#searchResults {
  padding: 0px 20px;
  border: 2px solid #f90;
}
p.searchSubject {
  font-weight: bold;
  font-size: 80%;
  padding: 5px 0 0 0;
  margin: 0;
}
p.searchBody {
  padding: 3px 0px 5px 10px;
  margin: 0;
}
.newpost {
  color: #f39;
  font-size: 14px;
  font-weight: bold;
}
.postlink {
  font-family: arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
}
