

/*  
   ----------------------------------------------------------------------------
     :: 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
*/

#footer { 
	display: block;
	line-height: 1.1em;
	height: 25px;
	padding: 10px;
}
 
	#footer span#swanlogo {
		display: none;
		position: relative;
		left: 10px;
		text-align: left;
		z-index: 100;
	}
	
	#footer span#swanlogo img {
		border: 0px;
		height: 64px;
	}
	
	#footer span#swantext { 
		position: relative;
		left: 5px;
		text-align: left;
		padding-top: -1px;
		z-index: 100;
	}
	
	#footer span#credits { 
		display: none;
	}
	
	#footer span#license{
		bottom: 12px;
	}
	
	#footer span#otherlogos {
	    display: none;
		position: relative;
		right: 0px;
		z-index: 100;
	}
	
	#footer span#otherlogos img {
		border: 0px;
		height: 64px;
	}
	
	#footer span#otherlogos a {
		padding-right: 10px;
	}

