.ui-state-default, .ui-widget-content .ui-state-default {
	border: 0px solid #d3d3d3/*{borderColorDefault}*/;
	background: #ffffff;
	background-image: none;
	font-weight: normal/*{fwDefault}*/;
	color: #1f2e45/*{fcDefault}*/;
	outline: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	border: 0px solid #999999/*{borderColorHover}*/;
	background: #ffffff;
	background-image: none;
	font-weight: normal/*{fwDefault}*/;
	color: #f3b100/*{fcHover}*/;
	outline: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border: 0px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff;
	background-image: none;
	font-weight: normal/*{fwDefault}*/;
	color: #f3b100/*{fcActive}*/;
	outline: none;
}