body {
  text-align: center;
}

/*
#contents {
    box-sizing: border-box;
    height: calc(100% - 20px);
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
}*/
#contents {
    width: 100%;
    height: calc(100% - 20px);
    margin: 0px;
    padding: 0px;   
}

/* EULA */
#eula {
	display: block;
	position: absolute;
	width: 655px;
	margin-left: -327px;
	left: 50%;
	top: 40%;
	margin-top: -226px;
	height: 453px;
	background-color: #272727;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: white;
    text-align: left;
}

#eula .printbutton {
	color: black;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	display: block;
	margin: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    left: 10px;
    top: 10px;
    width: 75px;
    background-image: url('../media/button_gray_35.png');
}

#eula .printbutton:hover {
	color: #242424;
	background-position: 0 -35px;
}

#eula .container {
	position: absolute;
	overflow-y: auto;
	margin: 20px 20px 20px 20px;
	height: 413px;
}

#eula .title {
	color: #46b4e7;
	font-size: 24px;
	font-style: bold;
	margin-bottom: 30px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}

#eula .smalltitle {
	color: #46b4e7;
}

#eula .bold {
	font-style: bold;
}

#eula .agree {
	font-size: 19px;
	color: #46b4e7;
	text-align: center;
}

#eula .paragraph {
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#eula .center {
	text-align: center;
}

@media print {
	body * {
		visibility: hidden;
		background-color: transparent;
		background-image: none;
	}
	#login, #login #contents, #contents {
		visibility: hidden;
		background-color: transparent;
		background-image: none;
		
	}
	
	#eula .container {
		background-color: transparent;
		background-image: none;
		position: absolute;
		top: 0pt;
		left: 0pt;
		width: auto;
		height: auto;
		visibility: invisible;
		overflow: visible;
	}
	#eula .container div.title {
		background-color: transparent ;
		background-image: none;
		visibility: visible;
		display: block;
		color: black;
		font-size: 14pt;
		text-align: center;
		font-family: sans-serif, Arial, Verdana;
	}
	
	#eula .container div.paragraph,
	#eula .container b,
	#eula .container p,
	#eula .container br,
	#eula .container ul,
	#eula .container li,
	#eula .container a,
	#eula .container div.paragraph div,
	#eula .container div.paragraph span {
		background-color: transparent;
		background-image: none;
		font-size: 12pt;
		color: black;
		visibility: visible;
		display: block;
		font-family: sans-serif, Arial, Verdana;
	}
}

/* eula decisions */
#euladecisions {
	display: block;
	position: absolute;
	width: 755px;
	margin-left: -352px;
	left: 50%;
	top: 40%;
	margin-top: -226px;
	height: 553px;
	background-color: #272727;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: white;
    text-align: left;
}

#euladecisions .title {
	color: white;
	font-size: 1.2em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#euladecisions .buttoncontainer {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	bottom: 20px;
}

/* rss space */
#adspace {
	display: block;
	width: 50%;
	height: 100%;
	min-height: 650px;
}


#adspace .rssspace {
	display: inline-block;
	position: relative;
	min-width: 314px;
	min-height: 314px;
	width: 314px;
	height: 314px;
	top:50%;
	margin-top: -157px;
	overflow-y: auto;
	padding: 5px 10px;
	background-color: #393939;
	text-align: left;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

#adspace .rssspace .item {
	padding: 0;
	margin: 4px 0 24px 0;
}

#adspace .rssspace h1 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0 0 4px 0;
	text-align: center;
}

#adspace .rssspace h2 {
	font-size: 11px;
	font-weight: normal;
	color: #8f8f8f;
	padding: 0;
	margin: 0 0 8px 0;
}

#adspace .rssspace p {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	width: 90%;
	padding: 0;
	margin: 0;
}

#adspace .rssspace p img{
	border: 0;
	padding: 0;
	margin: 4px 0;
}
#adspace .rssspace span {
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	color: #46b4e7;
}


#adspace .rssspace a:hover {
	color: #fff;
}


