* {
	margin:0;
	padding:0;
	outline:0 none;
}

body {
	background:#d4d4d4 url('images/background-clouds.jpg') no-repeat center top;
	font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,sans-serif;
	font-size:13px;
	color:#2f2f2f;
}

a:link, a:visited {
	color:#2068ab;
	text-decoration:underline;
	outline:none;
}
a:hover, a:active {
	color:#0084ff;
}

h1 {
	color:White;
	font-size:28px;
	font-weight:bold;
	background:#797f85 url('images/background-h1.jpg') no-repeat right top;
	height:39px;
	padding:5px 0 0 30px;
	margin:0 -30px 15px;
	text-shadow:0 1px 3px #152637;
}

h2 {
	color:#7f3f00;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:3px;
	background:transparent url('images/background-h2.png') no-repeat left top;
	height:36px;
	padding:3px 0 0 40px;
	margin:30px 0 10px -50px;
}

h3 {
	color:#7f3f00;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:3px;
	background:transparent url('images/background-h2.png') no-repeat left top;
	height:36px;
	padding:3px 0 0 40px;
	margin:0px 0 10px -50px;
}


p {
	margin-bottom:20px;
	line-height:1.4em;
}

ul {
	list-style-position:inside;
	margin-bottom:20px;
}

form.generic-form {
	background-color:White;
	padding:15px 20px;
	/*width:400px;*/
	border:1px solid #797f85;
	margin-bottom:20px;
	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

form.generic-form label {
	position:absolute;
	width:200px;
	padding-top:2px;
}
form.generic-form input, form.generic-form select, form.generic-form .captcha {
	margin-left:200px;
}

input.input-text {
	background:White url('images/background-input.png') repeat-x center top;
	border:1px solid black;
	padding:3px 5px;
	font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,sans-serif;
	font-size:1em;
	width:250px;
}

input.input-text-booking {
	background:White url('images/background-input.png') repeat-x center top;
	border:1px solid black;
	padding:3px 5px;
	font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,sans-serif;
	font-size:1em;
	width:70px;
}

input.input-button {
	background:#c9a045 url('images/background-button.png') repeat-x center top;
	border:1px solid black;
	padding:1px 14px 2px;
	font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,sans-serif;
	font-size:1em;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

select.select-text {
	background:White url('images/background-input.png') repeat-x center top;
	border:1px solid black;
	padding:3px 5px;
	font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,sans-serif;
	font-size:1em;
}

/*input.input-button:active {
	background:#c9a045 url('images/background-button.png') repeat-x center -2px;
	padding:3px 14px 0px;
}*/

#page {
	width:950px;
	margin:0 auto;
	/*overflow:hidden;*/
	background:transparent url('images/background-page.png') repeat;
	border-left:8px solid #797f85;
	border-right:8px solid #797f85;
}

#header {
	position:absolute;
	width:100%;
	left:0;
	background:transparent url('images/background-header.png') repeat-x center top;
}
#header-main {
	width:950px;
	height:123px;
	margin:24px auto 0;
	color:White;
}
#header-menu {
	width:950px;
	height:43px;
	margin:0 auto 42px;
}
#header-main a, #header-main a:link, #header-main a:visited {
	color:#ffc34c;
	text-decoration:none;
	outline:none;
}
#header-main a:hover, #header-main a:active {
	text-decoration:underline;
}

#login-area {
	float:right;
	margin:10px 15px 0 0
}

#sgs-logo {
	margin:7px 0 0 4px;
}

#page-content {
	/*margin-top:230px;*/
	padding:230px 30px 50px;
	/*min-height:330px;*/
}

#footer {
	text-align:center;
	background:#9aa1a8 url('images/background-footer.png') repeat-x center top;
	color:White;
	font-size:11px;
	padding:15px 0;
}
#footer p {
	margin-bottom:0;
}
#footer a, #footer a:link, #footer a:visited {
	color:#ffde6c;
	text-decoration:underline;
	outline:none;
}
#footer a:hover, #footer a:active {
	color:#fff68d;
}

.games-list {
	display:block;
	width:820px;
	margin:0 auto;
	padding-left:40px;
	overflow:hidden;
}
.games-list-item {
	display:block;
	float:left;
	list-style-type:none;
}
.games-list-item a, .games-list-item a:link, .games-list-item a:visited {
	color:#2f2f2f;
	text-decoration:none;
	outline:none;
	display:block;
	width:258px;
	height:125px;
	padding:14px 0 7px;
	border:1px solid transparent;
}
.games-list-item a:hover, .games-list-item a:active {
	border:1px solid #d4d4d4;
	background-color:White;
}
.games-list-item img {
	display:block;
	margin:0 auto;
	border:none;
}
.games-list-item span {
	display:block;
	text-align:center;
	font-size:11px;
	margin-top:2px;
}

.game-logo {
	float:left;
	margin:10px 20px 10px 0;
}

table {
	width:100%;
	border-spacing:1px;
}
td {
	background-color:#c4c7ca;
	padding:7px 20px;
}
tr:nth-child(odd) td {
	background-color:#d4d4d4;
}
th {
	text-align:center;
	background-color:#202427;
	padding:6px 20px;
	font-size:18px;
	color:White;
}
tr:first-child th:first-child, tr:first-child td:first-child {
	border-radius:10px 0 0 0;
	-moz-border-radius:10px 0 0 0;
	-webkit-border-radius:10px 0 0 0;
}
tr:first-child th:last-child, tr:first-child td:last-child {
	border-radius:0 10px 0 0;
	-moz-border-radius:0 10px 0 0;
	-webkit-border-radius:0 10px 0 0;
}
tr:last-child td:first-child {
	border-radius:0 0 0 10px;
	-moz-border-radius:0 0 0 10px;
	-webkit-border-radius:0 0 0 10px;
}
tr:last-child td:last-child {
	border-radius:0 0 10px 0;
	-moz-border-radius:0 0 10px 0;
	-webkit-border-radius:0 0 10px 0;
}

.error-message {
	color:Red;
	text-align:center;
}

img.image-middle {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*
.drop-down {
	padding-right:15px;
	background:transparent url('images/drop-down-arrow.png') no-repeat right center;
}

.login-button {
	display:block;
	float:left;
	padding:7px 15px;
	margin:0 8px 0 0;
	background:#c9a045 url('images/background-button.png') repeat-x center top;
	border:1px solid black;
	color:#2f2f2f;
	font-size:13px;
	text-decoration:none;
}
.login-button.active {
	background:White;
	border-bottom:none;
	padding-bottom:16px;
}

#login-interface {
	display:none;
	width:236px;
	position:absolute;
	top:74px;
	
	background-color:White;
	border-top:none;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:2px solid black;
	
	font-size:11px;
}
#login-interface form {
	margin:0 19px 25px 15px;
}
#login-interface div {
	margin:10px 0;
}

#login-interface .error-message {
	color:Red;
	text-align:center;
	height:15px;
}

#login-interface input.input-text {
	width:190px;
}
#login-interface input.input-button {
	float:right;
}
*/


