* {
	padding: 0;
	margin: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 12px;
}

#load {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 60000;
	background: #dfe8f6;
	display: none;
}
#load div {
	position: absolute;
	width: 200px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -100px;
	font-size: 12px;
	color: #444;
	text-align: center;
	font-weight: bold;
}
#load img {
	display: block;
	margin: 0 auto 10px auto;
}
#load span {
	padding-left: 10px;
}
.gflag img {
	margin-right: 6px !important;
}
.ggame {
	background-repeat: no-repeat;
	background-position: center 0px;
}
.connect-url a {
	text-decoration: none;
	color: #000 !important;
}
.connect-url img {
	margin-left: 3px;
}
.icon_favorites {
	background-image: url(/img/favorites.png) !important;
}
.icon_favorites_remove {
	background-image: url(/img/delfavorites.png) !important;
}
.btn-connect {
	background-image: url(/img/napit/connect.png) !important;
}
.btn-refresh {
	background-image: url(/img/napit/refresh.png) !important;
}
.btn-add {
	background-image: url(/img/napit/add.png) !important;
}
.btn-search {
	background-image: url(/img/napit/search.png) !important;
}
.btn-copy {
	background-image: url(/img/napit/copy.png) !important;
}
.btn-contact {
	background-image: url(/img/contact.png) !important;
}
#header_content {
	text-align: right;
	padding-right: 6px;
	padding-top: 4px;
}

#header .hbtn {
	background: #fff;
	color: #666;
	border: 1px solid #b5b8c8;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 2px 5px;
}

#header .hbtn:hover {
	background-color: #e0e8f0;
	color: #222;
	cursor: pointer;
	border-color: #a6a9b7;
}

#header input {
	margin-left: 4px;
}

#header.fi {
	background: url(/img/logo_fi.png) no-repeat;
}

#header.en {
	background: url(/img/logo_en.png) no-repeat;
}

#oikeamainos {
	background-color: #e8eef7;
	height: 100%;
	display: none;
}
#ylamainos {
    background-color: #e8eef7;
	display: none;
	width: 100%;
}
#header_content {
	font-size: 12px;
	color: #444;
}
#header_content p {
	padding-top: 5px;
	padding-right: 1px;
}
#header_content p a {
	color: #444;
}
#header_content a:link, #header_content a:visited, #header_content a:active {
	text-decoration: none;
}
#header_content a:hover {
	text-decoration: underline;
}
#header img {
	margin-top: 4px;
	margin-right: 4px;
}
#header-menu {
	position: absolute;
	top: 7px;
	left: 160px;
}
#lang-selector {
	position: absolute;
	top: 8px;
	left: 185px;
}
#header.en #header-menu {
	left: 170px;
}
#header.en #lang-selector {
	left: 195px;
}
#lang-selector img {
	margin-right: 8px;
}
#lang-selector a:hover img {
	outline: 2px solid #fff;
}

#script-warning {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ededed;
}

#script-warning p {
	background: url(/img/warning.png) no-repeat;
	width: 337px;
	height: 441px;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-left: -378px;
	margin-top: -220px;
	padding: 140px 180px 0 240px;
	color: #fff;
	font-family: Calibri, sans-serif;
	font-size: 32px;
}

.warning-continue {
	display: block;
	margin-top: 15px;
	font-size: 15px;
	color: #d0ebff;
	font-weight: bold;
}

.icon-info {
	background: url(/img/icon-info.png) 0px -1px no-repeat;
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 10px;
}

.icon-logout {
	background: url(/img/icon-logout.png) 0px -1px no-repeat;
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 10px;
}