/*  
   ----------------------------------------------------------------------------
     :: SWAN KNOWLEDGE BASE BROWSER CSS: EXHIBIT SHARED
   ----------------------------------------------------------------------------

   This is the basic shared css for configuring exhibit appearance in the 
   knowledge base browsing toolkit.
   
   Project: SWAN (Semantic Web Application in Neuromedicine)
   Authors: Paolo Ciccarese & Marco Ocana
   Created: May 22nd, 2008
*/

div.exhibit-facet-body {
	color: 				#000000;
	background-color: 	white;
    border: 			1px solid #B8B8BB;
}

div.exhibit-facet-header {
    color: 				#000000;
    background-color: 	#E3E6EC;
}

div.exhibit-facet-value {
	line-height:1em;
}/*  
   ----------------------------------------------------------------------------
     :: SWAN KNOWLEDGE BASE BROWSER CSS: EXHIBIT SHARED
   ----------------------------------------------------------------------------

   This is the css for configuring exhibit appearance in browsing discourse 
   elements in the knowledge base browsing toolkit.
   
   Project: SWAN (Semantic Web Application in Neuromedicine)
   Authors: Paolo Ciccarese & Marco Ocana
   Created: August 22nd
*/

table.discourseElementsList {
    border: 1px solid #ddd;
    padding: 0px;
}

table.discourseElementsList tr {
    width: 100%;
}

div.title {
    font-weight: bold;
    font-size: 120%;
}

span.authorFirst {
	font-weight:  bold;
	display: inline; 
}

span.authorFirst span {
	font-weight: bold;
	display: inline; 
}

span.author {
	font-style: normal;
	display: inline; 
}

span.author span {
	display: inline;
}

span.date {
    font-style: italic;
    display: inline;
}

span.date span {
    display: inline;
}

