body {
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
}

.ui-inputfield,
.ui-fieldset,
.ui-panel .ui-panel-content,
.ui-widget .ui-widget,
.ui-datatable table thead tr th, 
.ui-datatable table tfoot tr td {
	font-family: Arial, Helvetica, sans-serif !important;
}

.other-pages-box {
	background-color: #fff;
}

.ui-fieldset-legend {
	background-color: #333c63;
	font-family: Arial, Helvetica, sans-serif;
}

.ui-selectonemenu .ui-selectonemenu-trigger,
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
	background-color: #333c63;
}

.ui-selectonemenu .ui-selectonemenu-trigger.ui-state-hover,
.ui-selectonemenu .ui-selectonemenu-trigger.ui-state-focus {
	background-color: #333c63;
}

.ui-selectonemenu-panel,
.ui-autocomplete-panel {
	border-top-color: #333c63;
    border-bottom-color: #333c63;
}

.ui-selectonemenu.ui-state-focus,
.ui-selectcheckboxmenu.ui-state-focus {
	border-color: #333c63 !important;
}

.ui-inputfield.ui-state-hover,
.ui-inputfield.ui-state-focus {
	border-color: #333c63 !important;
	color: #333c63 !important;
}

.ui-selectonemenu-panel .ui-state-highlight, 
.ui-selectcheckboxmenu-panel .ui-state-highlight {

}

.ui-button-text,
.ui-chkbox-box .ui-icon-check {
    background-color: #333c63;
}

.ui-chkbox .ui-state-hover,
.ui-chkbox .ui-state-active {
	border-color: #333c63;
}

.ui-radiobutton .ui-state-hover,
.ui-radiobutton .ui-state-active {
    border-color: #333c63;
}

.ui-radiobutton .ui-state-active .ui-icon-bullet, .ui-radiobutton .ui-state-focus .ui-icon-bullet {
	background-color: #333c63;
}

.ui-datatable .ui-datagrid-header,
.ui-datatable .ui-datatable-header,
.ui-datatable .ui-datatable-subtable-header,
.ui-datatable .ui-datatable-summaryrow {
    background-color: #333c63;	
}

.ui-commandlink {
    color: #333c63 !important;
}