/* links */
a:link, a:active, a:visited
{
  color: #DDDDDD;
  text-decoration: none;
}
a:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}

/* Tagboard body tag - not the index.php */
body.tagboard
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif, vt100;
  font-size: 9px;
  background-color: #000000;
  margin: 0px;
  margin-right: 2px;
}

/* This is for the form elements */
input.add
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif, vt100;
  font-size: 9px;
  color: #ECECEC;
  background-color: #615E5E;
  border: 1px SOLID #B2B2B2;
}

body {
 scrollbar-arrow-color: #000000;
 scrollbar-base-color: #3C3C3C;
 scrollbar-dark-shadow-color: #000000;
 scrollbar-track-color: #3C3C3C;
 scrollbar-face-color: #4F4F4F;
 scrollbar-shadow-color: #3C3C3C;
 scrollbar-highlight-color: #3C3C3C;
 scrollbar-3d-light-color: #000000;
}

/* Main table class */
table.main
{
  background-color: #000000;
  border-left: 1px SOLID #000000;
  border-top: 2px SOLID #000000;
  border-right: 1px SOLID #000000;
  border-bottom: 2px SOLID #000000;
}

/* Where the post resides */
td.post
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif, vt100;
  font-size: 9px;
  color: #ECECEC;
  padding: 2px;
}

/* Alternating Cell colors for posts */
td.td1
{
  background-color: #3C3C3C;
  border: 1px SOLID #6E6E6E;
}
td.td2
{
  background-color: #4F4F4F;
  border: 1px SOLID #6E6E6E;
}