﻿div.gameschedule
{
}


div.gameschedule table.gameschedule
{ 
width: 700px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    border: thin solid #800000;
    margin: 1em auto 2em auto;
    border-collapse: collapse;
    background-color: #808080;
 }


div.gameschedule table.gameschedule th
{
    font-weight: bold;
    color: #800000;
    padding: .25em .5em .25em .5em;
}

div.gameschedule table.gameschedule th.titlecell
{
    font-size: 1.2em;
}

div.gameschedule table.gameschedule td
{
    font-size: 1.1em;
    border: thin solid #800000;
    border-collapse: collapse;
    padding: .25em .5em .25em .5em;
}

div.gameschedule table.gameschedule td.location,
div.gameschedule table.gameschedule td.outcome,
div.gameschedule table.gameschedule td.score,
div.gameschedule table.gameschedule td.oppscore
{
    text-align: center;
}

div.gameschedule table.gameschedule td.location a
{
    color: #0000FF;
}

div.gameschedule table.gameschedule td.location a:hover
{
    color: #ff0000;
}




div.gameschedule table.gameschedule tr
{
    color: #ffffff;
}

div.gameschedule table.gameschedule tr.gamewon
{ 
    color: #00FF00;
 }


div.gameschedule table.gameschedule tr.gamelost
{
    color: #C0C0C0;
}

div.gameschedule table.gameschedule tr.gametied
{
    color: #00ff44;
}

div.gameschedule table.gameschedule tr.gamecancel
{
    color: #800080;
}

div.gameschedule table.gameschedule tr.gameresched
{
    color: #FFFF00;
}