body {
  margin: 0;
  color: #00C0FF;
  background-color: #FFFFFF;
  /* background-image: url('background.jpg'); */
  background-attachment: fixed;
  padding: 0px;
  font-size: 10px;
  font-family: verdana, sans-serif;
}

/* Base font (IE 5.x doesn't inherit font to table) */
table {
  font-size: 10px;
  font-family: verdana, sans-serif;
}

/* Link */
a {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #666666;
}
a:hover {
  color: #000000;
}
a img {
  border: none;
}

/* text url links*/
a.url {
  color: #00E0FF;
  border-bottom: 1px #00E0FF dashed;
}
a.url:visited {
  color: #666666;
  border-bottom: 1px #00E0FF hidden;
}
a.url:hover {
  color: #FFFFFF;
  border-bottom: 1px #FFFFFF solid;
}

/* Generic frame */
div.frm {
  margin-top: 10px;
  /* border: 1px solid #005A78; */
}


/* Generic header cell */
div.hcl {
  color: #FFFFFF;
  height: 18px;
  /* background-color: #005A78; */
  background-color: #999999; 
  /* background-image: url('bg_hcl.png'); */
  padding: 2px 4px;
  font-size: 110%;
  overflow: hidden;
  margin-top: 30px;
}

/* Generic content cell */
div.ccl {
  /* border-top: 1px solid #005A78; */
  color: #000000;
  font-family: verdana;
  font-size: 12px;
  /* background-color: #001542; */
  background-color: #FFFFFF;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
div.ccl:first-child {
  border-top: none;
}

/* Generic button cell */
div.bcl {
  border-top: 1px solid #333333;
  /* background-color: #001542; */
  background-color: #FFFFFF;
  padding: 2px 4px 2px 1px;
}
/* Admin cell*/
div.acl {
  border-top: 1px solid #333333;
  background-color: #000F3A; 
  /* background-color: #FFFFFF; */
  padding: 2px 4px 2px 1px;
}

/* Button link */
div.bcl a, a.btl {
  margin: 1px;
  padding: 0 4px;
}
img.btl {
  vertical-align: bottom;
}
div.bcl a:hover, a.btl:hover {
  margin: 0;
/*
  border-top: 1px solid #007A98;
  border-left: 1px solid #007A98;
  border-bottom: 1px solid #005A78;
  border-right: 1px solid #005A78;
*/
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  /* background-color: #006A88; */
  background-color: #cccccc;
}
td.shr a.btl {
  padding: 0 2px;
}
/* Admin link */
div.acl a {
  margin: 1px;
  padding: 0 4px;
}
div.acl a:hover {
  margin: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #cccccc;
  color: #FF3333;
}
div.acl span {
  margin: 1px;
  padding: 0 0 0 4px;
}

/* Nav button, page link float */
span.nav, span.pln {
  float: right;
}

/* Page button link */
span.pln a {
  margin: 0;
  padding: 0;
}
span.pln a:hover {
  margin: 0;
  border: none;
  background-color: inherit;
}

/* Table frame */
table.tbl {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #005A78;
  border-collapse: collapse;
  empty-cells: show;
}

/* Table header row */
table.tbl tr.hrw {
  color: #FFFFFF;
  /* background-color: #005A78; */
  background-color: #cdcdcd;
  /* background-image: url('bg_hcl.png'); */
  font-variant: small-caps;
  font-size: 110%;
}

/* Table header cell */
table.tbl th {
  border: 1px solid #005A78;
  padding: 2px 4px;
  text-align: left;
}

/* Table header column cell */
table.tbl td.hco {
  width: 20%;
  font-weight: bold;
}

/* Table content row */
table.tbl tr.crw {
  /* color: #00C0FF; */
  color: #666666;
  background-color: #ffffff;
}

/* Table content cell */
table.tbl td {
  border: 1px solid #005A78;
  padding: 2px 4px;
}

/* Table cell short */
table.tbl .shr {
  width: 15%;
  white-space: nowrap;
}

/* Table cell icon */
table.tbl img.ico {
  margin: 1px 0 0 0;
}

/* Top bar frame */
div.tpb {
  margin-top: 0;
}

/* Error header cell */
div.err div.hcl {
  background-color: #A01D1D;
  background-image: url('bg_hclerr.png');
}

/* Error message paragraph */
div.err div.ccl p {
  margin: 5px 0 0 0;
  color: #FF0000;
}
div.err div.ccl p:first-child {
  margin: 0;
}

/* Form */
form {
  margin: 0;
  padding: 0;
}
input, button, textarea, select {
  font-size: inherit;
  font-family: inherit;
}
textarea {
  width: 99%;
}

/* Poll result */
td.plv, td.plp {
  padding-left: 15px;
  text-align: right;
}

/* Poll result bar */
img.plb {
  margin-left: 10px;
  height: 10px;
  background-color: #FF0000;
}

/* Post header of new posts */
div.pst.new div.hcl {
  background-color: #0F70A0;
  /* background-image: url('bg_pstnew.png'); */
}

/* Post header of target posts */
div.pst.tgt div.hcl {
  background-color: #0F8FCF;
  background-image: url('bg_psttgt.png');
}

/* Quote */
blockquote {
  margin: 0;
  color: gray;
}
blockquote p {
  margin: 0;
}

/* Rank image */
img.rnk {
  margin: 2px 0;
  vertical-align: text-top;
}

/* Avatar image */
img.ava {
  width: 50px;
  height: 50px;
}
div.pst img.ava {
  margin-left: 5px;
  float: right;
}
form.agl img.ava {
  margin: 2px;
  vertical-align: middle;
}

/* Make post cell enclose avatar */
div.pst div.ccl:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

/* Make post cell enclose avatar in IE 5-6 */
* html div.pst div.ccl {
  height: 1px;
}

/* Make post cell enclose avatar in IE 7 */
div.pst div.ccl {
  display: inline-block;
}
div.pst div.ccl {
  display: block;
}

/* Fix for WinIE float bug \*/
* html div.ccl {
  height: 1px;
} /**/

/* Signature */
div.sig {
  color: #C0C0C0;
  font-size: 85%;
}

/* Icon */
img.ico {
  margin: 2px 0;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

/* Smiley icon */
img.sml {
  margin-top: 1px;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
}
img.psm {
  margin: 1px;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
}

/* Header title */
span.htt {
  font-variant: small-caps;
}

/* Sticky topic title */
span.stk {
  font-weight: bold;
}
span.stk:before {
  content: "-> ";
}

/* Execution message */
span.tbm {
  color: #00FF00;
}

/* Admin message */
div.ams div.ccl {
  color: #FF0000;
}

/* Highlighted keyword, report/message link */
em {
  font-weight: bold;
  font-style: normal;
  color: #FF0000;
}

/* Monospace font */
tt {
  font-size: 90%;
}

/* Float right */
.flr {
  float: right;
}

/* Help */
div.hlp h3 {
  margin: 10px 0 0 0;
  font-size: 100%;
  font-weight: bold;
}
div.hlp p {
  margin: 5px 0 0 0;
}

/* Forum info copyright, mini banner */
div.icr, div.bni {
  margin-top: 10px;
  text-align: center;
}
div.icr {
  border: 1px solid #005A78;
}
div.bni img {
  margin: 5px;
}

/* Board jump form */
form.bjp {
  margin-top: 10px;
  float: right;
}

/* Copyright message */
p.cpr {
  text-align: center;
  color: silver;
}

/* Page timer message */
p.pct {
  text-align: center;
  font-size: 85%;
  color: silver;
}

/* Forum config */
form.cfg h3 {
  margin: 20px 0 10px 0;
  border-top: 1px solid silver;
  padding-top: 10px;
  font-size: 100%;
  font-weight: bold;
}
form.cfg h3:first-child {
  margin-top: 0;
  border-top: none;
}
form.cfg h4 {
  margin: 10px 0 0 10px;
  font-size: 100%;
  font-weight: bold;
}
form.cfg p {
  margin: 5px 0 0 20px;
  width: 90%;
}
form.cfg samp {
  color: green;
  font-family: verdana, sans-serif;
  font-weight: normal;
}
form.cfg dfn {
  color: gray;
  font-style: normal;
  font-weight: normal;
}
form.cfg input.ctx {
  width: 50%;
}
form.cfg textarea {
  width: 90%;
}

/* Tag buttons */
button.tbt {
  margin: 0 3px 3px 0;
  width: 40px;
  border: 1px solid gray;
  background-color: #efefef;
}
button.tbt:hover {
  background-color: white;
}

/* Invisible table */
table.tiv {
  border-collapse: collapse;
  border: none;
}
table.tiv tr {
  border: none;
}
table.tiv td {
  border: none;
  padding: 0 5px 0 0;
}
table.tiv .shr {
  width: 15%;
  white-space: nowrap;
}

/* Image gallery */
table.igl td {
  text-align: center;
  vertical-align: bottom;
  font-size: 85%;
}

/* Attachment thumbnail */
img.amt {
  border: 2px outset #000000;
  background-color: #FFFFFF;
  padding: 8px;
}

/* Page icon */
img.pic {
  position: absolute;
  margin: 4px;
  width: 48px;
  height: 48px;
}
img.pic + div.hcl, img.pic + div.hcl + div.bcl {
  padding-left: 56px;
}


/* Fieldset */
fieldset {
  border: none;
}
