/*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: verdana, arial, sans-serif;	
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
	background-color: #eeeeee;
	color:#000000;
	font-weight: bold;
	/*border: 1px solid black;*/
	padding: 3px;
	font-family: verdana, arial, sans-serif;
	width: 885px;
}

div.eg-bar{
/*width: 95%;*/
}

.icongroup1{
/*width: 500px;*/
}




/*Style sheet used for demo. Remove if desired*/
.handcursor{
cursor:hand;
cursor:pointer;
}

