

/*  
   ----------------------------------------------------------------------------
     :: 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;
	width: 270px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	margin-left: 275px;
}

#contentColumn
{
	margin-left: 30px;
	min-height: 400px;
}

#rightColumn
{
	width: 260px;
}

#innerContentColumn
{
	margin-top: 0px;
	margin-right: 270px;
	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;
}

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

div.flatBox2>span {
	display: inline-block; 
}
