@font-face {
	font-family: Manrope;
	src: url(/css/fonts/Manrope.woff2);
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #2D4490;
	font-family: Manrope,Arial,Helvetica,sans-serif;
/*
	font-family: Verdana;
	font-size: 12px;
*/
	color: #2D4490;
}

div#container {
	display: flex;
	flex-direction:column;
	gap: 2px;
	min-width: 800px;
	max-width: 1600px;
	margin: auto;
}
div#container.small {
	max-width: 800px;
}
div#main {
	display: flex;
	flex-direction:row;
	gap: 2px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #2D4490;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.75em;
}

img {
	border: 0px;
	margin: 0px 0px 0px 0px;
}

img.border {
	border: 1px solid #2D4490;
}

hr {
	height: 1px;
	color: #2D4490;
	margin: 0px 0px 0px 0px;
}

input.text, textarea.text, select.text {
	width: 400px;
	margin: 3px 3px 3px 3px;
}

table {
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table#result thead td, td.theader {
	font-weight: bold;
	color: #ffffff;
	background-color: #CCD7E7;
	height: 16px;
	padding: 3px 3px 3px 3px;
	background-image: url(../images/menu_bg.jpg);
	text-align: center;
}

table#result tbody td, td.result {
	border: 1px solid #CCD7E7;
	padding: 3px 3px 3px 3px;
}

table#result ul {
	list-style-type: disc;
	margin-bottom: 0px;
}

table#result li a {
	text-decoration: underline;
}

table#result tr#pages td {
	border: 0px;
}

td.spacing {
	padding: 3px 3px 3px 3px;
}

td.lined {
	border: 1px solid #2D4490;
}

tr.active, td.active {
	/*cursor: hand;*/
	padding: 3px 3px 3px 3px;
	border: 1px solid #CCD7E7;

	background-color: #CCD7E7;
}

tr.clicked, td.clicked {
	/*cursor: hand;*/
	padding: 3px 3px 3px 3px;
	border: 1px solid #CCD7E7;

	background-color: #CCD7E7;
}

tr.blocked, td.blocked {
	/*cursor: hand;*/
	padding: 3px 3px 3px 3px;
	border: 1px solid #CCD7E7;

	background-color: #ff0000;
}

header {
/*
	width: 960px;
	height: 65px;
*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #ffffff;
}

nav {
	width: 220px;
	background-color: #ffffff;
	background-color: #2D4490;
}

main {
	padding: 1em;
	width: 100%;
	background-color: #F3F4F8;
	font-size: 12px;
}

div#login {
	position: absolute;
	top: 200px;
	left: 300px;

	background-color: #ffffff;

	padding-bottom: 10px;
	padding-top: 10px;
}

div#sys {
	display: none;
	/*position: absolute;
	top: 200px;
	left: 300px;

	background-color: #ffffff;

	padding-bottom: 10px;
	padding-top: 10px;*/
}

div.navHeader,div.navSubitem,div.hdrUserName {
	margin: 0px 0px 0px 0px;
/*
	height: 16px;
*/
}
.navHeader {
	padding: 1px 0px 0px 10px;
	background-image: url(../images/menu_bg.jpg);
	font-weight: bold;
	color: #ffffff;
	border-top: 1px solid #2D4490;
}

.navSubitem {
	padding: 1px 0px 0px 20px;
	background-color: #CCD7E7;
	font-weight: bold;
	color: #2D4490;
	border-top: 1px solid #2D4490;
	display: none;
}

.hdrUserName {
	color: #ffffff;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
}

.userData {
	behavior:url(#default#userdata);
}

.btnImage {
	cursor: pointer;
	cursor: hand;
}

form > * {
}

table.frm {
	background-color: #CCD7E7;
	font-weight: bold;
	color: #2D4490;
	padding: 3px;
}

.frm_label {
	font-weight: bold;
	color: #2D4490;
}

tr.frm_label, td.frm_label {
	background-color: #CCD7E7;
	height: 16px;
	padding: 3px 3px 3px 3px;
}

.lst {
	width: 350px;
	height: 16px;
	padding: 3px 3px 3px 3px;
}

.popup {
	align: center;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #F3F4F8;
}

a {
	color: #2D4490;
	text-decoration: none;
}

a:hover {
	color: #F5812B;
	text-decoration: none;
}

a.navhdr {
	font-weight: bold;
	color: #ffffff;
}

a.navhdr:hover {
	color: #ffffff;
}

.error {
	color: #cc0033;
}

.para {
	position: relative;
}

.btmStrip {
 	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
	background-color: #cc9933;
}

.topStrip {
	width: 100%;
	height: 25px;
	background-color: #cc9933;
}

.alerts {
	background-color: #ffffff;
	padding: 20px 10px 10px 10px;
}

input.frm_buttons {
	width: 100px;
	margin: 5px 3px 13px 3px;
}

.redstar {
	color: #ff0033;
}

.currpage {
	color: #F5812B;
	text-decoration: none;
	font-weight: bold;
}

.num_recs {
	text-align: right;
}
