

/*  
   ----------------------------------------------------------------------------
     :: SWAN BROWSER CSS: LAYOUT
   ----------------------------------------------------------------------------

   The css for the knowledge base browsing toolkit.
   
   Project: SWAN (Semantic Web Applications in Neuromedicine)
   Authors: Paolo Ciccarese & Marco Ocana
   Created: May 22nd, 2008
*/

div#header {
	padding: 0px;
	margin:0px;
	height: 72px;
}

#header_right {
	position: relative;
	top: 0px;
	height: 60px;
}

#top_info {
	position: relative;
	top: -8px;
	margin: 4px 0 5px 0;
	padding: 0 10px 0px 0;
	text-align: right;
	height: 48px;
}

#top_info p {
	padding: 0px;
}

.searcharea {
	position: absolute;
	right: 5px;
	top: 23px;	
}

h1 .version{
	font: 0.54em Arial, Helvetica, sans-serif;
	color: #BBBBBB	;
	background: inherit;
}

#logo {
	position: absolute;
	top: 5px;
	width: 400px;
	height: 50px;
	padding: 0px 0px 0px 10px;
}

	#logo h1 {
		position: absolute;	
		top: 0px;
		left: 10px;	
	}
	
	#logo p {
		position: absolute;	
		top: 24px;
		left: 0px;	
		width: 400px;
		font-size: 0.52em;
		padding: 0px 0px 0px 0px;
	}

#menubar { 
	position:absolute;	
	top: 50px;	
	width: 100%;
	font-size: 1.1em;
	height: 22px; 
	padding-left: 0px;
	padding-top: 0px;
	z-index: 100;
}

.searchbutton {
	font-weight: bold;
	color: #60288a;
	background: #FFF;	
	border: 1px solid #AAA;
	cursor:pointer;
 
}

