<!--
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display:block;
}

audio,canvas,video {
	display:inline-block;
}

audio:not([controls]) {
	display:none;
	height:0;
}

[hidden],template {
	display:none;
}

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
} 

body {
	margin:0;
}

a {
	background:transparent;
}

a:focus {
	outline:thin dotted;
}

a:active,a:hover {
	outline:0;
}

h1 {
	font-size:2em;
	margin:.67em 0;
}

abbr[title] {
	border-bottom:1px dotted;
}

dfn {
	font-style:italic;
}

hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}

mark {
	background:#ff0;
	color:#000;
}

code,kbd,pre,samp {
	font-family:monospace,serif;
	font-size:1em;
}

pre {
	white-space:pre-wrap;
}

q {
	quotes:"\201C" "\201D" "\2018" "\2019";
}

small {
	font-size:80%;
}

sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

img {
	border:0;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:0;
}

fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em;
}

legend {
	border:0;
	padding:0;
}

button,input,select,textarea {
	font-family:inherit;
	font-size:100%;
	margin:0;
}

button,input {
	line-height:normal;
}

button,select {
	text-transform:none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}

button[disabled],html input[disabled] {
	cursor:default;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}

input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
	vertical-align:top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

body {
	font-family:'GloberBook',sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:12px;
	line-height:16px;
	color:#222;
}

strong,b,label {
	font-family:'GloberBold';
	font-weight:400!important;
	font-style:normal;
}

em {
	font-family:'GloberBookItalic';
	font-weight:400;
	font-style:normal;
}

/* clearfix http://www.webtoolkit.info/css-clearfix.html */
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

.clearfix {
	display:inline-block;
}

html[xmlns] .clearfix {
	display:block;
}

* html .clearfix {
	height:1%;
}

BODY {
}

.body_wrapper {
}

header {
	height:60px;
	width:100%;
	border-bottom:1px solid #e6e7e8;
}

.header_hgroup {
	width:100%;
	margin:0 auto;
	height:60px;
	background-color:#fff;
}

.header_left .header_logo {
	margin-top:5px;
	margin-left:15px;
	height:55px;
	width:170px;
	float:left;
	background:url(../images/logo/logo_340x80_black.png) no-repeat center left;
	background-size:149px 35px;
}

.header_left .header_logo.logo1 {
	background:url(../images/logo/logo_340x80_blue.png) no-repeat center left;
	background-size:149px 35px;
}

.header_left .header_logo.logo2 {
	background:url(../images/logo/logo_340x80_red.png) no-repeat center left;
	background-size:149px 35px;
}

.header_left .header_logo.logo3 {
	background:url(../images/logo/logo_340x80_green.png) no-repeat center left;
	background-size:149px 35px;
}
.header_left .header_logo.logo4 {
	background:url(../images/logo/logo_340x80_colored.png) no-repeat center left;
	background-size:149px 35px;
}
.header_left .header_logo.logo5 {
	background:url(../images/logo/logo_340x80_orange.png) no-repeat center left;
	background-size:149px 35px;
}
.header_left .header_logo.logo6 {
	background:url(../images/logo/logo_340x80_black.png) no-repeat center left;
	background-size:149px 35px;
}

.header_hgroup .header_left {
	width:180px;
	margin-left:15px;
	float:left;
	height:50px;
}

.header_hgroup .header_right {
	float:right;
	margin-top:10px;
	margin-right:15px;
	height:50px;
	width:65%;
	text-align:right;
	min-width:390px;
}

input[type="text"],
input[type="password"],
select{
    height:20px;
	padding:5px 2px 0 5px;
	font-size:12px;
	line-height:20px;
	border:1px solid #e6e7e8;
	border-radius:2px;
}
select{
    height: 27px;
    vertical-align: middle;
    margin-top: -2px;
}
.header_hgroup .header_right input[type="text"],.header_hgroup .header_right input[type="password"] {
	width:150px;
}

.header_hgroup .header_right .index_login_label {
	font-size:10px;
}

.header_hgroup .header_right .index_infinity_submit {
	background-color:#000;
	color:#fff;
	border-radius:50%;
	width:20px;
	height:20px;
	font-size:18px;
	padding:0!important;
	margin:0!important;
	border:1px solid #000;
}

