@charset "utf-8";
#nb_main {
	z-index: 2;
	position: absolute;
	top: 108px;
	width: 100%;
}

#nb_1_glass_frame {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
	z-index: 3;
}
#nb_1_glass_bg {
	position: relative;
	height: 90px;
	background-image: url('/imgs/nb_1_glass_bg.png');
	background-repeat: repeat-x;
	background-size: 224px 90px;
	margin-right: 10px;
	margin-left: 10px;
	
}
#nb_1_glass_edges {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: none;
	margin: none;
	z-index: 4;
}

#nb_1_glass_table_bg {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
	border-spacing 0px;
	border-collapse: collapse;
	
}

#nb_1_glass_table_bg td, #nb_1_glass_table_bg img {
	padding: 0px;
	border-spacing: 0px;
	margin: 0px;
	border: none;
}

#nb_1_glass_sheen {
	position: fixed;
	top: 0px;
	left: 30%;
	width: 70%;
	height: 90px;
	background-image: url('/imgs/nb_1_glass_sheen.png');
	background-repeat: no-repeat;
	background-size: 389px 90px;
	z-index: 5;
}

#nb_header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 90px;	
	z-index: 6;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック","Meiryo UI","メイリオ", sans-serif;
}
.nb_menu {
	color: #7F7E8A;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: rgba(255,255,255,0.2);
	padding: 8px;
	background-repeat: no-repeat;
}
.nb_menu.nb_search {
	background-image: url('/imgs/btn_header_search.png');
	background-size: 23px 28px;
	background-position: 7px 2px;
	padding-left: 36px;
	
}
.nb_menu.nb_open {
	background-image: url('/imgs/btn_header_open.png');
	background-size: 26px 21px;
	padding-left: 38px;
	background-position: 5px 5px;
}
.nb_menu.nb_new {
	background-image: url('/imgs/btn_header_new.png');
	background-size: 21px 27px;
	padding-left: 35px;
	background-position: 5px 2px;
}
.nb_menu.nb_reset {
	background-image: url('/imgs/btn_header_reset.png');
	background-size: 23px 26px;
	padding-left: 37px;
	background-position: 5px 2px;
}
.nb_menu.nb_help {
	background-image: url('/imgs/btn_header_help.png');
	background-size: 17px 25px;
	padding-left: 34px;
	background-position: 5px 3px;
}
.nb_menu.nb_settings {
	background-image: url('/imgs/btn_header_settings.png');
	background-size: 26px 25px;
	padding-left: 38px;
	background-position: 5px 3px;
}
.nb_menu.nb_home {
	background-image: url('/imgs/btn_header_home.png');
	background-size: 24px 26px;
	padding-left: 37px;
	background-position: 5px 2px;
}
.nb_menu:link, .nb_menu:active, .nb_menu:visited {
	color: #7F7E8A;
	text-decoration: none;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.nb_menu:hover {
	color: #57388F;
	text-decoration: underline;
	background-color: #F2F2F4;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.nb_appName {
	font-size: 26px;
	font-weight: bolder;
	color: #57388F;
	height: 26px;
	line-height: 26px;
}
.nb_tagline {
	font-size: 14px;
	color: #57388F;
	font-style: italic;
	height: 21px;
	line-height: 14px;
	padding-top: 5px;
}
.nb_status {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: bold;
}
#nb_lang {
	background-image: url('/imgs/internationale.png');
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: left center;
	height: 20px;
	padding-left: 25px;
	display: inline-block;
}
.nb_link, .nb_link:link, .nb_link:visited, .nb_link:active {
	font-weight: normal;
	color: #207524;
	text-decoration: none;
}
.nb_link:hover {
	font-weight: normal;
	color: #308936;
	text-decoration: underline;
}
.nb_ver {
	font-size: 11px;
	font-weight: normal;
	color: #7F7E8A;
	line-height: 11px;
}
.nb_buttons {
	font-size: 13px;
	font-weight: bold;
	color: #7F7E8A;
	height: 29px;
	padding-right: 10px;
	padding-bottom: 8px;
	text-align: right;
	vertical-align: bottom;
}
.nb_lang {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #C8C7D1;
	height: 18px;
	font-style: normal;
	padding-left: 3px;
	overflow: hidden;
	border: 1px solid #9293A7;
	border-radius: 9px;
	vertical-align: middle;
	-webkit-transition: background-color, border-color 3s;
	-moz-transition: background-color, border-color 3s;
	-ms-transition: background-color, border-color 3s;
	-o-transition: background-color, border-color 3s;
	transition: background-color, border-color 3s;
	margin-bottom: 5px;
	margin-top: 5px;
}
footer {
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: right;
	
}
.footer_line {
	background-image: url('/imgs/ac_logo_wide.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 64px;
	background-size: 56 20px;
	display: inline-block;
}