table{
width: 500px;
border-spacing:1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
background-color:#2F2317;
color: #2F2317;
margin: 10px auto;
}

caption{
font-weight: bold;
background: #50ADEA url(http://infectedfx.net/css/tables/corner.gif) no-repeat right top;
border-bottom:2px solid #1975d7;
color: #FFF;
text-transform:uppercase;
padding:10px;
}

td, th{
padding: 4px;
}

thead th{
text-align: left;
background: #2F2317;
color: #D3C085;
border: 1px solid #2F2317;
text-transform:uppercase;
padding: 10px 5px 10px 5px;
}

tbody th{
font-weight: bold;
}

tbody tr{
background-color:#FFF; 
text-align:left;
}
tbody tr.odd{
background: #CFA036;
border-top:1px solid #2F2317;
}

tbody th a:link, tbody th a:visited{
color:#96D030;
background:url(http://infectedfx.net/css/tables/layout.gif) no-repeat; 
padding:3px 0px 0px 18px;
}
tbody th a:hover{
color:#FF8601;
}

tbody tr td{ 
height: 25px;
background: #D3C085;
border: 1px solid #2F2317;
}

tbody tr.odd td{ 
background: #CFA036;
border-top:1px solid #2F2317;
}

table td a:link, table td a:visited{
color: #1975D7;
text-decoration: none;
}

table td a:hover{
color: #50ADEA;
border-bottom:2px solid #2F2317;
text-decoration: none ;
}
table td strong {
font-weight: bold;
}
tbody td a[href="http://"]{
margin: 0 auto;
height: 15px;
background: url(http://infectedfx.net/css/tables/ok.gif) no-repeat;
border-bottom: 0;
padding:3px 0px 0px 18px;
font-weight:bold;
color:#FF8601;
}

table a[title^="Download"] { 
background: url(http://infectedfx.net/css/tables/down.gif) no-repeat center;
padding:20px 0px 0px 15px;
}

tfoot th, tfoot td {
background-color:#E7E7E7; padding:10px;
text-align:center; 
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px; font-weight:bold; font-style:italic;
border-bottom:3px solid #CCC;
border-top:1px solid #2F2317;
}


