﻿body {
    background-color: #fff;
    font-family: 'Segoe UI', tahoma, verdana, arial, helvetica, sans-serif;
    margin: 0px;
    overflow: hidden;
}

input, textarea, select {
    font-family: 'Segoe UI', tahoma, verdana, arial, helvetica, sans-serif;
}

a {
    color: #224488; /*DARK BLUE*/
}

    a:hover {
        color: rgb(239,78,78); /*RED*/
    }

td {
    vertical-align: top;
}

h1 {
    color: #4662a1;
    font-size: 1.4em;
}

h2 {
    color: #282828;
    font-size: 1.5em;
}

h3 {
    color: #4662a1;
    font-size: 1.2em;
    font-style: italic;
}

.Header {
    background: radial-gradient(circle at 35%, #407ec9, #021d49, #021d49, #021d49);
    background-color: #021d49;
    height: 85px;
}

    .Header .Matrix {
        background: no-repeat url('/_Images/Matrix.svg');
        float: left;
        height: 45px;
        margin-left: 25px;
        margin-top: 25px;
        width: 200px;
    }

    .Header .CEVA {
        background: no-repeat right url('/_Images/CEVA1.svg');
        float: right;
        height: 25px;
        margin-right: 25px;
        margin-top: 40px;
        width: 200px;
    }

.ClearMe {
    clear: both;
    display: none;
}

.Gradiant {
    width: 75px;
}

.PopupHeader {
    color: #1d4289;
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
}

.Footer {
    background-color: #c7d0e3;
    font-size: .7em;
    padding: 3px;
    text-align: right;
    height: 20px;
}

.Button {
    font-family: 'Segoe UI', tahoma, verdana, arial, helvetica, sans-serif;
    font-weight: bolder;
    font-size: 7pt;
    border: 1px none #606060; /*DARK GREY*/
    background-color: #606060; /*DARK GREY*/
    color: #ffffff;
    cursor: pointer;
    height: 20px;
    width: 85px;
}
