
/* ---------------------------------------- User Management -------------------------------------------- */

.frmSignin {
	margin: 0;
}

.tblSignin {
	border: 0px;
	border-collapse: collapse;
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-weight: normal;
	font-size:11px;
	color: #666666;
	text-align:center;
	width: 150px;
}

.tblSignout {
	border: 0px;
	border-collapse: collapse;
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size:11px;
	color:#4D9400;
	text-align:center;
}

.txtUserName {
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: 11px;
	border: 1px dotted Silver;
	background-color: #FCFDFE;
	color: #666666;
	text-align: center;
	width: 80px;
	height: 18px;
	font-weight: normal;
}

.txtPassword {
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: 11px;
	border: 1px dotted Silver;
	background-color: #FCFDFE;
	color: #666666;
	text-align: center;
	width: 80px;
	height: 18px;
	font-weight: normal;
}

.btnSignin {
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: 11px;
	font-weight: 600;
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-weight:600;
	background: url(../../Images/Background/Button/download_btn_highlight.PNG);
	border: 0px solid buttonface;
	margin: 0;
	padding-bottom: 4px;
	cursor:hand;
	height: 19px;
	width: 61px;
	vertical-align: top;
}

.btnSignout {
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: 11px;
	font-weight: 600;
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-weight:600;
	background: url(../../Images/Background/Button/download_btn_highlight.PNG);
	border: 0px solid buttonface;
	margin: 0;
	padding-bottom: 4px;
	cursor:hand;
	height: 19px;
	width: 61px;
	vertical-align: top;
}

.lblSigninStatus {
	direction: rtl;
	font-family: Tahoma, "Times New Roman", Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #99CC00;
	text-align: justify;
	padding-right: 0px;
	padding-top: 5px;
}

.spnErrorMessage {
	color: #C83200;
}

.spnWarningMessage {
	color: #FFCC00;
}

.spnInfoMessage {
	color: #99CC00;
}
