/* ensure form tag does not take up any visible space within page */
form{
	display:inline;
}

p.messages {
	color:#336699;
	font-size:11px;
	width:825px;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}

div.enquiry-filter-heading {
	width:818px;
	margin:0;
	color:#6e6855;
	background: #CDC7AE url(../img/collapse_arrow.png) center right no-repeat;
	text-align:left;
	padding:2px 2px 2px 5px;
	height:18px;
	font-weight:bold;
	vertical-align:bottom;
	border-top: 1px solid #E0DBC9;
	border-bottom: 1px solid #6E6855;
}

div.enquiry-filter-heading-collapsed {
	width:818px;
	margin:0;
	color:#6e6855;
	background: #CDC7AE url(../img/expand_arrow.png) center right no-repeat;
	text-align:left;
	padding:2px 2px 2px 5px;
	height:18px;
	font-weight:bold;
	vertical-align:bottom;
	border-top: 1px solid #E0DBC9;
	border-bottom: 1px solid #6E6855;
}

div.enquiry-filter-heading a:link,
div.enquiry-filter-heading a:visited,
div.enquiry-filter-heading-collapsed a:link,
div.enquiry-filter-heading-collapsed a:visited {
	color:#6e6855;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #6e6855;
}

div.enquiry-filter-heading a:hover,
div.enquiry-filter-heading-collapsed a:hover {
	border-bottom:1px solid #ff6600;
}

table.enquiry-filter {
	width:825px;
	border-left:1px solid #6e6855;
	border-right:1px solid #6e6855;
	border-bottom:1px solid #6e6855;
	background-color:#eeeede;
	color:#000;
}

table.enquiry-filter tbody {
	font-size:0.9em;
}

table.enquiry-filter tbody td {
/*	text-align:right;*/
	padding:2px;
}

table.enquiry-filter tbody td.label {
	text-align:right;
}

table.enquiry-filter input,
table.enquiry-filter select {
/*	background-color:#ddeeff;*/
/*	font-size:1em;*/
	margin:0;
}

/* search-buttons [START] */
div.search-buttons {
	text-align:right;
	margin-right:12px;
}

div.search-buttons input {
	background-color:#cdc7ae;
}
/* search-buttons [END] */

div.search-buttons input#exportxl {
	background-color:transparent;
}
div.search-buttons input#findForwardDatedPaymentButton {
	width:200px;
	border: 1px solid
}

input.time-entry {
	width:20px;
	margin-right:5px;
	text-align:center;
}