/** LOGIN SCREEN */
.loginScreen {
	background-image: url(../img/login/login_full.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	cursor:default;
}

.reloadingScreenContent{
	margin-left: 20px;
	text-align:left;
}

.reloadingScreenLabel {
	font-family: Arial, Verdana;
	font-size: 18px;
}

.alignRight {
	text-align: right;
	float: right;
}

.loginTopImage {
	text-align: center;
}

.loginLabelInstruction {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000;
	text-align: left;
	margin-top: 180px;
}

.loginBox {
	margin-right: 50px;
}

.loginLabel {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000;
	text-align: left;
	font-weight: bold;
}

.loginWaiting {
	vertical-align: middle;	
}

.loginValidateButton {
	background-image: url(../img/login/bn_validar.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 83;
	height: 26;
	text-align: right;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.loginValidateButton-down {
	border: 1px solid #858585;
}

.loginValidateButton-up-hovering,.loginValidateButton-down-hovering {
	cursor: pointer;
}

.loginValidateButton::-moz-focus-inner {
	border: 0;
	outline: 0
}

.loginError {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #FF0000;
	text-align: left;
	font-weight: bold;
}

.mgSelectionPanel {
	background-image: url(../img/login/login_managerselect.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	cursor:default;
}

.mgSelectionTitle {
font-family: Arial, Verdana;
	font-size: 12px;
	color: #000;
	text-align: left;
	margin-top: 130px;
		font-weight: bold;
}

.mgSelectionPositionsPanel {
 	border: 5px solid #000000;
}

.mgSelectionOnePositionPanel{

}

.mbSelectionLabelsPositions{
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #e5e5e5;
}