		.trigger{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;


		}		
		.trigger:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}		
		.expanded{
	cursor:pointer;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #eaeaea;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
		}
		.expanded:hover{
			background:#eaeaea;
			cursor:pointer;
				padding-top: 4px;
	padding-bottom: 4px;
		}
		.show{
	position:static;
	display: table;
		padding-top: 4px;
	padding-bottom: 4px;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
				padding-top: 4px;
	padding-bottom: 4px;
		}
