@font-face {
	font-family: 'LeagueGothic';
	src: url('fonts/league-gothic-webfont/league-gothic-webfont.eot');
	src: url('fonts/league-gothic-webfont/league-gothic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/league-gothic-webfont/league-gothic-webfont.woff') format('woff'),
		url('fonts/league-gothic-webfont/league-gothic-webfont.ttf') format('truetype'),
		url('fonts/league-gothic-webfont/league-gothic-webfont.svg#league_gothic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Varela';
	src: url('fonts/varela-round-webfont/varelaround-regular-webfont.eot');
	src: url('fonts/varela-round-webfont/varelaround-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/varela-round-webfont/varelaround-regular-webfont.woff2') format('woff2'),
		url('fonts/varela-round-webfont/varelaround-regular-webfont.woff') format('woff'),
		url('fonts/varela-round-webfont/varelaround-regular-webfont.ttf') format('truetype'),
		url('fonts/varela-round-webfont/varelaround-regular-webfont.svg#varela_roundregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Abel';
	src: url('fonts/abel-regular-webfont/abel-regular-webfont.eot');
	src: url('fonts/abel-regular-webfont/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/abel-regular-webfont/abel-regular-webfont.woff2') format('woff2'),
		url('fonts/abel-regular-webfont/abel-regular-webfont.woff') format('woff'),
		url('fonts/abel-regular-webfont/abel-regular-webfont.ttf') format('truetype'),
		url('fonts/abel-regular-webfont/abel-regular-webfont.svg#abelregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PTSans';
	src: url('fonts/PT-Sans/PTN57F.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PTSansB';
	src: url('fonts/PT-Sans/PTN77F.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Swiss';
	src: url('fonts/sw721lt.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: auto;
	overflow-x: hidden;
	background: #FFF;
	font-family: 'Varela';
	font-size: 22px;
	line-height: 36px;
}
body::before {
	content: "";
	background: url(images/background6.jpg) no-repeat center center fixed;
	background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	opacity: 0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}
body.blurred::before {
	filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	-webkit-filter: blur(5px);
}
.blur {
	filter: url(blur.svg#blur);
	-webkit-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
.maincontainer {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 0px;
	margin-right: -50px;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.7);
	color: #333;
	padding-right: 33px;
	overflow-y: scroll;
}
.main {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: 100%;
//	-webkit-user-select: none;
//	-khtml-user-select: none;
//	-moz-user-select: -moz-none;
//	-ms-user-select: none;
//	-o-user-select: none;
//	user-select: none;
}
#maintitle {
	display: block;
	position: absolute;
	width: 100%;
	height: 70px;
	font-family: 'PTSansB';
	font-size: 44px;
	color: rgba(48,64,128,0.5);
	text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
	-moz-text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
	padding: 0px;
}
#maintitle > img {
	width: 192px;
	height: 60px;
	margin: 15px 30px 5px 0px;
	vertical-align: -50%;
}
.content {
	display: block;
	position: absolute;
	left: 0px;
	padding-top: 100px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 1;
}
.cover {
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(80,80,96,0.95);
	z-index: 2;
}
.layercover {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.2);
	z-index: 6;
}
.closewindow {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 5px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}
.layerrow {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 6;
}
.layerbox {
	display: inline-block;
	color: black;
	position: relative;
	margin: auto;
	max-width: 1200px;
	padding: 30px;
	background: url(images/brushed_platinum.jpg);
//	background: rgba(255,255,255,0.75);
	border-style: solid;
	border-width: 5px;
	border-color: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
	z-index: 6;
}
.showcursor {
	cursor: default;
}
#framed {
	display: inline-block;
	position: relative;
}
img.framed {
	display: inline-block;
	float: left;
	background: #FFF;
	padding: 5px;
	margin: 0px 15px 10px 0px;
	vertical-align: text-top;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
}
div.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px,1fr));
	grid-gap: 0px;
}
div.flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
div.row {
	display: table;
	font-family: 'Abel';
	font-size: 20px;
	line-height: 20px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
}
div.row.invisible {
	display: none;
}
div.row.separation {
	background: url(images/line_separator.png) no-repeat;
	background-position: center center;
	width: 250px;
	height: 30px;
}
div.row > div.cell {
	display: table-cell;
	position: relative;
	padding: 3px 5px;
	vertical-align: top;
}
div.row > div.cell.M {
	vertical-align: middle;
}
div.removeX {
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 2px 5px;
	font-family: 'Varela';
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
}
div.headers {
	margin-top: 10px;
}
div.headers > div.cell {
	font-size: 14px;
	line-height: 16px;
	vertical-align: bottom;
	background: rgba(192,192,192,0.5);
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.15) inset;
}
div.logo {
	display: inline-block;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	font-size: 32px;
	line-height: 32px;
	width: 40px;
	height: 40px;
	background: url(images/logo.png) no-repeat;
	background-size: 40px;
	background-position: center center;
}
div.button, label.boxlabel, a.buttonlink {
	display: inline-block;
	font-family: 'Varela';
	font-size: 20px;
	line-height: 20px;
	margin: 5px;
	padding: 3px 15px 1px 15px;
	border-style: solid;
	border-width: 3px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
div.button, label.boxlabel, a.buttonlink {
	color: #FFF;
	border-color: #FFF;
	background: rgba(128,128,255,0.5);
	text-shadow: 0px 0px 1px rgba(0,0,0,1.0);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
}
a {
	text-decoration: none;
}
div.frame {
	margin: 5px;
	padding: 5px 7px 0px 7px;
	color: #000;
	background: url(images/brushed.jpg);
	border-color: rgba(255,255,255,0.7);
	border-style: solid;
	border-width: 2px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
}
div.frame.greenback {
	background: url(images/brushed_green.jpg);
}
div.frame.blueback {
	background: url(images/brushed_blue.jpg);
}
div.frame.platinum {
	background: url(images/brushed_platinum.jpg);
}
div.frame2 {
	position: relative;
	padding: 5px 0px 5px 0px;
	margin: 5px;
	width: 840px;
	color: #FFF;
	text-shadow: 0px 0px 1px rgba(0,0,96,1.0);
	background: rgba(16,16,128,0.2);
	border-color: #FFF;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
}
div.frame > div.icon {
	position: absolute;
	width: 64px;
	height: 64px;
	left: 0px;
	top: 10px;
	margin: 0px 0px 15px 15px;
}
div.frame > div.button, div.frame2 > div.button {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0px 15px 15px 0px;
}
div.frame2 > div.button {
	margin: 5px;
}
div.button.invalid {
	color: #CCC;
	background: rgba(160,160,160,0.9);
	border-color: #CCC;
}
div.button:not(.invalid):hover, label.boxlabel, a.buttonlink {
	cursor: pointer;
}
input[type=radio]:checked + label.boxlabel {
	cursor: default;
}
div.button:not(.invalid):hover, input[type=radio]:not(:checked) + label.boxlabel:hover, a.buttonlink:hover {
	color: #FFC;
	border-color: #FFC;
	background: rgba(64,192,64,0.9);
	text-shadow: 0px 0px 1px rgba(0,128,0,1.0);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 2px #000000; /* Old Firefox */
	-webkit-box-shadow: 0px 0px 2px #000000; /* Safari and Chrome */
}
input[type=radio]:checked + label.boxlabel {
	color: #FFF;
	border-color: #FFF;
	background: rgba(64,64,192,0.9);
	text-shadow: 0px 0px 1px rgba(0,128,0,1.0);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 3px #000000; /* Old Firefox */
	-webkit-box-shadow: 0px 0px 3px #000000; /* Safari and Chrome */
}
div.button.invalid:hover {
	color: #FC9;
	border-color: #FC9;
	background: rgba(255,0,0,0.8);
	cursor: not-allowed;
}
div.filebox, div.removebox, div.downloadbox {
	position: relative;
	max-width: 600px;
	cursor: pointer;
	padding: 2px 7px;
	margin-top: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(224,224,255,0.8);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: rgba(64,64,96,0.35);
}
div.removebox {
	margin-left: 10px;
	padding: 2px 4px;
	border-radius: 16px 6px 6px 16px;
	-moz-border-radius: 16px 6px 6px 16px;
	-webkit-border-radius: 16px 6px 6px 16px;
}
div.filebox:hover {
	border-color: rgba(255,255,224,0.8);
	background-color: rgba(192,192,255,0.35);
}
div.downloadbox:hover {
	border-color: rgba(255,255,224,0.8);
	background-color: rgba(0,160,0,0.65);
}
div.removebox:hover {
	border-color: rgba(255,255,224,0.8);
	background-color: rgba(255,0,0,0.65);
}
div.selectbox {
	margin-left: 10px;
	background: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0.3);
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	overflow: hidden;
}
input[type=text], input[type=password], textarea, select {
	font-family: 'Abel';
	font-size: 20px;
	background: #DDD;
	color: #666;
}
input[type=text], input[type=password] {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0.2);
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	height: 22px;
	padding: 2px 8px 4px 8px;
}
textarea {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0.1);
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
select {
	border: none;
	padding: 0px 3px 0px 3px;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	color: #000;
	background: #FFF;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 2px #000000; /* Old Firefox */
	-webkit-box-shadow: 0px 0px 2px #000000; /* Safari and Chrome */
}
input[type=radio], input[type=checkbox] {
	display: none;
}
div.radiobox {
	display: box;
	position: relative;
	clear: right;
	margin: 0px 5px;
	padding: 0px 15px;
}
div.checkbox {
	display: box;
	position: relative;
	margin: 0px 5px;
}
.white > div { background: rgba(255,255,255,0.5); }
.pearl > div { background: rgba(192,192,160,0.5); box-shadow: 0px -2px 6px -2px rgba(0,0,0,0.15) inset }
.brown > div { background: rgba(168,168,140,0.4); }
.purple > div { background: rgba(176,176,208,0.5); }
.grey > div { color: rgba(255,255,255,0.8); background: rgba(80,80,80,0.5); }
.light > div { background: rgba(192,192,192,0.5); }
.blue > div { background: rgba(40,40,160,0.3); }
.yellow > div { background: rgba(255,160,0,0.3); }
.red > div { background: rgba(255,0,0,0.3); }
.green > div { background: rgba(40,160,40,0.3); }
.hovered { cursor: pointer; }
.hovered.invalid { cursor: not-allowed; background: rgba(255,0,0,0.1);}
.hovered:not(.invalid) > div { color: #FFF; background: rgba(32,64,32,0.7); cursor: inherit; }
.highlighted > div { color: #FFF; background: rgba(64,64,128,0.7); }
.R5 { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.R10 { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.R15 { border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; }
.R20 { border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
.L30 { font-family: 'LeagueGothic'; font-size: 30px; line-height: 40px; }
.L40 { font-family: 'LeagueGothic'; font-size: 40px; line-height: 50px; }
.P16 { font-family: 'PTSansB'; font-size: 16px; line-height: 16px; }
.P20 { font-family: 'PTSansB'; font-size: 20px; line-height: 20px; }
.P24 { font-family: 'PTSansB'; font-size: 24px; line-height: 24px; }
.P28 { font-family: 'PTSansB'; font-size: 28px; line-height: 28px; }
.F8 { font-size: 8px; line-height: 8px; }
.F10 { font-size: 12px; line-height: 12px; font-style: italic; padding-bottom: 6px; }
.F14 { font-size: 14px; line-height: 18px; }
.F16 { font-size: 16px; line-height: 20px; }
.F20 { font-size: 20px; line-height: 25px; }
.F20H { font-size: 20px; line-height: 36px; }
.F24 { font-size: 24px; line-height: 30px; }
.F28 { font-size: 28px; line-height: 35px; }
.F40 { font-size: 40px; line-height: 50px; }
.H { margin-top: 8px; }
.L { text-align: left; }
.C { text-align: center; }
.C > div { display: inline-block; }
.R { text-align: right; }
.J { text-align: justify; }
.TK { color: rgba(0,0,0,1.0); }
.TG { color: rgba(64,64,64,1.0); }
.TR { color: rgba(224,32,32,1.0); }
.TO { color: rgba(255,224,128,1.0); }
.TY { color: rgba(255,255,0,1.0); }
.TW { color: rgba(255,255,255,1.0); }
.BC { background: rgba(0,0,192,0.4); }
.BB { background: rgba(255,128,0,0.4); }
.BM { background: rgba(128,0,0,0.4); }
.BY { background: rgba(255,255,0,0.4); }
.BK { background: rgba(0,0,0,0.6); }
.BG { background: rgba(128,128,128,0.6); }
.BW { background: rgba(255,255,255,0.9); }
.BT { background: rgba(128,128,128,0.0); }
.TSK { text-shadow: 0px 0px 2px rgba(0,0,0,0.7); }
.TSB { text-shadow: 0px 0px 1px rgba(0,0,128,1.0); }
.TSG { text-shadow: 0px 0px 2px rgba(192,192,192,0.7); }
.TSW { text-shadow: 0px 0px 2px rgba(255,255,255,0.7); }
.BSO { box-shadow: 0px 0px 1px rgba(0,0,0,0.9); -moz-box-shadow: 0px 0px 1px #000000; -webkit-box-shadow: 0px 0px 1px #000000; }
.BSK { box-shadow: 0px 0px 2px rgba(0,0,0,0.9); -moz-box-shadow: 0px 0px 2px #000000; -webkit-box-shadow: 0px 0px 2px #000000; }
.BSG { box-shadow: 0px 0px 5px rgba(192,192,192,0.9); -moz-box-shadow: 0px 0px 5px #C0C0C0; -webkit-box-shadow: 0px 0px 5px #C0C0C0; }
.BSW { box-shadow: 0px 0px 5px rgba(255,255,255,0.9); -moz-box-shadow: 0px 0px 5px #FFFFFF; -webkit-box-shadow: 0px 0px 5px #FFFFFF; }
#errinfo, #inserterrinfo {
	color: rgba(255,0,0,1);
	font-size: 14px;
	line-height: 18px;
	width: 500px;
}