body {
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    font-family: 'Lato', Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: black;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    padding: 0px;
    border-spacing: 0px;
    border-color: black;
}

th {
    border-right: 1px dashed;
    border-bottom: 1px solid;
    padding: 0px;
}

.link { text-decoration: none; border-bottom: 1px dotted; color: #333333; }

th img { 
    float: right;
    border: 0;
}

img { vertical-align: middle; }

td#dol { border-top: 1px dashed; text-align: right; font-size: 10px; }
div#dane { padding: 0 15px 15px; }
td#tddane { border-right: 1px dashed; vertical-align: top;  }

p { text-align: justify; }

.alert {
    background: #fff6bf url(i/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}

.tooltip {
    position: relative;
    text-decoration: none;
    color: #000000
}
.tooltip dfn {   display: none;}

.tooltip:hover dfn, .tooltiph dfn { 
    display: block;
    position: absolute;
    padding: 4px 10px;
    border: 1px dotted;
    background: #ffffbb;
    color: #000;
    width:350px;
    font-style: normal;
    font-size: 0.8em;
    line-height: 100%;
    text-decoration: none;
    z-index:200;
}

.tooltip dfn span { display: block;}

.info {
    font-style: normal;
    font-size: 1px;
    color: #C0C0C0;
}

.sub { 
    background-color: #f0f0f0; 
    border: 1px #e0e0e0 solid; 
    padding: 3px 5px; 
    display: block; 
    margin-top: 1em; 
#    cursor: pointer;
}

.tdborder {
    border-right: 1px dashed; 
    vertical-align: top;
}