#cssnotice:first-child { display: none; }

HTML {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: -moz-scrollbars-vertical;
	background: white;
}

BODY {
	behavior: url(csshover.htc);
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
	color: black;
	text-align: center;
}

TD, P, DIV {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0px;
}

A {
	color: blue;
	text-decoration: none;
}
	A:Hover {
		text-decoration: underline;
	}

IMG {
	border: 0;
}

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

INPUT, TEXTAREA {
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border: 1px solid gray;
	background-color: #eeeeee;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
	INPUT[type="submit"], INPUT[type="button"] {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: auto;
		min-width: 60px;
		background-color: #bbbbbb;
		border: 1px solid #888;
		border-radius: 4px;
		font-weight: bold;
		font-size: 10pt;
		padding: 1px 2px;
		text-align: center;
		cursor: pointer;
		transition: background 0.2s;
		box-sizing: border-box;
		min-height: 1em;
		white-space: nowrap;
		line-height: 1;
	}
	INPUT[type="checkbox"] {
		width: 20;
		background-color: white;
		margin: 6px 0px 0px -3px;
		padding: 0px 0px 0px 0px;
	}
	INPUT[type="file"] {
		background-color: white;
	}
	INPUT[DISABLED] {
		color: gray;
	}
	TEXTAREA {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	INPUT:focus, TEXTAREA:focus {
		border: 1px solid blue;
	}

INPUT.ttl {
	width: 60px;
}

INPUT.name {
	width: 200px;
}

INPUT.contents {
	width: 200px;
}

INPUT.priority {
	width: 40px;
}

BUTTON {
    background-color: #bbbbbb;
    border: 1px solid black;
    font-weight: bold;
    font-size: 8pt;	
}

SELECT {
	margin: 0px 0px 1px 0px;
	background-color: #eeeeee;
	font-size: 9pt;
}

TABLE.addrecord {
	padding: 1px 1px 1px 1px;
	border-bottom: 4px solid white;
}

TABLE.addrecord TD {
	padding: 5px 5px 0px 0px;
}

TABLE.addrecord TD.name {
	width: 250px;
}

TABLE.addrecord TD.content {
	width: 250px;
}

TABLE.controls {
	width: 100%;
	padding: 1px 1px 1px 1px;
}

TABLE.hide {
	display: none;
}

TABLE.controls TD {
	padding: 5px 5px 0px 0px;
}
TABLE.controls TD .button {
	width: auto;
	min-width: 90px;
	white-space: nowrap;
}

TABLE.controls TD.left {
	text-align: left;
}

TABLE.controls TD.right {
	text-align: right;
}

TABLE#main {
	width: 100%
}
	TABLE#main TD#header {
		height: 100px;
		background: url(../images/ev6logo2.png) no-repeat top left;
		padding: 0px 0px 0px 0px;
		text-align: right;
		vertical-align: bottom;
		font-size: 26pt;
		font-weight: bold;
		border-bottom: 2px solid black; 
	}
	TABLE#main TD#navigation {
		width: 175px;
		padding: 5px 5px 0px 0px;
		vertical-align: top;
	}
	TABLE#main TD#content {
		padding: 5px 0px 0px 5px;
		vertical-align: top;
	}
	TABLE#main TD#contentfooter {
		padding: 0px 0px 10px 5px;
		vertical-align: bottom;
	}
	TABLE#main TD#pagefooter {
		border-top: 2px solid black;
		color: gray;
	}

TABLE#content-footer {
	width: 100%;
	border-top: 1px solid black;
}
	TABLE#content-footer TD.left {
		width: 33%;
		text-align: left;
	}
	TABLE#content-footer TD.middle {
		width: 34%;
		text-align: center;
	}
	TABLE#content-footer TD.right {
		width: 33%;
		text-align: right;
	}

TABLE#page-footer {
	width: 100%;
}
	TABLE#page-footer TD.left {
		width: 50%;
		text-align: left;
	}
	TABLE#page-footer TD.right {
		width: 50%;
		text-align: right;
	}

DIV.help {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #f0f0f0;
	border: 1px solid black;
}

DIV.box {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #f0f0f0;
	border: 1px solid black;
}
	DIV.box H1 {
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		font-size: 10pt;
	}
	DIV.box H2 {
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		font-size: 9pt;
	}
	DIV.box P {
		margin: 0px 0px 5px 0px;
	}
	DIV.box FORM {
		margin: 0px 0px 0px 0px;
	}
	DIV.box INPUT[type="text"] {
		width: 200px;
	}
	DIV.box SELECT {
		width: 200px;
	}
	.app-sidebar .box .section-title-pill {
		position: absolute;
		top: 0;
		left: 22px;
		transform: translateY(-50%);
		background: #fff;
		border-radius: 999px;
		padding: 0 10px;
		box-shadow: 0 2px 8px rgba(0,0,0,0.06);
		border: 1.5px solid #d0d0d0;
		display: inline-block;
		z-index: 2;
		height: 1.7em;
		line-height: 1.7em;
		min-width: max-content;
		white-space: nowrap;
		text-align: center;
	}
	.app-sidebar .box .section-title-pill h1 {
		margin: 0;
		font-size: 1.05em;
		font-weight: 600;
		color: #222;
		line-height: 1.7em;
		display: block;
		width: 100%;
		white-space: nowrap;
		text-align: center;
	}

