body
{
	font-family: Arial;
	font-size: 11px;
}
td
{
	font-family: Arial;
	font-size: 11px;
}
select
{
	font-family: Arial;
	font-size: 11px;
}
input
{
	font-family: Arial;
	font-size: 11px;
}
.heading
{
	font-family: Arial;
	font-size: 11px;
	color: Black;
	font-weight: 700;
	background-color: Silver;	
	border: none;
	border-bottom: solid 1px black;
	height: 18px;
	padding-left: 5px;
}
.heading_alt
{
	font-family: Arial;
	font-size: 11px;
	color: White;
	font-weight: 700;
	background-color: Silver;	
	border: none;
	border-bottom: solid 1px black;
	height: 18px;
	padding-left: 5px;
}
.heading_highlight
{
	font-family: Arial;
	font-size: 11px;
	color: Black;
	font-weight: 700;
	background-color: Yellow;	
	border: solid 1px black;
}
.lookupparty_box
{
	position:relative;
	width: 260px;
	overflow: hidden;
}
.lookupparty_box_results
{
	vertical-align: top;
	position: relative;
	overflow: auto;
	width: 258px;
	height: 600px;
	overflow: scroll;
}
.lookup_header
{
	background-color: #DAA520;
	color: #000000;
	font-weight: 700;
	padding-left:5px;
}
.leftbox
{
	border-left: solid 1px Gray;	
}
.rightbox
{
	border-right: solid 1px Gray;
}
.clue_box
{
	background-color: #F0F8FF;
	border: ridge 1px #FFFFFF;
	position: relative;
	width: 495px;
	overflow: auto;
	z-index: 2;
}
.searchbox
{
	 background-color: #FAFAD2 ;
	 color: Black;
}
.blue_line
{
	color: #5E78A9;
}
.orderitems
{
	color: #000000;
}
.error
{
	color: Red;
	font-weight: 700;
	font-size: 18px;		
}