@charset "utf-8";
/* CSS Document */

/* Global Search label */
.ACA_Page_Instruction {
	position:absolute;
	top:-19px;
	left:30px;
	font-size:14px;
	color:#333333;
	font-weight: bold;
	display:block !important;
}
	@media screen and (max-width: 768px) {
		.ACA_Page_Instruction {left:5px;}
	}
/* Search history list container  */
.ACA_BannerAndSearch {
	position:relative;
	margin-top:55px;
}
/*remove this single entry to restore global search*/
.ACA_BannerAndSearch {
	display: none;
}
/* Search Input text */
.watermark {
	color:#bbbbbb !important;
}
/* Search Container */
.gs_container {
	width:60%;
	position:relative;
	float:none !important;
	display:block;
}
	/* Seach Input */
	.gs_container .gs_top_table .gs_search_box {
		 width: 100% !important;
		 position:absolute;
		 top:0;
		 left:0;
		 border-color: #cccccc;
		 color:#333333;
		 font-weight:normal !important;
		 font-style:normal !important;
		 font-size:18px;
		 height:34px;
	}
	/* Search go button */
	.gs_container .gs_top_table .gs_go_img {
		position:absolute;
		top:13px;
		right:16px;
		content:normal !important;
	}	
	/* Search history button */
	.gs_container .gs_top_table #tdSearchHistory a {
		position:absolute;
		right:-2px;
		top:13px;
		height:32px;
		width:18px;
		background-color:#b5b5b5;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		border-top-right-radius: 4px;
	}
		.gs_container .gs_top_table #tdSearchHistory a img {
			content:normal !important;
			margin-top:5px;
			cursor:pointer;
		}

/* Search history list */
#divHistoryList {
	position:absolute;
    top: 36px !important;
	left:0 !important;
	width: 59%;
	z-index: 100 !important;
}
@media screen and (max-width: 768px) {
	/* Search Container */
	.gs_container {width: 100%;}
	/* Search history list */
	#divHistoryList {width: 95%;}
}
@media screen and (max-width: 600px) {
}
