/* Alternate styles that extend the standard DLESE banner to accomodate the search criteria
   drop-down buttons (controlled vocabularies) */

/* Background image stetches across the width of the banner: */
.dlese_bannerDivBackground {
	height: 135px;
}
/* Div surrounding entire banner */
.dlese_bannerDiv {
	height: 134px;
}
/* Gray line at the bottom edge of the banner: */
.dlese_bannerBottomEdge {
	top: 134px; 
}
/* Search tips graphic */
.dlese_searchTipsGraphic {
	top: 36px; 
}
/* "Search over:" label */
.dlese_searchOverLabel {
	display: none;
}
/* Search button */
.dlese_startSearch {
	position: relative;
	top: -6px;
	left: 17px;
}
/* Keyword search box */
.dlese_searchKeywords {
	position: relative;
	top: -6px;	
	margin-left: 1px;
	padding-left: 1px;
	width: 274px;
}
/* Search over radio button selections (resources vs. news/opps) */
.dlese_searchOverSelections {
	position: relative; 
	top: -5px;
	left: 6px;
}


