.abtsearch-leftnavigation {
	clear: none;
	width: 180px;
	float: left;
	background-color: yellow;
	display: block;
	margin: 0px;
}

.abtsearch-footer {
	clear:both;
	background-color: yellow;
	text-align: center;
}

.abtsearch-quickSearchInput {
	font-size: 80%;
	width: 100px;
}

.abtsearch-contentframe {
	clear: none;
	margin: 0px;
	padding: 0px;
	font-size: 88%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:.02px;
	position: relative;
	width: 605px;
	float: none;
	/* because left nav floats and contentframe doesn't, the left margin must be set to the width of left nav */
	margin-left: 0px;
	/* background-color: green; */ 
}


h1.abtsearch-sectiontitle {
	background-color: #0066cc;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	font-size: 130%;
	letter-spacing: 0.02px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0px;
	margin-bottom: 5px;
	display: block;
}

.abtsearch-rightpanel {
	float: right;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 150px;
}

.abtsearch-mainpanel {
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
	width: auto;
	margin-right: 160px; /* set this size to width of right panel
		+ rightmargin + desired padding between right panel and mainpanel,
		this allows better scaling of content at higher resolutions and reduces white space */
	/* background-color: orange; */ /* if this background color is enabled, the paging controls will 
		be hidden by the background color in IE6 */
}

.abtsearch-rightmargin {
	/* IE bug cause margin-right of float: right to not be properly observed, sizing is off,
			so using image spacer to control margin */
	width: 0px;
	height: 1px;
	float: right;
}

.abtsearch-bluebox1 {
	margin: 0px;
	background-color: #EBF5FF;
	width: 150px;
	padding: 5px 0px 10px 5px;
	float: none;
	/* due to another IE quirk,
	 * the input boxes in the right panel sometime cannot be selected at times
	 * to do data entry.  Tabbing gives you access but the location of the box
	 * appears to be out of synch with what IE recognizes at the static location,
	 * therefore using absolute position.
	 * Each blue box within the right panel will need it's own absolute position
	 * definition.  Fortunately a top of 0 lines up with the top of abtsearch-contentframe
	 * and right 0 lines up with the right of this div as well
	 */
	position: static;

}

h2.abtsearch-subheading {
	font-weight: bold;
	font-size: 115%;
	color: #F60;
	margin: 0px;
	padding: 0px;
	padding-bottom: 7px;

}

.abtsearch-rightpanel-label {
	font-weight: bold;
	font-size: 80%;
}

.abtsearch-narrowby-input {	
	width: 105px;
}

.abtsearch_narrowby_form {
	display: inline;
	margin:0;
	padding:0;	
}

.abtsearch-rightpanel-go {
	vertical-align: top;
	margin-top: 1px;
	cursor: hand;
}

.abtsearch-summary {
	margin: 0px;
	padding: 0px;
	padding-left: 5px; /* should match the left padding of abtsearch-sectiontitle */
	/* background-color: red; */
	padding-bottom: 35px; /* padding controls where results start to display,
		pagination control floats so it has no impact to determine appropriate size
		enable back-ground color */
}

.abtsearch-entersearch-directive {
	padding: 0px;
	margin: 0px;	
	border-top: 1px solid #cccccc;
	padding-top: 13px;
}

.abtsearch_sortby {
	position: relative;	
	text-align: right;
	float: right;
	padding: 0px;
	margin: 0px;
	/* background-color: red; */
}

.abtsearch-sortby select {
	font-size: 88%;
}

.abtsearch_sortby_pagination_summary_wrapper {
	/* background-color: red; */
}

.abtsearch_pagination_summary {
	/* padding allows pagination summary to properly align with the sort by drop down and label on the right */
	/* enable background color on abtsearch_sortby_pagination_summary_wrapper and abtsearch_sortby
           to fine tune the padding needed for alignment */
	padding-top: 4px;
	padding-bottom: 2px;
}

.label_totalhits {
	font-weight: bold;
}

.label_pagination_summary_results {
	font-weight: bold;
}

.abtsearch_page_hyperlink:link, .abtsearch_page_hyperlink:visited {
	color: #0066cc;
	font-weight: bold;
	cursor: hand;
	text-decoration: none;
}

.abtsearch_page_hyperlink:hover {
	text-decoration: underline;
	cursor: hand;
}
.abtsearch_page_hyperlink_current:link, .abtsearch_page_hyperlink_current:visited { 
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
	cursor: text;
}

.abtsearch_paging_control {	
	margin-top: 5px;
	margin-left: 3px; /* can't get this properly line up do to float or something, tweaking pading helps but not perfect */
	background-color: blue;
	float: none;
}

.abtsearch_results_wrapper {
	border-top: 1px solid #cccccc;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 5px;
	
}

.abtsearch_result_document{
	margin-bottom: 20px;
}

.abtsearch_resultdoc_date {
	color: #999;	
}

.abtsearch_resultdoc_url:link, .abtsearch_resultdoc_url:visited  {
	color: #0066CC;
	text-decoration: none;
}

.abtsearch_resultdoc_url:link:hover {
	text-decoration: underline;
}

.abtsearch_results_querytext, .abtsearch_results_narrowby {
	font-weight: bold;
}
.abtsearch_results_label, .abtsearch_results_totalhits {
	font-weight: bold;
}

.abtsearch_results_sortby {
	font-weight: bold;
}

.abtsearch_waitmessage {
	text-align: center;
	font-weight: bold;
	font-size: 115%;
	color: red;
	background-color: #ffffff;
}
