html {
	overflow-y: scroll;
}

body {
	padding: 0;
	margin: 0;
	font: small Verdana, Geneva, sans-serif;
	color: #cdcdcd;
	background: #000;
	min-width: 1000px;
}

img {
	border: none;
}

p {
	margin: 1em 1em 1em 0;
}

a {
	color: #cdcdcd;
}

a:hover {
	color: #fff;
}

h2 {
	background: url(../images/background_h4.png) left top repeat-x;
	padding: 0.3em 0.5em 0.7em 0.5em;
	margin-top: 2em;
	font-size: 14px;
}

h2 a {
	text-decoration: none;
	display: block;
}

p {
	text-align: justify;
	margin: 1em 1.5em 1em 1.5em;
	padding: 0;
}

.alert {
	color: #f00;
}

p.alert {
	font-weight: bold;
	margin-left: 1.5em;
}

p.title, label.title {
	font-weight: bold;
	margin-left: 1.5em;
}

p.author {
	text-align: right;
	color: #808080;
	font-size: 80%;
}

li.none {
	list-style-type: none;
}

ol li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

ul li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul li ul {
	padding-top: 0.5em;
}

ul li ul li {
	padding-top: 0em;
	padding-bottom: 0em;
}

input[type=text], input[type=file], input[type=password] {
	font-family: "Courier New", Courier, monospace;
}

input[type=submit], input[type=button], input[type=reset] {
	background: #000;
	color: #fff;
	font-size: small;
}

/* Groups */

.header, .main .content, .footer {
	width: 100%;
	clear: both;
}

.header .block, .main .content, .footer .block {
	width: 1000px;
	margin: 0 auto 0 auto;
}

.header .block .left, .footer .block .left {
	width: 810px;
	float: left;
}

.header .block .right, .footer .block .right {
	width: 190px;
	float: right;
}

/* Header  */

.header {
	height: 181px;
	background: url(../images/background_header.png) repeat-x;
}

.header .block {
	color: #fff;
	font-size: x-small;
	height: 181px;
	background: url(../images/background_header_block.png) no-repeat;
}

.header .block .left, .header .block .right {
	height: 151px;
}

.header .block .left .title {
	margin-top: 17px;
	width: 140px;
	float: left;
	text-indent: 20px;
}

.header .block .left .info {
	margin-top: 17px;
	width: 650px;
	float: left;
}

.header .block .right .title {
	margin: 13px 0 5px 0;
	text-indent: 12px;
}

.header .block .right .label {
	margin-top: 0.5em;
	width: 60px;
	float: left;
	text-indent: 12px;
}

.header .block .right .field {
	margin-top: 0.5em;
	width: 130px;
	float: left;
}

.header .block .menu {
	clear: both;
	width: 100%;
	height: 29px;
	background: url(../images/background_header_menu.png) no-repeat left top;
}

.header .block .menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	height: 20px;
	padding-top: 9px;
	width: 166px;
	text-align: center;
	background: url(../images/background_header_menu.png) no-repeat right;
}

.header .block .menu a.active, .header .block .menu a:hover {
	background: url(../images/background_header_menu_active.png) no-repeat right;
}

.header .block .menu a#first {
	width: 168px;
	margin-left: 2px;
}

/* Login form */

.login input {
	height: 14px;
	width: 110px;
	font-size: x-small;
}

.login input[type=submit] {
	font-size: x-small;
	width: 110px;
	height: 2em;
}

/* Main */

.main .content {
	padding: 1em 0 1em 0;
}

/* Footer */

.footer {
	height: 159px;
	background: url(../images/background_footer.png) repeat-x;
}

.footer .block {
	height: 159px;
	background: url(../images/background_footer_block.png) no-repeat;
}

.footer .block .left, .footer .block .right {
	margin-top: 130px;
	font-size: x-small;
	color: #fff;
}

.footer .block .right {
	text-align: right;
}

.footer .block .left a, .footer .block .right a {
	color: #fff;
}

/* Content */

.game_banner {
	display: block;
	width: 796px;
	height: 181px;
	text-align: right;
	font-weight: bold;
	font-size: medium;
	padding: 30px 187px 17px 17px;
	color: #000;
}

table.grid, #feedback_sent {
	border-spacing: 0;
	border-collapse : collapse;
	border: 1px solid #808080;
	margin: 0 auto 0 auto;
}

table.grid td,
table.grid th,
#feedback_sent td,
#feedback_sent th  {
	margin: 0px;
	padding: 1em;
	border: 1px solid #808080;
}

table.grid td.datetime {
	text-align: center;
}

table.grid tr.title_top td {
	font-size: 130%;
	font-weight : bold;
}

table.grid tr.title td,
table.grid tr.title td {
	font-weight : bold;
	background: #808080;
	color: #000;
}

table.info {
	width: 600px;
	margin: 10px auto 10px auto;
	text-align: center;
}

table.info th {
	padding: 1em;
}

table.info2 {
	margin: 10px auto;
}

table.info2 th {
	padding: 3em 1em 1em 1em;
}

table.info2 td {
	padding: 0.2em;
}

table.grid input {
	margin: 0 1em 0 0.2em;
}

div.center {
	margin: 10px auto;
	display: table;
}

/* Registration form */

fieldset {
	margin-top: 1em;
}
fieldset div {
	padding: 0.3em 0 0.3em 0;
}
fieldset label {
	padding-left: 2em;
}

fieldset input[type=text] {
	font-family: "Courier New", Courier, monospace;
}