table {
    border-collapse: collapse;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}
caption {
    font-size: 1.4em;
    font-stretch: condensed;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
th, td {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    padding: 0.6em;
    vertical-align: 4px;
}
th {
    text-align: center;
    text-transform: uppercase;
}
thead th, tfoot th, tfoot td {
    background-color: #159E4A;
    font-size: 1.1em;
}
tbody th, td {
    background-color:#eee;
}
tbody tr:hover td, tbody tr:hover th {
    background-color: #E1A95F;
} //3de57e
tr.odd td, tr.odd th {
    background-color: #ddd;
}
tbody a {
    color: #333;
}
tbody a:visited {
    color: #999999;
}
tbody a:hover {
    color: #33c;
}
tbody a:active {
    color: #33c;
}
tbody td+td+td+td a {
    background: url(http://www.clacksweb.org.uk/images/external.gif) no-repeat right 0.4em;
    padding-right: 12px;
}
tfoot th {
    text-align: right;
}
tfoot th:after {
    content: ":";
}

a.tooltip {text-decoration:none;}
.tooltip span.info{display:none;}
.tooltip:hover span.info{padding: 0.5em 0.5em 0.5em 0.5em; display:block;position:absolute; width:300px; height:*;}
.info { color: #000; display:block; background: #c0c0c0; border: 1px solid #000;}