caption {font-weight: bold;text-align: left;}
form h1 {
	background: #C1CDDB;
	margin-bottom: 2em;
	padding: 4px;
}
hr { border: none; 	background-color: #C1CDDB; margin: 1em 0; height: 1px;}
table {width: 100%; }
th {
	text-align: left;
	background: #C1CDDB;
	border-bottom: 1px solid #677F9F;
	padding: 2px;
}
th,td { padding-left: 5px; }
tr.trOdd { background-color: #FFF; }
tr.trEven { background-color: #E6EBF0; }

.formWrapperMiddle {
	margin: 0px auto;
	width: 400px;
}

.formRowFull,.formRowHalf { margin-bottom: 1em; margin-right: 1%; }
.formRowFull img,.formRowHalf img {
	display: inline;
	float: none !important;
	margin: 0 !important;
	vertical-align:text-bottom;
}
.formRowFull label,.formRowHalf label { font-weight: bold; }
.formRowFull p,.formRowHalf p { margin: 0 0 1em !important; }
.formRowFull input.buttonSubmit {
	color: #FFF;
	font-size: 95%;
	font-weight: bold;
	background: #005E30;
	border: none;
	padding: 3px 4px;
}
.formRowFull select {width:100%;}
* html .formRowFull select {width:90%;}
*+html .formRowFull select {width:90%;}

.formRowHalf {float: left; width: 49%;}
* html .formRowHalf {width: 47%;}
.formRowHalf input,.formRowHalf select {width:160px;}
.formRowHalf input.calendarx { width: 134px; }
.formRowHalf select {font-size:100%;}

#searchCriteria, .alsoTrading { font-size:85%; }
#searchCriteria .rowData { font-style: italic; }

.searchNav {
	background: #C1CDDB;
	margin-bottom: 1em;
	padding: 5px 3px 4px;
	width: 100%;
}
.searchNav .rowLabel {
	font-weight: bold;
	padding-left: 10px;
}
.searchNav ul { float: right; list-style: none; margin: 0 !important; }
.searchNav ul li { display: inline; }
.searchNav ul li a, .searchNav ul li span {
	border: 1px solid #67809F;
	line-height: normal;
	margin-right: 5px;
	padding: 1px 5px;
	text-decoration: none !important;
}
* html .searchNav ul li a, * html .searchNav ul li span {	/* IE6 fix */
	display: block;
	float: left;
}
*+html .searchNav ul li a, *+html .searchNav ul li span {	/* IE7 fix */
	display: block;
	float: left;
}


.searchNav ul li a:hover { background-color: #20375C !important; color: #FFF !important; }
.searchNav ul li a.selected {
	color: #FFF !important;
	background-color: #20375C;
	border: none;
}
.searchNav ul li span.disabled {
	border-color: #FFF;
	color: #8A9EB5;
	font-weight: bold;
}


.row .rowLabel { width: 140px; float: left; }
.row .rowData {margin-left: 160px;}
.row p {margin: 0 0 1em !important;}

ul.listCategories {
	margin: -15px 0 0 !important;
	padding-left: 1em;
}
ul.listCategories li {
	list-style: none !important;
}