<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

	This file contains customisations from the default jQuery UI CSS
	e.g. font size etc.
	
	uic prefix stands for UI Custom (where UI is the standard naming convention used by JQuery UI)

*/

.ui-widget { font-size: 100%; font-family: Arial, Helvetica, sans-serif; }
.ui-widget input, .ui-widget select {font-family: Arial, Helvetica, sans-serif; padding: 0px 0px;}
.ui-widget-content {font-weight: normal; line-height: normal; font-family: Arial, Helvetica, sans-serif; font-size: 100%;}
.ui-dialog-content {font-weight: normal; line-height: normal; font-family: Arial, Helvetica, sans-serif; font-size: 95%; }

/* The following is required to keep JQuery dialogs from displaying FOUC on initial rendering */
.dialog {display:none;}

input.uic-maintenance-search {
	width:460px;
	height:25px;
	padding:5px 10px;
/*	border-radius: 19px;*/
	border-radius: 5px;
	border-color:#ccc;
	border-style:solid;
	border-width:2px;
	background-color:#dec;
}
input.uic-maintenance-search:focus {
	outline:none;
	border-color:#99CC66;
}</pre></body></html>