@charset "UTF-8";
/*
DESCRIPTION: LIMS _siteSpecific common 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.
*/

/*------------------------------*/
/* setup DO NOT !ALTER/DELETE!  */
/*------------------------------*/
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}

/*=================================================================*/

/*------------------------------*/
/* input text field             */
/*------------------------------*/
.LIMS_inputTEXT {
	font-size: 10px;
	border: 1px solid #999999;
	vertical-align: middle;
}

/*------------------------------*/
/* input SELECT			        */
/*------------------------------*/
.LIMS_inputSELECT {
	font-size: 10px;
	border: 1px solid #999999;
	vertical-align: middle;
}

/*------------------------------*/
/* input checkbox field         */
/*------------------------------*/
.LIMS_inputCHECKBOX {
	vertical-align: middle;
}

/*------------------------------*/
/* input buttons                */
/*------------------------------*/
.LIMS_inputBUTTON {
	font-size: 10px;
	border: 1px solid #999999;
	vertical-align: middle;
}

/*------------------------------*/
/* help mark >> [?]             */
/*------------------------------*/
.LIMS_help_mark {
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
	cursor: help;
}


/*------------------------------*/
/* lightwindow popup content    */
/*------------------------------*/
.LIMS_lightwindow_header {
	width: 100%;
	background-color: #8DAFC4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #FFFFFF;
}

.LIMS_lightwindow_textHead {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	line-height: 12px;
	padding-top: 15px;
	padding-bottom: 11px;
	font-weight: bold;
}

.LIMS_lightwindow_text {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 15px;
}

.LIMS_lightwindow_text p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.LIMS_lightwindow_bottom {
	height: 13px;
	width: 100%;
	background-color: #D6D6E0;
}


/*------------------------------*/
/* prototype/script.aculo.us    */
/*------------------------------*/
.LIMS_toggleDIV {
	border: none;
}

.LIMS_toggleDIV_wrapper {
	border: none;
}


.init_hideER  { display:none; }
 

/*------------------------------*/
/* checkbox icon button         */
/*------------------------------*/
.checkboxIconButton {
	height: 14px;
	padding-left: 20px;
	padding-top: 2px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: left center;
}

.checkboxIconButton a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 10px;
	padding-left: 2px;
	padding-top: 1px;
	text-align: left;
	line-height: 11px;
	display:block;
}

.checkboxIconButton a:visited, .checkboxIconButton a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
}

.checkboxIconButton a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}