#title {
  text-decoration: none;
  color: #00FF00;
}

body { 
  background-color: #000000;
  font-family:'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #00FF00;
}



#header table {
  width: 100%;
  background-color: #222222;
}

#header table tr td {
  border: none;
}

#header-title {
  padding: 10px 0px 0px 10px;
  font-size: 3em;
  color: #FFFF00;
}

#header-title a {
  text-decoration: none;
}

#header-menu {
  color: #FFFF00;
  float: right;
  padding: 0px 10px 0px 0px;
  font-size: 1em;
}

#header-menu ul {
  display: inline;
  list-style-type: none;
}

#header-menu ul li {
  font-size: 1.25em;
  margin-left: .25em;
  color: #000000;
  display: inline;
}

#header-menu ul li a
{
  text-decoration: none;
  color: #FFFFFF;
}

#header-menu ul li.active a
{
  color: yellow;
}

#header-base {
  background-color: #888822;
  height: 10px;
}

#footer {
  clear: both;
  text-align: center;
  width: 90%;
  background-color: #C0C0C0;
  padding: 5px;
  border: 1px solid black;
}

#leftbar {
  vertical-align: top;
  width: 180px;
  padding-top: 20px;
}

#content {
 vertical-align: top;
 background-color: #111111;
 height: 400px;
 padding: 20px;
}

#rightbar {
  vertical-align: top;
  width: 150px;
  border-left: 1px solid black;
  padding-top: 20px;
}

.fullwidth {
  width: 100%;
}

a:link, a:visited, a:hover, a:active {
  color: #00FF00;
}



/* tables */

table.noborder td
{
  border:0;
}

table.nopad td
{
  padding-left:0;
}

table.list
{
    border-collapse:collapse;
    font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
}
table.wide { width:100%; }

table.list tr th
{
    background:#333;
    color:white;
    font-size:0.8em;
    padding:3px 10px;
    border:1px solid #222;
}
table.list tr td
{
    padding:7px;
    border:1px solid #ddd;
}

/* topics */

#forum_description,
#topic_body
{
    width:99%;
}

/* specific table styles */

table.forums,
table.topics
 { font-size:0.8em; }
table.forums tr th { font-size:0.8em; }
table.forums tr td .title {
    font-size:1.4em;
}

table.forums tr td .desc {
margin:0.5em 0;	
}
table.forums tr td
{
    padding:4px 15px;
}
table.forums a.tiny
{
    font-size:0.8em;
    color:#666;
}

table.forums .posts
{
    font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
    color:#666;
    font-size:0.8em;
}

table tr th.la { text-align:left; }
table tr td.ca { text-align:center; }
table tr td.inv { background:#eee; }
table tr td.vat { vertical-align:top; }

table tr td.narrow { padding:2px 5px;}

/* script table */

table tr td.script-install {
  width:16px;
  padding:9px 0 0 7px;
  vertical-align:top;
  border-right:0;
}

table tr.unlisted {
  background: #ffeeee;
}

table tr td.script-meat {
  border-left:0;
  padding-left:7px;
}

a.admin
{
    color:#c00;
    font-weight:bold;
}

.pagenate a { 
  border: 2px solid #999999;
  padding: 5px;
  margin: 5px;
}

.pagenate .selected { 
  background-color: green;
}

.pagenate a:hover { 
  background-color: yellow;
}

.textarea { 
  width: 500px;
  height: 400px;
}

.wide { 
  width: 100%;
  max-width: 800px;
}

textarea, .form-field { 
  background-color: #222222;
  border: 1px solid #00FF00;
  color: #FFFFFF;
  font-weight: bold;
}

.checkbox {
  border: none;
  background-color: transparent;
}

#content
{
    padding: 0px 25px 25px 25px;
    min-height: 1000px;
    min-width: 500px;
    border-left: 1px dotted #888822;
    border-right: 1px dotted #888822;
    border-bottom: 1px dotted #888822;
  
}

.code {
 border: 1px solid #00FF00;
 margin: 0px 10px 0px 10px;
 padding: 10px;
 background-color: #001100;
 color: yellow;
 font-size: 14px;
}

.code a {
  color: yellow;
}

.code a:hover, #document-content a:hover { 
  background-color: yellow;
  color: black;
  text-decoration: none;
}

fieldset {
  border: none;
}