.loginspace {
	display: block;
	width: 50%;
	height: 90%;
	left: 50%;
	min-height: 650px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cn {
    margin-left: auto;
    margin-right: auto;
}

.last {
	display: inline-block;
  	min-height: 0;
  	width: 366px;
}

.ta-right {
	text-align: right;
}

.appversion {
    color: #8f8f8f;
    position: absolute;
    left: 2%;
    bottom: 3%;
    font-size: 12px;
}

.languageSelect {
    position: absolute;
    right: 25%;
    bottom: 3%;
}

.footerLogo,
.lobbyFooterLogo {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    margin: 0 auto;
}

.footerLogo {
    bottom: 2em;
}

.footerLogoLink {
    outline: none;
    border: none;
}

.footerLogoImg {
    outline: none;
    border: none;
}

/* icons */
.icon-container {
	display: block;
	float: left;
	width: 142px;
	height: 142px;
	text-decoration: none;
	padding-top: 20px;
}

.icon-container p.active {
	margin-top: 15px;
	text-align: center;
	color: white;
	text-size: 14px;
	text-decoration: bold;
}

.icon-container p.inactive {
	margin-top: 15px;
	text-align: center;
	color: gray;
	text-size: 14px;
}

.icon {
	display: inline-block;
	height: 102px;
	width: 102px;
}

.iconhover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
	display: inline-block;
	height: 102px;
    width: 102px;
}

/* applications */
#appbox {
	position: absolute;
	top: 5%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	min-width: 600px;
	min-height: 500px;
	height: 500px;
	background-color: #272727;
	z-index: 9999;
  	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px 20px 20px 20px;
    display: block;
}

#appbox .appholder {
	position: absolute;
	display: block;
	width: 95%;
	height: 75%;
	margin-right: 20px;
	padding-right: 3px;
	overflow: auto;
}

#appbox .apps_text {
  padding: 0.3em 0.2em;
  width: 360px;
  font-size: 1.0em;
  color: #8f8f8f;
  margin-top: 0.5em;
  margin-bottom: 0em;
  vertical-align: left;
}

#appbox input {
  padding: 0.8em 0.6em;
  font-size: 1.0em;
  color: #8f8f8f;
  margin-top: 0.5em;
  margin-bottom: 0em;
  display: block;
  text-align: left;
  width: 350px;
}

#appbox input:focus {
  box-shadow: 0 0 6px #46b4e7;
  -webkit-box-shadow: 0 0 6px #46b4e7;
  -moz-box-shadow: 0 0 6px #46b4e7;
}

#appbox .buttonholder {
	width: 375px;
	margin-left: -186px;
	left: 50%;
	position: absolute;
	bottom: 0%;
	text-align: center;
	margin-bottom: 20px;
}

/* lobby apps */
#appholder {
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -220px;
	width: 440px;
	z-index: 1;
	background-color: transparent;
	vertical-align: center;
	overflow: none;
	height: 75%;
}

.appstitle {
	z-index:9999;
	background-color: transparent;
	color: white;
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}

/* prompt for password change */
#change_password {
	position:absolute;
	width: 400px;
	height: 400px;
	left: 50%;
	margin-left: -200px;
	top: 40%;
	min-height: 400px;
	margin-top: -200px;
	display: block;
	background-color: #272727;
	z-index: 9999;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px 20px 20px 20px;
    text-align: left;
}

#change_password .title {
	color: white;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

#change_password .buttonholder {
	width: 375px;
	margin-left: -186px;
	left: 50%;
	position: absolute;
	bottom: 0%;
	text-align: center;
	margin-bottom: 20px;
}


#change_password input {
  padding: 0.8em 0.6em;
  font-size: 1.0em;
  color: #8f8f8f;
  margin-top: 0.5em;
  margin-bottom: 0em;
  display: block;
  text-align: left;
  width: 350px;
}

#change_password input:focus {
  box-shadow: 0 0 6px #46b4e7;
  -webkit-box-shadow: 0 0 6px #46b4e7;
  -moz-box-shadow: 0 0 6px #46b4e7;
}

#change_password .error_expand {
  background: url('../media/error_bg.png') repeat-x;
  width: 366px;
  line-height: 25px;
  font-size: 1.0em;
  font-weight: bolder;
  text-align: center;
  color: #120707;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}

