/* legacy.css */ 

/* styles from old website specific to Programs/Athletic Leagues and Standings page */

.standingsTable {
width: 90%;
border: 1px solid #444444;
margin: 0px;
padding: 0px;
border-collapse: collapse;
}

.standingsTable td, .standingsTable th {
border: 0px;
margin: 0px;
padding: 4px;
}

.standingsTable th {
text-align: center;
color: white;
}

.standingsTableHeaders {
color: white;
}

.standingsRowEven {
background-color: white;
}

table.contenttable p {
margin: 0px;
}
table.contenttable th p, table.scheduletable th p {
font-size: larger;
font-weight: bold;
}
table.contenttable td.td-0, table.contenttable td.td-1, table.contenttable td.td-last {
width: 144px;
}
