@charset "UTF-8";

#search_Q {
			width: 98%;
			padding: 8px 0px;
			border: 1px solid #bbbbbb;
			border-radius: 5px;
			background-image: url(/images/icons/search.png);
			background-repeat:no-repeat;
			background-position: right 10px center;
		
		}

		#search_label {
			width: 1%;
		
			font-size: 20px;
		}
		
		#head_table{
			background-color: transparent;
			border-radius: 5px;
		}
		
		
		#headmsg {
				
				font-size: 11px;
				float: right;
				padding-top:2%;
				
			}
			.head_results {
				font-size: 20px;
				
			}
			#spelling {
				font-size: 14px;
				text-align: left;
			}
			mark {
				font-weight: bold;
				background-color: transparent;
			}
			
			#sortby {
				float: left;
				
			}
			
			#sortdrop {
				float: left;
				width: 50%;
			}
		
		
			.search_event {
				color: #000000;
				font-size: 14px !important;
			}
			.search_desc {
				color: #000000;
				font-size: 13px !important;
			}
			.search_updated {
				color: #aaaaaa !important;
				font-size: 11px !important;
			}
			.search_link {
				color: #c2992d !important;
			}
			.facet_title{
				 text-transform: uppercase;
				 color: #c2992d !important;
			}
			.facet {
					font-size: 11px !important;
					margin-left: 8px;
					padding-left: 8px;
					color: #000 !important;
			}
		
			.shls {
					font-size: 12px !important;
					color: #c2992d !important;
					cursor: pointer;
					
					text-align: right;
			}
			
			div.csui_divider { height: 25px; }
			[itype=date] {
					width: 90%;
					padding: 5px;
					border-radius: 5px;
					border: 1px solid #cccccc;
			}

		@media screen and (max-width: 400px) and (min-width: 300px) {
			.filters {
		    	  display: none;
		    	  
			}
			
		}
		

		
		
				 
	}
