﻿html, body, form {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    font-size: 11px;
    font-family: "Segoe UI", Calibri, Verdana, Helvetica, Arial, sans-serif;
    color: #00204E;
}

.Noatum_Label_Warn {
    color: #CD202C;
    font-size: 11px;
}

.Noatum_Label_SlateGreen {
    color: #9BC229;
    font-size: 11px;
}

.Noatum_Label_Warn_Bold {
    color: #CD202C;
    font-size: 11px;
    font-weight:bold;
}

.Noatum_Label_Title {
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    FONT-FAMILY: Helvetica, Arial, sVerdana, ans-serif;
}

.Noatum_Text {
    font-size: 11px;
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    color:#022D5B;
}

    .Noatum_Text:focus {
        color: #022D5B;
        background-color: #e8f0fe;
    }

    .Noatum_Text:hover {
        color: #022D5B;
        background-color: #e8f0fe;
    }

.Noatum_LinkButton_DarkBlue {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 0px 16px 5px 16px;
    margin-bottom: 10px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    background-color: #21578A;
    text-align: center;
    transition: .2s ease-out;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.12), 0px 1px 2px rgba(0,0,0,0.24);
}

    .Noatum_LinkButton_DarkBlue:link {
        color: #fff;
        text-decoration: none;
    }

    .Noatum_LinkButton_DarkBlue:visited {
        color: #fff;
        text-decoration: none;
    }

    .Noatum_LinkButton_DarkBlue:active {
        color: #fff;
        text-decoration: none;
    }

    .Noatum_LinkButton_DarkBlue:hover {
        background-color: #AA272F;
        color: #fff;
        text-decoration: none;
    }

A {
    color: #6AA2B9;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-decoration: none;
}

    A:hover {
        text-decoration: underline;
    }

::selection {
    background: #af3434;
    color: white;
}

::-moz-selection {
    background: #af3434;
    color: white;
}

::-webkit-selection {
    background: #af3434;
    color: white;
}
/* the following no need */






/*.Noatum_BackGround_Red {
    background-image: linear-gradient(#CD202C, #AA272F, #782327);
}

.Noatum_BackGroundDark_Blue {
    background-image: linear-gradient(#21578A, #002C5F, #00204E);
}

.Noatum_BackGround_SkyBlue {
    background-image: linear-gradient(#9BB2CE, #7A90B7);
}*/

/*.Noatum_Lable_Red_Bold {
    font-weight: bold;
    color: #AA272F;
}

.Noatum_Label_Gray {
    color: #7D7B7C;
}

.Noatum_Line_Red {
    display: block;
    border-top: #AA272F thin solid;
    height: 1px;
    font-size: 1px;
}*/