#change_password .info {
	background: url('../media/info_bg.png') repeat-x;
	width: 366px;
    line-height: 35px;
    font-size: 1.0em;
    font-weight: bolder;
    text-align: center;
    color: #afaead;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    height: 35px;
}


/*warn for password expiry*/
#warn_password {
	position:absolute;
	width: 300px;
	height: 170px;
	left: 50%;
	margin-left: -150px;
	top: 40%;
	min-height: 170px;
	margin-top: -85px;
	display: block;
	background-color: #272727;
	z-index: 9999;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px 20px 20px 20px;
    text-align: left;
}

#warn_password .title {
	color: white;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* no username as email address */
#prompt_email {
	position:absolute;
	width: 400px;
	height: 270px;
	left: 50%;
	margin-left: -200px;
	top: 10%;
	min-height: 270px;
	display: block;
	background-color: #272727;
	z-index: 9999;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px 20px 20px 20px;
    text-align: left;
}

#prompt_email .title {
	color: white;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

#prompt_email .buttonholder {
	width: 375px;
	margin-left: -186px;
	left: 50%;
	position: absolute;
	bottom: 0%;
	text-align: center;
	margin-bottom: 20px;
}


#prompt_email input {
  padding: 0.8em 0.6em;
  font-size: 1.0em;
  color: #8f8f8f;
  margin-top: 0.5em;
  margin-bottom: 0em;
  display: block;
  text-align: left;
  width: 350px;
}

#prompt_email input:focus {
  box-shadow: 0 0 6px #46b4e7;
  -webkit-box-shadow: 0 0 6px #46b4e7;
  -moz-box-shadow: 0 0 6px #46b4e7;
}

#prompt_email .error_expand {
  background: url('../media/error_bg.png') repeat-x;
  width: 366px;
  line-height: 25px;
  font-size: 1.0em;
  font-weight: bolder;
  text-align: center;
  color: #120707;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  height: 28px;
}

#prompt_email .info {
	background: url('../media/info_bg.png') repeat-x;
	width: 366px;
    line-height: 35px;
    font-size: 1.0em;
    font-weight: bolder;
    text-align: center;
    color: #afaead;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    height: 28px;
}

/* frequently asked questions */
#faq {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -245px;
	margin-top: -207px;
	width: 490px;
	min-width: 490px;
	min-height: 415px;
	height: 415px;
	background-color: #272727;
	z-index: 9999;
  	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px 20px 20px 20px;
    display: block;
}

#faq .holder {
	position: absolute;
	display: block;
	width: 95%;
	height: 370px;
	margin-right: 20px;
	padding-right: 3px;
	overflow: auto;
}

#faq .holder2 {
	position: absolute;
	display: block;
	width: 95%;
	height: 75%;
	margin-right: 20px;
	padding-right: 3px;
	overflow: auto;
}

#faq .title {
	text-align: center;
	top: 0%;
	font-size: 1.2em;
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
}

#faq .question {
	font-size: 14px;
	display: block;
	text-align: left;
	color: #46b4e7;
	margin-bottom: 10px;
	font-weight: bold;
}

#faq .question:hover {
	font-size: 16px;
	display: block;
	text-align: left;
	color: white;
	cursor: pointer;
	font-weight: bolder;
}

#faq .answer {
	font-size: 14px;
	display: block;
	text-align: left;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#faq .item {
	display: block;
	left: 0%;
	color: gray;
	margin: 5px;
	font-size: 1.0em;
}
#faq .buttonholder {
	width: 375px;
	margin-left: -186px;
	left: 50%;
	position: absolute;
	bottom: 0%;
	text-align: center;
	margin-bottom: 10px;
}

/** users **/
.users {
	height: 100%;
	width: 100%;
	padding: 20px;
}

/* contact form */
#contactform {
	position: absolute;
	top: 5%;
 	left: 50%;
 	padding: 20px 20px 20px 20px;
 	margin-left: -185px;
 	width: 370px;
 	height: 60%;
 	text-align: left;
 	background-color: #272727;
  	color: white;
  	font-size: 1.0em;
  	z-index: 9999;
  	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    vertical-align: center;
    min-height: 500px;
}

