/* * @filename style.php * @author Sothea Nim (snim@alcor.concordia.ca) * @date June 9, 2026 *//*
 * @filename search.js
 * @author Sothea Nim, snim@alcor.concordia.ca
 * @date January 2010
 */

#conuni_top_searchpanel {
width:300px;
}

/* root element for tabs  */
ul.search-tabs {  
	margin:0 !important; 
	padding:0;
	height:24px;
	border-bottom:1px solid #aaa;	 	
}

/* single tab */
ul.search-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.search-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:4px 5px 4px 5px;
	text-decoration:none;
	border:1px solid #aaa;	
	border-bottom:0px;
	height:14px;
	background:#eee;
	color:#444;
	margin-right:2px;
	position:relative;
	top:1px;	
}

ul.search-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.search-tabs a.current {
	background:#faf7f2;
	border-bottom:0px solid #ddd;	
	color:#922338;	
	cursor:default;
	padding:4px 5px 5px 5px;
}

	
/* tab pane */
div.search-panes {
	border:1px solid #aaa;
	border-width:0 1px 1px 1px;
	height:auto;
	padding:3px 0px 3px 3px;
	background: url(images/search/search-pane.gif) no-repeat bottom right;
}

div.search-panes input#query {
padding:3px 1px 3px 5px; width:200px;
border:1px solid #e0ce96;border-right:0px;
background: #fff url(images/search/bg-query.gif) no-repeat center left;
}
div.search-panes input#query:hover,
div.search-panes input#query:focus{
border:1px solid #922338;border-right:0px;
}

div.search-panes input.search_button {
border:0px;width:63px;
background:none;text-align:center;
text-transform:uppercase;
}
div.search-panes input.search_button:hover {
color:#922338;cursor:pointer;
text-decoration:underline;
}

