﻿body {
    background: url("/Content/body-white.gif") repeat-y center #f8f8f8;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

a {
    color: #394e8d;
    text-decoration: none;
    border-bottom: 1px dashed #394e8d;
}

    a:hover {
        text-decoration: none;
        border-bottom: 1px solid #394e8d;
    }

    a:active, a:visited {
        text-decoration: none;
    }

h1 {
    font-size: 28px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: white;
    margin: 0;
    text-shadow: 0px -2px 2px rgba(0, 0, 0, 0.5);
}

h1.simple {
    font-size: 26px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: black;
    text-shadow: none;
    margin-top: 10px;
}

h2 {
    font-size: 22px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: black;
    text-shadow: none;
}

h3 {
    font-size: 20px;
}

footer {
    height: 98px;
    background: url("/Content/footer-back.gif") repeat-x bottom;
    padding-top: 45px;
    color: #c2c2c2;
}

input[disabled] {
    cursor: not-allowed !important;
}

.bordered {
    border: 1px solid #aaaaaa;
    border-bottom: 1px solid rgb(54, 54, 54);
}

.container {
    width: 776px;
    padding: 0;
}

.big-container {
    width: 826px;
}

.header {
    height: 45px;
    background: url("/Content/header-back.gif") repeat-x #4a699d;
}

.sub-header {
    height: 27px;
    border-bottom: 1px solid #dadada;
    background: url("/Content/sub-header-back.gif") repeat-x #fff;
    padding-top: 2px;
    text-align: right;
}

#to-main-page-link {
    float: left; 
    margin-left: 5px; 
    border-bottom: 0px;
}

    #to-main-page-link:hover {
        text-decoration: underline;
    }

.body-white-bottom {
    height: 40px;
    background: url("/Content/body-white-bottom.gif") no-repeat center bottom;
}

.top-menu {
    float: right;
    height: 100%;
}

    .top-menu .item {
        cursor: pointer;
        border-bottom: 4px solid #c2c2c2;
        display: inline-block;
        width: 120px;
        height: 100%;
        line-height: 45px;
        text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
        text-align: center;
    }

    .top-menu .item:hover {
        border-bottom: 4px solid #d9534f;
    }

    .top-menu .item a {
        font-size: 16px;
        color: #c2c2c2;
        text-decoration: none;
        text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
        border: 0;
    }

    .top-menu .item:hover a {
        color: white;
        border: 0;
    }

#site-title {
    display: inline-block;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 24px;
    color: #c2c2c2;
    text-decoration: none;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
    border: 0;
    margin-top: 5px;
    cursor: pointer;
}

#polygon {
    width: 826px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    color: white;
    font-size: 16px;
    background: url("/Images/polygon-back.png") no-repeat #394e8d;
}

#polygon-logo {
    position: absolute;
    left: 700px;
    top: -13px;
    height: 82px;
}

.polygon-top {
    position: relative;
    width: 826px;
    height: 131px;
    background: url("/Images/polygon-top.png") no-repeat;
    padding-top: 70px;
    padding-left: 27px;
}

.polygon-left {
    width: 40px;
    background-position-x: left;
    background: url("/Images/polygon-left.png") repeat-y;
}

.polygon-right {
    width: 40px;
    background: url("/Images/polygon-right.png") repeat-y right;
}

.polygon-bottom {
    width: 826px;
    height: 131px;
    background: url("/Images/polygon-bottom.png") no-repeat;
    text-align: right;
    padding-right: 100px;
    padding-top: 30px;
}

.polygon-center {
    width: 806px;
}

/* Buttons */
/*
.btn-micro {
    font-size: 9px;
    color: white;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
    padding: 3px 10px;
    border-width: 0px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 1px solid black;
}
*/

.btn-blue-micro {
    height: 20px;
    font-size: 11px;
    color: #30353f;
    padding: 3px 10px;
    background: url("/Images/blue-button-back.png");
    border: 1px solid #4d6bb1;
    border-top-width: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-color: #7290d6;
}

.btn-gray {
    background: url("/Content/btn-gray-back.gif");
}

.btn-red {
    background: url("/Content/btn-red-back.gif");
}

.btn-red-primary {
    letter-spacing: 1px;
    border: 1px solid #dd2b18;
    border-bottom-color: #3a0f0a;
    border-top-color: #e05142;
}
.btn-red-primary:hover {
    color: white;
}
.btn-red-primary:active {
    border-color: #3a0f0a;
}


/* MISC */
.no-margin {
    margin: 0px !important;
}


/* Questions */
.questions {
    margin-bottom: 20px;
}
.questions a {
    font-size: 16px;
    line-height: 1.7;
}

.question {
    font-size: 20px;
    margin-top: 20px;
}

.answer {
    margin: 15px;
    margin-top: 5px;
    font-size: 16px;
}
/***************************************/