﻿body, td, th
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
}
a:link
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}
html
{
    height: 100%;
}
body
{
    background-color: #548088;
    height: 95%;
}
.fulltable
{
    height: 90%;
}
.boldText
{
    font-weight: 700;
    color: White;
}
.errorMessage
{
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FF0000;
    line-height: 17px;
}
.loginimage
{
    background-image: url(../img/off.png);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 28px;
    width: 28px;
}
.loginimagehover
{
    background-image: url(../img/on.png);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

.pngalpha
{
    behavior: url(css/iepngfix.htc);
}
.logo
{
    margin-left: 60px;
}
.wrapper
{
    background-color: rgba(42, 42, 42, 0.8);
    border: 1px solid #333333;
    border-radius: 2em 2em 2em 2em;
    padding: 1em;
}
