.showstate{ /*Definition for state toggling image */
cursor:hand;
cursor:pointer;
float: left;
margin-top: 4px;
margin-right: 8px;
margin-left: 3px;
}

.headers{
width: 100%;
font-weight: bold;
background-color: #F8F8F8;
}

.headers2{
font-weight: bold;
background-color: #F8F8F8;
}

.switchcontent{
width: 100%;
border-top-width: 0;
margin-left: 25px;
padding-top:5px;
}

.iconspan{
cursor:hand;
cursor:pointer;
float: left;
margin-top: 4px;
margin-right: 8px;
margin-left: 3px;

/*
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
*/
}

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

.eg-bar{
background-color: #EEF5D3;
font-weight: bold;
border: 1px solid black;
padding: 3px;
}

div.eg-bar{
width: 500px;
}

.icongroup1{
width: 500px;
}


