﻿body {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color:#333333;
}

a {
	border-bottom: 1px solid #de4822;
	text-decoration: none;
	color:#333333;
}

a.icon {
	border:0px solid white;
}

div.thing {
	margin: 5px;
	margin-bottom: 20px;
	padding: 5px;
}

form {
	border: 1px dotted #DE4822;
	margin: 5px;
	margin-bottom: 20px;
	padding: 5px;
	color: #00538D;
	font-weight: bold;
}

td.predicate {
	width: 30%;
	background-color: #eeeeee;
	vertical-align: top;
}

td.object {
	width: 70%;
	vertical-align: top;	
}

span.thing-title {
	display:inline;
	font-family: Arial, helvetica, sans-serif;
	font-size: 20px;
	color: #00538D;
	font-weight: bold;
}

span.predicate-title {
	display:inline;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

span.object-title {
	display:inline;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

span.literal {
	display:inline;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005015;
}