/*DIV,TD,TH,TR,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5, */
body{
  font-family: arial,helvetica,sans-serif;
  color : #888888;
  background : black;
}

A:link { color : #5865e1}
A:active { color : #d5ae83}
A:visited { color : #5068e3}
A:hover { color : #5b80b7}

.caption {
  font-size : 9pt;
  color : #dddddd;
  font-style : italic;
}

/* my definitions */

td.thumbnail {
  background-color: #000000;
  border: thin solid #333333;
  vertical-align: middle;
  padding: 20px;
}

td.thumbnail:hover {
  border: thin solid #888888;
}

div#commentlist > div.comment {
  border-top: thin dashed #333333;
  border-left: thin dashed #000000;
  border-right: thin dashed #000000;
  margin: 0px;
}

div#commentlist {
  border-bottom: thin dashed #333333;
}

div#commentlist > div.comment:hover {
  border-left: thin dashed #333333;
  border-right: thin dashed #333333;
  background-color: #111111;
}

.topic_add_form > hr {
  border-top: thin solid #888888;
  border-bottom: thin solid #888888;
  padding: 1px;
  margin-right: 4px;
  border-left: thin dashed #000000;
  border-right: thin dashed #000000;
}


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
