/*!
 * Base CSS
 */

body {
	background-color: #FFFFFF;
	color: #000000;

	font-family: "Verdana", sans-serif;
	font-size: 10px;
}

div {
	margin: 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

table {
	padding: 0;
	margin: 0;
}

div.header {
	height: 84px;
	background-color: #5F95AF;
	margin: 0px 0px 2px 0px;
	border-radius: 6px;
}

div.header div.lpart {
	height: 80px;
	width: 90px;
	float: left;
}

div.header div.lpart a {
	border: 0;
	margin: 0px 0px 0px 0px;
}

div.header div.lpart a img {
	border: 0;
	margin: 0px 0px 0px 10px;
}


div.header div.cpart {
	height: 80px;
	width: 15px;
	float: right;
}

div.header div.rpart {
	font-weight: bold;
	font-size: 93%;
	color: #FFFFFF;

	margin: 7px 0px 0px 0px;
	height: 70px;
	width: 300px;
	overflow: hidden;
	float: left;
}

div.header div.rpart a {
	color: #EEEEEE;
	text-decoration: underline;
}

div.header div.rpart a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div.header div.adrpart {
	font-weight: bold;
	font-size: 98%;
	color: #FFFFFF;
        margin: 7px 10px 0px 0px;
        height: 70px;
        width: 300px;
        overflow: hidden;
        float: right;
	text-align: right;
}

div.header div.adrpart a {
        color: #EEEEEE;
        text-decoration: underline;
}

div.header div.adrpart a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

div.tgroup {
        margin: 0px 0px 6px 0px;
}


div.header div.hpromotion {
	position: absolute;
	left: 100%;
	margin-left: -430px;
	margin-top: -12px;
}

div.header div.hpromotion img {
	border: 0;
}

div.statusbar {
	background-color: #5F95AF;
	border-radius: 4px;
	font-weight: bold;

	height: 20px;
	margin: 0px 0px 0px 0px;
}

div.statusbar div.rstatus {
	height: 20px;
	width: 5px;
	float: right;
}

div.statusbar div.statusbar_lng {
	height: 18px;
	overflow: hidden;
	margin: 2px 0px 0px 5px;
	float: left;
}

div.statusbar div.statusbar_lng a {
	color: #FFFFFF;
	text-decoration: underline;
}

div.statusbar div.statusbar_lng a:hover {
	text-decoration: underline;
}

div.statusbar div.statusbar_log {
	height: 18px;
	overflow: hidden;
	margin: 2px 5px 0px 0px;
	color: #FFFFFF;
	float: right;
}

div.statusbar div.statusbar_log a {
	color: #FFFFFF;
	text-decoration: underline;
}

div.statusbar div.statusbar_log a:hover {
	text-decoration: underline;
}

/*!
 * Login block
 */
div.login {
	font-weight: bold;

	border-top: 2px solid #0988B7;
	border-bottom: 2px solid #0988B7;

	width: 460px;
	margin: 25px auto 25px auto;
	padding: 20px 0px 0px 20px;
}

/*!
 * Login fields
 */
div.loginfields {
	width: 450px;
	padding-bottom: 4px;
	margin: 2px auto 2px auto;
}

div.loginfields table {
	width: 100%;
}

div.loginfields table th {
	text-align: left;
	width: 230px;
	color: #0988B7;
}

div.loginfields table tr td input {
	width: 220px;
	font-weight: normal;
}

div.loginfields table tr td select {
	width: 220px;
	font-weight: normal;
}

div.loginfields table tr td input.flddef {
}

div.loginfields table tr td input.fldinv {
	background-color: #FF0000;
}

div.loginfields table tr td div.mlist {
	background-color: #6D9040;
	cursor: pointer;
}

div.loginfields div.inpsub {
	text-align: right;
}

div.loginfields div.inpsub input {
	font-weight: bold;
}

div.loginfields div.inpsub input.inpmore {
	background-color: #73739F;
}

div.loginfields div.inpsub input.inpedit {
	background-color: #B87E23;
}

div.loginfields div.loginhint {
	margin: 25px 0px 5px 0px;
	text-align: right;
}

div.loginfields div.loginhint a {
	color: #0988B7;
	text-decoration: underline;
}

div.loginfields div.loginhint a:hover {
	color: #000000;
	text-decoration: underline;
}

/*!
 * Login status
 */
div.loginstatus {
	font-weight: bold;

	margin: 1px auto 2px auto;
	width: 450px;
	height: 64px;
}

div.loginstatus div.statinfo {
	background-image: url('../../images/default/statinf.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 66px;
	height: 64px;
	display: table;
}

div.loginstatus div.statinfo div {
	vertical-align: middle;
	display: table-cell;
}

div.loginstatus div.statok {
	background-image: url('../../images/default/statok.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 66px;
	height: 64px;
	display: table;
}

div.loginstatus div.statok div {
	vertical-align: middle;
	display: table-cell;
}


div.loginstatus div.staterror {
	background-image: url('../../images/default/staterr.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 66px;
	height: 64px;
	display: table;
}

div.loginstatus div.staterror div {
	color: #FF0000;
	vertical-align: middle;
	display: table-cell;
}


div.loginstatus div.statwarn {
	background-image: url('../../images/default/statwarn.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 66px;
	height: 64px;
	display: table;
}

div.loginstatus div.statwarn div {
	vertical-align: middle;
	display: table-cell;
}

/*!
 * Page footer 
 */
div.footer {
        background-color: #5F95AF;
        border-radius: 4px;
        font-weight: bold;
        height: 20px;
        margin: 15px 0px 0px 0px;
}

div.footer div.fright {
        height: 18px;
	overflow: hidden;
	margin: 2px 5px 0px 0px;
	color: #FFFFFF;
        float: right;
}

div.footer div.fleft {
        height: 18px;
        overflow: hidden;
        margin: 2px 0px 0px 5px;
        float: left;
	}

div.footer div.fleft a {
        color: #FFFFFF;
        text-decoration: underline;
}

div.footer div.fleft a:hover {
        text-decoration: underline;
}

/*
 * Highlighted text
 */
span.hitext {
	font-weight: bold;
}

/*
 * Header popup text
 */

div.cookie_info {
	margin: 0px 0px 2px 0px;
	border: 1px solid #5F95AF;
	border-radius: 6px;
	background-color: #FCFBDE;
	padding: 12px 0px;
}

div.cookie_info div {
	padding: 0px 10px 0px 10px;
	text-align: justify;
	color: #020202;
	font-size: 14px;
}

div.cookie_info div a {
	color: #356982;
	font-weight: bold;
	text-decoration: underline;
	display: inline-block;
}

div.cookie_info div a:visited {
	color: #356982;
	text-decoration: none;
	display: inline-block;
}

div.cookie_info div a:hover {
	color: #356982;
	font-weight: none;
	text-decoration: underline;
	display: inline-block;
}

div.cookie_info div a:active {
	color: #356982;
	font-weight: none;
	text-decoration: none;
	display: inline-block;
}

div.close_cinfo {
	clear: both;
	padding: 0px 0px 0px 0px;
	float: right;
	display: inline-block;
}

div.close_cinfo a {
	color: #F2F2F2;
	text-decoration: none;
	display: inline-block;
}

div.close_cinfo a:visited {
	color: #F2F2F2;
	text-decoration: none;
	display: inline-block;
}

div.close_cinfo a:hover {
	color: #F2F2F2;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}

div.close_cinfo a:active {
	color: #F2F2F2;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}


