/* ============ SPECTRAQEST QEST PORTAL ============ */

/* 
 *
 *  ADVANCED SEARCH
 *
 *  COMMENCED 18 July 2009
 *	DESIGNER: Thomas Bland Design http://www.thomasbland.com.au
 *  COPYRIGHT 2009 SpectraQEST
 *
*/

/* ============ CONTAINER, SEARCH CRITERIA LAYOUT ============ */

div#AdvancedSearch {
	width: 600px;
	margin: 0 auto;
}

div.AdvSearchRow {
	clear: both;
	padding-bottom: 10px;
}

div.AdvSearchCol {
	width: 220px;
	float: left;
	padding-right: 20px;
}

/* ============ FORM LAYOUT ============ */

div#AdvancedSearch input#Project {
	width: 300px;
}

div#AdvancedSearch input#Tags {
	width: 300px;
}

div.AdvSearchRow div.FormGroup {
	padding-bottom: 1em;
}

div.date {
	float: left;
}

div#DateFrom {
	width: 250px;
}

div#DateTo {
	width: 150px;
}

div#DateTo label {
	width: 20px;
}

div.date input {
	width: 100px;
}

div.AdvSearchRow div.FormGroup label.ListLabel {
	float: left;
	width: 120px;
	padding-right: 10px;
	text-align: right;
}

ul#PublishedList {
	width: 400px;
}

ul#PublishedList li {
	float: left;
}

div.AdvSearchRow ul {
	padding-bottom: 0.5em;
	float: left;
	width: 300px;
}

div.AdvSearchRow ul li {
	padding-bottom: 0.5em;
}

ul.checkboxlist {
	padding-left: 130px;
}

div#AdvancedSearch div#submit {
	padding-left: 130px;
}
