@charset "UTF-8";
/*
DESCRIPTION: LIMS Users loginLogout_standard CSS
VERSION: 2.0.0
LEAD DEVELOPER: Keith Savoie
CO-DEVELOPERS: Chris McCain
COPYRIGHT: Leopard Inc. Omaha, NE 402-422-0150
DIST: LIMS is the exclusive property of Leopard Inc. Omaha, NE.
DIST: This code and all supporting elements can not be redistributed
DIST: or used in any other capacity other than originally contracted with Leopard Inc.
*/

/*------------------------------------------*/
/* OBJECT WRAPPER                           */
/*------------------------------------------*/
TABLE.LIMSusr_loginMgr_wrapper {
	width: 100%;
}

TABLE.LIMSusr_loginMgr_wrapper .headline {
}

/*=================================================================*/

/*------------------------------------------*/
/* login table                              */
/*------------------------------------------*/
TABLE.LIMSusr_loginMgr_wrapper TABLE.LIMSusr_login {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ECC149;
}

TABLE.LIMSusr_loginMgr_wrapper TABLE.LIMSusr_login .msg {
	font-weight: bold;
	color: #CC0000;
}

/*------------------------------------------*/
/* logout table                             */
/*------------------------------------------*/
TABLE.LIMSusr_loginMgr_wrapper TABLE.LIMSusr_logout {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #A0E594;
}

/*=================================================================*/

/*------------------------------------------*/
/* newProfile table                         */
/*------------------------------------------*/
TABLE.LIMSusr_loginMgr_wrapper TABLE.LIMSusr_newProfile {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #6699FF;
}

TABLE.LIMSusr_loginMgr_wrapper TABLE.LIMSusr_newProfile .msg {
	font-weight: bold;
	color: #CC0000;
}

/*=================================================================*/

/*------------------------------------------*/
/* retrievePassword table                   */
/*------------------------------------------*/
TABLE.LIMSusr_loginMgr_wrapper TABLE.LIMSusr_retrievePassword {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #6699FF;
}

TABLE.LIMSusr_loginMgr_wrapper TABLE.LIMSusr_retrievePassword .msg {
	font-weight: bold;
	color: #CC0000;
}