﻿
.tdCodArtV {
    font-weight: bold;
    text-align: left;
}
.tdCenter {
    text-align: center;
}
.tdLeft {
    text-align: left;
}
.tdSmall {
    font-size: smaller;
}
.thA {
    background-color: #00672e; /*#4fc580;*/
    color: white;
    height: 42px;
}
.thE {
    background-color: #52767c; /*#666699;*/
    color: white;
    /*height: 42px;*/
    min-height: 42px;
}
.thI {
    background-color: #004e8e; /*#0a96ff;*/
    color: white;
    height: 42px;
}
.thS {
    background-color: #d14f42;
    color: white;
    height: 42px;
}
.tbTitle {
    color: black;
    /*font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;*/
    margin-bottom: 5px;
    margin-top: 0;
    width: 100%;
}

.tbTitle td{
    width: 70px;
}

.tbTitle em {
    font-size: smaller;
}
.tbAuto {
    border: 1px solid grey;
    color: black;
    /*font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;*/
    font-size: 10pt;
    margin-bottom: 20px;
    /*width: 940px;*/
    width: 100%;
}
.tbAuto tbody {
    text-align: right;
    vertical-align: middle;
}
.tbAuto em {
    font-size: smaller;
}
.tbAuto th {
    border-bottom: 1px solid grey;
}
.tbAuto th + th {
    border-left: 1px solid grey;
}
.tbAuto td + td {
    border-left: 1px solid grey;
}

.tbTitle .tdTitle1 {
    height: 40px;
    text-align: left;
    width: 60px;
}

p{
    margin: 5px 5px 0 20px;
}

.tbTitle .tdTitle1 p {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
}

.tbTitle .tdTitle2 {
    height: 40px;
    text-align: left;
    width: 880px;
}
.tbTitle .tdTitle2 p {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}
.tbTitle .tdTitle2 p em {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}
.tdImage {
    font-size: 7px;
    text-align: center;
    vertical-align: bottom;
    width: 90px;
}
.trAlternate, .autoCat tr:nth-child(2n) {
    background-color: #e6e6e6;
}
.spanAlert {
    color: red;
    font-size: 9pt;
}
.spanAlert em {
    color: red;
    font-size: 8pt;
}
#CTitle {
    font-size: 24pt;
    text-align: center;
}

.tbTitle .amm {
    color: #00672e; 
}
.tbTitle .idro {
    color: #004e8e;
}
.tbTitle .eps {
    color: #52767c;
}
.tbTitle .srvFr {
    color: #d14f42;
}

#tbLinks {
    font-family: 'Roboto', "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
    font-size: 10pt;
    width: 940px;
}
#tbLinks td {
    height: 50px;
    vertical-align: middle;
}
#tbLinks em {
    font-size: 9pt;
}
#tbLinks a {
    border-style: none;
    border-width: 0;
    color: #0066ff;
    text-decoration: none;
}
#tbLinks a:hover {
    border-style: none;
    color: #6699ff;
    text-decoration: none;
}
#tbLinks img {
    border-style: none;
}

@media screen {
    h1#CTitle {
        display: none;
        visibility: hidden;
    }

    #divBottom {
        display: none;
        visibility: hidden;
    }
}

@media (max-width:767px) {
    .thI {
        height: auto;
    }
}