@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #699;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0px;
}
h1 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #FFF;
	text-align: center;
	font-style: italic;
/*	font-weight:bold; */
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

a img {
	border: none;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
br {
	clear: right;
	float: none;
}
hr {
	margin: 3px 4px;
	padding: 0;
	clear: left;
}
input {
	font: 100% Verdana, Arial, Helvetica, sans-serif ;
}
input:focus {
	background-color: #ffc;
/*	font: 100% Verdana, Arial, Helvetica, sans-serif; */
}
select {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
select:focus {
	background-color: #ffc;
/*	font: 100% Verdana, Arial, Helvetica, sans-serif; */
}
textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
textarea:focus {
	background-color: #ffc;
/*	font: 100% Verdana, Arial, Helvetica, sans-serif; */
}
button {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

.container {
	width: 100%;
	background: #DEFEF9;
	margin-right: auto;
	margin-left: auto;
}

.header {
	background-color: #0ABAB5;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.nav {
	width: 100%;
	text-align:center;
	background-color: #009;
	font-size: 13pt;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.nav_tabs {
	display: flex;
	justify-content: center;
	background-color: #009;
}
.nav_tab, .nav_tab_act, .nav_tab_first {
	background-color: #009;
	border-right-width: 1px;
	border-right-color: #FFF;
	color: #FFF;
	float:left;
	border-right-style: solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	position: relative;  /* anchor for flyout menu */
}
.nav_tab_first {
	border-left-width: 1px;
	border-left-style: solid;
}
.nav_tab:hover, .nav_tab_first:hover {
	background-color: #9cf;
	color: #000;
	cursor: pointer;
}

/* ── Top nav flyout menus ──────────────────────────────────────────── */
.nav_tab_flyout {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 190px;
	background-color: #009;
	border: 1px solid #36f;
	border-top: none;
	z-index: 200;
	box-shadow: 3px 4px 8px rgba(0,0,0,0.35);
}
.nav_tab:hover .nav_tab_flyout,
.nav_tab_first:hover .nav_tab_flyout {
	display: block;
}
.nav_flyout_item {
	display: block;
	padding: 5px 12px;
	color: #FFF;
	cursor: pointer;
	white-space: nowrap;
	border-bottom: 1px solid #336;
	font-size: 90%;
}
.nav_flyout_item:last-child {
	border-bottom: none;
}
.nav_flyout_item:hover {
	background-color: #9cf;
	color: #000;
}
.nav_tab a {
	color: #FFF;
	text-decoration: none;
}
.nav_tab_first a {
	color: #FFF;
	text-decoration: none;
}
.nav_tab_act {
	background-color: #9cf;
	color: #000;
	text-decoration: none;
}
.nav_tab_act a {
	color: #000;
	text-decoration: none;
}
.nav_spacer {
	width: 100%;
	font-size: 75%;
}
.sidebar {
	float: left;
	width: 10%;
	position:fixed;
	background-color: #ffd;
	padding-top: 10px;
	padding-bottom: 25px;
	margin: 0px;
}
.side_exit {
	float: left;
	Width: 100%;
	text-align:left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-right: 0px;
}
.side_exit:hover {
	background-color: #CCC;
	cursor: pointer;
	padding-left: 0px;
}
.side_head {
	float: left;
	Width: 100%;
	background-color: #0ABAB5;
	text-align:center;
	margin-top: 1px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.side_item, .side_item_act, .side_item_gray {
	float: left;
	width: 100%;
	text-align:center;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.side_item a {
	text-decoration: none;
	color: #000;
}
.side_item:hover, .side_exit:hover {
	background-color: #9cf;
	cursor: pointer;
}
.side_item_act {
	background-color: #97fdfa;
}
.side_item_gray {
	color: #999;
}
.side_button_div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2px;
	padding: 10px;
}
.side_button {
	float: left;
	padding: 2px 2px;
	width: 140px;
	margin: auto;
	text-align: center;
}
.side_button:hover, .side_button_div:hover {
	background-color: #9cf;
/*	color: #FFF; */
	cursor: pointer;
}
.sub-title-spacer {
	width: 170px;
	float: left;
	padding-top: 2px;
}
.sub-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #444;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
.contentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	float: left;
	width: 780px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	background-color: #00F;
	color: #FFF;
}

.content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.contentWithSidebar {
	width: 90%;
	background: #DEFEF9;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
.tab_spacer {
	position: relative;
	width: 25px;
	float: left;
}
.tab_image_active {
	position: relative;
	height: 25px;
	margin: 0px 0px -1px 0px;
	float: left;
	padding: 0px;
	border: none;
	top: 2px;
}
.tab_active {
	position: relative;
	top: 1px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px 0px -1px 0px;
	background-color: #99CACC;
	list-style: none;
	border-top: solid 1px #999;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height: 25px;
}
.tab {
	position: relative;
	top: 1px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	background-color: #EEE;
	list-style: none;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height: 24px;
}
.tab_gray {
	position: relative;
	top: 1px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	background-color: #EEE;
	list-style: none;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height: 24px;
	color: #999;
}
.tab_image {
	position: relative;
	height: 24px;
	margin: 0px;
	float: left;
	padding: 0px;
	border: none;
	top: 2px;
}
.tab:hover, .tab_image_active:hover, .tab_active:hover {
	background: #9CF;
	color: #FFF;
}
.tab a {
	color: black;
	text-decoration: none;
}
.tab_content {
	width: 100%;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #99cacc;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: none;
	padding-bottom: 10px;
	clear: both;
}
.footer {
	padding: 10px 0;
	width: 100%;
	background: #0ABAB5;
/*	position: relative; */
	clear: both;
	text-align: center;
}
.form_alert_msg {
	color: #F00;
	display: inline;
	margin-left: 5px;
	padding: 2px 5px;
	border-top: 1px solid #F00;
	border-right: 2px solid #F99;
	border-bottom: 2px solid #F00;
	border-left: 1px solid #F99;
}
.status {
	float: left;
	padding-left: 5px;
	color: #F00;
}

/* ── photo.js shared styles ─────────────────────────────────────────────── */
.pm-row {
    display: flex;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid #ddd;
    min-height: 70px;
}
.pm-thumb {
    width: 64px;
    height: 64px;
    object-fit: cover;
    margin: 0 8px;
    border: 1px solid #ccc;
}
.pm-label {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}
.pm-drop-zone {
    border: 2px dashed #999;
    border-radius: 6px;
    padding: 20px 14px;
    text-align: center;
    color: #555;
    cursor: pointer;
    margin-bottom: 8px;
}
.pm-drop-zone:hover,
.pm-drop-zone.pm-dragover {
    border-color: #369;
    background-color: #eef4ff;
}
.pm-file-info {
    font-style: italic;
    color: #333;
    margin-bottom: 4px;
}
.pm-progress-bar {
    height: 18px;
    background-color: #ddd;
    border-radius: 4px;
    margin-bottom: 4px;
    overflow: hidden;
}
.pm-progress-fill {
    height: 100%;
    width: 0%;
    background-color: #4a90d9;
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 18px;
    transition: width 0.2s;
}
#pm-upload-status {
    min-height: 1.2em;
}

/* ── Attachment manager — file list table ─────────────────────────────────── */
.am-files-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 8px;
}
.am-files-table th {
    text-align: left;
    border-bottom: 1px solid #aaa;
    padding: 3px 6px;
    background-color: #eee;
}
.am-files-table td {
    padding: 4px 6px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.am-files-table tr:hover td {
    background-color: #f0f6ff;
}
#am-file-upload-status {
    min-height: 1.2em;
    font-size: 13px;
    margin-bottom: 2px;
}
/* Pagination */
#pagination_bar { clear: both; text-align: right; padding: 8px 0; }
.pag_info { display: block; font-size: 0.85em; color: #555; margin-bottom: 4px; }
.pag_nav { display: block; }
.pag_btn { display: inline-block; padding: 3px 8px; margin: 0 1px; border: 1px solid #aaa; background: #eee; cursor: pointer; font-size: 0.9em; border-radius: 3px; }
.pag_btn:hover { background: #9cf; }
.pag_current { background: #369; color: white; border-color: #369; font-weight: bold; }
.pag_current:hover { background: #369; }
.pag_disabled { color: #bbb; cursor: default; border-color: #ddd; }
.pag_disabled:hover { background: #eee; }
.pag_size_sel { font-size: 0.85em; padding: 2px 4px; border: 1px solid #aaa; border-radius: 3px; cursor: pointer; margin-right: 8px; }
