* {
	margin: 0;
	padding: 0;

	color: #ffffff;	

	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

body {
	margin: 0;
	padding: 0;
	
	background: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	
	overflow: hidden;
}

h2 {
	font-size: 12pt;	
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

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

input {
	color: #333333;
}

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 {
	background-image: url('/gfx/global/nw_flag_left.png');
	float:left;
	height:20px;
	padding-top:6px;
	width:33px;
	text-align:center;
}

#header_countrys .header_countrys_middle {
	background-image: url('/gfx/global/nw_flag_back.png');
	float:left;
	height:20px;
	padding-top:6px;
	width:30px;
	text-align:center;
}

#header_countrys .header_countrys_right {
	background-image: url('/gfx/global/nw_flag_right.png');
	float:left;
	height:20px;
	padding-top:6px;
	width:33px;
	text-align:center;
}

#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 {
	position:absolute;
	width:100%;
	z-index:1000;
	top:100px;
	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;
}