/* @override http://localhost/~user/football_board/stylesheets/public.css */

/* Site colors:
	#1a446c - blue gray
	#689dc1 - light blue
	#d4e6f4 - very light blue
	#eee4b9 - light tan
	#8d0d19 - burgandy
*/


body {
	
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white;
	font-size: 13px;
	line-height: 15px;
	color: #465369;
}
img {
	border: none;
}
table, tr, td {
	border-collapse: collapse;
	vertical-align: top;
	font-size: 13px;
	line-height: 15px;
}
a {
	color: #465369;
}
#header {
	height: 100px;
	text-align: left;
	background-color: #4A4A4A;
	padding-left: 20px;
	background-image: url(../images/banner_bg2.png);
	border-bottom: thin solid #e1df96;
}
#header h1 {
	
	color: #B5B279	;
	text-align: left;
	padding-top: 40px;
}
#header img {
	position: absolute;
	top: 0;
	left: 85%;
}
#main {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: white;
}



/* Navigation */
#navigation {
	
	
	color: #465369;
	background: #B5B279;
	padding: 1em 2em 1em 20px;
	border-bottom: thin solid #6d6c48;
}
#navigation a {
	color: #4A4A4A;
	text-decoration: none;
}
#image {
	width: 20%;
	float: left;
	margin-top: 20px;
	display: block;
	text-align: right;
}
#image img {
}
#content {
	
	/* float: right; */
	display: block;
	background-color: white;
	float: right;
	width: 75%;
	border-left: thin solid #465369;
	margin-top: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
}
#col1 {
	float: left;
	width: 45%;
}
#col2 {
	float: right;
	width: 45%;
}
#footer {
	height: 2em;
	padding: 1em;
	text-align: center;
	background: #B5B5B5;
	color: #d4e6f4;
	clear: both;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.selected {
	font-weight: bold;
}


#loginform {
	padding: 20px;
	display: block;
	height:  250px;
	width: 200px;
	background-image: url('../images/login_form_bg.png');
	background-repeat: no-repeat;
}

h5 {
	color: #2f3f7b;
	font-weight: normal;
	font-style: normal;
}
.overview_table {
	width: 300px;
}
.overview_table td{
	padding: 3px;
}
.overview_table th{
	padding: 3px;
	background-color: #465369;
	color: white;
	text-align: left;
}
.stats_table {
	width: 300px;
	margin-bottom: 15px;
}
.stats_table th {
	padding: 3px;
	background-color: #465369;
	color: white;
	text-align: left;
}
.division_header td{
	background-color: 7A91B6;
	color: white;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}
.view_picks_table {
	width: 300px;
	text-align: left;
}
.view_picks_table th {
	padding: 3px;
	background-color: #465369;
	color: white;
	text-align: left;
}
.view_picks_table td {
	padding: 3px;
}
.edit_picks_table {
	width: 300px;
}
.edit_picks_table th{
	padding: 3px;
	background-color: #465369;
	color: white;
	text-align: left;
}
.edit_picks_table td {
	padding: 3px;
}
#winner {
	color: #32ba24;
}

