@charset "utf-8";
/* Copyright 2005-2015 Redwood Software.  All rights reserved. */
body {	
/*	background:linear-gradient(to bottom, #E6EADD, #F8EED0, #DDC9A2, #AB9FA0);  */
	background:linear-gradient(to bottom, #E1E8DC, #F6F5E1 33%, #F4E3C3 66%, #D8C5AC);
	background-attachment:fixed;
	margin:0;
	overflow:hidden;  /*Turn off scrollbar for IE. */
}

h1 {
font-family: "Open Sans","Segoe UI","Avenir","Helvetica Neue",Helvetica,"Microsoft YaHei New","Microsoft Yahei","å¾®è½¯é›…é»‘","å®‹ä½“","SimSun","STXihei","STHeiti","å�Žæ–‡ç»†é»‘",Arial,sans-serif;
	font-size: 11pt;
    font-weight:700;
}

div.outer {
	margin:1%;
	margin-top:20px;
	width:98%;
}

div.logoTop {
/*	background:mistyrose; */
	height:100px;
	line-height:100px;
	text-align:center;
	vertical-align:middle;
}

div.logoTop a {
	vertical-align:middle;  /* Fx doesn't need this, IE needs this, Chrome won't honor it. */
}

div.logoTop img:first-of-type {
	padding:12px;
}

div.error, div.inner, div.innerBottom {
	border-collapse:collapse;
	margin-left:auto;
 	margin-right:auto;
	width:720px;
}

div.error {
	background:#FAEBF3;
	border:1px solid #F7B9B0;
	min-height:20px;
	line-height:20px;
	padding:8px 10px 8px;
	vertical-align:middle;
}

div.inner {
	background:linear-gradient(to bottom, #FCFAF0, #F6EFDA);
	border:1px solid #C5C4BC;
	border-bottom:0px;
	height:330px;
	padding:15px;
}

div.inner div.top {
/*	box-sizing:border-box;*/
	display:table;
	height:300px;
	line-height:300px;
/*	padding-right:15px;*/
	vertical-align:middle;
	width:100%;
}

div.top div.signIn, div.top div.spacer, div.top div.image {
	display:table-cell;
}

div.inner div.top div.signIn {
/*	background:lightblue;*/
	background:#FFF;
	border:1px solid #D1D1D1;
	width:260px;
/*	margin-right:25px; */
}

div.inner div.top div.signIn div.header {
	background:linear-gradient(to bottom, #fff, #ECECEC);
	border-bottom:1px solid #D1D1D1;
	font-size:11pt;
	font-weight:600;
	height:40px;
	line-height:34px;
	text-align:center;
	width:100%;
}

div.inner div.top div.signIn div.content {
	padding:10px 20px;;
}

div.inner div.top div.signIn div.content div.label, div.labelRememberUid {
	display:block;
	font-size:10pt;
	font-weight:500;
	line-height:20px;
	padding:10px 2px 3px;
}

div.inner div.top div.signIn div.content div.labelRememberUid {
	font-size:9pt;
}

div.inner div.top div.signIn div.content div.signInButton {
	text-align:center;
	margin-right:0;
	padding-top:12px;
}

div.inner div.top div.signIn div.content div.signInButton button.signIn {
	min-width:50%;
}

div.inner div.top div.signIn div.content div.signInButton button.signIn:focus{
	background-color: white;
	font-weight: bold;
	color: #36495E;
	outline: 2px solid #36495E;
	box-shadow: none;
}	
div.inner div.top div.spacer {
	width:15px;
}

div.inner div.top div.image {
	height:inherit;
	vertical-align:middle;
	text-align:center;
}

div.innerBottom {
	background:linear-gradient(to bottom, #FCF7ED, #FAF6EC);
	border:1px solid #C5C4BC;
	border-top:1px solid #D8D5CC;
/*	
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
*/	
	height:40px;
	line-height:40px;
	padding:0px 15px;
}

div.innerBottom a, div.innerBottom a.language  {
	color:#333;
	margin-right:20px;
}

div.innerBottom a:hover {
	color:blue;
}

div.innerBottom a.language {
	font-weight:bold;
	margin-right:28px;
}

input[type="password"], input[type="text"], select {
	background:#F6FDF7;  /* F2FDF3 */
	border:1px solid #BBB;
	color:#333;
	width:220px;
} 

/* BEGIN: Change locale ***/
div.chgLang, div.cancelChgLang, select.lang{
	display:none;
}

select.lang {
	font-size:8pt;
	height:18px;
	width:80px;
}

div.chgLang, div.cancelChgLang {
	padding-left:4px;
	padding-right:4px;
}

div.chgLang a {
	margin-right:0px; /* Override div.innerBottom a, div.innerBottom a.language */
}
/* END: Change locale ***/

/* BEGIN: Change password (Novum-only) */
div.inner div.top div.signIn div.content div.contentInner {
/*	background:#FFC; */
	width:400px;
	margin: 0 auto;
}

div.inner div.top div.signIn div.content div.contentInner div, div.row {
	line-height:25px;
}

div.inner div.top div.signIn div.content div.contentInner div input[type="text"].userId {
	 background:#FFF; 
	 border-color:#DDD;
	 padding:2px 0 2px 2px;
}

div.inner div.top div.signIn div.content div.contentInner div.row {
	display:table-row;
}
	
div.inner div.top div.signIn div.content div.contentInner div.row div.label, div.field {
	display:table-cell;
	white-space:nowrap;
	padding:2px 4px;
}

div.inner div.top div.signIn div.content div.contentInner div.row div.label {
	text-align:right;
	width:45%;
}

div.inner div.top div.signIn div.content div.contentInner div.row div.field {
	text-align:left;
	width:55%;
}

div.help {
	min-height:150px;  /* override base.css to decrease the height */
}

div.helpTitle {
	box-sizing:content-box;  /* override div box-sizing:border-box above */
}

div.helpTitle div.right {
	padding-top:0;  /* Unfortunately have to override base.css to get the X to center vertically. */
}

div.content select:focus{
	outline: 2px solid #36495E;
}

div.content input:focus{
	outline: 2px solid #36495E;
}

div.content button:focus{
	outline: 2px solid #36495E;
}

div.innerBottom a:focus{
	outline: 2px solid #36495E;
}

div.innerBottom select:focus{
	outline: 2px solid #36495E;
}
/* END: Change password */
