/* for local devel*/
@import url("login_dojoUpgrade.css");

body {
	background: #1B447E; /* fallback (Opera) */
	background: -moz-linear-gradient(top, #1B447E, #A7DAF6); /* Mozilla: */
	background: -webkit-gradient(linear, left top, left bottom, from(#1B447E), to(#A7DAF6) ); /* Chrome, Safari:*/
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr = '#1B447E', EndColorStr = '#A7DAF6', GradientType = 0 ); /* MSIE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

html, body, .borderContainer {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

a:link {
	color: #071E47;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

a:visited {
	color: #071E47;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

a:active {
	color: #071E47;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

a:hover {
	color: #071E47;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: underline;
}

.txt_login {
	color: #333;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	padding-top: 10px;
}

.ErrorTd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #DC4326;
}

div.loginBox {
	display: inline-block;
	vertical-align: middle;
}

div.warning {
	background-repeat: no-repeat;
	background-color: #FEEFB3;
	border: 1px solid #769DC0 !important;
	padding: 10px;
	margin: 5px !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	text-align: justify;
	position: relative;
	z-index: 99;
}

#versionWarningDiv {
	cursor: pointer;
}

div.error {
	background-color: #FFBABA;
}

div.warningMessage {
	background-position: 3px 3px;
	background-repeat: no-repeat;
	background-image: url("/images/icon_exclamation.png");
	padding-left: 50px !important;
}

div.error div.warningMessage {
	background-image: url("/images/icon_exclamation_red.png");
}

.innerBoxesContainer {
	width: 820px;
}

.dj_ie7 .innerBoxesContainer {
	width: 810px;
}

div.topic {
	background-color: #EEEEEE;
	background: none repeat scroll 0 0 #FAFAFA !important;
	border: 1px solid #769DC0 !important;
	padding: 10px !important;
	margin: 5px !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	width: 375px;
	height: 160px;
	text-align: justify;
	position: relative;
	z-index: 99;
}

div.rcTopic {
	background-color: #EEEEEE;
	background: none repeat scroll 0 0 #FAFAFA !important;
	border: 1px solid #769DC0 !important;
	padding: 10px !important;
	margin: 5px !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	text-align: justify;
	position: relative;
	height: 250px;
	width: 475px;
	z-index: 99;
}

.title {
	color: #071E47;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

div.topic-contents {
	padding: 5px;
}

.logoBox {
	margin-bottom: 25px;
	text-align: center;
	margin-top: 25px;
	overflow: hidden;
}

.copyrightSection {
	background: url("/images/powered_by_nable.png") no-repeat right;
	margin-top: 10px;
	padding-left: 10px !important;
	overflow: hidden;
	height: 42px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.boxesContainer {
	text-align: center;
}

#loginFormId {
	margin: 0;
}

.buttonBottom {
	position: absolute;
	right: 10px;
	top: 140px;
}

.rcButtonBottom {
	position: absolute;
	right: 10px;
	top: 220px;
}

.fieldStyle {
	background-color: #FFFFFF;
	border: 1px solid #1F5C91;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
}
body,html {
	background-color: #FFF;
}

.copyrightSection {
	height: 42px;
}
