@charset "UTF-8";
/* CSS Document */

/*Default style for SPAN icons. Edit if desired: */

.iconspan{
	float: right;
	margin: 3px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
	background-color: #CCCCCC;
	font-weight: bold;
	border: 0px solid #999999;
	padding: 3px;
	font-size: 11px;
}

div.eg-bar{
	width: 460px;
	height: 14px;
	vertical-align: middle;
	background-image: url(../../pictures/stripe_light_gray.png);
	background-repeat: repeat;
	background-color: #E6E6E6;
}

.icongroup1{
	width: 420px;
	background-color: #FFF;
	padding: 10px;
	color: #666;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 20px;
	border: 1px solid #F90;
}