#contactform .title {
	text-align: center;
	display: block;
	top: 0%;
}

#contactform .label {
	margin-top: 15px;
	text-align: left;
	width: 90%;
	color: #afaead;
}

#contactform input {
  padding: 0.8em 0.6em;
  width: 348px;
  font-size: 1.0em;
  color: #8f8f8f;
  margin-top: 0.5em;
  margin-bottom: 0em;
}

#contactform .ctrlholder {
	position: absolute;
	display: block;
	width: 390px;
	height: 65%;
	overflow: auto;
}

#contactform textarea {
  padding: 0.8em 0.6em;
  width: 348px;
  font-size: 1.0em;
  color: #8f8f8f;
  margin-top: 0.5em;
  margin-bottom: 0em;
  height: 50%;
  resize: none;
  position: absolute;
}

#contactform .buttoncontainer {
	position: absolute;
	bottom: 0%;
	left: 50%;
	margin-left: -170px;
	width: 380px;
	height: 10%;
	margin-bottom: 20px;
}

/* my account */
#myaccountbox {
	position: absolute;
	top: 5%;
 	left: 50%;
 	padding: 20px 20px 20px 20px;
 	margin-left: -220px;
 	width: 640px;
 	min-width: 640px;
 	min-height: 850px;
 	height: 90%;
 	text-align: left;
 	background-color: #272727;
  	color: white;
  	font-size: 1.0em;
  	z-index: 9999;
  	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
#myaccountbox table {
	vertical-align: top;
}

#myaccountbox .title {
	text-align: center;
	color: white;
	font-size: 1.2em;
}

#myaccountbox .label {
	margin-top: 30px;
	text-align: left;
	width: 90%;
	color: #afaead;
}

#myaccountbox .buttonsave:hover {
	background-position: 0 -35px;
 	color: #245e74;
}

#myaccountbox .buttonclose:hover {
	background-position: 0 -35px;
 	color: #245e74;
}

#myaccountbox .buttoncontainer {
	position: absolute;
	bottom: 0%;
	left: 50%;
	margin-left: -170px;
	width: 480px;
	height: 10%;
	margin-bottom: 10px;
}

#myaccountbox .tablecontainer {
	position: absolute;
	display: block;
	left: 38%;
	margin-left: -200px;
	width: 600px;
	height: 80%;
	margin-top: 10px;
	padding-bottom: 20px;
	overflow: auto;
}

#myaccountbox td {
	vertical-align: top;
	overflow: auto;
}

#myaccountbox .appcheck {
	color: #8f8f8f;
	margin-right: 0.5em;
	margin-top: 0.5em;
	font-size: 1.0em;
}

#myaccountbox .appcheck input {
	width: auto;
}

#myaccountbox .container {
    display: flex;
    align-items: center;
    vertical-align: left;
}
#myaccountbox input {
  padding: 0.8em 0.6em;
  width: 548px;
  font-size: 1.0em;
  font-weight: normal;
  color: #8f8f8f;
  margin-top: 0.5em;
  margin-bottom: 0em;
}

#myaccountbox textarea {
  padding: 0.8em 0.6em;
  width: 548px;
  font-size: 1.0em;
  color: #8f8f8f;
  margin-top: 0.5em;
  margin-bottom: 0em;
  resize: none;
}

.infoBig {
	background: url('../media/info_bg.png') repeat-x;
	width: 566px;
    line-height: 35px;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    color: #afaead;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

#myaccountbox .error_expandBig {
  background: url('../media/error_bg.png') repeat-x;
  width: 566px;
  line-height: 25px;
  font-size: 1.0em;
  font-weight: bolder;
  text-align: center;
  color: #120707;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}

/** EDIT USER **/
#checkholder {
	display: inline-block;
	min-width: 330px;
	width: 100%;
	overflow: auto;
}
#edituserbox {
	position: absolute;
	top: 5%;
 	left: 50%;
 	padding: 20px 20px 20px 20px;
 	margin-left: -383px;
 	min-width: 765px;
 	height: 80%;
 	min-height: 500px;
 	background-color: #272727;
  	color: white;
  	font-size: 1.0em;
  	z-index: 9000;
  	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

