
/* CSS Document */

body {
background: #2D2D2D;
font-family:Verdana, fantasy;
font-size:13px;
color: white;
   scrollbar-base-color: black; 
   scrollbar-arrow-color: red;
   scrollbar-DarkShadow-Color: black;
}
a:visited,a:active,a:link { color: white;text-decoration: none; }
a:hover { color: red;text-decoration: overline underline;background: none; }
table,tr,td { font-family:Palatino Linotype; color: #FFFFFF;font-size: 12px; }
.button
{
font-family:Verdana, fantasy;
font-size:13;
color:#FFFFFF;
background-color: red;
}
input,textarea,dropdown{
font-family:Verdana, fantasy;
font-size:13;
color: #FFFFFF;
background-color: #000000;
 border: 1px solid;
}
textarea,.submit input{
font-family:Verdana, fantasy;
font-size:13;
color:#ffffff;
background-color: black;
}
.table {
background-color:#000000;
}
.table3 {
background-color:#000000;
}
.table td {
color: #000000;
background-color:#DEDEDE;
height:22px;
}
.table3 td {
background-color:#CCCCCC;
}
td .alt {
background-color:#EEEEEE;
height:22px;
}
td .h {
background-image:url(tablehgrad.png);
background-repeat:repeat-x;
font-weight: bold;
background-color: #D6D6D6;
}
.table th {
background-image:url(tablehgrad.png);
background-repeat:repeat-x;
color: #000000;
font-weight: bold;
background-color: #D6D6D6;
}
.menu th {
font-font-size: 12px;
color: silver;
background-image:url(th.png);
background-repeat:repeat-x;
font-weight: bold;
background-color: #4B4B4B;
}
.stats td {
font-font-size: 12px;
color: white;
font-weight: bold;
}
.menu td {
font-size: 12px;
text-align: center;
color: white;
background-image:url(tdover.png);
background-repeat:repeat-x;
font-weight: bold;
background-color: #4B4B4B;
}
.menu td:hover{
color: white;
background-image:url(td.png);
