/* styles the accordions globally--except on the opinion search pages which use a date picker, where the background color interferes*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #f7f7f7;
}

.ui-state-default .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png);
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {color:#005ea2;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {color:#005ea2;}
.ui-widget-content a {color:#005ea2;}