/* CSS Document core-20150120.css / 01 sep 2010 */



/* reset */
* {
	margin:0;
	padding:0;
}



/* doc structure */
html, body {
	height:100%;
	background-color:#454545;
	margin:0px;
	padding:0px;
}
#syswarn, #critical {
	position:absolute;
	background-color:#FFC9C9;
	left:50%;
	width:800px;
	margin-top:10px;
	margin-left:-400px;
	padding:4px;
	border:2px #FF0000 solid;
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-align:center;
	z-index:1000;
}
.wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -799px auto; /* bottom margin equals negative value of footer height */
}
#footer {
	height:799px; /* .push must equal height of .footer */
	min-width:1000px;
	background-color:#040404;
}
.push {
	height:799px;
	min-width:1000px;
}



/* header */
#header {
	height:30px;
	min-width:1000px;
	background-color:#040404;
	top:0;
	left:0;
	text-align:right;
	padding:0 12% 0 0;
	box-sizing:border-box;
}
#header .button_top_menu {
	position:relative;
	display:block;
	top:6px;
	width:49px;
	padding:4px 5px;
	text-align:right;
	left:88%;
	font:12px 'FranklinGothicBookRegular', Arial, sans-serif;
	font-weight:500;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:4px;
	cursor:pointer;
	outline:none;
}
#header a, #header a:hover {
	display:inline-block;
	top:6px;
	width:auto;
	padding:8px 15px;
	font:12px 'FranklinGothicBookRegular', Arial, sans-serif;
	font-weight:500;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
}
#header a:hover {
	text-decoration:underline;
}



/* main section */
.main_left {
	height:679px;
	width:400px;
	left:0px;
	display:table-cell;
}
.main_middle {
	background-image:url("../img/frame_block_middle.png");
	background-repeat:repeat-x;
	height:679px;
	width:100%;
	display:table;
}
.main_right {
	height:679px;
	width:400px;
	right:0px;
	text-align:right;
	display:table-cell;
}



/* stage */
.stage {
	background-color:#000;
	width:960px;
	height:540px;
	z-index:2;
	position:relative;
	margin-top:-679px;
	left:50%;
	margin-left:-480px;
	overflow:hidden;
}
.stage_html5 {
	margin-top:-683px !important;
}
@-moz-document url-prefix() {
	.stage_html5 { margin-top:-684px !important; }
}
.stage_mirror {
	background-color:#000;
	width:960px;
	height:112px;
	z-index:2;
	position:relative;
	left: 50%;
	margin-left:-480px;
	margin-top:27px;
	overflow:hidden;
}



/* top menu */
#top_menu {
	width:960px; /* 960 - paading right */
	height:40px;
	position:absolute;
	top:-40px;
	left:0px;
	z-index:9;
	background-color:#040404;
}
#top_menu a {
	font:12px 'FranklinGothicBookRegular', Arial, sans-serif;
	font-weight:500;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:4px;
	text-decoration:none;
	outline:none;
	padding:11px 12px;
	display:block;
}
#top_menu a.bt_l {
	margin-top:3px;
	margin-right:5px;
	float:left;
	padding:11px 6px;
}
#top_menu a.l_fst {
	margin-left:40px;
	font-size:19px;
	font-weight:600;
	padding:6px 6px 4px 6px;
}
#top_menu a.bt_r {
	margin-top:3px;
	margin-left:15px;
	float:right;
}
#top_menu a.r_lst {
	margin-right:40px;
}



/* static bottom menu */
#bottom {
	margin-top:35px;
	width:100%;
	height:43px;
}
#bottom a.logo {
	display:block;
	margin-left:7%;
	width:222px;
	height:43px;
	float:left;
	background:url("../img/button_main_logo.png") 0 0 no-repeat;
	outline:none;
	color:#000;
	font:10px Arial, Helvetica, sans-serif;
}
.print-logo, .print-logo img {
	display:none;
	visibility:hidden;
	margin-left:-9999px;
	height:1px;
}


.data-protect {
	height:480px;
	margin:30px 30px 0 30px;
}
.data-protect h1 {}
.data-protect h2 {
	font-size:1.250em;
	padding:5px 0 15px 0;
}
.data-protect h3 {
	padding:15px 0 5px 0;
	font-size:1.000em;
}
.data-protect h4 {
	padding:10px 0 2px 0;
	font-size:0.950em;
}
.data-protect p {
	font-size:0.850em;
}
.data-protect p.dgd {
	margin-top:20px;
	padding-top:10px;
	border-top:1px #454545 solid;
	font-size:0.725em;
	color:#454545;
}
.data-protect p.dgd a, .data-protect p.dgd a:hover {
	color:#454545;
	text-decoration:none;
	cursor:default;
}



