
div.Player
{
    float: right;
    width: 110px;
    height: 30px;
    border: 1px solid #B0B0B0;
    margin-left: 3px;
    margin-bottom: 3px;
    padding: 3px;
}
div.PlayerHover
{
    border: 1px solid #0000FF;
}

div.PlayersContainer
{
    overflow: auto;
    margin-bottom: 10px;
}

div.SeasonTitle
{
    width: 110px;
    background-color: #DDDDDD;
    border: 1px solid #B0B0B0;
    margin-bottom: 2px;
    padding: 3px;
}

/* Left before end of season */
div.Player0
{
    background-color: #FF8585;
}
/* Left at the end of the season */
div.Player1
{
    background-color: #FFC4DB;
}
/* Stayed for another season */
div.Player2
{
    background-color: #75CBFF;
}
/* Joined during the season and stayed for antoher season */
div.Player3
{
    background-color: #3DE0AB;
}
/* Joined during the season and left at the end of the season */
div.Player4
{
    background-color: #DAE4AC;
}
/* Unknown */
div.Player5
{
    background-color: #C9C9C9;
}

div.StatusExplained
{
    overflow: auto;
    margin-bottom: 10px;
}
div.StatusExplained div
{
    float: right;
}
div.StatusColor
{
    width: 20px;
    margin-right: 3px;
    margin-left: 10px;
}
