﻿/*	search	*/

td
{
	padding-left: 8px;
}

input[type="text"].large
{
	width: 200px;
}

input[type="text"]
{
	width: 119px;
}

input[type="text"].mid
{
	width: 70px;
}

input[type="text"].small
{
	width: 50px;
}

table#orderInformation, table#billingAddress
{
	width: 425px; 
	float: left;
}

table#projectInformation, table#shippingAddress 
{
	width: 430px; 
	float: right;
	margin-right: 7px;
}

td.searchHeading
{
	background-color: #ff9933;
	color: #fff;
	font-weight: bold;
	padding: 4px 0 4px 4px;
}

div#searchbuttonContainer
{
	margin: 14px 0 0 8px;
}

tr.alternating
{
	background-color: #eee;
}

span.startSearch
{
	color: red;
	font-weight: bold;
}

div#noMatches
{
	color: red;
	font-weight: bold;
	margin-left: 10px;
}

/* basic search */

.autoCompletionListElement
{
	z-index: 100;
	visibility : hidden;
	margin : 0px!important;
	padding : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 0px;
	border-style : solid;
	cursor : default;
	overflow : auto;
	height : 350px;
    text-align : left; 
    list-style-type : none;
    font-size: 14px;
}

.autoCompleteListItem
{
	background-color : window;
	color : windowtext;
	padding : 4px 0 4px 3px;
}

.autoCompleteHighlightedListItem
{
	background-color: #999;
	color: #fff;
	padding: 4px 0 4px 3px;
}