﻿/*note: ASP may have issues with classes/ids with hyphens, when in doubt remove hyphens heh*/

html, form {
    height: 100%;
}

body {
    border: 1px solid #dedede;
    border-bottom: none;
    background: white;
    color: black;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    margin: -1px 0px;
    height: 100%;
}

a {
    border: 0;
    outline: none;
    color: #003a66;
}

    a:hover {
        color: #7e9cb2;
    }

img {
    padding: 0;
    margin: 0;
    border: 0;
}

h1, h2, h3, h4 {
    font-family: 'PT Sans Narrow', sans-serif;
}



.grid td, .grid th {
    padding: .25em .5em;
}

    .grid td input {
        display: block;
        margin: 0 auto;
    }

    .grid td a {
        text-decoration: underline;
    }


.floatroom {
    display: inline-block;
    padding: 0 .5em;
}

.buttonbox a {
    display: block;
    margin: 10px auto;
}

.linkbutton {
    margin: 5px;
    background-color: #3276b1;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #003a66;
    display: inline-block;
    color: #fff;
    font-family: Trebuchet MS, sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding: 6px 10px;
    text-decoration: none;
}

    .linkbutton:hover {
        background-color: #003a66;
        color: #fff;
        cursor: pointer;
    }

    .linkbutton:active {
        position: relative;
        top: 1px;
    }

.bgbutton {
    background-color: #009999;
    text-decoration: none;
}

    .bgbutton:hover {
        background-color: #1d7373;
        cursor: pointer;
    }

