/** schedules.css **/


.Score {
    font-size: xx-small;
    font-weight: normal;
}
.GameWon {
    color: green;
}
.GameLost {
    color: red;
}


#ScheduleTable {
    font-size: x-small;
    background-color: #808080;
}

#ScheduleTable th {
    color: white;
    background-color: black;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    padding: 1px 2px;
}

#ScheduleTable td {
    color: black;
    background-color: white;
    text-align: center;
    vertical-align: top;
    padding: 1px 2px;
}

#ScheduleTable td.AwayGame {
    color: #333333;
    background-color: #999999;
}

#ScheduleTable td.HomeGame {
    font-weight: bold;
}

#ScheduleTable td.NoGame {
    background-color: #404040;
}


#ScheduleTable td.Minnesota {
    border-top: 1px solid #000040;
    border-right: 1px solid #c0c0ff;
    border-bottom: 1px solid #ccccff;
    border-left: 2px solid #000040;
}



/**eof**/
