﻿body
{
    font-size: 10pt;
    color: black;
    font-family: Tahoma, Sans-Serif;
    background-color: white;
    list-style-position: outside;
    list-style-type: circle;
}
img
{
    border-width: 0px;
    border-style: none;
}
a:link
{
    font-size: 10pt;
    color: black;
    font-family: Tahoma, Sans-Serif;
}
a:visited
{
    font-size: 10pt;
    color: black;
    font-family: Tahoma, Sans-Serif;
}
.handover
{
    cursor: hand;
}

a.info
{
    position: relative;
    z-index: 24;
    color: #000000;
    text-decoration: none;
}

a.info:hover
{
    z-index: 25;
}

a.info span
{
    display: none; /* hide the span text using this css */
}

a.info:hover span
{
    display: block;
    position: absolute;
    top: 16px;
    left: -100px;
    width: 200px;
    background-color: #f0f0f0;
    color: #000000;
    text-align: center;
    font-size: 8pt;
    z-index: 30;
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
}

.red_title
{
    color: red;
    font-size: small;
}
.ner
{
    border-width: 1px;
    border-color: #C0C0C0;
    padding: 2px 4px 2px 4px;
    border-bottom-style: solid;
    text-align: left;
}
a.ner
{
    text-decoration: none;
}
a.ner:hover
{
    text-decoration: underline;
}

table.center
{
    margin-left: auto;
    margin-right: auto;
}

