/* Below: General setting for display, header bar, etc */
/* 24.11.2023 changed by S. Friedrich*/
/* 23.04.2024 changed by M. Ramos-Ceja: add dt and dd style, and font-face */

@font-face {
font-family: 'Trebuchet MS';
font-style: normal;
font-weight: normal;
src: local('Trebuchet MS'), url('../trebuc.woff') format('woff');
}

@font-face {
font-family: 'Trebuchet MS Italic';
font-style: normal;
font-weight: normal;
src: local('Trebuchet MS Italic'), url('../Trebuchet-MS-Italic.woff') format('woff');
}

h1, h2, h3, h4, h5, h6 {
  margin-left:35px; margin-right:45px;
  margin-top:40px; margin-bottom:30px; 
  font-family: 'Trebuchet MS','Trebuchet MS',Trebuchet MS,Trebuchet MS }

body    { background-color:#FFFFFF; min-width:1105px;
            margin-left:35px; margin-right:45px;
            margin-top:20px; margin-bottom:30px;
            font-family: 'Trebuchet MS'; text-align: justify; text-justify: inter-word;}

p {margin-left:65px; width:90%; margin-top:20px; margin-bottom:20px}

dt {margin-left:65px}
dd {margin-left:65px; margin-bottom:20px}

a:link    { color:#0D98BA; text-decoration:none; }

a:visited { color:#0D98BA; text-decoration:none; }

a:hover   { text-decoration:underline }

h3#bar { background-color:#007E9F; color:#ffffff; border:0px; margin:0px; padding:5px;
          font-family:'Trebuchet MS','Trebuchet MS',Trebuchet MS,Trebuchet MS; text-align: center; font-size:22px }

h3#bartasks { background-color:#007E9F; color:#ffffff; border:0px; margin:0px; padding:10px;
          font-family:'Trebuchet MS','Trebuchet MS',Trebuchet MS,Trebuchet MS; text-align: right; font-size:22px }

ul{width:87%;}

footer { text-align: center; padding: 0px; background-color:#007E9F; color: #e7fcfe;
      font-size:12px; font-family: 'Trebuchet MS'; left:35px; right:45px;
      position: absolute; margin-top:200px; min-width:1105px;} 

/*su 24.11.2023: table {font-family: 'Trebuchet MS','Trebuchet MS'; border-collapse:collapse; width:90%;}*/
table {font-family: 'Trebuchet MS','Trebuchet MS'; border-collapse:collapse; width:90%;margin-bottom:50px; margin-left:65px}
td{border:1px solid #000; text-align:left; padding:8px; font-weight: normal;}
/*su 24.11.2023: th{border:1px solid #000; text-align:center; padding:8px;}*/
/*su 24.11.2023: tr:first-child{background-color:#bcd4e6;}*/
th{border:1px solid #000; text-align:center; padding:8px;background-color:#bcd4e6;}

/* Above: General setting for display, header bar, etc */

/* Below: To display Content in the page */

#toc_container {
    background: #eee none repeat scroll 0 0;
    font-family: 'Trebuchet MS';
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 20px;
    width: auto;
    margin-left: 45px;
}

.toc_title {
    font-weight: 700;
    text-align: left;
}

#toc_container li, #toc_container ul, #toc_container ul li{
    list-style: outside none none !important;
}

/* Above: To display Content in the page */

