.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 {
    border: 1px solid #48bfd1;
	background:#fff;
	font-weight: bold;
	color:#48bfd1;
}

.ui-state-default:hover{
    border: 1px solid #232236;
	background:#232236;
	font-weight: bold;
	color:#fff;
}


.ui-state-active{
    border: 1px solid #232236 !important;
	background:#232236 !important;
	color:#fff !important;
}


.ui-widget-header {
	border: 0px solid #232236;
	background: #232236;
	color:#ffffff;
	font-weight: bold;
	border-radious:0px !important;
}

.ui-state-disabled span, .ui-widget-content .ui-state-disabled span, .ui-widget-header .ui-state-disabled span {
    opacity: none;
    filter: none;
    background-image: none;
	border: 1px solid #232236;
	background:#fff;
	color:#232236;
	cursor: not-allowed !important;
	
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}