/*developer*--------------------------------------------

Copyright (c) 2009 Gregory Pike

http://www.gregpike.ca

CREATED BY: Gregory A. Pike
CREATE DATE: YYYY/MM

CONTENT PAGE STYLES

--------------------------------------------*developer*/

#content-area {
	width: 776px;
	background: #fff url('images/bg-content.gif') repeat-y top left;
	float: left;
}

#content-col1 {
	width: 575px;
	border-right: 1px solid #000;
	/*background: #343e47 url('images/bg-dark-blue.png') repeat-x top left;/*f6faf6*/
	float: left;
}

#content-tab-bar {
	width: 575px;
	height: 31px;
	background: url('images/bg-content-tab-575.png') no-repeat top left;
}

#content-tab-bar h1 {
	width: 155px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin: 0 13px 0 32px;
	padding: 6px 0;
	float: left;
}

#content-tab-bar ul {
	width: 362px;
	margin: 0 12px 0 0;
	padding: 8px 0;
	float: right;
	text-align: right;
}

#content-tab-bar li {
	display: inline;
	border-right: 1px solid #787979;
	padding: 0 8px;
}

#content-tab-bar li.last {
	border:  none;
}

#content-tab-bar a {
	color: #787979;
}

#content-margins {
	width: 511px;
	margin: 1em 32px 0;
}

#content-col2 {
	width: 200px;
	background: #343e47;
	float: left;
}

#content-calendar {
	width: 199px;
	height: 163px;
	/*background: #e5e6ea url('images/bg-sidebar-tab-200.png') no-repeat top left;*/
	background: #282c35;
}

#content-col2 h2 {
	width: 139px;
	height: 23px;
	padding: 10px 18px 0 18px;
	font-size: 12px;
	color: #fff;
}

#content-sidebar {
	width: 200px;
	padding-bottom: 18px;
	background: #343e47 url('images/bg-dark-blue.png') repeat-x top left;
}

#content-sidebar h2 {
	font-size: 12px;
	color: #fff;
}

#content-sidebar form {
	width: 200px;
	display: block;
}

#content-sidebar label {
	width: 68px;
	margin: 0 0 4px 0;
	padding: 2px 0 0 18px;
	display: left;
	font-size: 10px;
	color: #e4e7f0;
	float: left;
}

#content-sidebar input {
	width: 96px;
	height: 21px;
	margin: 0 0 4px 0;
	padding: 1px 3px 0 3px;
	border: none;
	float: left;
	background: url('images/bg-sidebar-input.png') no-repeat top left;
}

#content-sidebar .links {
	text-align: right;
	margin: 8px 12px 0 0;
	color: #c2c6d1;
}

#content-sidebar a {
	color: #c2c6d1;
	font-size: 10px;
	font-weight: normal;
}

#content-sponsors-logos img {
	margin-left: 18px;
	border: 0;
}

#content-sponsors-logos li {
	margin: 0;
	padding: 0;
}

/* STANDINGS */

#standings h4 {
	font-size: 14px;
	color: #343e47;
	margin-bottom: 10px;
}

#standings table {
	width: 511px;
	border: 0;
	margin: 0 0 20px;
	padding: 0;
}

#standings .alt {
	background: #e5e6ea;
}

#standings td {
	padding: 2px 5px;
	font-size: 11px;
}

#standings .home, #standings .away {
	width: 165px;
}

#standings .vs {
	width: 14px;
	background: #f2f5f3;
}

#standings .field {
	width: 127px;
	color: #787a79;
	background: #d9dade;
}