MENU {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	MENU > LI {
		margin: 0px 0px 0px 0px;
	}
	DIV.box P.menu-title {
		margin: 0px 0px 5px 0px;
		font-weight: bold;
		font-size: 10pt;
	}

DIV.section {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #f0f0f0;
	border: 1px solid black;
}
	DIV.section H1 {
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		font-size: 10pt;
	}
	DIV.section H2 {
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		font-size: 9pt;
	}
	DIV.section P {
		margin: 0px 0px 5px 0px;
	}
	DIV.section SPAN.controls {
		float: right;
	}
	DIV.section DIV.controls {
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	DIV.section DIV.controlsleft {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	DIV.section > TEXTAREA {
		width: 100%;
		height: 100px;
	}

DIV.sectionurgent {
	background-color: #ffcccc;
	padding-top: 15px;
}
DIV.sectionurgent:not(:last-of-type) {
	margin-bottom: 10px;
}
DIV.sectionurgent .section-title-pill {
	background: #ffcccc;
}
DIV.sectionurgent .section-title-pill h1 {
	color: #cc0000;
}

DIV.sectioninfo {
	background-color: #ccffcc;
	padding-top: 15px;
}
DIV.sectioninfo:not(:last-of-type) {
	margin-bottom: 10px;
}
DIV.sectioninfo .section-title-pill {
	background: #ccffcc;
}
DIV.sectioninfo .section-title-pill h1 {
	color: #006600;
}

DIV.controls {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	DIV.controls P {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

DIV.hidden {
	display: none;
}
	DIV.hidden H1 {
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		font-size: 10pt;
	}

TABLE.form {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	TABLE.form TD.label {
		width: 54px;
		padding: 4px 5px 2px 0px;
		font-weight: bold;
		text-align: right;
		vertical-align: top;
		white-space: nowrap;
	}
	TABLE.form TD.entrylabel {
		width: 54px;
		padding: 4px 5px 2px 0px;
		font-weight: bold;
		text-align: right;
		vertical-align: top;
		white-space: nowrap;
	}
	TABLE.form TD.issuepadding {
		padding: 4px 5px 2px 0px;
		vertical-align: top;
	}
	TABLE.form TD.selecttitle {
		width: 54px;
		padding: 4px 5px 2px 0px;
		font-weight: bold;
		text-align: right;
		vertical-align: top;
		white-space: nowrap;
	}
	TABLE.form TD.select {	
		padding: 2px 0px 2px 0px;
	}
	TABLE.form TD.selectbuttons {
		padding: 5px 0px 0px 0px;
		font-size: 8pt;
		text-align: right;
	}
	TABLE.form TD.selectbuttonstitle {
		width: 54px;
		padding: 4px 5px 2px 0px;
		font-weight: bold;
		text-align: right;
		vertical-align: top;
		white-space: nowrap;
	}
	TABLE.form TD.spacer {
		color: white;
	}
	TABLE.form TD.input {
		padding: 2px 0px 2px 0px;
	}
		TD.input INPUT#searchstring { 
			width: 200px;
		}
	TABLE.form TD.controls {
		padding: 5px 0px 0px 0px;
		font-size: 8pt;
		text-align: right;
	}
		TABLE.form TD.controls P {
			text-align: right;
		}

TABLE.entryform {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	TABLE.entryform TD.label {
		width: 54px;
		padding: 4px 5px 2px 0px;
		font-weight: bold;
		text-align: right;
		vertical-align: top;
		white-space: nowrap;
	}

TABLE.entryform TD.error {
        padding: 10px 0px 10px 0px;
        font-size: 8pt;
        font-weight: bold;
        color: red;
        text-align: center;
}

	TABLE.entryform TD.entrylabel {
		width: 54px;
		padding: 4px 5px 2px 0px;
		font-weight: bold;
		text-align: right;
		vertical-align: top;
		white-space: nowrap;
	}
	TABLE.entryform TD.spacer {
		color: white;
	}
	TABLE.entryform TD.input {
		padding: 2px 0px 2px 0px;
	}
		TD.input INPUT { width: 100%; }
		TD.input TEXTAREA { width: 100%; }
		TD.input P {
			margin: 2px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
		TD.input SELECT {
			width: 150px;
		}
	TABLE.entryform TD.controls {
		padding: 5px 0px 0px 0px;
		font-size: 8pt;
		text-align: right;
	}
		TABLE.entryform TD.controls P {
			text-align: right;
		}

TABLE.list {
	width: 100%;
	margin: 0px 0px 5px 0px;
}
	TABLE.list TR TD {
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 2px;
		padding-left: 2px;
	}
	TABLE.list TR.header TD {
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 8pt;
		font-weight: bold;
		border-bottom: 1px solid black;
		white-space: nowrap;
	}
	TABLE.list A {
		text-decoration: none;
	}
	TABLE.list TR.header A {
		color: black;
	}
	TABLE.list TR.even {
		background-color: #eeeeee;
	}
	TABLE.list TR.odd {
		background-color: white;
	}
	TABLE.list TR:hover {
		background-color: silver;
	}
	TABLE.list TR.header:hover {
		background-color: white;
	}

ul {
margin-left: 0;
font-weight: bold;
padding-left: 1.5em;
}

/* --- Modern App Shell Layout --- */
.app-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
}

.app-header {
  background: #f1f5f9;
  color: #334155;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.2rem 2rem 1rem 2rem;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.app-main {
  flex: 1 1 0%;
  display: flex;
  align-items: stretch;
  min-height: 0;
}

.app-sidebar {
  width: 260px;
  background: #fff;
  border-right: 1px solid #e5e7eb;
  padding: 2rem 1.2rem 2rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 180px;
}

.app-sidebar .box {
  background: #f1f5f9;
  border-radius: 10px;
  padding: 1rem 1rem 0.5rem 1rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
  margin-bottom: 1.2rem;
  position: relative;
}

.app-sidebar h1 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #6366f1;
  margin-bottom: 0.5rem;
}

.app-sidebar ul, .app-sidebar .MENU {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem 0;
}

.app-sidebar li {
  margin-bottom: 0.4rem;
}

.app-sidebar a {
  color: #334155;
  text-decoration: none;
  font-weight: 500;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  transition: background 0.15s;
}
.app-sidebar a:hover {
  background: #e0e7ff;
  color: #3730a3;
}

.app-content {
  flex: 1 1 0%;
  padding: 2.2rem 2.5rem 1.5rem 2.5rem;
  background: transparent;
  min-width: 0;
}

.app-footer {
  background: #f1f5f9;
  border-top: 1px solid #e5e7eb;
  color: #64748b;
  font-size: 1rem;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 900px) {
  .app-sidebar {
    width: 100px;
    min-width: 60px;
    padding: 1rem 0.3rem 1rem 0.3rem;
  }
  .app-content {
    padding: 1.2rem 0.5rem 1rem 0.5rem;
  }
}

@media (max-width: 600px) {
  .app-main {
    flex-direction: column;
  }
  .app-sidebar {
    width: 100%;
    min-width: 0;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    flex-direction: row;
    gap: 1rem;
    padding: 0.5rem 0.2rem 0.5rem 0.2rem;
    overflow-x: auto;
  }
  .app-content {
    padding: 0.7rem 0.2rem 0.7rem 0.2rem;
  }
  .app-footer {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.7rem 0.2rem;
  }
}

.button, a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 8px;
  font-size: 10pt;
  font-weight: bold;
  background-color: #bbbbbb;
  color: #222;
  border: 1px solid #888;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  box-sizing: border-box;
  transition: background 0.2s;
  text-align: center;
  min-height: 1em;
  white-space: nowrap;
  line-height: 1;
}
.button-wide, a.button-wide {
  padding: 8px 32px;
  min-width: 180px;
  white-space: nowrap;
}
.button:hover, a.button:hover {
  background-color: #999;
  color: #000;
}

.section-title-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 18px 28px;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border: 1px solid #e0e0e0;
  width: 100%;
  display: block;
}
.section-title-card h1 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 600;
  color: #222;
}

.section-bordered {
  border: 1.5px solid #d0d0d0;
  border-radius: 14px;
  padding: 24px 24px 24px 24px;
  padding-top: 10px;
  background: #fff;
  position: relative;
}
.section-bordered:not(:last-of-type) {
  margin-bottom: 20px;
}
.section-bordered .section-title-pill {
  position: absolute;
  top: 0;
  left: 22px;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 999px;
  padding: 0 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border: 1.5px solid #d0d0d0;
  display: inline-block;
  z-index: 2;
  height: 1.7em;
  line-height: 1.7em;
  min-width: max-content;
  white-space: nowrap;
  text-align: center;
}
.section-bordered .section-title-pill h1 {
  margin: 0;
  font-size: 1.05em;
  font-weight: 600;
  color: #222;
  line-height: 1.7em;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

/* Hide DataTables tables before initialization to prevent FOUC */
TABLE.datatable-hidden { display: none; }
