body {
	margin: 1em;
	color: white;
		font-family: Arial, Verdana;
}

table td {
	padding-top: 1em;
	padding-bottom: 1em;
}

td#content {
	padding-left: 1em;
	padding-right: 1em;
	max-width:600px;
	font-size:8pt;
}

h1 {
	size: 1.5em;
	background: #333;
	padding: 1em;
}

div.exhibit-collectionView-group h1 {
	font-size: 1em;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}

h2 {
	size: 1em;
}

#content h4 {
	margin-bottom: 0px;
	font-size: 1.2em;

}




div.structure h4 {
margin-top:0em;
background-color:#FEE;
padding:0.25em;
color:black;
}


div.results h4 {
margin-top:0em;
background-color:#BFB;
padding:0.25em;
color:black;
}



table.facetBrowser {
	color: #333;
	border: 1px solid #ddd;
	padding: 0.5em;
	margin-bottom: 0.5em;
	background-color: #EEEEEE;
}

/*otherwise the cells are too small and the divs inside don't layout next to each other when floating */
table.facetBrowser td {
	min-width: 500px;
	width: 700px;
	max-width: 800px;
}

div.name {
	font-weight: bold;
	font-size: 1.5em;
}

.developer {
	margin-bottom: 1em;
}

#content div.structure {
	width: 46%;
	float: left;
	padding:0.5em;
	background-color:#EDD;
	font-size:0.8em;
}

#content div.results {
	width: 46%;
	float: right;
	padding:0.5em;
	background-color:#CEC;
	font-size:0.8em;
}

#content div.general {
	width: 46%;
	float: right;
	margin-top:1em;
	margin-bottom:1em;
	background-color:#EEF;
	padding:0.5em;
	font-size:0.8em;
}

.projectLink {
	
}

#content .label {font-weight:bold;}
#content .value {font-weight:normal;}
#content .trueValue {font-weight:bold;color:green;}
#content .falseValue {font-weight:bold;color:red;}

/*==================================================
 * Facet box
 *==================================================
 */
div.exhibit-facet {
	position: relative;
	font-size: 8pt;
	font-family: Arial;
	background-color: #333;
	margin-top: 0.5em;
	padding-bottom: 0em;
}

div.exhibit-facet-body {
	border: 0px;
}

ol {
	list-style-type: none
}

div.exhibit-facet-header-filterControl {
	float: right;
	min-width: 3em;
	display: none;
	cursor: pointer;
}

div.minorSubject{color:black;}

div.minorSubject .value{color:black; font-size:2em;}

div.minorSubjectDetails {margin-top:0.25em;font-size:1em;}