.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #0f466d;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #0f466d;
	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 {
	background: #0f466d;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #0f466d;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #dddddd;
	background: #ffffff;
	font-weight: bold;
	color: #0f466d;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #0f466d;
	text-decoration: none;
}