#toc {
    position:   absolute;
    left:       0px;
    top:        54px;
    height:     auto;
    width:      145px;
    padding:    0;
    margin:     0;
}

#toc a
{
	display:block;
}
#toc a:hover
{
	text-decoration:none;
	text-align:center;
}


#content {
    position:   absolute;
    left:       146px;
    top:        54px;
    height:     auto;
    width:      1112;
}

a:visited,a{
color:#0033FF;
}

#title {
    position:         absolute;
    top:              0px;
    left:             0px;
    height:           45px;
    padding:          0;
    padding-top:      4px;
    padding-bottom:   2px;
    background-color: #BBF;
    width:            1258;
}

/* Styles for mini-view */
#miniToc {
    position:   absolute;
    left:       0px;
    top:        30px;
    height:     40px;
    width:      100%;
    padding:    0;
    margin:     0;
}

#miniContent {
    position:   absolute;
    /*left:       150px; */
    top:        45px;
    height:     auto;
    width:      100%;
}

#miniTitle {
    position:         absolute;
    top:              0px;
    left:             0px;
    height:           25px;
    padding:          5px;
    padding-top:      10px;
    background-color: #BBF;
    width:            100%;
}

body {
  font-family:  sans-serif;
  font-size:    9pt;
}

table {
    border:    none;
    font-size: 9pt;
    margin:    2px;
}

td {
  border:       1px solid;
  border-color: #EEE;
  padding:      3px;
}

td.abc {
  border: 1px solid;
  font-size: 8pt;
  border-color: #EEE;
  padding:      1px;
}

tr.even {
  background-color: transparent;
}

tr.odd {
  background-color: #EEF;
  
}

tr.highlight {
  background-color: #AFA;
}

th {
  vertical-align:   top;
  /*text-align:       left;*/
  border:           0px none;
  padding:          4px;
  background-color: #BBF;
}

table.invisible {
  border:         0px none;
  border-spacing: 1px;
  padding:        1px;
  margin:         1px;
}

td.invisible {
  border: 0px none;
}

img {
  border:         0;
  margin-top:     1px;
  margin-bottom:  1px;
  margin-left:    1px;
  margin-right:   3px;
  vertical-align: -30%;
}

h1 {
  font-family:  sans-serif;
  font-size:    1.8em;
}

h2 {
  font-family:  sans-serif;
  font-size:    1.6em;
}

h3 {
  font-family:  sans-serif;
  font-size:    1.4em;
}

a {
  text-decoration:none;
}

a:hover {
  text-decoration: underline;
}

/* --Login Classes-- */
a.login {
  text-decoration:  none;
  font-size:        10pt;
  font-family:      sans-serif;
}

a.login:hover {
  text-decoration:  none;
  background-color: #AAFFAA;
}

/* --Footer Classes-- */

p.footer {
  text-align: left;
  font-size: 75%;
}

/* --Warning Classes-- */

table.warning {
  border:	2px solid red;
}

p.warning {
  font-family:  sans-serif;
  font-weight:  bold;
  font-size:    1.25em;
}

p.byline {
  font-family:  sans-serif;
  font-size:    0.75em;
  padding-top:  0;
  margin-top:   0;
}

p.news {
  padding:	2px;
  margin:		2px;
  border:		1px solid gray;
  max-width: 600px;
}
/* Styling for the menu */
.barmenu {
  display: flex;
  gap: 15px;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 5px;
}

/* Link styles */
.barmenu a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 5px;
  transition: 0.3s;
  background: #527caa;
  color: #EEE;
}

/* Highlight active link */
.barmenu a.active {
  background: #007bff;
  color: white;
}