/* ---------------------------[ MAIN ELEMENTS ]------------------ */
td.conf_1 { background: url(./images/conf_1a.jpg) no-repeat; }
td.conf_1:hover { background: url(./images/conf_1b.jpg) no-repeat; }
td.conf_1 a.selected { background: url(./images/conf_1b.jpg) no-repeat; }
td.conf_2 { background: url(./images/conf_2a.jpg) no-repeat; }
td.conf_2:hover { background: url(./images/conf_2b.jpg) no-repeat; }
td.conf_2 a.selected { background: url(./images/conf_2b.jpg) no-repeat; }

/* ##### SPECIFIC LEAGUE TABS ##### */
#tab_team_home { display: block; background: url('../../images/tab_team_home_1.jpg') no-repeat; }
#tab_team_home:hover { display: block; background: url('../../images/tab_team_home_2.jpg') no-repeat; }

#tab_team_roster { display: block; background: url('../../images/tab_team_roster_1.jpg') no-repeat; }
#tab_team_roster:hover { display: block; background: url('../../images/tab_team_roster_2.jpg') no-repeat; }

#tab_team_schedule { display: block; background: url('../../images/tab_team_schedule_1.jpg') no-repeat; }
#tab_team_schedule:hover { display: block; background: url('../../images/tab_team_schedule_2.jpg') no-repeat; }

#tab_team_statistics { display: block; background: url('../../images/tab_team_statistics_1.jpg') no-repeat; }
#tab_team_statistics:hover { display: block; background: url('../../images/tab_team_statistics_2.jpg') no-repeat; }

