* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: helvetica, arial, sans-serif;
}

a, a.visited {
	text-decoration: none;
	color: #333333;
}

html {
    height: 100%;
}
body {
    background: lightgray;
    min-height: 100%;
}

.wrapper {
    background: white;
    margin: auto;
    width: 800px;
}

.inner_wrapper {
    margin: 0 10px 0 10px;
    background: white;
    text-align: center;
}

.header {
    background: #720E9E;
    height: 50px;
    text-align: center;
    font-size: 22px;
    color: white;
    display: table;
    width: 100%;
}

.footer {
    background: #720E9E;
    height: 25px;
    text-align: center;
    font-size: 22px;
    color: white;
    display: block;
    width: 100%;
}

.header, .footer {
    background: #6400CD;
}

.header span {
	display: table-cell;
	vertical-align: middle;
}

.navigation {
	height: 30px;
	background: #660d8d;
	background: #2F1050;
}

.nav_link {
	float: left;
	width: auto;
	line-height: 30px;
	padding: 0 5px;
}

.nav_link a {
	color: white;
}

.nav_link:hover a {
	color: #333333;
}

.nav_link:hover {
	background: #F3F3F3;
}

.season_menu_d {
    height: 31px;
    float: right;
    margin: 0px 5px 0 0;
}

#season_menu{
    height: 20px;
    margin: 5px;
    background: #2F1050;
    color: white;
}

.y_logo, .ball_logo {
	font-size: 30px;
}

.ball_logo {
}

.place1, .place2, .place3 {
	font-size: 14px;
}

.place1 {
	color: gold;
}

.place2 {
	color: silver;
}

.place3 {
	color: goldenrod;
}

.ribbon {
	color: #720E9E;
}

.roster1  {
	font-size: 14px;
	background: #FFFFFF;
	height: 25px;
}

.roster2  {
	background: #FFFFFF;
	border-bottom: 1px solid #F3F3F3;
	height: 12px;
}

.roster_table, .standings_table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.roster_header, .standings_header {
	background: #F3F3F3;
	font-size: 12px;
	height: 20px;
	font-size: 12px;
}

.roster_position {
	font-size: 10px;
}

.roster_status {
	color: red;
}

.possession {
	color: brown;
}

.redzone {
	font-weight: bold;
	color: red;
}

.inprogress, .in {
	background: #F0FFF0;
}

.final, .post {
	background: #F9F9F9;
	color: #AAAAAA;
}

.standings_row {
	border-bottom: 1px solid #F3F3F3;
	height: 50px;
	text-align: center;
}

.standing_rows td {
	padding: 5px;
}

.standings_team {
	width: 250px;
	text-align: left;
	padding: 0px 0px 0px 10px;
}

.standings_team a:hover {
	text-decoration: underline;
}

.standings_manager{
	font-size: 12px;
}

.team_matchup td.t1, .team_matchup td.t2 {
	width: 155px;
	font-weight: bold;
}

.team_matchup td.t3 {
	font-weight: bold;
}

.matchup_close {
	float: right;
	margin-bottom: 5px;
}

.matchup_close a, a.visited {
	color: red;
}

.line1 {
	vertical-align: bottom;
}

.line2 {
	vertical-align: top;
	font-size: 12px;
}

.t1, .t2 {
	width: 200px;
	vertical-align: bottom;
}

.t1, .m1 {
	text-align: right;
	padding-right: 5px;
}

.t2, .m2 {
	padding-left: 5px;
}

.m1, .m2 {
	font-size: 12px;
	font-style: italic;
}

.p1, .p2 {
	width: 190px;
	padding: 5px 5px 0px 5px;
}

.p1 {
	border-right: 1px solid #F3F3F3;
	adding-right: 10px;
}

.p2 {
	border-left: 1px solid #F3F3F3;
	adding-left: 10px;
}

.t1 a:hover, .t2 a:hover {
	text-decoration: underline;
	color: white;
}

.game_status {
	padding: 0px 5px 5px 5px;
}

.pts, .a_pts, .p_pts, .r_pts {
	text-align: center;
	width: 60px;
	padding: 0 10px 0 10px;
}

.a_pts {

}

.p_pts {
	font-size: 12px;
}

.r_pts {
	vertical-align: middle;
}

.r_stats {
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}

.m_stats {
	font-size: 12px;
	width: 100px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}

