﻿* {
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 10pt;
}

html {
    height: 100%;
    overflow: auto;
    min-height: 804px;
}

body {
    height: 100%;
}

section.container {
    display: table;
    height: 100%;
    margin: 0px auto 0px auto;
    width: 100%;
}


.block {
    display: table-row;
    height: 1px;
}

.push {
    height: auto;
}

div.aspNetHidden {
    display: none;
}

div.whiteBox {
    text-align: center;
}

div.footer {
    color: white;
    line-height: 30px;
    background: rgb(67,108,141);
    text-align: center;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

div.footer a {
    color: White;
}

.welcomeMessage {
    font-size: 20pt;
    font-weight: bold;
}

div#language {
    float: right;
    margin-right: 50px;
}

    div#language a {
        color: White;
    }

div.centerBox {
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 980px;
}

div.headerBox {
    height: 90px;
    line-height: 140px;
    background: rgb(67,108,141);
    color: white;
}

div.logoImage {
    height: 130px;
    margin-top: -160px;
    text-align: right;
    padding-right: 30px;
    overflow: hidden;
}

div.serverInfo {
    height: 40px;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 20px;
    overflow: hidden;
}

.functionContainer {
    float: left;
    width: 440px;
    min-height: 200px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
    display: block;
}

.functionText {
    width: 290px;
    display: block;
    float: right;
}

.errorText {
   width: 435px;
   display: block;
   float: right;
}

.functionIcon {
    width: 145px;
    display: block;
    float: left;
}

.heading {
    margin-top: 10px;
    font-size: 23pt;
    font-weight: bold;
    color: #555555;
}

.description {
    font-size: 11pt;
    color: #aaaaaa;
}

a {
    color: rgb(169,186,48);
}

    a:visited {
        color: rgb(128,140,34);
    }

    a:hover .functionContainer {
        background-color: #F5F5F5;
        cursor: pointer;
    }

img {
    border: 0;
}
