/* NAVIGATION */

.shadow {
        border-right: 2px solid #7590ff;
        border-left: 2px solid #7590ff;
        border-top: 2px solid #7590ff;
}

.menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: white;
        text-transform: uppercase;
}

A.menu {
        background-color: #c0c0ff;
        height: 18px;
        text-decoration: none;
        display: block;
        padding-top: 5px;
        padding-left: 10px;
        padding-bottom: 5px;
}

A.menu:hover, A.menu:active {
        background-color: #3737b7;
        text-decoration: none;
}


/* TEXT */

.TextNormal {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        /* color: #515E6A; */
        color: black;
        text-align: justify;
        line-height: 15px;
        padding-left: 10px;
        padding-right: 10px;
}

li {
  font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        /* color: #515E6A; */
        color: black;
        text-align: justify;
        line-height: 15px;
        padding-left: 10px;
        padding-right: 10px;
}

.Headline {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        /* color: #515E6A; */
        color: black;
        line-height: 25px;
        text-transform: uppercase;
        margin-bottom: 0px;
/*        border-bottom: 1px dotted #666F85; */
        border-bottom: 1px dotted #000000;
}

/* BACKGROUNDS */

.Columns{
        background-color: #c0c0ff;
        width: 173px;
}
.Content {
        background-color: white;
        padding: 20px 20px 40px 20px;
}

/* ELEMENTS */

.WhiteLine{
        height: 1px;
        background-color: white;
}

TD.BoxTitle{
        background-color: #c0c0ff;
        margin: 0px;
}

P.BoxTitle{
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
        color: white;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
}

.BoxNewsMessage{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        background-color: #e8eaed;
        color: black;
        padding: 10px;
}

/* NEWS */

.NewsNormal{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        /* color: #515E6A; */
        color: black;
        line-height: 15px;
        text-align: justify;
}

pre {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        /* color: #515E6A; */
        color: black;
        background-color: #E8EAED;
        line-height: 15px;
        margin: 0px;
        padding: 2px;
}

.NewsHeadline{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        /* color: #515E6A; */
        color: black;
        line-height: 15px;
        padding-bottom: 10px;
}

.NewsDate{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #21b221;
        text-align: right;
        padding-bottom: 5px;
}

td.active {
        background-color: white;
        font-weight: bold; }

td.skeleton_menu {
        width: 250px;
        padding: 8px;
        border-right: solid white 5px;
        background-color: rgb( 240, 240, 240 ); }

td.skeleton_report {
        padding: 8px;
        background-color: rgb( 240, 240, 240 ); }

th.title {
        padding: 3px;
        color: white;
        background-color: black;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;^M
        font-size: 10px;^M

}


td { color: black;
        font-family: Arial, Helvetica, sans-serif;^M
        font-size: 10px;^M
 }
