/* Interaction states
----------------------------------*/


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #601f5d;
	font-weight: normal;
	color: #fecc00;
}


.ui-widget-content {
	border: 1px solid #dddddd;
	background: #fecc00;
	color: #333333;
}

.ui-icon.iconOpen {
    background: url(../images/waves-on.png) no-repeat;

    background-size: 25px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.ui-icon.iconClosed {
    background:url('../images/waves-off.png') no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}