﻿
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	color: #90917E;
	color: #333333;
	font-family: Ubuntu, sans-serif, Arial;
	font-size: 13px;
	background-color: #0085CA;
}

h1 {
	font-family: Ubuntu, sans-serif, Arial;
	font-weight: normal;
	font-size: 38px;
	color: #51534A;
}

h2 {
	font-family: Ubuntu, sans-serif, Arial;
	font-weight: normal;
	font-size: 20px;
	color: #777777;
}

img {
	border: 0px;
}

#container {
	height: 85%;
	text-align: center;
}

#loginTable {
	margin: 0px auto;
	height: 60px;
}

#loginForm {
	margin: 0px;
}

.spacer {
	height: 10px;
}

#logo {
	margin: 0px auto;
	display: inline-table;
	text-align: right;
}

	#logo img {
		margin-right: -8px;
	}

.input {
	color: #A8A8A8;
	width: 243px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	padding: 2px;
	padding-left: 10px;
	border-width: 1px;
	border: 1px solid #E7E8EA;
	border-top-color: #ADADAF;
	border-radius: 3px;
}

.inputLang {
	padding-left: 10px;
	color: #A8A8A8;
	width: 256px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	border: 1px solid #E7E8EA;
	border-top-color: #ADADAF;
	border-radius: 3px;
}

#loginButton {
	cursor: pointer;
	padding-bottom: -5px;
}

#box {
	max-width: 750px;
	padding-top: 10px;
	padding-bottom: 30px;
	border: 1px solid #117EAD;
	display: inline-table; /*background: url(WhiteOpacity.png) repeat top left;*/
	background-color: #fff;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	line-height: 35px;
	height: 34px;
	width: 158px;
	font-weight: bold;
	margin-top: 20px;
}

	.button:hover {
		text-decoration: none;
	}

	.button:active {
		position: relative;
		top: 1px;
	}

.orange {
	border-radius: 0px;
	color: #ffffff;
	border: solid 1px #CA6F14;
	background: #DE7C00;
}

	.orange:hover {
		color: #ffffff;
		background: #ffffff;
		background: -webkit-gradient(linear, left top, left bottom, from(#FE901D), to(#CA6F14));
		background: -moz-linear-gradient(top, #FE901D, #CA6F14);
		background: -ms-linear-gradient(top, #FE901D, #CA6F14);
		background: linear-gradient(top, #FE901D, #CA6F14);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE901D', endColorstr='#CA6F14');
	}

	.orange:visited {
		color: #ffffff;
	}


.logingin {
	color: #ADADAF;
	background: #E7E8EA;
	text-shadow: none;
	font-weight: normal;
}

a.logingin:visited {
	color: #ADADAF;
}

.loginleft {
	float: left;
	width: 340px;
	margin-left: 10px;
}

#seperator {
	margin: auto auto;
	width: 7px;
	float: left;
}

#customLogoLicensedDiv {
	height: 150px;
}

#logo2 {
	margin-bottom: 70px;
}

#imageContainer {
	height: 110px;
	line-height: 110px;
	vertical-align: middle;
	display: inline;
}

	#imageContainer img {
		display: inline;
		vertical-align: middle;
	}

.customlogo {
	width: 200px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 33px;
	float: left;
	text-align: left;
}

.customlogoimg {
	max-width: 170px;
	max-height: 110px;
}

.textontheleft {
	color: #999999;
}

.partnerinfo {
	color: #51534A;
	line-height: 1.5em;
	font-size: 11.5px;
	max-height: 90px;
	overflow: hidden;
}

a {
	color: #447099;
}

	a:active {
		color: #447099;
	}

	a:visited {
		color: #447099;
	}

#langSelect {
	width: 464px;
	height: 230px;
	background-color: #fff;
	padding: 10px;
}

	#langSelect div {
		float: left;
		height: 32px;
		line-height: 32px;
		vertical-align: middle;
		width: 140px;
		margin: 2px;
		cursor: pointer;
		border: solid 1px #fff;
		padding-left: 3px;
		color: #233980;
	}

		#langSelect div.selected {
			border: solid 1px #B9D7FC;
		}

		#langSelect div:hover {
			border: solid 1px #B9D7FC;
			background-color: #B9D7FC;
		}

		#langSelect div img {
			display: inline;
			vertical-align: middle;
			margin-right: 5px;
		}

#smallflag {
	vertical-align: middle;
}

#warning {
	padding: 2px;
	padding-left: 3px;
}

	#warning img {
		vertical-align: bottom;
	}
