
/* jquery-ui-custom */

.ui-widget-header {
	border-bottom: 0px solid #ccc !important;
}
.ui-datepicker-week-end:first-child {
	color: #fa85b9;
}
.ui-datepicker-week-end:last-child {
	color: #6686fd;
}
.ui-corner-all {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
}
.ui-corner-top {
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
}
.ui-corner-bottom {
	border-bottom-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.ui-datepicker-trigger {
	cursor: pointer;
}
.ui-accordion .ui-accordion-header {
	border-width: 1px 0;
	border-color: #d2d2d2;
	margin: -1px 0;
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #222;
	padding: 20px;
}
body.sub #accordion .ui-widget-content {
	border: 0;
}
body.sub #accordion .ui-state-active {
	background: #fff;
}

body.sub #accordion .ui-icon {
	display: none;	
}



