table.locations
{
	width: 100%;
	font-weight: bold;
}

table.locations td
{
	vertical-align: top;
}

table.locations-search
{
	width: 100%;
}

table.locations-search
{
	text-align: left;
}

table.locations-search td
{
	vertical-align: top;
	width: 50%;
}

table.locations-search td.locations-submit
{
	vertical-align: bottom;
}

table.locations-search input.text
{
	width: 80%;
}

.locations-container
{
	background: #efefef;
	margin: 5px 0;
	display: none;
	min-height: 20px;
	max-height: 250px;
	width: 95%;
	overflow: auto;
}

.locations-box
{
	margin: 12px 0;
}

.location_tree ul
{
	padding: 0 0 0 20px;
}

.locations-autocomplete
{
	background-color: #ECECEC;
	display: none;
	position: absolute;
	width: 260px;
	border: 1px solid #CCC;
	z-index: 9999;
}

.locations-autocomplete .ac-elem
{
	width: 100%;
	padding: 0 0 2px 0;
	cursor: default;
}

.locations-autocomplete .ac-elem:hover
{
	background: #FFF;
}

#locationsInput
{
	width: 50%;
	margin: 8px 8px 0 0;
}
