body {
	font-family: monospace;
  font-size:;
	color: black;
	text-align: center;

}
#layout {
	width: 60em;
	margin: 0 auto;
	text-align: center;
	min-height: 70em;
}

#banner {
	width: 100%;
	float: center;
}
#top {
}

#topmeny ul {
	list-style-type: none;
	padding:0; margin:0;
	float: center;
	width:100%;
}

#topmeny li { display: inline; }

#topmeny a {
	padding-right: 1em;
	font-weight: bold;
	background-color: inherit;
	text-decoration: none; }
	
#topmeny a:hover{
	color: gray;
}
#content {
	border: 1px solid grey;
	margin-top: 2em;
	padding: 2em;
	padding-top: 0em;
	clear: both;
	background-color: white;
	}
h3 {
	text-align: left;
}
h4 {
	text-align: left;
}
.thumbarea {
  padding-top:2em;
	padding-bottom:2em;
}
.thumb {
  float:left;
}
#hidden {
  clear:both;
  }
img {
	border: 1px solid;
	border-color: gray;
	}
#foot {
	clear: both;
	padding-top: 2em;
	font-size: 90%;
}


.forum_post {
	border: 1px dotted;
	margin-bottom:1em;
}
.forum_post_name {
	float:left;
	width:70%;
	background-color:#E0E0E0;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted;
	padding: 0.5em;
}
.forum_post_date {
	background-color:#E0E0E0;
	text-align: right;
	border-bottom: 1px dotted;
	padding: 0.5em;
}
.forum_post_msg {
	text-align: left;
	background-color: white;
	padding: 0.5em;
}
#forum_delete_button {
	text-align: right;
	padding: 0.5em;
	padding-bottom:0px;
}

#forum_write{
	border: 1px dotted;
	margin: 0.5em;
	background-color:#E0E0E0;

}
#forum_input {
	border: 1px solid;
	background-color: white;
	margin-bottom:0.5em;
	margin-top:1em;
	padding-top:0;
	border-color: gray;
}
#forum_write_name {
	text-align:;
	font-weight: bold;
	padding: 0.5em;
}
#forum_write_name_label {
	text-align:;
	font-weight: bold;
}
#forum_write_name_input {
	text-align:;
	font-weight: bold;
}

#forum_write_message {
	padding: 0.5em;
	text-align:;
	font-weight: bold;
}
#forum_write_message_label{
	text-align: ;
	font-weight: bold;
}
#forum_write_message_input {
	text-align:;
	font-weight: bold;
}
#forum_write_button {
	padding-left:0.5em;
	text-align: ;
	font-weight: bold;
}


a {text-decoration: none}
a:link {color: BLACK}
a:visited {color: BLACK}
a:hover {color: BLACK;text-decoration: underline}
a:active {color: BLACK}
a.strong {
	font-weight: bold;
}
table.players {
	text-align: center;
	width:100%;
	border-top: solid;
	border-top: hidden;
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.players th {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: grey;
	background-color: white;
}
table.players td {
	width: 60px;
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: grey;
}
table.default td {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: grey;
}
table.players td.important_col {
	font-weight: bold;
	width: 130px;
}

table.default {
	text-align: center;
	width:100%;
	border-top: solid;
	border-top: hidden;
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.default th {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: grey;
	background-color: white;
}
.game_streak_lenght {
  width:30px;
}
table.default td {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: grey;
}
td.winner_mark  {
	font-weight: bold;
	background-color: #E0E0E0; 
}
td.loser_mark {
	font-weight: normal;
}
tr.alternate_a {
	background-color: white; 
}
tr.alternate_b {
	background-color: #E0E0E0;
}
td.important_col {
	font-weight: bold;
}

table.input {
	text-align: left;
	border-width: 1px;
	border-spacing: 0px;
	border-style: hidden;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.input th {
	padding: 2px;
	border-width: 1px;
	border-style: hidden;
	border-color: gray;
	background-color: white;
}
table.input td {
	padding: 2px;
	border-width: 1px;
	border-style: hidden;
	border-color: gray;
	background-color: white;
}

#graph {
	border: none;
}
#admin {
	border: 1px solid gray;
	background-color:white;
	margin: 0 auto;
	text-align: left;
	min-height: 70em;
}
.admin_title {
	font-weight:bold;
	text-align:center;
	padding: 4px;
}
.admin_box {
	padding:;
	border: 1px dotted;
	margin: 1em;

	
}
.admin_box_title {
	font-weight:bold;
	background-color: #E0E0E0; 
	border-bottom: 1px dotted;
	padding:4px;
}
.admin_box_content {
	padding:4px;
	
}
table.edit_games_table {
	text-align: left;
	width:100%;
	border-collapse: collapse;
	background-color: white;
}
table.edit_games_table th{
	border: 1px dotted grey;
	padding: 4px;
	background-color: white;
}
table.edit_games_table td{
	border: 1px dotted grey;
	padding: 4px;
	
}
#images_admin {
	margin: 1em;
}
#image_container {
	float: left;
	text-align: center;
	padding: 4px;
}
#popup {
	text-align: left;
	margin:1em;
	border: 1px dotted grey;
}
#popup_title {
	font-weight: bold;
	background-color: #E0E0E0; 
	margin:;
	padding: 4px;
	border-bottom: 1px dotted grey;
}
#popup_main {
	margin:;
	padding:4px;
	padding-top:12px;
	border:;
}
#view_images {
	border: 1px solid black;
	text-align: center;
	width: 100%;
}
ul li {
	list-style:square outside;
}
#records {
	margin-bottom:1em;
}
#msg_error_cont {
	position: relative;
	left:230;
	top:-130;
}
#name_error_cont {
	position: relative;
	left:230;
	top:-20;
}
.validate_errors {
	color:red;
	font-weight:bold;
}
