* {
margin:0;
padding:0;

}

img, div, a, input {
	behavior:	url(/css/iepngfix.htc);
}

/* General Style Info */
body {
	margin: 0;
	padding: 0;
	background: url(/img/back_body.png) repeat-x;
	font-family: "Calibri Bold", "helvetica", "arial", sans-serif;
	font-size: 76%;
	
}

body#bodyAdmin{
	margin: 0;
	padding: 0;
	background: url(/img/back_body_admin.png) repeat;
	font-family: "Calibri", "helvetica", "arial", sans-serif;
	font-size: 76%;	
}

h1, h2, h3, h4 {
	font-weight:bold;
}
h1 {
	color: #7a929e;
	font-size: 180%;
	float: right;
	position: relative;
	top: 96px;
	margin: 0 40px 0 0;
}

h3
{
	font-size:12px;
	-margin:auto;
	-padding:auto;
	margin-top: -10px;
	margin-bottom: 10px;
	/margin-top: 0px;
	-margin-top: 0px;
	/margin-bottom: 5px;
	-margin-bottom: 5px;
	-padding-left:25px;
	-text-align: left;
}

h4
{
	margin-top: -10px;
	margin-bottom: 20px;
	-margin-top: 0px;
	-margin-bottom: 10px;
	-text-align: center;
}

/* Forms */
form {
	margin-top: 0;
	padding: 0;
}
form div {
	border: 1px solid #ddd;
	clear: both;
	margin-bottom: 1em;
	padding: .8em 2em 1em 1.4em;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	background: #f2f2f2;
	font-weight: bold;
}
form div.optional, form div.input {
	background: #f6f6f6;
	color: #444;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 5px;
	/margin-top: 0px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 14px;
	padding-left: 15px;
	-padding-left: 30px;
	padding-right: 20px;
	width: 150px;
	text-align: left;
	color: #333;
	font-weight: bold;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 14px;
}
select {
	clear: both;
	font-size: 14px;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 14px;
	padding: 0 0.3em;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 2px 6px 7px 2px;
	width: auto;
}


.buttonConnect {
	height: 30px;
	width: 30px;
	cursor: pointer;
	margin-left: 160px;
	text-indent: -9999px;
	border: none;
	background: url(/img/btn-login-large.gif) no-repeat left top;
}
#IEroot .buttonConnect {
	width: 34px;
	font-size: 0;
	color: #fff;
	text-align: right;
}

/* div other */
#page {
	margin:auto;
	position:relative;
	width:1000px;
	background-color: #fff;
}

div.header {
	position: relative;
	width:1000px;
	height:150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;	
	background: #b9cad0 url('/img/banner_vls.png') no-repeat;
	border-bottom: 4px solid #b9cad0;
}


div.users {
	position: relative;
	text-align:center;
	width:325px;
	height:180px;
	background-color: #fff;
	border: 2px solid #329dc7;
	margin: 50px auto 0;	
	padding-top: 30px;
	-margin-left: auto;
	-margin-right:auto;
	color: #329dc7;
	z-index:2;
}

div.users_update_password {
	position: relative;
	text-align:center;
	width:325px;
	height:250px;
	background-color: #fff;
	border: 2px solid #329dc7;
	margin: 50px auto 0;
	padding-top: 30px;
	-margin-left: auto;
	-margin-right:auto;
	color: #329dc7;
	z-index:2;
}

div.users ul {
	position: relative;
	width:200px;
	/width:325px;
	text-align:center;
	margin:auto;
	padding:auto;	
}

div.users_update_password ul {
	position: relative;
	width:200px;
	/width:325px;
	text-align:center;
	margin:auto;
	padding:auto;
}

.users_input{
	border: 1px solid #329dc7;
	margin: 0 auto 10px;
	padding: 3px 0 0 5px;
	width:170px;
	height:20px;
	color: #329dc7;
}

.username_mfa{
	border: 1px solid #329dc7;
	margin: auto;
	padding: 3px 0 0 5px;
	width:170px;
	height:20px;
	color: #329dc7;
}

div.mfa_intruction {
	position: relative;
	text-align:center;
	width:476px;
	border: 2px solid #329dc7;
	background-color: #fff;
	padding: 10px;
	margin: auto;
	padding: 10px;
	color: #252525;
	height: 80px;
	color: #329dc7;
}

