/*This is the style sheet for Tables*/

body {
margin: 0;
padding: 30px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
background: #aeb792;
}

div.forums {
background: #8B9274;
}

a {
color: #789b76;
}

a:hover {
color: #4c4c4c;
}

table {
position: relative;
top: -4px;
left: -4px;
width: 100%;
border: 1px solid #000;
background: #fff;
}

table caption {
margin: 0;
padding: 8px 20px;
text-align: left;
border: 1px solid #000;
border-bottom: none;
background: #fff;
}

table th, table td {
margin: 0;
padding: 8px 20px;
text-align: left;
border-bottom: 1px solid #b5b5b5;
}

table.name {
text-align: left;
}

table tr {
background: #e6e6e6;
}

table tr.alt {
background: #f1f1f1;
}

table td a {
display: block;
font-weight: bold;
}

table th {
color: #999;
}