.header_hgroup .header_right .index_lostpw_submit,
input[type="submit"].nli_submit {
	height:27px;
	padding:5px 0;
	font-size:12px;
	line-height:20px;
	border:1px solid #e6e7e8;
	border-radius:2px;
	color:#fff;
	background-color:#2db3fe;
}
.header_hgroup .header_right .index_lostpw_submit{
    padding: 5px;
}
input[type="submit"].nli_submit_cancel {
	height:27px;
	padding: 5px 0;
	font-size:12px;
	line-height:20px;
	border:1px solid #e6e7e8;
	border-radius:2px;
	color:#000;
	background-color:#fff;
}
.index_lostpw_submit{
    width: 116px;
}
input,select {
	outline:none!important;
}

input:focus, select:focus {
	border-color:#00aeef!important;
	background-color:#fff!important;
	outline-offset:0!important;
}

.header_hgroup:after {
	clear:both;
}

#index_lostpw_table {
	display:none;
}

#main_content_background {
	background:url(../images/backgrounds/background_1.jpg) no-repeat top left;
	background-size:cover;
	-ms-behavior:url(../style/backgroundsize.min.htc);
	position:absolute;
	top:60px;
	left:0;
	right:0;
	bottom:0;
	overflow:auto;
}

#main_content_wrapper {
	position:absolute;
	top:20px;
	left:0;
	right:0;
	bottom:2em;
	width:1100px;
	margin:0 auto;
    overflow:hidden;
}

.index_two_thirds {
	height:auto;
	width:60%;
	float:left;
}

.index_one_third {
    position:relative;
    margin-top: 72px;
	height:85%;
	width:40%;
	float:left;
	overflow:auto;
}

#index_hype_table{
    height: 480px;
}

#index_hype_table .HYPE_scene{
    background-color: transparent !important;
}

.index_full_row {
	width:95%;
    height:100%;
	min-width:400px;
	max-width:1100px;
	margin:0 auto;
	overflow:auto;
}

@media only screen and (max-width:600px) {
	header {
		height:120px;
	}
	
	.header_left,.header_right {
		display:block;
		height:60px;
		width:100%;
		margin:0 auto!important;
		float:none!important;
		clear:both;
	}
	
	#main_content_background {
		top:120px;
	}
	.index_one_third{
    	margin-top: 0;
	}
}

@media only screen and (max-width:800px) {
	#main_content_wrapper {
		width:95%;
		min-width:400px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.index_two_thirds,.index_one_third {
		display:block;
		width:100%;
		margin-top: 0;
	}
}



@media only screen and (min-width:1000px) {
	#main_content_wrapper {
		width:95%;
	}
	
	.index_two_thirds{
    	width:48%;
	}.index_one_third {
		width:49.5%;
	}
}

@media only screen and (min-width:1200px) {
	#main_content_wrapper {
		width:1200px;
	}
	
	.index_two_thirds {
		width:59%;
	}
	
	.index_one_third {
		width:40%;
	}
}

@media only screen and (min-width:1400px) {
	#main_content_wrapper {
		width:1400px;
	}
	
	.index_two_thirds {
		width:64%;
	}
	
	.index_one_third {
		width:35%;
	}
}
@media only screen and (min-width:800px) and (max-width:1000px) {
	#main_content_wrapper {
		width:100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.index_two_thirds {
		width:45%;
	}
	
	.index_one_third {
		width:50%;
	}
}
#index_login_table {
	display:inline-table;
	height:40px;
}

.index_textbox {
    overflow: auto;
    width:95%;
    height: auto;
	padding:20px 10px;
	background-color:#fff;
	-moz-opacity:.7;
	-khtml-opacity:.7;
	opacity:.7;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter:alpha(opacity=70);
} 

footer {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	min-height:2em;
	background-color:transparent;
	color:#fff;
}

footer a {
	color:#fff;
}

footer a:hover,a:active {
	color:#2db3fe;
	text-decoration:none;
}

#footer_wrapper {
	width:98%;
	max-width:2000px;
	margin:0 auto;
	font-size:10px;
	padding-top:10px;
}

#footer_wrapper .float_right{
    min-width: 400px;
}

#footer_wrapper .float_right .active {
	font-family:'GloberBold';
	font-weight:400!important;
	font-style:normal;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

#main {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	clear:both;
	background-color:#E6ECF5;
	padding:2em;
	border:1px solid #999;
}

FORM {
	display:inline;
}

.loadingPage {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	background-color:#FFF;
	display:block;
}

.mainTable {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	border-spacing:0;
}

