

/*  
   ----------------------------------------------------------------------------
     :: SWAN BROWSER CSS: HEADER [BLUE]
   ----------------------------------------------------------------------------

   The css for the footer of the knowledge base browsing toolkit.
   
   Project: SWAN (Semantic Web Applications in Neuromedicine)
   Authors: Paolo Ciccarese & Marco Ocana
   Created: April 9th, 2008
   
   Colors Map
   ----------
   Blue: #0F86E2
   Background dark gray: #424242
   Text light gray: #AAAAAA
   
*/

div#header { 
	background-color: #60288a;	
	/*background: url('../browser2/themes/alzforum/images/bg_header.png');*/
	border-top: 3px solid #efd98a;
	border-bottom: 14px solid #FFFFFF;
}

#top_info {
	background: inherit;
	color: #AAAAAA;
}

	#top_info a {
		color: #FFFFFF;
	}
	
	#top_info p {
		color: #FFFFFF;
		background: inherit;
	}

	#logo a {
		color: #FFFFFF;
	}
	
	#logo span#tool {
		color: #8d9ab1;
	}

	#logo h1 {
		color: #8d9ab1;
	}
	
	#logo p {
		color: #FFFFFF;
		background: inherit;
	}

#logo h1 a:hover {
	background-color: inherit;	
}

#menubar { 
	background: url('../browser2/themes/alzforum/images/bg_nav.png');
}

/*  
   ----------------------------------------------------------------------------
     :: SWAN BROWSER CSS: MENUBAR [BLUE]
   ----------------------------------------------------------------------------

   The css for the footer of the knowledge base browsing toolkit.
   
   Project: SWAN (Semantic Web Applications in Neuromedicine)
   Authors: Paolo Ciccarese & Marco Ocana
   Created: April 9th, 2008
   
   Colors Map
   ----------
   Blue: #0F86E2
   Background dark gray: #424242
   Text light gray: #AAAAAA
   
*/

#nav, #nav ul {
	float: left;
	width: auto;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: auto;
	w\idth: auto;
	color: #7C6240;
	text-decoration: none;
	padding: 0.2em 1em;
	padding-top: 0px;
}

#nav span {
	display: block;
	padding: 0.2em 1em;
	padding-top: 0px;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: auto;
	w\idth: auto;
	padding-top: 4px;
	color: #7C6240;
	
}

#nav li ul {
	background: white;
	position: absolute;
	left: -999em;
	height: auto;
	width: 12.4em;
	w\idth: 11.9em;
	font-weight: normal;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 11em
}

#nav li ul a {
	width: 11em;
	w\idth: 10em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #efd98a;
}
 

/*
ul.nav li:hover>ul{
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

ul.nav,
.nav ul {
	background-color: inherit;
	color: #727272;
}


.nav a:hover,
.nav a:active		 {
	color: #ffffff;	
}

.nav ul li a{
	background-color: #f5f5f5;
	color: #727272;
}

ul.nav li:hover,
.nav ul li a:hover{
	background-color: #efd98a;
	color: #60288a;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #039;
	color: #ffffff;
}

ul.nav,
.nav ul{
	border: 0px solid #C3593C;
}

.nav a{
	color: #727272;
}
*/

/*  
   ----------------------------------------------------------------------------
     :: SWAN BROWSER CSS: TOOLBAR [BLUE]
   ----------------------------------------------------------------------------

   The css for the footer of the knowledge base browsing toolkit.
   
   Project: SWAN (Semantic Web Applications in Neuromedicine)
   Authors: Paolo Ciccarese & Marco Ocana
   Created: April 9th, 2008
   
   Colors Map
   ----------
   Blue: #0F86E2
   Background dark gray: #424242
   Text light gray: #AAAAAA
   
*/

div#toolbar {      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	color: #000;
	background-color: #EFEFEF;
}

td.toolselectortd h1{
	color: #727272;
}

td.toolselectortd a{
	color: #727272;
}

div.ajaxicon {
	background: url('../browser2/themes/alzforum/images/ajax_blu.gif') no-repeat;
}

div.opentoolbaricon {
	background: url('../browser2/themes/alzforum/../alzforum/images/right_arrow.png') no-repeat;
}


/*  
   ----------------------------------------------------------------------------
     :: SWAN BROWSER CSS: GENERAL [BLUE]
   ----------------------------------------------------------------------------

   The css for the footer of the knowledge base browsing toolkit.
   
   Project: SWAN (Semantic Web Applications in Neuromedicine)
   Authors: Paolo Ciccarese & Marco Ocana
   Created: April 9th, 2008
   
   Colors Map
   ----------
   Blue: #0F86E2
   Background dark gray: #424242
   Text light gray: #AAAAAA
   
*/

body { 
	background: #fff; 
	color: #000; 
}


div#innerLeftColumn {      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	color: #000;
	background-color: #EFEFEF;
	-moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 5px;
}

div#innerLeftColumn a {
	text-decoration: none;
}

div#innerLeftColumn a:hover {
	text-decoration: none;
}

div.titleright {
	color: #336699;
	border: 1px solid #888;
	border-right: 3px solid #888;
	background: #fff;
}

div.roundbox {
	border-right: 3px solid #888;
	border-left: 1px solid #888;
	border-bottom: 3px solid #888;
	border-top: 1px solid #888;
	background: #EFEFEF;
}

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

a {
	color: #336699; 
	background: inherit;
}

a:hover {
	color: #60288a;
	background: inherit;	
}

div.flatBox {
	background: #f4f4f4;
}


/*  
   ----------------------------------------------------------------------------
     :: SWAN BROWSER CSS: FOOTER [BLUE]
   ----------------------------------------------------------------------------

   The css for the footer of the knowledge base browsing toolkit.
   
   Project: SWAN (Semantic Web Applications in Neuromedicine)
   Authors: Paolo Ciccarese & Marco Ocana
   Created: April 9th, 2008
   
   Colors Map
   ----------
   Blue: #0F86E2
   Background dark gray: #424242
   Text light gray: #AAAAAA
   
*/

#footer { 
	color: #60288a; 
	background-color: #d3c6e6;
	border-top: 3px solid #60288a;
	border-bottom: 3px solid #efd98a;
}
 
 	#footer a {
 		color: #60288a; 
		background: inherit;
	}

