@charset "utf-8";
/* CSS Document */

/*Default style for SPAN icons. Edit if desired: */
.iconspan
        {
            float: left;
            margin: 3px;
            cursor: hand;
            cursor: pointer;
            font-weight: bold;
        }
/*CSS used to style the examples. Remove if desired:*/ 
.eg-bar
        {

            margin-top:1px;
			/*font-size:10px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	color:#333333;*/
            font-weight: bold;
            padding: 3px;
        }
div.eg-bar
        {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;


        }
.icongroup1
        {
          padding-left: 25px;
          background-color:#eae9e4;
		  border:1px solid #bfc2b5;
        }
