<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	/*background: #ffffff url('body-bg.jpg');*/
	/*background: url('/common/styles/images/fcbg.png');*/
	/*background-color: #f4f4f4;*/
	/*background-color: lightblue;*/
	margin: 0;
}

.dbtable td {
	border-collapse: collapse;
	/*border-top: 1px solid lightgrey;*/
	padding: .5em;
}

.dbtable tr:nth-child(even) {
	/*background-color: #DFEFF0*/
}

.dbtable .stripeHover:hover {
	background-color: #5CB3FF
}

.mainBorder, .mainOutlineDiv {
	/*border: 1px dashed grey;*/
	border: 0;
	margin: 1em;
	position: relative;
	/*box-shadow: none;*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0;

	clear: both;
}


.mainOutlineDiv {
	box-shadow: 2px 2px 8px 2px rgba(0,0,0,.35);
	background-color: white;
	color: black;
	padding: 1em;
}

.dbtable {

	font-family: Helvetica, Arial, sans-serif;
	background-color: white;

	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	/*	background-color: white; */
	color: black;
	box-shadow: 2px 2px 8px 2px rgba(0,0,0,.35);

	text-align: left;
	padding: 1em;
	width: 100%;
	/*	border-width: 1px; */
	margin-bottom: 1em;
}

.loggedin {
	background-color: #004b14;
}

.logo_icon {
	height: 16px;
}

.ui-tabs {
	border: 0 !important;
}

.ui-tabs-nav {
	border-left: 0 !important;
	border-top: 0 !important;
	border-right: 0 !important;

	background: transparent !important;
}

.ui-widget-header {
	background: none;
	background-color: #205081;
}

.ui-widget {
	font-size: 100%;
}

a img {
	border: none;
}


.button-primary {
	background: none  !important;
	background-color: #4683EA !important;
	color: white !important;
}

/*on dashboard*/
.thefilename {
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 15em;
}
</pre></body></html>