

/*  
   ----------------------------------------------------------------------------
     :: 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: January 9th, 2008
*/

.historytitle {
	background-color: #ffffff;
	font-weight: bold;
	color: #336699;;
}

.historytitle a:hover {
	background-color: #ffffff;
	font-weight: bold;
	color: #60288A;
}

.historyelement {
	border: 1px solid #000000;
	padding: 2px;
	text-align: left;
	background: #ffffff;
}

.historyelement-top {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 2px;
	text-align: left;
	background: #ffffff;
}

.historyelement-middle {
	border-top: 0px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 2px;
	text-align: left;
	background: #ffffff;
}

.historyelement-bottom {
	border-top: 0px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px;
	text-align: left;
	background: #ffffff;
}

.containtment {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 6px solid gray;
	border-right: 1px solid black;
	padding: 2px;
	text-align: left;
	background: #ffffff;
	font-weight: bold;
	color: gray;
}

.list {
	padding: 2px;
	text-align: right;
	font-weight: bold;
	color: gray;
}

.discusses {
	border-top: 1px solid orange;
	border-bottom: 1px solid orange;
	border-left: 6px solid orange;
	border-right: 1px solid black;
	padding: 2px;
	text-align: left;
	background: #ffffff;
	font-weight: bold;
	color: orange;
}

.consistentwith {
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	border-left: 6px solid green;
	border-right: 1px solid green;
	padding: 2px;
	text-align: left;
	background: #ffffff;
	font-weight: bold;
	color: green;
}

.inconsistentwith {
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	border-left: 6px solid red;
	border-right: 1px solid black;
	padding: 2px;
	text-align: left;
	background: #ffffff;
	font-weight: bold;
	color: red;
}