div.mfa_intruction a {
	float: left;
	color: #7a929e;
	font-size: 10px;
}

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

div.mfa_intruction h2{
	clear:both;
}

div.mfa_intruction div{
	position: relative;
	text-align:center;
	width:100%;
}

div.set_mpn_contain {
	position: relative;
	text-align:center;
	width:476px;
	border: 2px solid #329dc7;
	background-color: #fff;
	margin: 10px auto;
	padding: 10px;
	color: #252525;
	height: 90px;
}

div.mfa_contain {
	position: relative;
	text-align:center;
	width:476px;
	border: 2px solid #329dc7;
	background-color: #fff;
	margin: 10px auto;
	color: #252525;
	height: 150px;
}

div.mfa_contain a {
	float: left;
	color: #7a929e;
	font-size: 10px;
}
div.mfa_contain a:hover {
	text-decoration:underline;
}

div.mfa_contain p {
	color: #329dc7;
	font-size: 12px;
	margin-top: 20px;
}

div.mfa_contain p.supp_message {
	color: #329dc7;
	font-size: 10px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: auto;
}

div.code_contain {
	position: relative;
	text-align:center;
	width:476px;
	border: 2px solid #329dc7;
	background-color: #fff;
	margin: 10px auto;
	color: #252525;
	height: 175px;
}

div.code_contain a {
	float: left;
	color: #7a929e;
	font-size: 10px;
}
div.code_contain a:hover {
	text-decoration:underline;
}

div.code_contain p {
	color: #329dc7;
	font-size: 12px;
	margin-top: 20px;
}

div.code_contain p.supp_message {
	color: #329dc7;
	font-size: 10px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: auto;
}

div.mfa {
	margin:auto;
	padding:auto;
	width: 476px;
	color: #666;
	text-align: center;
}

div.mfa p {
	text-align: right;
    margin-right:145px;
	margin-top:-10px;
}

div.mfa a {
	color: #7a929e;
	font-size: 10px;
}

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

p.skip_link{
	margin:auto;
	padding:auto;
	text-align: right;
	width:480px;
	padding-top:20px;
	border: 0px solid #329dc7;
}

p.skip_link a {
	color: #7a929e;
	font-size: 12px;
}

p.skip_link a:hover {
	text-decoration:underline;
}

.formMFA {
	width:100%;
}

.formMFA div {
	clear: none;
	margin:auto;
	padding:auto;
	margin-top:20px;
}

.formMFA div.submit{
	margin:auto;
	padding:auto;
	border: 0;
	display: inline-block;
	margin-top:20px;
}

.formMFA input[type=submit] {
	margin:auto;
	padding:auto;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(/img/btn-login-large.gif) no-repeat center top;
}

.formFP {
	width:100%;
}

.formFP div {
	clear: none;
	margin:auto;
	padding:auto;
	margin-top:15px;
}

.formFP input[type=submit] {
	margin:auto;
	padding:auto;
	margin-top:5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(/img/btn-login-large.gif) no-repeat center top;
}


.country_code_div {
	margin:auto;
	padding:auto;
	border: 0px solid;
	float:left;
	width:100px;
	text-align: center;
}

.mobile_phone_number_div{
	margin:auto;
	padding:auto;
	border: 0px solid;
	float:left;
	width:150px;
}

.country_code_div select {
	margin:auto;
	padding:auto;
	border: 1px solid #329dc7;
	width:50px;
	height:20px;
	color: #329dc7;
}

.mobile_phone_number_div input {
	margin:auto;
	padding:auto;
	border: 1px solid #329dc7;
	width:150px;
	height:20px;
	color: #329dc7;
}


.formCodeToConfirm {
	margin: auto;
	padding:auto;
	width:100%;
}

.formCodeToConfirm div {
	clear: none;
	text-align: center;
}

.formCodeToConfirm div.submit{
	margin:auto;
	padding:auto;
	border: 0;
	width: 150px;
}

.formCodeToConfirm input[type=submit] {
	margin:auto;
	padding:auto;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(/img/btn-login-large.gif) no-repeat center top;
}

