/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	padding:0;
	margin: 0;
	height:100%; /* needed for container min-height */
	background:#22667E;
  height:100%; /* this is the key! */ 
	font-family:arial,sans-serif;
	font-size:12.5px;
	color:#666;
}

a:link, a:visited, a:active {
	color: #0000EE;	text-decoration: none;
}
a:hover {
	color: #0000EE;	text-decoration: underline;
}

li {
	padding: 5px 0;
}

img {
	border: 0;
}

h2 {
	margin: 10px 0;
	font-weight: bold;
	font-size: 18px;
}

h3 {
	margin: 10px 0;
	font-weight: normal;
	font-size: 18px;
}

/* CSS for League Tables */

.scoreinputs input {
	height: 20px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 0px;
	margin-right: 0px;
	width: 16px;
	font-weight: bold;
	font-size: 120%;
}
.league, .group {
	padding: 5px;
	border: 2px solid #dae4ef;
	border-collapse: collapse;
	float: left;
}
.league td, .group td
{
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
}
.league th, .group th
{
	text-align: center;
	border: 0;
	padding: 5px;
	font-size: 10px;
	color: #fff;
	background: url('images/blockdefault.gif') bottom repeat-x;
}
.teamname
{
	text-align: center;
	border: 0;
	padding: 0;
	font-size: 10px;
	color: #fff;
	background: url('images/blockdefault.gif') bottom repeat-x;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	min-width: 770px;
	max-width: 1000px;
	background:#FFFFFF url('/images/ball_mark.jpg') bottom right no-repeat;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	/* border-bottom: 2px solid #000; */
	width: 100%;
	height: 140px;
	background: #FFF url('/images/header_back.gif') repeat-x;
}

div#content {
	padding:1em 1em 155px; /* bottom padding for footer */
}

div#footer {
	position: absolute;
	width:95%;
	margin: 0px 25px 0px 0px;
	bottom:0; /* stick to bottom */
	font-size: small;
}
	div#footer a {
	color: #666;
	}
	
div#submenu {
	width: 100%;
	background: #000019;
	height: 21px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
}
	div#submenu a {
	color: #FFFFFF;
	font-family:arial,sans-serif;
	font-size:small;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	}
	
div#submenu2 {
	width: 100%;
	background: #333;
	height: 21px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
}
	div#submenu2 a {
	color: #FFFFFF;
	font-family:arial,sans-serif;
	font-size:small;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	}

hr {
	color: #666;
	width: 85%;
}

h2 {
	font-size: x-large;
	color: #666;
	margin: 0 0 0 0;
	padding-bottom: 10px;
} 

h4 {
	font-size: large;
	color: #333;
	margin: 0;
}

/*MENU CSS Credit to Dynamic Drive CSS Library */
/*http://www.dynamicdrive.com/style/*/ 

.solidblockmenu{
margin: 0;
margin-top: -3px !important;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
border: 1px solid #000019;
border-width: 1px 0;
background: black url('/images/blockdefault.gif') center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid #000019;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url('/images/blockactive.gif') center center repeat-x;
}

/*END MENU CSS*/

th b
{
display:block;
font: normal 14px/18px Trebuchet MS, Arial, sans-serif;
text-transform:uppercase;
letter-spacing:0.1em;
}
 
th
{
padding-bottom:5px;
border: 1px solid #000;
}

.gamevals
{
	font-size: 50px;
	font-weight: bold;
	font-family: Impact, Trebuchet MS, fantasy;
	width: 600px;
	margin: 0 auto;
}
.gamevals td {
	width: 200px;
	height: 200px;
	border: 2px solid #22667E;
	text-align: center;
	vertical-align: middle;
}
.number {
	display: block;
}
.reveal {
	font-size: 25px;
	display: none;
}