@charset "UTF-8";
/*
DESCRIPTION: LIMS Users profileEDIT_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                           */
/*------------------------------------------*/
.LIMSusr_wrapper_profileEdit_standard {
}

.LIMSusr_wrapper_profileEdit_standard .headline {
}

.LIMSusr_wrapper_profileEdit_standard a:link {
	text-decoration: none;
}

.LIMSusr_wrapper_profileEdit_standard a:visited {
	text-decoration: none;
}

.LIMSusr_wrapper_profileEdit_standard a:hover {
	text-decoration: none;
}

.LIMSusr_wrapper_profileEdit_standard a:active {
	text-decoration: none;
}


/*==========================================*/


.LIMSusr_wrapper_profileEdit_standard .message {
	background-color: #ECC149;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 1px;
}

.LIMSusr_wrapper_profileEdit_standard .mainCategory {
	background-color: #C3996A;
	padding: 4px;
	margin-top: 1px;
}

.LIMSusr_wrapper_profileEdit_standard .subContent {
	padding: 5px;
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C3996A;
	border-bottom-color: #C3996A;
	border-left-color: #C3996A;
	margin-bottom: 4px;
}

.LIMSusr_wrapper_profileEdit_standard .subContent TABLE.subTable {
	font-size: 10px;
	border-collapse: separate;
	border-spacing: 1px;
}

.LIMSusr_wrapper_profileEdit_standard .subContent TABLE.subTable TD {
	padding: 1px;
}

.LIMSusr_wrapper_profileEdit_standard .subContent TABLE.subTable TD.HsplitTD {
	background-color: #E4C092;
}

.LIMSusr_wrapper_profileEdit_standard .subContent TABLE.subTable TD.labelTD {
	background-color: #EED8AE;
}


.LIMSusr_wrapper_profileEdit_standard .subContent TABLE.subTable TR.alternatingRowATR {
	background-color: #FFFFFF;
}

.LIMSusr_wrapper_profileEdit_standard .subContent TABLE.subTable TR.alternatingRowBTR {
	background-color: #F3F3F3;
}

.LIMSusr_wrapper_profileEdit_standard .submit {
	margin-top: 10px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #E4C092;
}