table.standings, table.gamesSchedule, table.auth {
    border-collapse: collapse;
    width: 100%;
}
table.standings tr:hover {
    background-color: #DBDBFF;
}
table.standings td {
    border-top: 1px solid #DBDBFF;
    text-align: center;
    font-size: 8pt;
}

table.auth td, table.wgid td{
    padding: 3px;
    border-bottom: 1px solid #DBDBFF;
}

table.gamesSchedule td {
    padding: 2px 6px;
    border: 1px solid #DBDBFF;
    font-size: 8pt;
}
table.gamesSchedule th {
    padding: 4px;
    border: 1px solid #DBDBFF;
    font-weight: bold;
	
}

table.matchUpdate td {
    padding: 5px;
}

tr.lBlue {
    background-color: #DBDBFF;
}






.red {
    color: #C60202;
}

.large {
    font-size: 1.4em;
    font-weight: bold;
}

td.teamLogo {
    width: 100px;
    height: 100px;
    border: 1px dotted #28386F;
    text-align: center;
	vertical-align: middle;
}
