

/*Default style for SPAN icons. Edit if desired: */

.iconspan{
	float: left;
	margin: 3px;
	margin-top: 1px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
	
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
	background-color: #EEF5D3;
	font-weight: bold;
	border: 1px solid black;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
}


div.eg-bar{
/*width: 95%;*/
}

.icongroup1{
/*width: 500px;*/
}




/*Style sheet used for demo. Remove if desired*/
.handcursor{
cursor:hand;
cursor:pointer;
}

