.trigger{
	color: #005FAE;
	font-size: 1.3em;
	/*background:#ECEFEC;*/
	cursor:pointer;
	margin-top:3px;
	margin-bottom:2px;
	
}		
.trigger:hover{
	color: #005FAE;
	font-size: 1.3em;
	background:#ECEFEC;
	cursor:pointer;
	margin-top:3px;
	margin-bottom:2px;
}		
.expanded{
	color: #005FAE;
	font-size: 1.3em;
	background:#CBD4CE;
	cursor:pointer;
	margin-top:3px;
	margin-bottom:2px;
}
.expanded:hover{
	color: #005FAE;
	font-size: 1.3em;
	background:#CBD4CE;
	cursor:pointer;
	margin-top:3px;
	margin-bottom:2px;
}
.show{
	position:static;
	display: table;
}
.hide{
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}
#content {
	padding-right: 25px;
}