/* Basic Structure content below */

html, body { 
	margin: 0px; 
	background: #44484f;
	width: 100%;
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
}

.warning {
	padding: 5px 5px 5px 20px;
	border: 1px solid red; 
	background: #FFBFBF;
}

.warning a {
	font-weight: bold;
	color: red;
}

.message {
	background: #CFEBF7;
	border: 1px solid #015CB9;
	padding: 5px 5px 5px 20px;
}

.message a {
	font-weight: bold; 
 	color: #015CB9;
}

#guesstable, #logintable, #registertable, #stattable {
	border: 1px solid black;
	background: white;
}

.tablehead1 {
	background: #005399;
}
.tablehead2 {
	background: #24d3fe;
}
.guessdefaultrow {
	color: white;
	background: #999;
}
.guessaltrow {
	color: white;
	background: #777;
}
.tablehead1, .tablehead2 {
	font-weight: bold;
	color: white;
}

#head {
	background: url(head.jpg);
	height: 226px;
	width: 737px;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid white;
}

#headtext {
	color: white;
}

#topmenu {
	position: relative;
	top: 120px;
	height: 30px;
	text-align: center;
	font-family: "Arial";
	font-size: 15pt;
	color: white;
	margin-bottom: 20px;
}

#topmenu ul {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0;
}
#topmenu li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 5px;
}
