#season_table {
    width:200px;
    margin-bottom: 10px;
    float:left;
    overflow:visible;
}
#season_table table
{
    width:200px;
    font-size:10px;
}
#season_table table thead tr {
    background-color: #1c5b93;
    color:white;
    
}
#season_table table tr.highlight {
    background-color: #e4f0fc;
}

#season_table table td,
#season_table table th{
    padding: 0 2px;
    line-height:18px;
    text-align:center;
    border-right:1px solid #bebebe;
    }

#season_table table td.right_most,
#season_table table th.right_most {
    border-right:none;
}
    
#season_table table td.team,
#season_table table th.team {
    text-align:left;
    padding: 0 5px;
}

#season_table .header_area {
    width:210px;
}

.small_win_out {
    width:215px;
    background-image: url('/images/small_windows_top.png');
    background-repeat:no-repeat;
    background-position:top left;   
    
}
.small_win_in {
    width:215px;
    background-image: url('/images/small_windows_bottom.png');
    background-repeat:no-repeat;
    background-position:bottom left;
    padding:2px;
    padding-right:15px; 
    padding-bottom:12px;   
    
}


#full_table_link {
    height:17px;
    background-image: url('/images/small_windows_ext.png');
    background-repeat:repeat-x;
    background-position:0 1px;
    margin-right:15px;   
    text-align:center;
}
#full_table_link a {
    line-height:17px;
    color:#9a9a9a;
    text-transform:uppercase;
    font-size:10px;
    text-align:center;
}