#edituserbox .left {
	float: left;
	display: block;
	width: 50%;
	left: 0%;
	text-align: left;
	vertical-align: left;
	height: 100%;
}

#edituserbox .right {
	display: block;
	float: right;
	text-align: left;
	width: 50%;
	left: 50%;
	height: 100%;
}
#edituserbox .container {
	overflow: auto;
	position: absolute;
	top: 50px;
	left: 20px;
	right: 20px;
	bottom: 11%;
}

#edituserbox .buttoncontainer {
	position: absolute;
	bottom: 0%;
	left: 50%;
	margin-left: -175px;
	width: 380px;
	height: 10%;
	margin-bottom: 10px;
}

#edituserbox td {
	vertical-align: top;
	overflow: auto;
	padding-right: 25px;
}

#edituserbox .appcheck {
	color: #8f8f8f;
	margin-right: 0.5em;
	margin-top: 0.5em;
	font-size: 1.0em;
}

#edituserbox .appcheck input {
	width: auto;
	border: none;
	background: transparent;
}

#edituserbox input {
  padding: 0.8em 0.6em;
  width: 348px;
  font-size: 1.0em;
  color: #8f8f8f;
  margin-top: 0.5em;
  margin-bottom: 0em;
}

#edituserbox textarea {
  padding: 0.8em 0.6em;
  width: 348px;
  font-size: 1.0em;
  color: #8f8f8f;
  margin-top: 0.5em;
  margin-bottom: 0em;
  resize: none;
}


/* --------------------------------------------------------------------------
 * login
 */
#login {
    background: #000000 url('../media/header_bg.png') repeat-x;
    color: #afaead;
    font-size: 1.2em;
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 1em 1em 60px 1em;
    height: 100%;
    min-width: 1024px;
}
#login .vcenter {
    margin: 0 auto;
    padding: 25% 0 0;
    border: 0;
    border-spacing: 0;
}
#login .vcenter td {
  vertical-align: middle;
  text-align: center;
}
#login .outer, #login .left, #login .right {
  height: 100%;
}
#login .left table {
    z-index: 1;
    width: 100%;
}
#login .right table {
  z-index: 999;
}
#login .login {
    width: 366px;
    text-align: left;
    position: relative;
}
#login .login .ez-wr {
  padding-bottom: 0.5em;
}
#login .login .no-account {
  color: #ceefff;
}

#login .login a, #login .login a:link, #login .login a:visited {
  color: #46b4e7;
  text-decoration: none;
}
#login .login a:hover {
  color: #46b4e7;
  text-decoration: underline;
}
#login .forgot {
  text-decoration: none;	
  margin-top: 15px;
  color: #676767;
  float: right;
}

#login .forgot:hover {
	text-decoration: underline;
}

#login .ppolicy {
	cursor: pointer; 
	font-weight: bold; 
	text-align: right; 
	color: #46b4e7;
}

#login .ppolicy:hover {
	text-decoration: underline;
}

/* preload images */

#login .preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

#login .signinusing {
	float: left;
	text-align: center;
	line-height: 35px;
}

#login .button-fb {
	background: url('../media/facebook.png?v=2') no-repeat;
	height: 34px;
	width: 34px;
	display: block;
	float: left;
	margin-right: 20px;
}

#login .button-fb:hover {
	background: url('../media/facebook_hover.png?v=2') no-repeat;
	height: 34px;
	width: 34px;
	display: block;
	float: left;
	cursor: pointer;
	margin-right: 20px;
}

#login .button-g {
	background-image: url('../media/google.png?v=2');
	height: 34px;
	width: 34px;
	display: block;
	float: left;
	margin-right: 20px;
}

#login .button-g:hover {
	background-image: url('../media/google_hover.png?v=2');
	height: 34px;
	width: 34px;
	display: block;
	float: left;
	cursor: pointer;
	margin-right: 20px;
}

#login .login input {
  padding: 0.8em 0.6em;
  width: 350px;
  font-size: 1.0em;
  color: #8f8f8f;
  margin-top: 0.5em;
  margin-bottom: 0em;

}

#login .error {
  height: 0px;
}

