@charset "utf-8";
/* CSS Document */
/* 20080912 by DS: scoped to #content to restore menu colors */
#content a:link {
color: blue;
}

#content a:visited {
color: blue;
}

#content a:active {
color: blue;
}

hr {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 1px;
	width: 90%;
	text-align: center;
}

#content .highlighted {
	font-weight: bold;
}

#initial_instructions {
	hei_ght: 182px;
	background-color: magenta;
	margin-left: 264px;
	margin-right: 145px;
}

#lot_entry_form {
	/*margin-left: 135px;*/
	margin-top: 0px;
	margin-bottom: 12px;
	border: 1px solid #999999;
	padding: 5px;
	/*width: 75%;
	height: 162px;*/
	text-align: center;
}	
#lot_entry_form p {
	margin-bottom: 0px;	
}

#lot_entry_form .lot_entry_field {
	border-color: #ccc #999 #999 #ccc;
	border-style: solid;
	border-width: 1px;
	color: #444;
	size:8;
}

#lot_entry_form .lot_entry_submit {
	border: 1px solid #999999; 
	background-color: #CCCCCC; 
	text-decoration: none; 
	margin-left: 10px;
}

#results {
	background-color: #999999;
}

#results td {
	background-color: white;
	font-size: 12px;
}

#results th {
	text-align: left;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;	
}

#suggestive_selling {
	background-color: #f3ebf3;
	border-bottom: 5px solid #660066;
	border-top: 5px solid #660066;
	background-image: url(../img/suggestive_selling.jpg);
	background-repeat: no-repeat;
	min-height: 126px;
	margin-top: 30px;
}


#suggestive_selling_content {
	margin: 0px;
	margin-left: 136px;
}

.error {
	color:#FF0000;
}
