﻿* {
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    -webkit-text-size-adjust: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #353434;
    font-size: 11px;
    line-height: 22px;
    margin: 0 auto;
    padding: 0;
    background: #FFF;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover {
        color: #353434;
        text-decoration: none;
    }

div.header {
    padding: 15px 20px 15px;
}

div.site-container {
    width: 98%;
    margin: auto;
}

#eml-logo {
    width: 138px;
    height: 52px;
}

.eml-msg {
    color: #009AC8;
    font-size: 22px;
}

.centered {
    width: 900px;
    margin: 10% auto 0 auto;
    text-align: center;
}

.document {
    cursor: pointer;
}

#searchresults select, #searchresults > div.jtable-main-container > table > thead {
    background-color: #009ac8;
}

#searchresults > div.jtable-main-container > div.jtable-title, #searchresults > div.jtable-main-container > div.jtable-title > div.jtable-title-text {
    background-color: white;
    color: #009ac8;
}

html, body {
    height: 100%;
}

body > div {
    height: 100%;
}

#preloader {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
}

    #preloader > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
