/*
 
from(#00478d), to(#003366));

*/


/* Team Table Colors */

table.table1 tr.altrow {
	background-color: #00478d;
	background: -webkit-gradient(linear, left top, left bottom, from(#00478d), to(#003366));
}

/* Team Navigation Colors */

#menu, a.week_numbers
{
	background: -moz-linear-gradient(#00478d, #003366); 
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #003366),color-stop(1, #00478d));	
	background: -webkit-linear-gradient(#00478d, #003366);	
	background: -o-linear-gradient(#00478d, #003366);
	background: -ms-linear-gradient(#00478d, #003366);
	background: linear-gradient(#00478d, #003366);
}

body {
    background: #011226 url('/images/backgrounds/nfl-background.jpg') no-repeat top center;
}

#columnRight, #comments, #pageContent, .leaders, .time, .notice, .alert {
    border-color: #00478d;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
}