/* Background color */
body {
background: #123 !important;
margin: 0 10px;
}   
/* Basic fonts */

body, td {
font-family: Verdana;
font-size: 13px;
}
/* Link colors and decoration */ 
a {
text-decoration: none !important;
color: #bcd !important;
}               
a:hover {
color: #def !important;
}
/* Visited links */      
a:visited {
color: #789 !important;
}                     
/* Table and cell styles */  
table {
padding: 2px;
background: none;
border: 0px none !important;  }

table td {
background: #456 !important;
border: 1px solid;
border-color: #678 #678 #234 #234;
}
table[bgcolor="#000000"] tr td[align="right"] {
padding-left: 5px;
}    
table td a font {
color: #bcd !important;
}   
/* Forum list table on main page */

table[bgcolor="#000000"] {
width: 650px !important;
background: none !important;
margin-top: 5px;
} 
/* Forum headers */
center center > b {
line-height: 25px;
font-size: 15px;
font-family: Times;
} 
/* Notifications */   
small {
font-style: italic;
font-family: Arial;
font-size: 11px;
color: #cacacf;
}    
/* Topic icons */
table td img {
padding: 2px;
vertical-align: middle;
}       
/* Post textarea styles */   
textarea {
background: #456 !important;
border: 1px solid !important;
border-color: #234 #234 #678 #678 !important;
padding: 1px;
font-size: 11px;
font-family: Verdana !important;
color: white !important;
} 
/* Hide unnecessary backgrounds and borders in submit table */

form table td {
background: none !important;
border: none !important;
} 
/* Submit input fields styles */     
form table td > input {
background: #456 !important;
border: 1px solid;
border-color: #678 #678 #234 #234;
color: white;
}   
form table td > input[type="submit"] {
font-weight: bold;
position: relative;
width: 80px;
left: 84px;
}  
/* Topic name field styles */ 
form table td > input[type="text"] {
width: 450px !important;
padding-left: 1px;
font-weight: bold;
}       

