body { 
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
    background-color: black;
    background-image: URL(/graphics/circuitback.gif);
    color: black;
    margin: 10px;
    text-align: justify;
}

h1 { margin-bottom: 0px; margin-top: 0px; }
h2 { margin-bottom: 0px; }

p.small { margin: 0px; font-size: smaller; }

a { text-decoration: none; color: #C69500; }
a:hover { text-decoration: underline; color: black; }

div.head {
   display: none;
   border: 1px solid #006AB4;
   text-align: left;
   width: 100%;
   margin-bottom: 10px;
   background: #FFFFFF;
}

table.tabletop {
  border:1px outset #006AB4;
  font-weight:bold;
  margin-top:10px;
  margin-bottom:10px;
  width:100%;
  font-size:10pt;
  background-color:#000070;
}
table.tabletop td {
  text-align:center;
  border:1px solid #eeeeee;
  background-color:black;
}
table.tabletop a { text-decoration: none; color: #00aa00; }
table.tabletop a:hover { text-decoration: underline; color: #00ff00; }

div.menu {
   width: 120px;
   position: relative;
   float: left;
   border: 1px solid #006AB4;
   background: #eeeeee;
}
div#menu a.home { color: #000000; background: #c0c0c0; border: 1px solid #000000; }
div#menu a.home:hover { background: #c0c0c0; border: 1px solid #000000; }
div#menu a {
   text-align: center;
   width: 118px;
   margin: 0px;
   display: block;
   border: 1px solid #006AB4
}

div#menu a:hover { border: 1px solid #000000; background: #c0c0c0; text-decoration: none; }

div.content {
   border: 2px solid #006AB4; 
   /*margin-left: 130px;*/
   margin-top: 0px;
   padding: 10px;
   background: #eeeeee;
}

div.footer {
   border: 2px solid #006AB4; 
   /*margin-left: 130px;*/
   margin-top: 10px;
   padding: 10px;
   background: #eeeeee;
}


table.uniques {
   border: 1px solid #c0c0c0;
   padding: 5px;
   text-align: left;
}
table.uniques td {
   padding-left: 10px;
}
   
table.penalty {
   border: 1px solid #c0c0c0;
   padding: 5px;
   text-align: left;
}
table.penalty th {
   text-align: right;
}
table.penalty td {

}

/* Styles for the userlist */
li.online { font-weight: bold; }
li.offline { color: #c0c0c0; }
a.offline { color: #707070; }
#map {
    width: 500px;
    height: 500px;
    background-image: url(newmap.png);
}


table.forum {
    border: 1px solid #c0c0c0;
    table-layout: fixed;
    overflow: auto;
}

table.forum td,tr,caption,thead,tfoot,th {
    padding-left: 10px;
    padding-right: 10px;
}
.tdblue { background-color: #ffffdf; }
.tdgray { background-color: #eeeee0; }
.tdred {
    border: 1px solid red;
    background-color: #FFCCCC;
}
.smallest {
    font-size: 11px;
}

