﻿table.leaguetable
{
    font-family: verdana,arial,sans-serif;
    font-size: x-small;
    color: #333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
}
table.leaguetable th
{
    background: #b5cfd2 url('../images/cell-blue.jpg');
    border-width: 1px;
    padding: 6px;
    border-style: solid;
    border-color: #999999;
}
table.leaguetable td
{
    background: #dcddc0 url('../images/cell-grey.jpg');
    border-width: 1px;
    padding: 6px;
    border-style: solid;
    border-color: #999999;
}
table.leaguetable caption
{
    font-size: medium;
    color: #6699FF;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 20px;
}

table a {
	text-decoration: none;
}
table a:visited {
	text-decoration: none;
}
table a:hover {
	text-decoration: underline;
}

#incidents td
{
    text-align: left;
}
table
{
    border-collapse: collapse;
    border: 1px solid #999999;
}
table td
{
    border: 1px solid #999999;
    padding: 5px 10px 5px 10px;
    background: #b5cfd2 url('../images/cell-blue.jpg');
}