.dragColumn {
	cursor:e-resize;
	width:4px;
	height:100%;
	display:inline;
	float:left;
	border:none;
}

.dragRow {
	cursor:n-resize;
	width:10px;
	height:4px;
	display:block;
	float:right;
	border-top:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
}

.toolBar {
	width:100%;
	display:block;
	height:65px;
	border-bottom:1px solid #9A9A9A;
	background-image:url(../images/toolbar/background.gif);
	text-align:center;
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
}

.toolBarButton {
	height:23px;
	background-image:url(../images/toolbar/group_bg.gif);
}

.statusBar {
	width:100%;
	display:block;
	height:20px;
}

a {
	text-decoration:none;
	color:#2db3fe;
}

a:hover {
	text-decoration:underline;
}

.errorText {
	font-family:'GloberBold';
	font-weight:400!important;
	font-style:normal;	color:#F33;
}

.error {
	color:#cb1413;
	text-decoration:none!important;
}
input.error, select.error{
	border: 2px solid #F33 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.success {
	color:#008e29;
}

.info {
	color:#FF8C00;
}

.smallInput {
	font-size:10px;
}

.file {
	border:1px inset #666;
	font-family:tahoma,helvetica,arial;
	font-size:12px;
	height:18px;
}

.invalidField[type=checkbox] {
	outline:4px solid #F99;
}

.invalidField {
	background-color:#F99;
}

.nliDiv {
	background-image:url(../images/main/bg.png);
	background-repeat:repeat-x;
	background-color:#E6ECF5;
	width:650px;
	text-align:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

.nliLogo {
	position:relative;
	top:-22px;
	left:-22px;
}

.nliTitle {
	position:relative;
	font-size:24px;
	font-weight:700;
	float:right;
	top:-80px;
	left:-40px;
}

.nliRegistrationTable{
    max-width: 400px;
    margin: 0 auto;
}
.nliRegistrationTable tr{
    text-align: left;
    padding-left: 50px;
}
.nliRegistrationTable tr td{
    vertical-align: baseline;
}
input[type="submit"].nli_submit,
input[type="submit"].nli_submit_cancel {
    line-height: 20px;
    font-size: 20px;
    padding: 10px 15px; 
    height: 35px;   
}
.nliRegistrationTable input[type="text"],
.nliRegistrationTable input[type="password"],
.nliRegistrationTable select{
margin-bottom: 5px;
}
.nliRegistrationTable .formStatus{
    margin-top: 10px;
    margin-bottom: 5px;
    display: none;
}
H3 {
	border-bottom:1px solid #999;
	color:#666;
	font-size:18px;
	margin-top:.25em;
	font-weight:400;
}

.formCaption {
	width:110px;
	text-align:right;
	padding-right:8px;
}

.formField {
	text-align:left;
}

.footerText {
	padding-top:8px;
	text-align:right;
	width:650px;
}

.faqQuestion {
	width:100%;
	border:1px solid #666;
	height:20px;
	line-height:19px;
	cursor:pointer;
	background-color:#CCC;
}

.faqAnswer {
	width:100%;
	border-right:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#FFF;
}

.noJSWarning {
	border:1px solid #900;
	background-color:#F99;
	width:650px;
	padding:5px;
}

.formStatus {
	padding-left:8px;
}

.passwordSecurity {
	border:1px solid #999;
	height:17px;
	width:180px;
	background-color:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	padding:1px;
}

.secureBar {
	height:100%;
}

.maintenanceBox {
	border:1px solid #DDD;
	background-color:#FFC;
	padding:5px;
	text-align:center;
	width:400px;
}

.maintenanceBox H2 {
	margin-top:5px;
	margin-bottom:5px;
}

.premium_only {
	color:#ccc;
	text-decoration:line-through;
}
/* Landingpages */
.lp_h1{
    font-size: 40px;
    margin: 15px 0 !important;
    font-family:'GloberBold';
	font-weight:400!important;
	font-style:normal;
}
.lp_h2{
    font-size: 30px;
    margin: 10px 0 !important;
    font-family:'GloberBold';
	font-weight:400!important;
	font-style:normal;
}
.lp_form input[type="email"]{
    width: 400px;
    height:30px;
    padding: 5px 5px 0px 5px;
	font-size:14px;
	border:1px solid #e6e7e8;
	border-radius:2px;
}
.lp_form input[type="submit"]{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    vertical-align: middle;
    margin-left: 5px;
    line-height: 25px;
}