﻿/* LOGIN */
table.login{
	background		: url(../Content/Images/Login/RE_bg_login.png) no-repeat;
}

div.tableLogin{
	position		: relative;
	top				: 300px;
}
table.tableLogin{
	text-align		: center;
	margin-left		: auto;
	margin-right	: auto;
	width			: 300px;
	height			: 120px;
	background		: url(../Content/Images/usr_psw.png) repeat-x;
	border			: solid 1px #000000;
}
span.buttonLogin{
	cursor			: pointer;
	color			: #FFFFFF;
	height			: 30px;
	border			: solid 1px #25658D;
	text-align		: center;
	font-size		: 12px;
	font-weight		: bold;
	font-family		: Arial, sans-serif;
	padding			: 6px 5px 0px 5px;
	background		: url(/Content/Images/Buttons/login_30px.png) repeat-x;
}
span.buttonLoginDisabled{
	cursor			: default;
	color			: #808080;
	height			: 30px;
	border			: solid 1px #DDDDDD;
	text-align		: center;
	font-size		: 12px;
	font-weight		: bold;
	font-family		: Arial, sans-serif;
	padding			: 6px 5px 0px 5px;
	background		: url(/Content/Images/Buttons/login_disabled_30px.png) repeat-x;
}
label.placeholder{
	position		: absolute;
	z-index			: 5;
	font-family		: Arial, sans-serif;
	font-size		: 14px;
	font-weight		: normal;
	color			: #999999;
	left			: 45px;
	display			: inline;
	cursor			: text;
	padding			: 5 4 4 1;
	margin-top		: 4px;
}
span.ident {
	font-size		: 30px;
	font-weight		: bold;
}
.divInputTextBox{
	height			: 30px;
	vertical-align	: middle;
}
.spaceTop{
	margin-top		: 10px;
}
td.header {
	vertical-align	: middle;
	text-align		: right;
	font-weight		: bold;
	padding-right	: 10px;
}
input.inputTextBox{
	width			: 260px;
	padding			: 3px;
	padding-left	: 4px;
	font-family		: Arial, sans-serif;
	font-size		: 14px;	
	height			: 32px;
	line-height		: 19px;
}
input.psw {
	width			: 176px;
}

table.errorBox {
	width			: 300px;
	margin-top		: 0px;
	padding			: 2px;
	padding-left	: 4px;
	display			: none;
	margin-left		: auto; 
	margin-right	: auto;	
}

.texte {
	font-size		: 11px;
}
.hide {
	display			: none;
}
.errorMsg {
	text-align		: center;
	padding			: 10px;
	font-size		: 14px;
	color			: #FFFFFF;
	font-family		: "Segoe UI", Tahoma, Verdana, sans-serif;
	vertical-align	: middle;
}
.semiTransBackTop {
	background		: url(../Content/Images/Login/bg_black_trans_rounded_top.png) no-repeat;
	width			: 340px;
	height			: 10px;
	font-size		: 7px;
}
.semiTransBackMiddle {
	background		: url(../Content/Images/Login/bg_black_trans_middle.png) repeat-y;
	width			: 340px;
	padding-top		: 10px;
	padding-bottom	: 10px;
}
.semiTransBackBottom {
	background		: url(../Content/Images/Login/bg_black_trans_rounded_bottom.png) no-repeat;
	width			: 340px;
	height			: 10px;
	font-size		: 7px;
}
.whiteFrontTop {
	background		: url(../Content/Images/Login/bg_white_rounded_top.png) no-repeat;
	width			: 300px;
	height			: 10px;
	font-size		: 7px;
	margin			: 0 auto;
}
.whiteFront {
	background		: #FFFFFF;
	width			: 300px;
	padding-top		: 10px;
	font-size		: 7px;
	text-align		: center;
	margin			: 0 auto;
}
.whiteFrontBottom {
	background		: url(../Content/Images/Login/bg_white_rounded_bottom.png) no-repeat;
	width			: 300px;
	height			: 10px;
	font-size		: 7px;
	margin			: 0 auto;
}

.errorBox {
	color			: #343434;
	background-color: #FFEBE8;
	border			: solid 1px #E02810;
	text-align		: center;
	/* margin-top		: 8px; */
	padding			: 8px;
	width			: 260px;
	font-size		: 12px;
	font-weight		: bold;
	font-family		: Arial, sans-serif;
	margin			: 0 auto;

}
div.tableLoginHeaderLogo{
	background		: url(../Content/Images/Login/RE_login_logo.png) no-repeat;
	height			: 115px;
	width			: 343px;
	position		: absolute;
	top				: 0px;
	left			: 0px;
}
div.tableLoginHeader{
	height			: 70px;
	width			: 100%;
	background-color: #F2F2F2;
	border-bottom	: solid 1px #707070;
	padding-left	: 400px;
	padding-top		: 15px;
	color			: #777777;
	font-family		: calibri;
	font-size		: 32px;
	text-align		: left;
}