:root {
	--hexa-blue-dark: #28226e; /* from logo */ 
	--hexa-blue-medium: #313C8D;
	--hexa-blue-light: #6EC1E4;

	--main-nav-bg: var(--hexa-blue-medium);
	--sub-header-bg: var(--hexa-blue-dark);
	--border: var(--hexa-blue-medium);
	--link: var(--hexa-blue-medium);
	--link-hover: var(--hexa-blue-light);
}
/*
Old red theme colors that are replaced with the new blue ones:
#c00
#990000
*/

/* *, *::before, *::after { */
*, * html {
	margin: 0;
	padding: 0;
	/* box-sizing: border-box; */
}

p {
	padding-bottom: 1em;
}

body {
	font: 100%/150% Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #1a1a1a;
	font-size: 12px;
	/* background: #fff url("../../images/header-background.gif") repeat-x; */
}

table {
	border-collapse: collapse; /* cellspacing off */
	border-width: 0;
	padding-bottom: 1em;
}

#page-header, #page-contents {
	width: 920px;
}

#page-contents {
	z-index: 0;
	margin: 100px 30px;
}

#ultimatehead {
	z-index: 3;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #FFF;
    width: 1024px;
    height: 110px;
	max-width: 100%; /* mobile fix 2025 - login screen */
}

#page-header {
	z-index: 2;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #FFF;
	margin: 10px 30px;
}

#logotype {
	vertical-align: middle;
}

#user-information {
	padding-left: 30px;
	width: 746px;
	font-size: 100%;
	line-height: 1.3em !important;
	line-height: 1.4em;
	color: #666;
}

#user-information #loggedinusers {
	font-size: 75%;
	float: right;
}

#user-information #loggedinusers a {
	background: #ffc;
	padding: 3px;
	color: #003;
	border-style:none;
	border-color:d1d161;
	border-width:3px;
}

#user-information #login-information {
	font-size: 75%;
	float: right;
    padding-top: 7px;
    text-align: right;
}

#user-information #quicklinks {
	text-align:left;
	padding-top:7px;
}


#user-information a {
	background: #ffc;
	padding: 3px;
	color: #003;
	border-style:outset;
	border-color:d1d161;
	border-width:3px;
}


/** PAGE MENU */

#page-menu {
}

#page-menu #menu {
		z-index: 1;
    position: fixed;
    top: 75px;
    left: 0px;
    
	margin-left: 30px !important;
	margin-left: 0px;
	width: 920px;
	padding: 5px 5px 3px 5px;
	
}

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#888; margin:0 5px;}
.b2 {height:1px; background:var(--main-nav-bg); border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.b3 {height:1px; background:var(--main-nav-bg); border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.b4 {height:2px; background:var(--main-nav-bg); border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
.contentb {
background: var(--main-nav-bg);
	color: #333;

 border-right:1px solid #888;
 border-left:1px solid #888;
 }
.contentb div {margin-left: 5px;}

#page-menu a:link, #page-menu a:visited {
	color: #ffc; 
	text-decoration: none;
}

#page-menu a:active, #page-menu a:hover {
	color: #fff;
	text-decoration: underline;
}

#page-menu .selected {
	color: #fff !important;
	font-style: italic;
	text-decoration: underline !important;
}

#page-menu ul {
	display: inline;
}

#page-menu ul li {
	display: inline;
	padding-right: 1em;
	font-weight: bold;
}

#page-menu ul li:before {
	content: "\00BB \0020";
}

#start h2 {
	font-size: 120%;
	color: #ffc;
	background: var(--sub-header-bg); 
	border-bottom: 4px solid var(--border);
}

.column {
	float: left;
}

span.pageTitle { 
}


/** LISTS */

ul {
	margin-bottom: 2em;
}

li {
	padding: 2px 0;
}

/* Arrow lists */
.arrow-list {
	list-style-type: disc;
	list-style-position: inside;
}

.arrow-list, .arrow-left {
	list-style-image: url("../../images/horizontalArrowLeft.gif");
}

.arrow-list, .arrow-right {
	list-style-image: url("../../images/horizontalArrow.gif");
}

/* Definition lists */
dl {
	padding: 0 5px 0 5px;
}

dt, dd {
	float: left;
	margin: .15em 0 .15em 0;
}

dt {
	display: inline;
	font-weight: bold;
	clear: left;
	width: 30%;
}


/** FORMS */

form fieldset {
	width: 100%;
	clear: both;
}
	
form label { }

form div {
	clear: left;
	display: block;
	width: 100%;
	height: expression('1%');
	margin: 5px 0px 0px 0px;
	padding: 1px 3px;
}

form div fieldset input {
	width: 160px;
	margin: 0px 0px 0px 18px;
	margin: expression('0px 0px 0px -124px');
}

textarea {
	overflow: auto;
}

input, textarea, select, .field {
	padding: .25em;
}

.field, input[type="text"], input[type="password"], textarea, select {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #999; 
	border-top: 1px solid #999; 
}

select {
	min-width: 5em;
}


/** TABLES */

table {
	width: 100%;
}

table tr, table th, table td {
	vertical-align: top;
	padding: 5px 2px;
}

table th { 
	border-bottom: 2px solid #333;
}

table tr.even {
	background: #ffc;
}




/**
 * Used on every page that uses a submenu.
 */
table.contentTable {
    width: 100%;
}

/* Don't forget about these */
table.contentTable tr { }
table.contentTable td { }

table.contentTable td.subMenu {
    width: 230px;
}

table.contentTable td.separator {
    width: 1px;
    /*background-image: url(images/vertical_dots.gif);*/
    padding: 0px;
    margin-right: 10px;
}

table.contentTable td.padding {
    padding: 0;
}

/** LINKS */
a, a:visited { 
    color: var(--link); 
}

a:hover, a:active { 
    color: var(--link-hover); 
}


/**
 * Used in order to style the main menu items
 *
.mainMenu th {
    width: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 4px;
}

.mainMenu a, .mainMenu a:visited {
    color: #000000; 
    font-weight: bold;
}

.mainMenu a:hover, .mainMenu a:active {
    color: #cccccc; 
    font-weight: bold;
}

.mainMenu a.selected, .mainMenu a.selected:visited {
    color: #cccccc; 
    font-weight: bold;
}

.mainMenu a.selected:hover, .mainMenu a.selected:active {
    color: #cccccc; 
    font-weight: bold;
}
*/

/**
 * Used in order to style the main menu items
 * See /inc/mainMenu.php for more details
 */
.subMenu {}
.subMenu th {}
.subMenu td {}

a {
	transition: all .3s ease;
}

.subMenu a, .subMenu a:visited {
    color: #000;
	transition: all .3s ease;
}

.subMenu a:hover, .subMenu a:active {
    color: var(--link-hover);
}

.subMenu a.selected, .subMenu a.selected:visited {
    color: #ccc;
}

.subMenu a.selected:hover, .subMenu a.selected:active {
    color: var(--link);
}


/* Workaround for tablesize-100% on the overDiv layer */
#overDiv table {
	width: auto;
}


/* 2025 - For new color theme */
.pageSectionHeader {
	font-size: 108%;
	color: #FFF;
	background: var(--sub-header-bg);
	border-bottom: 3px solid var(--border);
	/* new style: */
    margin-bottom: 4px;
}