﻿body { 
  background-color: #1E1E1E; 
  margin: 0px; 
  padding: 0px; 
  scrollbar-arrow-color: #FF9800; 
  scrollbar-face-color: #2C2C2C; 
  scrollbar-track-color: #121212; 
  scrollbar-highlight-color: #2C2C2C; 
  scrollbar-3dlight-color: #333333; 
  scrollbar-shadow-color: #1E1E1E; 
  scrollbar-darkshadow-color: #000000; 
}

font,th,td,p { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  color: #E0E0E0;
}

a { text-decoration: underline; color: #FF9800; }
a:visited { text-decoration: underline; color: #FFB74D; }
a:hover, a:active { text-decoration: underline; color: #FFC107; }

hr { height: 0px; border: solid #FF9800 0px; border-top-width: 1px;}

table.forumline { background-color: #2C2C2C; }
table.forumline:hover { background-color: #3A3A3A; }

.row, .row1, .row2 { background-color: #1E1E1E; }
.row3 { background-color: #2A2A2A; }

th, td.th { 
  color: #FFFFFF; 
  font-size: 14px; 
  font-weight: bold; 
  background-color: #333333; 
  background-image: none; 
  height: 25px; 
  border-style: solid; 
  border-color: #FF9800; 
  border-width: 0px 1px 0px 1px;
}

td.cat,td.catHead,td.catLeft, td.rowpic, td.catSides,td.catRight,td.catBottom { 
  color: #E0E0E0; 
  font-size: 14px; 
  background-color: #2C2C2C; 
  background-image: none; 
  height: 27px; 
  padding: 1px; 
}

.nav { font-weight: bold; font-size: 14px; color: #FF9800;}
.nav a, .nav a:visited { text-decoration: underline; color: #E0E0E0; }
.nav a:hover, .nav a:active { text-decoration: underline; color: #FFC107; }

table.nav { background-color: #2C2C2C; border: solid 1px #FF9800; height: 25px; }
table.nav:hover { border: solid 1px #FFC107; }

input.post, textarea.post, select { background-color: #1E1E1E; border: solid 1px #FF9800; color: #E0E0E0; }
input.button, input.mainoption, input.liteoption { background-color: #2C2C2C; border: solid 1px #FF9800; color: #FFFFFF; }

.code {
    font-family: Courier, 'Courier New', sans-serif; font-size: 14px; color: #FFEB3B;
    background-color: #2A2A2A; border: #FF9800 dotted 1px;
}

.quote {
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #E0E0E0; line-height: 125%;
    background-color: #2A2A2A; border: #FF9800 dotted 1px;
}

.postbody { font-size: 14px; color: #E0E0E0; }
.postdetails { color: #B0B0B0; font-size: 12px; }
