
h2 {
	clear: left;
}

h2 small {
	color: #777;
	font-size: 75%;
	font-weight: normal;
}

h2 small a {
	font-weight: bold;
}

body {
	zoom: 1;
}

#test_catalog .data_field {
	font-family: "ms sans serif", arial, helvetica, sans-serif;
	font-size: 110%;
	margin: 0 0 1em;
}

#test_catalog .data_field h3{
  font-family: arial, helvetica, sans-serif;
}

#test_catalog .data_field a:hover {
	text-decoration: none;
}

#test_catalog .data_field a span {
	color: #000;
}

#test_catalog .data_field_previous {
	font-family: "ms sans serif", arial, helvetica, sans-serif;
	font-size: 110%;
	margin: 0 0 2em 1em;
	padding-left: 1em;
	color: #777;
	border-left: .5em solid #fe9;
}

#test_catalog .data_field_previous a {
	color: #444;
}

#test_catalog table {
	font-size: 100%;
	margin-left: 0;
	margin-right: 0;
}

#test_catalog th, #test_catalog td {
	text-align: left;
	font-size: 90%;
	padding: 1px 5px;
}

#test_catalog th {
	white-space: nowrap;
}

#test_catalog form, #test_catalog input {
	display: inline;
	margin: 0;
}

#test_catalog .data_field p {
	margin: 0;
}

.highlight {
	background: #ff9;
	padding-left: .25em;
	padding-right: .25em;
}

#test_catalog a img {
	border: none;
}

div.auto_complete {
	background: #fff;
	position:relative;
	border:1px solid #ddd;
	border-bottom: 2px groove #ddd;
	border-top: none;
	width: 40em;
	height: 15.75em;
	overflow:hidden;
	font-size: 90%;
	padding-bottom: 1px;
	z-index: 4 !important;
	width: 24em !important;
	opacity: .9;
 filter: alpha(opacity:90);
}

div.auto_complete ul {
	border:1px solid #777;
	margin:0;
	padding:0 0 .5em;
	list-style:none;
	display: block;
	height: 15.75em;
	overflow:hidden;
}

div.auto_complete ul li {
	margin:0;
	padding: 0 .5em 0 1.7em;
	display: block;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
	text-indent: -1.2em;
}

div.auto_complete ul li.selected {
	background-color: #ffb;
}

div.auto_complete ul strong.highlight {
	color: #800;
	margin:0;
	padding:0;
}

/* Search Results */

div.search_result {
	margin:4px 0 18px 0;
}

div.search_resource {
	margin:4px 0 24px 0;
}

div.search_resource a {
	font-weight:bold;
}

div.search_pagination {
	margin:8px 0 0 0;
}

span.search_summary {
}

h1 small.unit_code {
	float: none;
	margin: 0;
	padding: 0;
}

h1 span.mnemonic, p.x00-hd1 span.mnemonic {
	font-weight: bold;
	color: #456;
	border-right: 1px solid #aaa;
	padding-right: 10px;
	margin-right: 10px;
}

/* Test Order Tracking Tool */
.pager-start {
  width: 8px; height: 9px; margin:10px 8px 0 8px; background: url(/images/test-catalog/pager-start.png) no-repeat top; cursor: pointer; float:right;
}

.pager-last {
  width: 8px; height: 9px; margin:10px 8px 0 8px; background: url(/images/test-catalog/pager-last.png) no-repeat top; cursor: pointer; float:right;
}

.pager-previous {
  width: 8px; height: 9px; margin:10px 8px 0 8px; background: url(/images/test-catalog/pager-previous.png) no-repeat top; cursor: pointer; float:right;
}

.pager-next {
  width: 8px; height: 9px; margin:10px 8px 0 8px; background: url(/images/test-catalog/pager-next.png) no-repeat top; cursor: pointer; float:right;
}

.pager-inactive {
  background-position: 0 -9px; cursor: default;
}
/* End Test Order Tracking Tool */