#login .error_expand {
  background: url('../media/error_bg.png') repeat-x;
  width: 366px;
  line-height: 25px;
  font-size: 1.0em;
  font-weight: bolder;
  text-align: center;
  color: #120707;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}

#login .info {
	background: url('../media/info_bg.png') repeat-x;
	width: 366px;
    line-height: 35px;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    color: #afaead;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

#login .pinfo {
	background: url('../media/pinfo_bg.png') repeat-x;
	width: 362px;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
    line-height: 20px;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    color: #afaead;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

#login .login input:focus {
  box-shadow: 0 0 16px #46b4e7;
  -webkit-box-shadow: 0 0 16px #46b4e7;
  -moz-box-shadow: 0 0 16px #46b4e7;
}
#login div.first {
  height: 25px;
  line-height: 25px;
  padding: 0;
  margin: 0;
}
#login .logo {
  width: 200px;
  size: 14px;
  color: white;
}
#login .signup_done {
	width: 800px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	top: 40%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	color: #afaead;
}

#login .contact_done {
	top: 40%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	color: #afaead;
}


#login img.enaikoon {
  position: absolute;
  bottom: 2em;
  left: 50%;
  margin-left: -76px;
}

#login select {
	padding: 3px;
	width: 150px;
	font-size: 1.0em;
  	font-weight: normal;
  	color: #8f8f8f;
  	font-family: Myriad Pro, MS Trebuchet, sans-serif;
  	outline: none;
  	transition: 0.25s ease-in-out all;
  	-webkit-transition: 0.25s ease-in-out all;
  	-moz-transition: 0.25s ease-in-out all;
  	-o-transition: 0.25s ease-in-out all;
  	border-radius: 3px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	-o-border-radius: 3px;
  	border: 1px solid #919191;	
}

#login select.language {
	position: absolute;
	left: 80%;
	bottom: 3%;
	margin-left: -30px;
	margin-top: 0.5em;
}

/* 
 * users
 */
#users {
	position: absolute;
	display: block;
	top: 5%;
 	left: 3%;
  	right: 3%;
 	height: 79%;
 	background-color: #272727;
  	color: white;
  	padding: 20px;
  	font-size: 1.2em;
  	z-index: 9999;
  	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

#users .error {
	width: 150px;
	height: 0px;
}

#users input {
	padding: 0.2em 0.6em;
  	width: 150px;
  	font-size: 0.8em;
  	color: #8f8f8f;
  	margin-bottom: 0.0em;
}

#users .error_expand {
  background: url('../media/error_bg.png') repeat-x;
  width: 150px;
  line-height: 25px;
  font-size: 0.6em;
  font-weight: bolder;
  text-align: center;
  color: #120707;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}

#users .info {
	background: url('../media/info_bg.png') repeat-x; 
	width: 165px;
    line-height: 25px;
    font-size: 0.6em;
    font-weight: bold;
    text-align: center;
    color: #afaead;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

#users .users_hidden {
	display: none;
}

#users .users_shown {
	display: block;
}

#users .title {
	margin-bottom: 1.0em;
	color: white;
	font-size: 14px;
}

#users .list table.display {
	left: 2%;
	right: 2%;
	height: 87%;
	background-color: transparent;
	margin-bottom: 1.0em;
}
#users .buttoncontainer {
	position: absolute;
	bottom: 0%;
	left: 52%;
	margin-left: -200px;
	width: 400px;
	margin-bottom: 20px;
}

/* 
 * header
 */
