#schedule-header
{
    background: url(background-tab.gif) repeat-x left top;
    width: 765px;
    height: 25px;
}

#schedule-header ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#schedule-header li
{
    display:inline;
    margin:0;
    padding:0;
}

#schedule-header a
{
    text-decoration:none;
}

#date-tab
{
    float:left;
    background: url(selected-tab.gif) no-repeat left top;
    padding:1 0 0 1px;
    width: 80px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}

#team-tab
{
    float:left;
    background: url(unselected-tab.gif) no-repeat left top;
    padding:1 0 0 1px;
    width: 80px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}

#coedteam-tab
{
    float:left;
    background: url(unselected-tab-120.gif) no-repeat left top;
    padding:1 0 0 1px;
    width: 120px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}

#schedule-body
{
    width: 763px;
    min-height: 500px;
    border-right: #808080 1px solid;
    border-left: #808080 1px solid;
    border-bottom: #808080 1px solid;
}

#schedule-dateselector
{
    position: absolute;
    top: 40px;
    left: 10px;
    padding: 0 0 0 20px;
}

#schedule-dateselector ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#schedule-dateselector li
{
    margin:0;
    padding:0;
    width: 100px;
    height: 20px;
    text-align: center;
}

#schedule-dateselector a
{
    text-decoration:none;
    font-size: 12px;
}

#schedule-teamselector
{
    position: absolute;
    top: 40px;
    left: 10px;
    padding: 0 0 0 20px;
}

#schedule-teamselector ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#schedule-teamselector li
{
    margin:0;
    padding:0;
    width: 200px;
    padding-right: 10px;
    line-height: 20px;
    text-align: right;
}

#schedule-teamselector a
{
    text-decoration:none;
    font-size: 12px;
}

#schedule-coedteamselector
{
    position: absolute;
    top: 40px;
    left: 10px;
    padding: 0 0 0 20px;
}

#schedule-coedteamselector ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#schedule-coedteamselector li
{
    margin:0;
    padding:0;
    width: 200px;
    padding-right: 10px;
    line-height: 20px;
    text-align: right;
}

#schedule-coedteamselector a
{
    text-decoration:none;
    font-size: 12px;
}

#dateschedule-results
{
    position: absolute;
    top: 40px;
    left: 130px;
    width: 635px;
    background: #EEEEEE;
    min-height: 480px;
    height: auto;
}

#dateschedule-results th
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

#dateschedule-results td
{
    font-size: 12px;
}

#teamschedule-results
{
    position: absolute;
    top: 40px;
    left: 240px;
    width: 515px;
    background: #EEEEEE;
    min-height: 480px;
    height: auto;
}

#teamschedule-results th
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

#teamschedule-results td
{
    font-size: 12px;
    padding: 2px;
}

#coedteamschedule-results
{
    position: absolute;
    top: 40px;
    left: 240px;
    width: 515px;
    background: #EEEEEE;
    min-height: 480px;
    height: auto;
}

#coedteamschedule-results th
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

#coedteamschedule-results td
{
    font-size: 12px;
    padding: 2px;
}
