html, body {
	margin: 0;
	padding: 0;
}

body {
  	font-family: Tahoma, sans-serif;
  	font-size: 11px;
	color: #000;
	background: #555;
	text-align: center;
}

h2 {
	font-family: serif;
	font-size: 28px;
	margin: 5px 0;
}

#header_links {
	padding: 5px 0 8px 10px;
	width: 525px;
	background: #fff;
	border: 1px solid #000;
	margin: auto;
}

#pagetitle {
	font-family: serif;
	margin: 0;
	font-size: 26px;
}

p {
	margin: 0;
	padding: 8px 7px 0 10px;
}

.contents p {
	font-weight: bold;
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

#leftbox a:link, #leftbox a:visited, #rightbox a:link, #rightbox a:visited {
	color: #233622;
	text-decoration: none;
}

#leftbox a:hover, #rightbox a:hover {
	color: #fff;
	text-decoration: underline;
}

#header {
	display: table;
	background: url("img/header_bg.jpg") repeat-x;
	margin: 0;
	padding: 0; 
	height: 100px;
	width: 1002px;
	text-align: center;
}

#navmenu {
	display: table;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #879186;
	padding: 3px 0;
	width: 1002px;
}

#navmenu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
} 

#navmenu ul li {
  	font-weight: bold;
  	display: block;
  	float: left;
	padding: 1px 15px;
	margin: 3px 0;
	border-right: 2px solid #000; }

#navmenu ul li.first {
	margin-left: 0; 
	list-style: none; }

#navmenu ul li.last {
	border-right: none; }

#navmenu ul li.afirst {
	margin-left: 0; 
	list-style: none;
	width: 96px;
}
#navmenu ul li.asec {
	width: 97px;
}
#navmenu a {
	padding: 3px 0;
	color: #000; } 

#navmenu a:hover {
 	color: #eef7e2;
}

#container {
	border: 1px solid #000;
	text-align: center;
	background: url("img/bg.jpg") repeat-y;
	margin: auto;
	width: 1002px;
}

#container_nobg {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	width: 1002px;
	background-color: #9aa49b;
	margin: auto;
}

.row {
	display: table-row;
}

#leftbox {
	display: table-cell;
	width: 250px;
	color: #000;
	text-align: left;
}

#rightbox {
	display: table-cell;	
	width: 250px;
	color: #000;
	text-align: left;
}

#centerbox {
	display: table-cell;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0;
    margin: 0;
	width: 500px;
	text-align: center;
}

#centerbox_va {
	display: table-cell;
    border-left: 1px solid #000;
    padding: 0;
    margin: 0;
	width: 750px;
	background-color: #fff;
	text-align: center;	
}

#bottom {
	display: table;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.contents {
	border-bottom: 1px solid #000;
	background: #fff;
	color: #000;
	text-align: center;
}

.contents_left {
	border-bottom: 1px solid #000;
	padding: 10px;
	background: #fff;
	color: #000;
	text-align: left;
}

h2 {
	font-size: 22px;
}

.contents h1, .contents_left h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.contents h2, .contents_left h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.contents h3, .contents_left h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.contents input {
	margin-bottom: 10px;
}

.clear {
	margin: 0;
	padding: 0;
}

table.show_games {
	width: 100%;
}

td.game_date {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

td.game_vis {
  width: 200px;
  text-align: right;
}

td.game_at {
  width: 15px;
  text-align: center;
  margin: 0 10px;
}

td.game_hom {
  width: 200px;
  text-align: left;
}

.pick_d {
	padding-bottom: 10px;
}

/* underline color for view picks */
.pick {
  border-bottom: 1px solid #000;
}
/**********************************/

#standings {
	border: none;
	width: 100%;
}

td.stlefth {
    width: 60%;
	padding-left: 5px;
	background: #C3C8C3;
	font-weight: bold;
}

td.strighth {
    width: 30%;
	text-align: center;
	background: #C3C8C3;
	font-weight: bold;
}

td.stleft {
    width: 60%;
	padding-left: 5px;
	background: #9BA49B;
	font-weight: bold;
}

td.stright {
    width: 30%;
	text-align: center;
	background: #9BA49B;
	font-weight: bold;
}

#shoutbox_container {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#shoutbox_message_area {
    border: thin dashed;
	padding: 5px;
	background: #C3C8C3;
}

#shout_ta {
 width: 230px;
 height: 85px;
 font-family: sans-serif;
 font-size: 9pt;
}

.separate {
	clear: both;
	height: 20px;
}

.noborder {
	border: none;
}

/***** Prior Years Table *****/
#prior {
	border: thin solid #000;
	border-collapse: collapse;
	margin: 5px;
}

#pr_header {
	border: thin solid #000;
	border-bottom: 3px solid #000;
	background: #879186;
	font-weight: bold;
	font-size: 16px;
}

#pr_header td {
	border-top: thin solid #000;
	border-bottom: 3px solid #000;
}

#pr_header a:hover {
 	color: #eef7e2;
}

td.pr_name {
	padding: 2px 5px;
	text-align: left;
}

td.pr_year {
	text-align: center;
	padding: 2px;
}

tr.odd {
	background: #C3C8C3;
	font-weight: bold;
	font-size: 12px;
}

tr.even {
	background: #9BA49B;
	font-weight: bold;
	font-size: 12px;
}
/*** End Prior Years Table ***/

/****** All Picks Table ******/
#viewall {
	border: 1px solid #000;
	border-left: none;
	border-top: none;
	border-collapse: collapse;
}
#viewall tr, #viewall th {
	border-bottom: 1px solid #000;
}
#viewall th, #viewall td {
	border-right: 1px solid #000;
	padding: 2px;
}
.pname {
	font-weight: bold;
	text-align: right;
	width: 100px;
}

.va_header, .game_vs, .game_vs_w {
	text-align: center;
	width: 35px;
}

.game_vs_w {
	background: #C3C8C3;
}
/*** End All Picks Table  ***/