

/*  
   ----------------------------------------------------------------------------
     :: 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 ***/
	position: fixed;
	top: 96px;
	float: left; 
	left: 0px;
	width: 20px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 12px;
	padding-bottom: 12px;
	-moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 5px;
    z-index: 1;
}

div#toolbar img {
	border: 0px;	
}

.toolsbuttons {
    position:   relative;
    float: left;
	top: 2px;
	left: 4px;	
}

table.toolselectortable {
	padding: 0px;
	margin: 0px;
	height: 14px;		
}

td.toolselectortd {
	height: 14px;
	padding: 0px;
	margin: 0px;

}

td.toolselectortd h1{
	font-weight: bold;
	font-size: 1.1em;
}

td.toolselectortd img{
	border: 0px;
}

div.ajaxicon {
	padding-left: 20px;
	align: center;	
}

#toolscontent {
	background-color: inherit;
	min-height: 342px;
	max-height: 640px;
}

