		.trigger{
			cursor:pointer;
			font-size:12px;
			font-weight:normal
			}		
		.trigger:hover{
			cursor:pointer;
			background:#2c85bf;
			color:#FFFFFF;
			font-weight:normal
		}		
		.expanded{
			background:#FFFFFF;
			cursor:pointer;
			font-size:12px;
			color:#2c85bf;
			font-weight:normal
		}
		.expanded:hover{
			background:#fffff;
			cursor:pointer;
			font-weight:normal;
			color:#000000
			
		}
		.show{
     position:static;
     display: table;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}
		

