/* ---------------------------------------- CSS INFORMATION ---------------------------------------- */
/* Author: Design & Usability (GSS) 
/* Relationship / Project: CSS for www.AsgrowAndDekalb.com 
/* Version History: September 22, 2007 
/* Media: Screen and Print 
/* Comments: This is the Planter Settings file used for computer screens and printers.
/* ------------------------------------------------------------------------------------------------- */

/*------ start planter settings form (batch) ---------*/
#plannter_settings_form {
	background-color: #fff4da;
	padding: 7px;
}

fieldset {
	margin-top:15px;
	border: none;
}

div.entry {
	clear: both;
}

div.label {
	float: left;
	width: 150px;
	padding:0 0 0 3px;
	font-weight: bold;
}

div.field {
	float: left;
	width: 450px;
	padding-bottom: 15px;
}

div.field input {
	width: 50%;
}

div.offset {
	padding: 0 0 0 152px;
	margin: 0 0 5px 0;
	clear: left;
}
div.offset a {
	font-style:italic;
}
/*------ start planter settings table (settings) ---------*/
#planter_settings_tbl {
	width:100%;
	border:none;
	padding:0;
	margin:10px 0;
}
#planter_settings_tbl td{
	text-align:center; 
	border:1px solid #fff4da;
}
#planter_settings_tbl th{
	background-color:#ffcb05;
}
#planter_settings_tbl tr.alt_row{
	background-color:#fff4da;
}
/* -------- start searching ------- */
#searching {
	position: absolute;
	left: 500px;
	top: 175px;
	display: none;
}
/* -------- end searching ------- */



/* ---------------------------------------- SUPPORT TEAM ADD CSS BELOW THIS LINE  ---------------------------------------- */