body {
	margin: 0;
	padding: 0;
	background: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	color: #ffffff;	
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

h2 {
	font-size: 12pt;	
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color:#FFFFFF;
}

a:active, a:focus {outline: none;}

/*
a img.inactive {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity=35);
	opacity: .35;
}
*/

input {
	color: #333333;
	margin: 0;
	padding: 0;
}

input.hp_sec {
	display: none;
}

select {
	color: #ffffff;
	
	background: #000000;
	border: 0;
}

select option {
	padding: 0 5px;

	background: #000000;
}

#header {
	margin: 0;

	background-image: url('/gfx/global/nb_bg.png');
	background-repeat: repeat-x;
	
	height: 28px;
	overflow: hidden;
}

#header_logo {
	float: left;
	
	margin: 0;
	padding: 0;
}

#header_countrys {
	float:left;
	margin-left:50px;
}

#header_countrys .header_countrys_left {
	float:left;
	height:20px;
	padding-top:6px;
	width:33px;
	text-align:center;
	repeat:no-repeat;
}

#header_countrys .header_countrys_middle {
	float:left;
	height:20px;
	padding-top:6px;
	width:30px;
	text-align:center;
	repeat:no-repeat;
}

#header_countrys .header_countrys_right {
	float:left;
	height:20px;
	padding-top:6px;
	width:33px;
	text-align:center;
	repeat:no-repeat;
}

#header_countrys .header_countrys_title {
	float:left;	
	height:35px;
	line-height:25px;
	margin:0 10px;
}

#header_countrys img {
	vertical-align: -2px;	
}

#header_gameselector {
	float: right;
	text-align: right;
}

#header_gameselector .header_gameselector_title {
	float:left;	
	height:35px;
	line-height:25px;
	margin:0 10px;
}

#header_gameselector .caption {
	margin: 0 5px 0 0;
}

#header_gameselector #game_selection {
	background-color:#FFFFFF;
	color:#000000;
	font-weight:bold;
	margin:4px 4px 0 0;
	width:150px;
}

#header_gameselector #game_selection option {
	background-color:#FFFFFF;
	color:#000000;
	font-weight:bold;
}

/*#error_msg_box {
	margin-top:100px;
	width:342px;
	height:238px;
	position:relative;
	background-image:url('/gfx/global/msg/layer.png');
	margin:auto;
}*/

#error_msg_layer {
	display:none;
}

/*#error_msg_close {
	height:15px;
	left:300px;
	position:relative;
	top:20px;
	width:16px;
}

#error_msg_text {
	margin-left:20px;
	margin-right:20px;
	position:relative;
	top:100px;
	text-align:center;
}*/

#gameframe {
	width:100%;
	height:100%;
	border:none;
}

#gfs {
	width:100%;
	height:100%;
	border:none;
}

.c {
	clear:both;
}

.page {
    margin-left: auto;
    margin-right: auto;
}

.page-left{
    float: left;
	position: absolute;
	left:0;
	z-index: 10000;
}

.page-right{
	position: absolute;
	right:0;
	z-index: 10001;
}

.page-inner{
	float:left;
}

.page, .page-inner{
	background-position: center -28px;
}

