.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 #c5c5c5;
        background: #f6f6f6;
	color: #0085a1 !important;
	font-style: italic;
       font-family: 'Raleway';	
       font-weight: bold;
       font-size: 18px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	color: #0085a1 !important;
	background: #f6f6f6;
        font-style: italic;
	font-family: 'Raleway';
	font-weight: bold;
	font-size: 18px !important;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
	background-image: url("../../../../ui/1.12.1/themes/base/images/ui-icons_555555_256x240.png");
}