.cupid-blue {
    background-color: #d7e5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7e5f5), color-stop(100%, #cbe0f5));
    background-image: -webkit-linear-gradient(top, #d7e5f5, #cbe0f5);
    background-image: -moz-linear-gradient(top, #d7e5f5, #cbe0f5);
    background-image: -ms-linear-gradient(top, #d7e5f5, #cbe0f5);
    background-image: -o-linear-gradient(top, #d7e5f5, #cbe0f5);
    background-image: linear-gradient(top, #d7e5f5, #cbe0f5);
    border-top: 1px solid #abbbcc;
    border-left: 1px solid #a7b6c7;
    border-bottom: 1px solid #a1afbf;
    border-right: 1px solid #a7b6c7;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 0 0 white;
    box-shadow: inset 0 1px 0 0 white;
    color: #1a3e66;
    font: normal 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    padding: 6px 0 7px 0;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
    width: 150px;
}

    .cupid-blue:hover {
        background-color: #ccd9e8;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccd9e8), color-stop(100%, #c1d4e8));
        background-image: -webkit-linear-gradient(top, #ccd9e8, #c1d4e8);
        background-image: -moz-linear-gradient(top, #ccd9e8, #c1d4e8);
        background-image: -ms-linear-gradient(top, #ccd9e8, #c1d4e8);
        background-image: -o-linear-gradient(top, #ccd9e8, #c1d4e8);
        background-image: linear-gradient(top, #ccd9e8, #c1d4e8);
        border-top: 1px solid #a1afbf;
        border-left: 1px solid #9caaba;
        border-bottom: 1px solid #96a3b3;
        border-right: 1px solid #9caaba;
        -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
        box-shadow: inset 0 1px 0 0 #f2f2f2;
        color: #163659;
        cursor: pointer;
    }

    .cupid-blue:active {
        border: 1px solid #8c98a7;
        -webkit-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
        box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
    }


#fullwrap {
    margin: 0 0 -60px;
    min-height: 100%;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
}


header {
    border-bottom: 1px solid #dedede;
    background-color: #fdfdfd;
    margin: 0 auto;
    width: 100%;
}

.inner {
    margin: 0 auto;
    width: 1100px;
}


#logo {
    float: left;
    margin: 10px 0;
}



#menubar {
    padding-top: 37px;
    margin-left: 20px;
    display: block;
    float: left;
}

.cssmenu {
    border: 0;
    font-weight: 700;
    font-size: 1.7em;
    font-family: 'PT Sans Narrow', "Arial Narrow", 'Nimbus Sans L' Arial, sans-serif; /*'antonioregular'*/
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 auto;
    padding: 0;
    background-color: #fdfdfd;
}

    .cssmenu ul {
        background: #fff;
        height: 25px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .cssmenu li:first-child {
        border: 0;
    }

    .cssmenu ul li ul, .cssmenu ul li ul li {
        color: #CDCDCD;
        border: 0;
    }

    .cssmenu li {
        float: left;
        border-left: 1px dotted #666;
        min-width: 70px;
        position: relative;
        display: block;
        text-align: center;
        background: #fdfdfd;
    }

        .cssmenu li a {
            font-family: 'PT Sans Narrow', "Arial Narrow", 'Nimbus Sans L', Arial, sans-serif; /*for stupid IE antonioregular*/
            background: #fdfdfd;
            display: block;
            font-weight: 500;
            line-height: 35px;
            text-align: center;
            text-decoration: none;
            padding: 5px 25px;
            margin: 0 10px;
        }


        .cssmenu li > a:hover, .cssmenu ul li:hover > a, .cssmenu li:hover {
            background: #003A66 url(../images/hover.png) bottom center no-repeat;
            color: #fff;
            text-decoration: none;
        }

        .cssmenu li ul {
            background: #003A66;
            color: #dedede;
            display: none;
            height: auto;
            border: 0;
            position: absolute;
            min-width: 150px;
            z-index: 200;
            margin: 0;
            padding: 0;
        }

        .cssmenu li:hover ul {
            display: block;
        }

        .cssmenu li li {
            background: #003A66; /*url(../images/sub_sep.gif) bottom left repeat-x;*/
            display: block;
            float: none;
            width: 250px;
            margin: 0;
            padding: 0;
        }

        .cssmenu li:hover li a {
            color: #dedede;
            background: none;
        }

        .cssmenu li ul a {
            display: block;
            height: 35px;
            font-size: .7em;
            font-style: normal;
            text-align: left;
            margin: 0;
            padding: 0 10px 0 15px;
        }

            .cssmenu li ul a:hover, .cssmenu li ul li:hover > a {
                background: #003A66 url(../images/hover_sub.png) center left no-repeat;
                border: 0;
                color: #fff;
                text-decoration: none;
            }

    .cssmenu > ul > li > a, .cssmenu ul ul a {
        color: #003A66;
    }


#pagewrapper {
    /*clear:both;*/
    width: 1100px;
    margin: 0 auto;
    background-color: white;
}

#login {
    margin: 20px;
}

    #login a {
        text-decoration: underline;
    }

.validation-summary-errors, .field-validation-error {
    color: #AA1111;
}

.basicform legend {
    font-size: 1.2em;
}

.basicform fieldset {
    border: 0;
    border-top: 2px #003a66 solid;
}

.basicform ul {
    list-style: none;
}

.basicform li {
    margin: 15px;
}

.basicform label {
    display: inline-block;
    min-width: 130px;
    margin-right: 10px;
}

#mainbody {
    overflow: hidden;
    margin: 30px auto;
    border: 1px solid #dedede;
    width: 1100px;
    -webkit-box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.3);
}

.formerror {
    font-size: .9em;
    color: red;
    text-align: center;
    font-weight: 700;
}


#applicantform img {
    margin: 0;
    box-shadow: none;
}

.data-rows {
    margin: .5em 0 2em 2em;
}

    .data-rows input[type="text"] {
        padding: .25em;
        width: 230px;
    }

    .data-rows input[type="checkbox"] {
        line-height: normal;
        vertical-align: middle;
        margin: 0 3px 0 7px;
    }

    .data-rows label {
        margin-right: .25em;
        min-width: 0;
    }

input.readOnlyTextBox {
    background-color: #F2F2F2 !important;
    border-color: #ddd;
}

.col-fld {
    float: left;
    margin: 0 2em .5em 0;
}

.clearboth {
    clear: both;
    height: 1px;
    visibility: hidden;
    line-height: 1pt;
    font-size: 0;
}

.formerror ul {
    display: none;
}

.selected-cell {
    background-color: #AA1111;
    color: #fff;
}

.mainlabel {
    font-weight: bold;
}


#pagecontent {
    /*float:left;*/
    overflow: hidden;
    position: relative;
    padding: 10px;
}

    #pagecontent a {
        text-decoration:underline;
    }

    #pagecontent p {
        padding: .5em;
    }

    #pagecontent img {
        margin: 0;
    }

.roomybox {
    margin: 0 1em;
}

.wrapper {
    margin-bottom: 2em;
}

.insert-grid {
    font-size: 0.9em;
}

    .insert-grid td {
        padding: 10px;
    }


.review-grid th a:hover {
    color: #284775;
    background-color: transparent;
    text-decoration: underline;
}

.review-grid th {
    padding: 7px;
}

.review-grid td {
    padding: 7px;
    text-align: center;
}


#warning {
    text-align: center;
}

    #warning img {
        display: block;
        margin: 10px auto;
    }


.push, footer {
    height: 50px;
    padding-top: 10px;
    clear: both;
}

footer {
    background: #003A66;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 100%;
    color: white;
    margin: 0;
    text-align: center;
}

    footer p, footer a {
        margin: 0;
        padding: 0;
        text-decoration: none;
        color: white;
    }

.inputspace input {
    margin: 7px;
}

.checklist {
    border-collapse: collapse;
}

    .checklist tr {
        min-width: 995px;
    }

        .checklist tr:nth-child(even) {
            background-color: #d7e5f5;
        }

    .checklist td {
        padding: 1em;
        min-width: 400px;
    }

    .checklist a {
        margin: .25em;
    }

.checkbox input {
    margin-top: 1.5em;
    float: left;
}

.checkbox label {
    display: block;
    min-width: 500px;
}


.section {
    padding: 0 1em 2em 1em;
}

pre {
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

td {
    padding: .2em;
}


td {


td {
    padding: .2em;
}
