/* CSS Document */
body {
/*	background-color: #D6D8FF;*/
}
acronym {
	border: 0;
	border-bottom: 1px dashed #ccc;
}
#footer {
	margin-top: -15px;
}
#mainSection {
	background-color: white;
	background-image: url('/meta/images/icons/fade.gif');
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 10px;
}
#mainContent {
	font-size: 1.4em;
	margin: auto;
	width: 750px;
	padding-top: 1em;
	line-height: 175%;
}
a {
	color: #4B4F94;
	text-decoration: underline;
}
a:link {}
a:visited {
	color: #1D2048;
	text-decoration: none;
	border-bottom: 1px dotted #4B4F94;
}
a:hover {color: #A17562;}
a:active {}

p {
	text-align: justify;
}

div.tableContainer {
	width: 650px;
	height: 320px; 	/* must be greater than tbody*/
	overflow: auto;
	margin: 0 auto;
	position: relative;
	margin-top: 1.5em;
}
#jobListingTable, #searchResultsTable {
	border-collapse: collapse;
	background-color: #edeeff;
	-moz-border-radius: 20px;
	margin: auto;
}
#searchResultsTable thead tr	{
	top: expression(offsetParent.scrollTop); /*IE5+ only*/
}
#jobListingTable thead tr	{
	position: relative;
	top: expression(offsetParent.scrollTop); /*IE5+ only*/
}

#jobListingTable tfoot tr {
}
#jobListingTable tbody tr, #searchResultsTable tbody tr {
	height: 1em;
}
#jobListingTable tbody td, #searchResultsTable tbody td {

	-moz-border-radius: 20px;
	height: 1em;
}
#jobListingTable tbody {
	overflow: auto;
	height: 250px;
	overflow-x: hidden;
	font-size: 0.9em;
}
#searchResultsTable {
	width: 100%;
	margin-bottom: 1em;
}

#searchBoxShiny {
	display: block;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
}
#searchBoxShiny fieldset {
	padding: 0.5em;
	width: 650px;
	margin: auto;
	border: 0;
}
#searchBoxShiny fieldset input#query {
	width: 500px;
	padding: 0.25em;
	font-size: 1.0em;
}
#searchBoxShiny fieldset input#searchButton {
	padding: 0.25em;
}
#searchBoxShiny fieldset #exampleSearch {
	font-size:0.7em;
	font-style:italic;
	text-align:right;
}


.bidderInformation {
	margin: auto;
}
.bidderInformation thead td {
	text-align: center;
	border-bottom: 1px solid black;
	font-size: 1.2em;
	font-weight: bold;
}
.bidderInformation tbody td {
	padding-bottom: 0.5em;
}
.bidderInformation .colLabel {
	font-weight: bold;
	padding-right: 1em;
	padding-left: 1em;
}

button img {
	vertical-align: top;
}


fieldset legend {
	color: black;
}