﻿body
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 80%;
    background-color: #FFFFFF;
    text-align: left;
    margin: 0px;
}
input, textarea
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
table
{
    font-size: 100%;
}
a
{
    text-decoration: none;
}
h1
{
    font-weight: bold;
    color: #0032AF;
    font-size: 130%;
    margin-bottom: 0px;
    margin-top: 0px;
}
h2
{
    font-weight: bold;
    color: #0032AF;
    font-size: 110%;
    margin-bottom: 0px;
    margin-top: 0px;
}
td.lhead
{
    font-weight: bold;
    color: #0032AF;
    font-size: 100%;
}
.lhead
{
    font-weight: bold;
    color: #0032AF;
    font-size: 130%;
}
.shead
{
    font-weight: bold;
    color: #0073BA;
}
.blue
{
    color: #0073BA;
}
.small
{
    font-size: 80%;
}
td.small
{
    font-size: 65%;
}
.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}
.attention
{
    font-weight: bold;
    color: #FF0000;
}
.red
{
    color: #FF0000;
}
a:visited
{
    color: #0032AF;
    font-weight: normal;
}
a:active
{
    color: #0536B0;
    font-weight: normal;
}
a:link
{
    color: #0032AF;
    font-weight: normal;
}
a:hover
{
    color: #0096FA;
    font-weight: normal;
}
a.grey:visited
{
    color: #E0E0E0;
    font-weight: normal;
    font-size: 9px;
}
a.grey:link
{
    color: #E0E0E0;
    font-weight: normal;
    font-size: 9px;
}
a.grey:hover
{
    color: #0096FA;
    font-weight: normal;
    font-size: 9px;
}
.xynobgrepeat
{
    background-repeat: no-repeat;
}
td.date
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 55%;
    color: #000000;
}
.date
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    color: #000000;
}
.submenu
{
    font-size: 85%;
    font-weight: bold;
}
td.submenu
{
    font-size: 70%;
    font-weight: bold;
}
.Input
{
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
    border-collapse: collapse;
    background-color: #E5EAF7;
    font-size: 100%;
    height: auto;
}
.InputBorder
{
    border-style: solid;
    border-width: 1px;
    border-color: #0032AF;
    border-collapse: collapse;
    background-color: #E5EAF7;
    font-size: 100%;
    height: auto;
}
ul
{
    margin-left: 15px;
}
.QuickSearchInput
{
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
    border-collapse: collapse;
    background-color: #E5EAF7;
    font-size: 8pt;
    height: 13px;
    width: 107px;
}
.QuickSearchTextBox
{
    float: left;
}
.QuickSearchButton
{
    float: left;
    margin: 0px 0px 0px 2px;
}

.cmsDownloadFolderGridWrapper td
{
    background-image: url(/images/docicons/dotted.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 2px 2px 2px 4px;
    vertical-align: top;
    font-size: 80%;
}
.cmsDownloadFolderGridWrapper td a
{
    text-decoration: none;
    font-size: 120%;
}

.cmsDownloadFolderGridWrapper th
{
    background-color: #e1e1e1;
    border: solid 1px #DDDDDD;
    color: #000000;
    font-size: 80%;
}
.cmsDownloadFolderGridWrapper th a
{
    color: #000000;
}
.cmsDownloadFolderGridWrapper table
{
    border: solid 1px #DDDDDD;
    border-bottom-style: none;
}
div.NewsPagerTop
{
    margin-top: 10px;
}
div.NewsPagerBottom
{
    padding: 5px;
    border: solid 1px #6684CF;
    background-color: #E5EAF7;
}

div.NewsPagerBottom select
{
    width: 350px;
}

.Button
{
    cursor: pointer;
}
.Select
{
    font-size: 12px;
}
.noBtn
{
    background: url(/Images/System/nl/bg-no-btn.gif) repeat-x left bottom;
}