.pts_labels {
	width: 65px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.pos {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	background: #F3F3F3;
}

.main_roster {
	margin-top: 30px;
	margin-bottom: 10px;
}

#bench_roster {
	margin-top: 20px;
	margin-bottom: 50px;
}

.bench_header {
	margin: 10px 0 5px 0;
	width: 100%;
	text-align: center;
}

#bench_button  {
	margin: auto;
	width: 100px;
	display: block;
   	border: 1px solid #0078FF;
	font-size: 12px;
    	padding: 5px 10px;
    	color: #0078FF;
	background: white;
	text-decoration: none;
	border-radius: 3px;
	cursor: pointer;
}

#bench_button:hover {
    	background: #0078FF;
	color: white;
}

.scoreboards {
	margin-top: 10px;
}

.league_name {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
	background: #F3F3F3;
	line-height: 25px;
}

.playoffs {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
	background: #FFF;
	line-height: 60px;
}

.l1, .l2 {
	font-size: 12px;
}

.team_stats {
	padding: 5px 5px 5px 5px;
	border: 1px solid #C3C3C3;
}

.matchups {
	border-collapse: collapse;
	width: 100%;
	padding: 5px 0px 5px 0px;
}

.team_stats {
	width: 100%;
}

.scoreboard {
	display: inline-block;
	min-height: 100%;
}
.scoreboard_matchup {
	height: 25px;
}

.scoreboard_matchup_body {
	cursor: pointer;
	border-collapse: collapse;
}

.scoreboard_matchup_body:hover {
	background: #999999;
}

.spacer_line {
	height: 5px;
}

.scoreboard_matchup td.stats {
	font-size: 12px;
	font-style: italic;
	vertical-align: top;
}

.logo_big {
	width: 60px;
	text-align: center;
	vertical-align: middle;
}

.logo_big img {
	height: 60px;
	width: 60px;
	background: #e7e7e7;
	-webkit-border-radius: 50%;
}

.logo_small {
	width: 40px;
	text-align: center;
	vertical-align: middle;
}

.logo_small img {
	height: 40px;
	width: 40px;
	background: #e7e7e7;
	-webkit-border-radius: 50%;
}

.ghost, .ghost a {
	background: #F9F9F9;
	color: #C3C3C3;
}

.ghot img {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	padding-left: 40px;
	background: url("ghost.png") left top no-repeat;
	background-size: 40px 40px;
}

.vs {
	width: 25px;
    	vertical-align: middle;
}

.vs a, a.visited {
	margin: auto;
    	display: block;
    	text-align: center;
    	height: 25px;
    	width: 25px;
    	color: #333333;
    	background: #F3F3F3;
    	border-radius: 50%;
    	text-decoration: none;
    	padding: 3px;
}

.vs a:hover {
	ackground: #999999;
}

.week_navigation {
	idth: 550px;
	height: 30px;
	text-align: center;
	margin: 10px 0px 5px 0px;
}

.week_navigation a {
	display: inline-block;
	height: 25px;
	width: 25px;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #F3F3F3;
	text-decoration: none;
	color: #333333;
}

.week_navigation a:hover {
	background: #999999;
}

.week_navigation  a.visited {
	text-decoration: none;
}

.nfl_game {
	width: 250px;
	border: 1px solid #A3A3A3;
    	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
    	height: 100px;
	float: left;
}

.nfl_line1, .nfl_line2, .nfl_line3 {
	padding: 0px;
	float: left;
	width: 100%;
	clear: both;
	height: 30px;
}

.nfl_line2 {
	adding: 5px;
	lear: both;
}

.nfl_line3 {
	adding: 2px 5px 5px 5px;
	lear: both;
	idth: 100%;
	loat: left;
}

.nfl_team {
	padding: 5px 0px 0px 5px;
    	float: left;
}

.nfl_score {
	padding: 5px 5px 0px 0px;
	float: right;
}

.nfl_logo {

}

.nfl_logo img {
	float: left;
	width: 30px;
	height: 30px;
}

.nfl_status {
	float: right;
	font-size: 14px;
	padding: 5px;
}

.nfl_possession {
	color: brown;
	padding: 8px 0px 0px 5px;
	margin: 0px;
	font-size: 12px;
	float: left;
}

.nfl_redzone {
	padding: 8px 0px 0px 5px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: red;
	float: left;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.border-right {
	border-right: 1px solid #F3F3F3;
}

.border-left {
	border-left: 1px solid #F3F3F3;
}
