﻿/* Global settings within the form container */
.ll-criteria * {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}


/* Sets the width of the form container */
.ll-criteria {
	width: 435px;
	color: #333;
	}
.ll-criteria.ll-max {
	width: 700px;
	}


/* Styling of common elements */
.ll-criteria a {
	color: #545488;
	}
.ll-criteria h1 {
	font: bold 21px Arial, Helvetica, sans-serif;
	margin: 0 0 3px 0;
	color: #545488;
	}
.ll-directions {
	padding-bottom: 20px;
	}
.ll-criteria.ll-max .ll-directions {
	padding-bottom: 0;
	}
.ll-criteria.ll-max h2 /* for section titles on maxed out layout */ {
	color: #336;
	font-size: 12px;
	font-weight: bold;
	border-top: 2px solid #999;
	padding: 7px 0 7px 10px;
	background: #f9f9f9;
	margin: 20px 0 0 0;
	clear: both;
	}


/* Label styling */
.ll-criteria h3 {
	font-weight: bold;
	float: left;
	width: 200px;
	margin-top: 4px;
	color: #545488;
	}
.ll-criteria.ll-max h3 {
	font-weight: normal;
	margin-left: 10px;
	width: 190px;
	}
.ll-criteria h3 select {
	color: #545488;
	position: absolute;
	margin: -3px 0 0 3px;
	}
.ll-criteria h3 em {
	display: none;
	margin: 0;
	}


/* Styling for rows of search fields */
.ll-searchRow {
	padding: 10px 0;
	border-top: 1px solid #ddd;
	}
.ll-searchRow.ll-submit {
	border-top: 1px solid #999;
	text-align: right;
	}
.ll-criteria.ll-max .ll-searchRow.ll-submit {
	margin-top: 24px;
	}
.ll-searchRow.ll-submit a {
	color: #999;
	font-size: 10px;
	line-height: 28px;
	margin-right: 18px;
	}
input.ll-searchButton /* Search button */ {
	padding: 5px 10px;
	font-weight: bold;
	}
.ll-criteria .ll-searchRow.ll-submit input.ll-searchButton {
	float: right;
	}
.ll-criteria.ll-simple input.ll-searchButton {
	width: 260px;
	margin-bottom: 24px;
	display: block;
	}


/* Search column 1 grouping */
.ll-searchGroup1 {
	float: left;
	width: 234px;
	}
.ll-criteria.ll-max .ll-searchGroup1 {
	margin-right: 5px;
	}
.ll-searchGroup1 label {
	display: block;
	padding: 3px 0;
	}
.ll-criteria.ll-max .ll-searchGroup1.ll-searchType {
	width: auto;
	}
.ll-criteria.ll-max .ll-searchGroup1.ll-searchType label {
	float: left;
	margin-right: 20px;
	}
.ll-criteria.ll-max .ll-searchGroup1.ll-propType select {
	height: 180px;
	}
.ll-criteria.ll-max .ll-searchGroup1.ll-propType select option {
	color: #999;
	}
.ll-criteria.ll-max .ll-searchGroup1.ll-propType select .ll-propTypeOption {
	color: #333;
	}
.ll-criteria.ll-max .ll-searchGroup1.ll-propType em {
	margin-bottom: 6px;
	}
.ll-criteria.ll-max .ll-searchGroup1.ll-useStatus {
	width: 400px;
	}
.ll-criteria.ll-max .ll-searchGroup1 .ll-useStatusGroup {
	margin-right: 20px;
	float: left;
	}
.ll-searchGroup1 .ll-tenancyType {
	float: left;
	margin-right: 20px;
	}


/* Search column 2 grouping (only shown in max layout) */
.ll-searchGroup2 {
	display: none;
	}
.ll-criteria.ll-max .ll-searchGroup2 {
	display: block;
	float: left;
	color: #999;
	}
.ll-criteria.ll-max .ll-searchGroup2.ll-companyName label {
	float: left;
	margin-right: 10px;
	}
.ll-criteria.ll-max .ll-searchGroup2.ll-priceRangeOption label {
	float: left;
	margin-right: 10px;
	}
.ll-searchGroup2 label {
	display: block;
	padding: 3px 0;
	}


/* Tips for form items */
.ll-criteria em {
	display: block;
	font-size: 9px;
	font-style: italic;
	color: #999;
	margin: 2px 0 0 0;
	}


/* Browser form control styling */
.ll-radioButton, .ll-checkBox {
	width: 13px;
	height: 13px;
	margin-right: 2px;
	float: left;
	}
.ll-select, .ll-textfield {
	width: 230px;
	}
.ll-textfield-sm /* smaller fields for ranges */ {
	width: 96px;
	}
.ll-textfield-med /* smaller fields for ranges */ {
	width: 106px;
	margin-right: 4px;
	}
.ll-rangeText /* the "to" text between range fields */ {
	margin: 0 8px 0 9px;
	}