html, body {
	margin:0; padding:0;
	height:100%;
	margin-left: auto;
	margin-right: auto;
}

body {
	background-color: #2f692c;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#bgextend {
	width: 980px;
	position: relative;
	margin: 20px auto;
}

#pageContent {
	padding: 20px;
	display: block;
	width: 940px;
	margin: auto;
	border: 1px solid #555;
}

a {
	color: #044DA6;
	text-decoration: underline;
}

a.white {
	color: #fff;
	text-decoration: underline;
}

a.hover {
	text-decoration: none;
}

a img {
	border: none;
}

abbrev {
	border-bottom: 1px dotted #ccc;
}

td {
	/*vertical-align: top;*/
}

td.fieldLabel {
	font-weight: bold;
}

table.table1 {
	border: 1px solid #ccc;
}

table.table1 th {
	background-color: #636363;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #000;
	color: #FFF;
	font-size: 11px;
}

table.table1 tr {
	background-color: #5c7d59;
}

table.table1 tr td.lighter {
	background-color: #eee;
	color: #000;
}

table.table1 tr.altrow {
	background-color: #2f692c;
}

table.table1 tr.altrow td.lighter {
	background-color: #ccc;
}

table.table1 tr.subheader {
	background-color: gray;
	color: #000;
	font-weight: bold;
}

table.table1 td {
	color: #FFF;
	border-left: 1px solid #ccc;
	border-top: 1px solid #000;
}

table.table1 tr.over td, table.table1 tr.overPerm td {
	background: #eee;
	color: #000;
	border-left: 1px solid #ccc;
}

table.nostyle, table.nostyle tr, table.nostyle td {
	background-color: #fff;
	border: none;
	color: #000;
}

.tiny {
	font-size: 10px;
}

h1 {
	font-family: georgia, sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-top: 10px;
}

h2 {
	font-family: georgia, sans-serif;
	font-size: 16px;
	margin-top: 10px;
}

h3 {
	font-family: georgia, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}

h4 {
	font-family: georgia, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

fieldset {
	display: inline;
}

label {
	cursor: pointer;
	cursor: hand;
}

.infoFlag {
	cursor: pointer;
}

.info {
	display: none;
	position: absolute;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 4px;
}

.info h4 {
	margin: 0px 0px 6px 0px;
	font-size: 12px;
}

.info p {
	margin-top: 0px;
}

.required {
	color: red;
	font-weight: bold;
}

#errors {
	margin-top: 10px;
	padding: 6px;
	border: 1px solid #000;
	background-color: #eee;
	color: red;
	font-weight: bold;
	line-height: 1.5em;
}

#login {
	width: 550px;
}

#pageContent, #login {
	position: relative;
	clear: left;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #000;
}

.warning {
	padding: 20px;
	color: red;
	font-size: 16px;
	font-weight: bold;
	border: 1px dashed red;
	background-color: #f3f3f3;
	margin-bottom: 10px;
}

#columnRight {
	width: 180px;
	float: right;
}

.boxRight {
	/*background-image: url(/images/grey_bg.png);*/
	background-repeat: repeat-y;
	background-color: #eee;
	background-position: top left;
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 10px;
}

.navbar {
	background: #2F692C;
	border: 1px solid #2F692C;
	margin-bottom: 10px;
	padding: 10px;
	color: #D5CAAA;
}

.navbar a {
	color: #FFF;
}

.navbar2 {
	background: #FFFAEB;
	border: 1px solid #B88A00;
	margin-bottom: 10px;
	padding: 10px;
}

.navbar3 {
	background: #EEE;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	padding: 5px;
	width: 570px;
}

.responseError {
	font-size: 12px;
	padding: 15px;
	border: 2px solid #F00;
	background-color: #F1F1F1;
	width: 360px;
}
.responseOk {
	line-height: 18px;
	font-size: 12px;
	padding: 15px;
	border: 1px solid #999;
	background-color: #F1F1F1;
}

.winner {
	border: 1px solid #aaa;
}

div.fieldLoaded,
input.fieldLoaded {
	background-color: #f0e0d0;
	border: 1px solid #a06020;
	padding: 2px 1px;
}

div.fieldLoaded {
	padding: 0px;
}

#warnings {
	background: #eee;
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 10px;
	color: red;
	font-weight: bold;
}

#donate {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

td.tableCompPlayer1 {
	background-color:#ff0000;
}

td.tableCompPlayer2 {
	background-color:#0000ff;
}

tr.tableCompSame {
	border-color: #ffffff;
}

tr.tableCompDifferent {
	border: 1px solid #00ffff;
}

td.tableEntryWinner {
	background-color:#00ff00;
}

td.tableEntryLoser {
	background-color:#ff0000;
}

td.tableEntryUnderdog {
	background-color:#ffff80;
}

td.tableEntryPicked {
	background-color:#8080ff;
}

td.tableEntryUnpicked {
	background-color:#ffffff;
}

