table 
{
    border-collapse: collapse;
    background-color: transparent;
    width: 100%;
    text-align: left;
    border-spacing: 0px;
}

table a, table, tbody, tfoot, th, tr, td 
{
    line-height: 14px;
    font-size: 11px;
}

tbody td{
    padding: 5px;
    height: 20px;
}

table caption

{
    text-transform: uppercase;
    color: #FFFFFF;
    padding:10px;
}

table a
{
    text-decoration: underline;
}

table a:hover, table a:focus
{
    text-decoration: underline;
}

table th
{
    font-style: normal;
    font-weight: bold;
    font-size:13px;
    border-bottom: 1px dotted #fffbcc;
    color:#fffbcc;
}

table th a
{
}



table th a:hover, table th a:focus, tbody tr:hover th
{   
background-color: red;
}


thead th
{
    height: 30px;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    padding: 5px;
    background-color: #816658;
    text-transform: none;
}
tfoot{
    border-top: 1px dotted #fff;
    height:30px;
    
}
tfoot th,tfoot td{
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    padding: 5px;
    background-color: #816658;
    text-transform: none;
}

tbody th
{
    padding: 5px;
}

td
{
    height: 40px;
    background-color: transparent;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px dotted #fffbcc;
}

tbody tr.odd
{
    background-color: #00273a;
    border-bottom: 1px dotted #355caa;
}

tbody tr:hover td
{
    background-color: red;
}

.title {
font-size:12px;
font-weight:bold;
color:#fffbcc;
}

.size {
color: #7ea7a9;
}

#linklist th, a:hover, a:normal, a:aktive, a:visited {
    background-color: transparent;
}

#linklist .odd td, .odd tr {
    background-color: #111f1f;
    
}

#linklist .even td, .odd tr {
    background-color: #152929;
}

tbody tr:hover td,tbody tr:hover th, tbody tr:hover a
{
    background-color: transparent;
}