﻿html *
{
    -moz-box-sizing: border-box;
}

body
{
    overflow: hidden;
}

body.ie6
{
    background-color: black;
}

body.w3c
{
    background-color: black;
    background-image: url(../Images/TDN_2009.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.contenttable
{
    font-size: 9pt;
    color: #4b4b4b;
    font-family: Segoe UI;
    width: 100%;
}

.textbox
{
    font-family: Segoe UI;
    font-size: 9pt;
    padding-left: 2px;
    padding-top: 1px;
}

.textframe-n
{
    border: #b5b2b2 1px solid;
    background-color: White;
}

.textframe-o
{
    border: #737373 1px solid;
    background-color: White;
}

.textframe-a
{
    border: #595959 1px solid;
    background-color: #e6e3d9;
}

.logow3c
{
    position: absolute;
    width: 98%;
    height: 96%;
    background-image: url(../images/webui2009_transparent.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.button-n, .button-o, .button-a, .button-disabled
{
    font-family: Segoe UI, Tahoma;
    font-size: 9pt;
    border: 0px none;
}

.button-disabled
{
    color: Gray;
}

.footer
{
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: Segoe UI;
    font-size: 9pt;
    color: gray;
    cursor: default;
}

a 
{
    color: #dedede;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}
