﻿body {
    margin: 0px;
    padding: 0px;
    color: #636363;
    background-color: #ffffff;
}

    a:hover {
        text-decoration: underline;
    }
#executionErrorAccessDenied {
    background-image: url(images/access_denied.gif);
    width: 176px;
    height: 176px;
    float: left;
}

#executionError404Image {
    background-image: url(images/404.gif);
    width: 176px;
    height: 176px;
    float: left;
}

#executionErrorImage {
    width: 176px;
    background-image: url('images/system_error.gif');
    height: 176px;
    float: left;
}
#executionErrorSessionEnd {
    background-image: url(images/session_end.gif);
    width: 176px;
    height: 176px;
    float: left;
}
#executionErrorWrongDomain {
    background-image: url(images/wrong_domain.gif);
    width: 143px;
    height: 177px;
    float: left;
}
#executionErrorMessage {
    color: Red;
    height: 153px;
    font-size: 12pt;
    padding-top: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#continueAfterError {
    text-align: right;
    margin-left: 183px;
}

a, #content div.table a, .link-list a {
    font-family: 'Lato', sans-serif;
    color: #1879b8;
    text-decoration: none;
}

@media screen and (max-width: 1280px) {
    body, input {
        font-size: 11pt;
    }
}

@media screen and (max-width: 980px) {
    body {
        overflow-x: hidden;
    }
}