﻿

* {
    margin: 0px;
    padding: 0px;
}

h1, .heading1 {
    color: #4682B4;
    font: 4.0em 'Segoe UI Light', 'Segoe UI', 'Trebuchet MS', Arial;
    margin: 10px 0;
    padding: 0px;
}

h2, .heading2 {
    color: #4682B4;
    font: 2.0em 'Segoe UI Light', 'Segoe UI', 'Trebuchet MS', Arial;
    margin: 10px 0;
    padding: 0px;
}

h3, .heading3 {
    color: #08A;
    font: 1.5em 'Segoe UI Light', 'Segoe UI', 'Trebuchet MS', Arial;
    margin: 10px 0;
    padding: 0px;
}

h4, .heading4 {
    color: #202020;
    font-weight: bold;
    font-size: 1.1em;
    margin: 3px 0;
}

h5, .heading5 {
    color: #202020;
    font-weight: bold;
    font-size: 1.0em;
    margin-bottom: 3px;
}

a {
    font-size: 12px;
    outline: 0;
    text-decoration: none;
    color: #06B;
}

    a:link {
        color: #06B;
    }

    a:visited {
        color: #4682B4;
    }

    a:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #06B;
    }

    a:active {
        color: #F0F;
    }


    button, a[type="button"], input[type="submit"], .button {
        font: 11px Verdana, "Segoe UI", Helvetica, Sans-Serif;
        cursor: pointer;
        padding: 8px 16px;
        color: #333;
        background-color: #ccc;
        border: 1px solid #888;
        margin-right: 8px;
        width: auto;
        text-decoration: none;
        font-weight: 800;
        -webkit-text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
        -moz-text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
        text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
    }

        button:hover, a[type="button"]:hover, .button:hover {
            color: #000;
            border: 1px solid #06b;
        }

        button:active, a[type="button"]:active, .button:active {
            color: #000;
            position: relative;
            top: 1px;
            left: 1px;
            border: 1px solid #06b;
        }



.fieldlist-button {
    margin-left: 6px;
    background: #f2f2f2;
    background: linear-gradient(#f5f5f5, #dedede);
}


a[type="button"]:visited, a[type="button"]:link {
    color: #000;
}

li button, li a[type="button"] {
    padding: 6px 12px;
}

button.tiny-button, a[type="button"].tiny-button {
    padding: 3px 6px;
    margin-left: 8px;
}

input,
textarea {
    font-family: Verdana, "Segoe UI", Helvetica, Sans-Serif;
    border: 1px solid #d5d5d5;
    padding: 3px;
    color: #333;
    background-color: #fff;
}

    input[readonly],
    textarea[readonly] {
        /*background-color: #eee;*/
    }

p {
    margin-bottom: 5px;
    margin-top: 0px;
}

em {
    color: #777;
}






.chevron-container {
    margin-bottom: 10px;
    margin-left: 14px;
}

.chevron {
    text-align: center;
    text-wrap: normal;
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-left: 0px;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -14px;
    cursor: default;
    color: black;
    text-shadow: rgba(255, 255, 255, 1) 1px 1px 0px;
}

.chevron-visited {
    background: url("/Content/images/Registration/chevron_green.png") 0px 0px no-repeat;
}

.chevron-inactive {
    background: url("/Content/images/Registration/chevron_gray.png");
}

.chevron-active {
    background: url("/Content/images/Registration/chevron_blue.png");
    cursor: pointer;
    color: white;
    text-shadow: rgba(0, 0, 0, 1) 1px 1px 0px;
}

li.selectorwidth input {
    min-width: 450px !important;
}
