#solr-box{
    background-color: #eeeee4;
	background-image: linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, rgb(255,255,255)),
		color-stop(0.65, rgb(247,247,241)),
		color-stop(0.83, rgb(238,238,228))
	);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 20px 0;
	width: auto;
}

#solr-box a {
	color: #8c910b;
	text-shadow: 0px -1px 0px #000;
}

#solr-box fieldset {
	padding: 20px;
	display: block;
}

#solr-box #solr-title {
	color: #000;
	text-align: left;
	padding: 8px 8px 8px 20px;
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
    font-family: inherit;
}

.search-separator {
	background-color: #000;
	color: #000;
	height: 1px;
	margin: 0 1.538em;
}

#solr #SolrSearchForm {
	text-align: left;
}

#solr #SolrSearchForm p {
	padding: 0 0 1em 0;
	margin: 0;
}

#solr #SolrSearchForm br {
	display: none;
}

input.text {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:solid 1px #ccc;
	font-size: 14px;
	width: 90%;
	display: block;
	padding: 7px 8px 7px 8px;
    background-color: #fff;
	background-image: linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, rgb(255,255,255)),
		color-stop(0.65, rgb(247,247,241)),
		color-stop(0.83, rgb(238,238,228))
	);
	color:#333;
	text-shadow:0px 1px 0px #FFF;
	-moz-box-shadow: 0px 1px 0px #ccc;
	-webkit-box-shadow: 0px 1px 0px #ccc;
	box-shadow: 0px 1px 0px #ccc;
}
 
input.solr-dateBox {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:solid 1px #ccc;
	font-size: 14px;
	width: 30%;
	display: inline;
	padding: 7px 8px 7px 8px;
	margin: 0 0.385em;
    background-color: #fff;
	background-image: linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(247,247,241) 65%, rgb(238,238,228) 83%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, rgb(255,255,255)),
		color-stop(0.65, rgb(247,247,241)),
		color-stop(0.83, rgb(238,238,228))
	);
	color: #333;
	text-shadow: 0px 1px 0px #FFF;
	-moz-box-shadow: 0px 1px 0px #ccc;
	-webkit-box-shadow: 0px 1px 0px #ccc;
	box-shadow: 0px 1px 0px #ccc;
}
 
.label {
    color: #000000;
    margin-right: 0.5em;
    margin-top: 0.5em;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: bold;
}

#solr-box .date-text{
	color: #000000;
	font-weight: bold;
}

#solr-box .date-title.date-text{
	display: block;
	margin: 0 0 -0.769em 0;
}

.other{
	color: #000000;
	font-weight: bold;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	display: inline;
}

.sort {
	padding: 0 0 1em 0;
}

.sort_by{
	color: #333;
}
 
#solr-box #submitSearch {
	width: 17%;
	height: auto;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 1.262em;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
	cursor: pointer;
	float: right;
	background-color: #666 !important;
}

#solr-box #submitSearch:hover { 
	background-color: #333 !important;
}

/* Search Box Media Queries */

@media only screen and (max-width: 767px) {
	input.solr-dateBox {
		display: block;
	}
	#solr-box #submitSearch {
		width: auto !important;
		font-size: 1.231em !important;
	}
	#solr-box .date-title.date-text {
		margin: 0 0 -0.462em !important;
	}
}

/* End Search Box Media Queries */
 
/*  Begin Search Header */

#result_header { 
	font-size: 0.923em;
	color: #444444;
	margin-top: -0.615em;
}

.top-revise{
	color: #1D59AE;
	font-size: 1.077em;
	font-weight: bold;
	text-decoration: underline;
}

.top-revise:hover{
	color: #1D59AE;
}

/*  End Search Header */

/* Container for individual results */

#search_result {
	margin: 2em 0;
}

/*  Begin main body
Contains title, byline, thumbnail, & excerpt */

#search_result_main .doc_title {
	font-size: 1.4em;
}

#search_result_main .thumbnail {
	float: left;
	padding-right: 8px;
	height: 90px;
}

#search_result_main .excerpt {
	margin-bottom:5px;
	margin-top:5px;
}

/*  End main body */

/*  Begin secondary body
Contains Categories, Tags, More Like This, & explain */

#search_result_secondary .category ,
#search_result_secondary .tag{
	text-decoration: none;
	color: green;
	font-size: 80%;
}

#search_result_secondary .mlt_container {
	margin-top: -0.692em;
}

#search_result_secondary h5 {
	margin-top: 5px;
}

#search_result_secondary .mlt_container .from{
	font-size: .8em;
}

#search_result_secondary #explain {
	margin-left: 50px;
}

#search_result_secondary #explain h5 {
	margin-bottom: 0;
}

#search_result_secondary #explain .details{
	margin-top: 0;
}

/*  End secondary body */
 
/* Misc Styles */
 
 #pagination {
 	padding-left: 27%;
 }
 	
 #pagination .current_page {
 	font-size: 1.4em;
 }
 	
#pagination .pageno {
	display: inline;
	margin: 0 5px;
}
 	
 #search_error{
 	font-weight: bold;
 	color: red;
 	font-size: 1.2em;
 }



/* End Misc Styles */

