

/*  
   ----------------------------------------------------------------------------
     :: 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: 25px;
}

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

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

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 {
	display: none; 
		position: absolute;	
		top: 24px;
		left: 0px;	
		width: 240px;
		font-size: 0.52em;
		padding: 0px 0px 0px 0px;
	}

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


/*  
   ----------------------------------------------------------------------------
     :: SWAN BROWSER CSS: TOOLBAR
   ----------------------------------------------------------------------------

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

div#toolbar {      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	display: none;
}



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

body { 
	font: 0.74em Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
}

#leftColumn
{ 
	display: none;
	
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}


#contentColumn
{
	margin-left: 5px;
	min-height: 100px;
}

#rightColumn
{
	display: none;
}

#innerContentColumn
{
	margin-top: 0px;
	margin-right: 0px;
	padding: 5px;
}

#innerLeftColumn
{
	margin-top: 8px;
	padding: 5px;
	line-height: 1.2em; 
}

#innerRightColumn
{
	margin-top: 8px; 
	margin-right: 2px; 
	line-height: 1.5em;
}

div.titleright {
	padding: 2px;
	padding-left: 5px;
}

div.roundbox {
	padding: 2px;
	padding-left: 5px;
}

div.flatBox {
	width: 100%;
	padding: 6px;
}

div.flatBox>span {
	display: inline-block; white-space: nowrap;
}

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