tr.tableRowClear {
	background-color:#ffffff;
}

tr.tableHeader {
	background-color:#cccccc;
}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.menu ul{
	background: #2F692C;
	color: #D5CAAA;
	height:50px;
	list-style:none;
	margin:0;
	padding:0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);
	box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);
}

.menu li{
	float:left;
	padding:0px 0px 0px 15px; 
}

.menu li a{
	color:#D5CAAA;
	display:block;
	font-weight:normal;
	line-height:50px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
}

.menu li a:hover{
	background: #D5CAAA;
	color: #2F692C;
	text-decoration:none;
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
}
	
.menu ul li:hover a{
	background:#D5CAAA;
	color:#2F692C;
	text-decoration:none;
}

.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:200px;
	z-index:200;
	color: #D5CAAA;
}

.menu li:hover ul{
	display:block; 
	color: #D5CAAA;
}

.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:200px;
	background:#2F692C;
	color: #D5CAAA;
	/*this is where the rounded corners for the dropdown disappears*/
}

.menu li:hover li a{
	background: #2F692C;
	color: #D5CAAA;
}

.menu li ul a{
	display:block;
	height:50px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
	color: #D5CAAA;
}

.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	background: #D5CAAA;
	color: #2F692C;
	text-decoration:none;
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3); 
}

.gameContainer {
	height: 102px;
	width: 400px;
	background: #ffffff;
	display: block;
	margin-bottom: 30px;
	margin-right:  50px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

.pickContainer {
	height: 87px;
	width: 436px;
	background: #ffffff;
	display: block;
	margin-bottom: 30px;
	margin-right:  50px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

.gameContainer .game_status {
	border: 0px;
	list-style: none;
	height: 15px;
	width: 400px;
	position: relative;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

.pickContainer .game_status {
	border: 0px;
	list-style: none;
	height: 15px;
	width: 436px;
	position: relative;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

.gameContainer .game_status .left_field {
`	background: #2F692C;
	-webkit-border-top-left-radius: 25px;
	-moz-border-top-left-radius: 25px;
	border-top-left-radius: 25px;
	width: 240px;
	height: 10px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.pickContainer .game_status .left_field {
	background: #2F692C;
	-webkit-border-top-left-radius: 25px;
	-moz-border-top-left-radius: 25px;
	border-top-left-radius: 25px;
	width: 240px;
	height: 10px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.gameContainer .game_status .right_field {
	background: #D5CAAA;
	-webkit-border-top-left-radius: 40px;
	-moz-border-top-left-radius: 40px;
	border-top-left-radius: 40px;
	width: 260px;
	height: 15px;
	padding-bottom: 2px;
	padding-right: 10px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

.pickContainer .game_status .right_field {
	background: #D5CAAA;
	-webkit-border-top-left-radius: 40px;
	-moz-border-top-left-radius: 40px;
	border-top-left-radius: 40px;
	width: 260px;
	height: 15px;
	padding-bottom: 2px;
	padding-right: 10px;
	position: absolute;
	bottom: 0px;
	right: 36px;
	z-index: 1;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

.pickContainer .pick_team {
	height: 36px;
	width: 436px;
	border: 0px;
	position: relative;
}

.gameContainer .game_team,
.pickContainer .pick_team .game_team {
	height: 36px;
	width: 398px;
	border: 1px;
	position: relative;
	border-style: solid;
	border-color: #cccccc;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.gameContainer .game_team .team_icon,
.pickContainer .pick_team .game_team .team_icon {
	height: 36px;
	width: 36px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-left: 8px;
}

.gameContainer .game_team .team_name,
.pickContainer .pick_team .game_team .team_name {
	height: 36px;
	width: 330px;
	position: absolute;
	left: 40px;
	vertical-align: center;
	padding-left: 12px;
	padding-top: 8px;
	font-size: 14px;
	font-weight: bold;
}

.gameContainer .game_team .team_score,
.pickContainer .pick_team .game_team .team_score {
	height: 36px;
	width: 34px;
	position: absolute;
	right: 0px;
	padding-left: 3px;
	padding-top: 8px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.pickContainer .pick_team .user_pick {
	height: 36px;
	width: 36px;
	border: 0px;
	background: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 400px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.gameContainer .game_extra {
	border: 0px;
	list-style: none;
	height: 15px;
	width: 400px;
	position: relative;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

.pickContainer .pick_extra {
	border: 0px;
	list-style: none;
	height: 15px;
	width: 400px;
	position: relative;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

.gameContainer .game_extra .left_field,
.pickContainer .pick_extra .left_field {
`	background: #FFFFFF;
	width: 240px;
	height: 15px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.gameContainer .game_extra .right_field,
.pickContainer .pick_extra .right_field {
	background: #FFFFFF;
	width: 160px;
	height: 15px;
	padding-right: 10px;
	position: absolute;
	top: 1px;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	text-align: right;
}
