﻿body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.head2 {
    font-size: 24px;
    padding: 10px 0;
    line-height: 1.2;
    color: #1c436c;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

table.dirTable {
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
}

    table.dirTable tr td {
        height: 25px;
    }

    table.dirTable thead tr .headerSortUp {
        background-image: url(../img/asc.gif);
    }

    table.dirTable thead tr .headerSortDown {
        background-image: url(../img/desc.gif);
    }

    table.dirTable thead tr .header {
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
        width: auto;
    }

    table.dirTable tbody tr.even td {
        background: #F0F0F0;
    }

a.dirLink {
    text-decoration: none;
    color: #222;
}

    a.dirLink:hover {
        text-decoration: underline;
    }

span.icon-folder-open, span[class^="icon-file-"] {
    color: #555;
}

th.TableHeader {
    border-bottom: 2px solid silver;
    padding-bottom: 3px;
}

a.navLink {
    margin-left: 27px;
}

a.navLink, a.space, a.logoutLink {
    float: left;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    display: block;
    padding: 3px 8px;
    border: 1px solid #aaa;
    background-color: #eee;
    border-radius: 2px;
    margin: 0 15px 6px 0;
}

    a.navLink:hover, a.space:hover {
        background-color: #ddd;
    }

a.logoutLink {
    margin: 0 0 6px 0;
    float: right;
    color: #efefef;
    background-color: #333;
    border: 1px solid #333;
}

    a.logoutLink:hover {
        background-color: #222;
    }

img.downloadImg {
    height: 25px;
    border: 0;
}

/*.login {
    margin: 20px auto;
    text-align: center;
}

table.login th {
    text-align: right;
    padding: 10px;
    font-weight: normal;
}

table.login td {
    text-align: left;
}*/

.errDescription a {
    color: #1c436c;
}

    .errDescription a:hover {
        text-decoration: none;
    }

.DarkBlueHeaderMini {
    border: none;
    padding: 10px 20px;
    vertical-align: middle;
    color: #fff;
    background: #1C436C;
    text-align: left;
    font-size: 18px;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    border-right: none;
    border-left: none;
    width: 50%;
    margin: 0 auto;
    font-family: Calibri, Helvetica, Arial;
}

#CreateAccountDiv {
    width: 50%;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    text-align: center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

    #CreateAccountDiv input {
        margin: 10px auto;
        padding: 7px;
        width: 250px;
    }

    .mAuto{
        margin-left: auto;
        margin-right: auto;
    }

.googleMini {
    display: block;
    text-decoration: none;
    background: #5ecbeb;
    font-family: Calibri, Helvetica, Arial;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 30px;
    box-shadow: 0 3px 1px #4bb5d4;
    border: none;
    border-radius: 5px;
    margin: 0 auto 20px auto;
    text-align: center;
    width: 20%;
    line-height: 27px;
}

    .googleMini:hover {
        background: #07c2f9;
        -webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        cursor: pointer;
        color: #fff;
    }

@media only screen and (max-width: 480px) {
    table.dirTable {
        font-size: 12px;
    }

    .errDescription td {
        display: block;
    }

    #CreateAccountDiv input {
        width: 95%;
    }
}
