div#glean .trigger
{
	cursor: pointer;
	border: none;
}

div#glean .trigger a img
{
	padding: 0 .3em;
}

div#glean .trigger:hover
{
	cursor: pointer;
	background: #F7F7F7;
}

div#glean .expanded
{
	background: #F7F7F7;
	cursor: pointer;
}

div#glean .expanded a img
{
	padding: 0 .3em;
}

div#glean .expanded:hover
{
	background: #F7F7F7;
	cursor: pointer;
}

div#glean .show
{
	position: static;
	display: table;
}

div#glean .hide
{
	position: absolute;
	left: -999em;
	height: 1px;
	width: 100px;
	overflow: hidden;
}

div#glean .excoll
{
	cursor: pointer;
	font-size: 0.65em;
	font-weight: normal;
	color: #2982B6;
	text-decoration: none;
}

div#glean .excoll:hover
{
	color: #1F3D1F;
}

div#glean h1 {
	font: bold 2em/1.4 Georgia, Times, serif;
	color:#2982B6;
}

div#glean h2 {
	font: bold 1.2em Verdana, helvetica, sans-serif;
	color:#2982B6;
	padding-bottom: 5px;
}

div#glean h3.trigger, div#glean h3.expanded
{
	font: bold .9em Verdana, helvetica, sans-serif;
	padding-bottom: 5px;
	text-align: left;
	background-color: #FFF;
	color: #000;
}

