#full_season_table {
    margin-left:4px;
    width:431px;
        font-size:10px;
}

#full_season_table tr#full_season_header_row {
    color: white;
    background: #808080;    
}

#full_season_table tr#full_season_header_row th{
    padding:4px 1px;
    border-right: 1px solid #a3a3a3;
    font-weight:normal;
    text-align:center;

}

#full_season_table td {
    text-align:center;
    padding:4px 2px;
    border-right:1px solid #d6d6d6;
}

#full_season_table td.season_left,
#full_season_table tr#full_season_header_row th.season_left {
    text-align:left;
    padding-left:4px;
}

#full_season_table tr.highlight{
    background-color: #e4f0fc;
} 

#full_season_table td.no_border {
    border:none;
}

#full_season_table tr.highlight td.home_entries {
    background-color:#d7e3ee;

}

#full_season_table td.home_entries {
    background-color:#f1f1f1;

}