.code_to_confirm_div{
	margin:auto;
	padding:auto;
	border: 0px solid;
	width:150px;
}

.code_to_confirm_div input {
	border: 1px solid #329dc7;
	margin: auto;
	padding: 3px 0 0 5px;
	width:170px;
	height:20px;
	color: #329dc7;
}


.formFpCodeToConfirm {
	width:100%;
}

.formFpCodeToConfirm div {
	clear: none;
	text-align: center;
}

.formFpCodeToConfirm div.submit{
	margin:auto;
	padding:auto;
	border: 0;
	width: 150px;
}

.formFpCodeToConfirm input[type=submit] {
	margin:auto;
	padding:auto;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(/img/btn-login-large.gif) no-repeat center top;
}

.fp_code_to_confirm_div{
	margin:auto;
	padding:auto;
	background: #f6f6f6;
	/*border: 1px solid;
	width:200px;*/
}

.fp_code_to_confirm_div input {
	border: 1px solid #329dc7;
	margin: auto;
	padding: 3px 0 0 5px;
	width:170px;
	height:20px;
	color: #329dc7;
}


#UserPassword {
	margin-bottom: 20px;
	/margin-bottom: 18px;
}
div.mode {
	position: relative;
	text-align: center;
	clear: both;
	display: block;
	width: 650px;
	padding: auto;
	margin: auto;
	padding-top: 10px;	
	color: #013D85;
	
}

div.mode_detail {
	position: relative;
	text-align:left;
	width:476px;
	border: 2px solid #329dc7;
	background-color: #fff;
	padding: 10px;
	margin: 10px auto;
	padding: 10px;	
	color: #252525;
	height: 125px;
}
div.mode_detail b {
	color: #252525;
	font-size: 30px;
}
div.intro-text {
	width: 350px;
	float: left;
	color: #666;
}
div.mode_detail ul {
	position: relative;
	width:200px;
	/width:275px;
	text-align:center;
	margin:auto;
	padding: 20px 0 50px 0;
}

div.system_mode {
	position: relative;
	width: 50px;
	margin-top: 10px;
	padding: 35px;
	float: left;
}
div.system_mode_blocked {
	position: relative;
	background: url(/img/btn-stop-large.gif) no-repeat center;
	width: 50px;	
	height: 40px;
	margin-top: 0px;
	padding: 35px;
	float: left;
}

.system_mode h1, .system_mode a {
	background: url(/img/btn-go-large.gif) no-repeat;
	float: right;
	padding: 0 50px 0 0;
	height: 50px;
	color: #252525;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	position: relative;
	z-index: 100;
}

.system_mode h1, .system_mode a:hover {
	text-decoration:underline;
}

.system_mode_blocked h1, .system_mode_blocked a {
	background: url(/img/btn-stop-large.gif) no-repeat;
	float: right;
	padding: 0 50px 0 0;
	height: 50px;
	color: #252525;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	position: relative;
	z-index: 100;
}

.system_mode_blocked h1, .system_mode_blocked a:hover {
	text-decoration:underline;
}

.forgot_password a {
	float: right;
	padding: 0 50px 0 0;
	height: 50px;
	color: #252525;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	position: relative;
	z-index: 100;
}

.forgot_password a:hover {
	text-decoration:underline;
}


div.mode_text {
	position: relative;
	text-align: justify;
	width:325px;
	height:150px;
	padding:auto;
	margin:auto;
	padding-top: 5px;	
	color: #013D85;
	
}

#footer {
	clear: both;
	margin-top: 150px;
	padding: 6px 10px;
	text-align: right;
	background-color: #329dc7;
	border-top: 4px solid #b9cad0;
	color: #fff;
}

/* Debugging */
pre {
	padding: 1em;
}

pre.cake_debug {
	margin: 2px;
	font-size: 12px;
	line-height: 18px;
}

div.cake-stack-trace {
	margin: 2px 2px 0 2px;
	font-size: 12px;
	line-height: 18px;
}

div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	padding: 2px 0 2px 5px;
	margin: 0px 4px 5px 5px;
}

div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 0;
	padding: 0 0 10px 0;
}

div.cake-code-dump pre {
	padding: 7px 8px;
	margin: 1px 4px 2px 6px;
}

div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}

