
.ui-widget-content {
	border: 1px solid #DEE5E8 !important;
	background: #ffffff none !important;
	color: #565656 !important;
}
.ui-widget-content a {
	color: #565656 !important;
}
.ui-widget-header {
	border: 1px solid #DEE5E8 !important;
	background: #F2F5F7 none !important;
	color: #565656 !important;
	font-weight: bold;
}
.ui-widget-header a {
	color: #565656 !important;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #DEE5E8 !important;
	background: #F2F5F7 none !important;
	font-weight: normal;
	color: #555555 !important;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555 !important;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #DEE5E8 !important;
	background:  #ffffff none !important;
	font-weight: normal;
	color: #454545 !important;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #454545 !important;
	text-decoration: none;
}