#header {
  height: 40px;
  line-height: 40px;
  color: #46b4e7;
  /*background: url("../media/header_texture.png") repeat;*/
  margin-bottom: 10px;
  z-index: 9999;
}
#header .left {
  float: left;
  width: 20%;
  height: 40px;
}
#header .left img {
  padding-left: 8px;
}
#header #nav-container {
  position: absolute;
  top: 0;
  right: 10px;
  height: 40px;
  z-index: 9999;
}
#header #nav-container #nav {
  font-size: 1.0em;
  float: left;
  width: 100%;
}
#header #nav-container #nav span {
  padding: 0 3em 0 1em;
}
#header #nav-container #nav span.error {
  color: #ff4444;
}
#header #nav-container #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  text-align: left;	
  text-indent: 8px;
  /*width:12em;*/
  /* width of all menu boxes */

}
#header #nav-container #nav li {
  cursor: pointer;
  position: relative;
  min-height: 1px;
  /* Sophie Dennis contribution for IE7 */
  text-align: left;	
  text-indent: 8px;
  vertical-align: bottom;
  /* Sophie Dennis contribution for IE7 */

}
#header #nav-container #nav li.top {
  color: #aeaeae;
  background-image: url("../media/arrow1.png");
  background-position: 96% center;
  background-repeat: no-repeat;
}
#header #nav-container #nav li.top:hover {
  color: #272727;
  background-color: white;
  background-image: url("../media/arrow2.png");
  background-position: 96% center;
  background-repeat: no-repeat;
}
#header #nav-container #nav li ul > li {
  color: #8f8f8f;
  background-color: white;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #efefef;
  font-size: 0.9em;
  text-align: left;	
  text-indent: 8px;
}
#header #nav-container #nav li ul > li:hover {
  background-color: #ceefff;
}
#header #nav-container #nav li  > ul {
  display: none;
  width: 100%;
}
#header #nav-container #nav li:hover > ul {
  display: block;
  width: 100% ;
}

#header #nav-container #nav #sub #submenu {
	display: none;
}

#header #nav-container #nav #sub:hover #submenu {
	display: block;
	position: fixed;
	margin-left: -200px;
	margin-top: -30px;
	height: auto;
	z-index: 9999;
}

#header #nav-container #nav #sub ul li {
	display: block;
	position: relative;
	text-align: center;
	line-height: 30px;
	width: 200px;
}

/* general styles */
.buttonclose {
  background-image: url('../media/button_gray_35.png');
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  padding: 0 0.5em;
  color: #242424;
  text-align: center;
  font-size: 1.0em;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  width: 150px;
  margin-top: 0.5em;
  margin-right: 10px;
  font-weight: bold;
  display: inline-block;
}

.buttonsave {
  background-image: url('../media/button_blue_35.png');
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  padding: 0 0.5em;
  color: #245e74;
  text-align: center;
  font-size: 1.0em;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  width: 150px;
  margin-top: 0.5em;
  margin-right: 10px;
  font-weight: bold;
  display: inline-block;
}

.buttonsave:hover {
  background-position: 0 -35px;
  color: #245e74;
}
.buttonclose:hover {
  background-position: 0 -35px;
  color: #242424;
}

.button {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
input {
  outline: none;
  transition: 0.25s ease-in-out all;
  -webkit-transition: 0.25s ease-in-out all;
  -moz-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #919191;
}
textarea  {
  font-family: Myriad Pro, MS Trebuchet, sans-serif;	
  outline: none;
  transition: 0.25s ease-in-out all;
  -webkit-transition: 0.25s ease-in-out all;
  -moz-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #919191;
}

input:focus {
  box-shadow: 0 0 8px #46b4e7;
  -webkit-box-shadow: 0 0 8px #46b4e7;
  -moz-box-shadow: 0 0 8px #46b4e7;
}

textarea:focus {
  box-shadow: 0 0 8px #46b4e7;
  -webkit-box-shadow: 0 0 8px #46b4e7;
  -moz-box-shadow: 0 0 8px #46b4e7;
}

.hidden {
  display: none;
  /*height: 0;*/

}
.ez-10 {
  width: 10%;
}
.scroll-x {
  overflow-x: scroll;
}
.scroll-y {
  height: 100%;
  overflow-y: scroll;
}

.showInfo {
    background: url(../media/icon_info_grey.svg) no-repeat;
    background-size: contain;
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.showInfo:hover {
    background: url(../media/icon_info.svg) no-repeat;
    background-size: contain;
}

/* basic structure */
html, body {
  margin: 0;
  padding: 0;
  border: none;
  background: #000000 url('../media/header_bg.png') repeat-x;
}
body {
  font-family: Myriad Pro, MS Trebuchet, sans-serif;
  font-size: 62.5%;
}
a:link, a:visited {
  color: #46b4e7;
  text-decoration: none;
}
a:hover {
  color: #46b4e7;
  text-decoration: underline;
}
