﻿@import url(themes/base/jquery.ui.all.css);

@media print {
    .ui-no-print {
        visibility: hidden;
    }

    .ui-no-print-collapsed {
        visibility: collapse;
    }

    ul.benefit li {
        list-style: none;
    }
}

@media screen {
    div.ui-datepicker {
        font-size: 80%;
    }
    /*----------------------------------------------------------
                                                                        The base color for this template is #5c87b2. If you'd like
                                                                        to use a different color start by replacing all instances of
                                                                        #5c87b2 with your new color.
                                                                        ----------------------------------------------------------*/
    body {
        background-color: rgb(166,217,255);
        font-family: Verdana,Calibri,Arial;
        overflow-x: hidden;
        margin: 0px;
    }

    blockquote p {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*font-family: Helvetica, Times, Verdana, Arial, sans-serif;*/
    a:link {
        color: #034af3;
        text-decoration: underline;
    }

    a:visited {
        color: #505abc;
    }

    a:hover {
        color: #1d60ff;
        text-decoration: none;
    }

    a:active {
        color: #12eb87;
    }

    p, ul {
        margin-bottom: 20px;
        line-height: 1.6em;
    }

    header, footer, nav, section {
        display: block;
    }

    /* HEADINGS   
                                                                        ----------------------------------------------------------*/
    h1, h2, h3, h4, h5, h6 {
        font-size: 1em;
    }

    h1 {
        font-family: Helvetica, Verdana;
        font-weight: normal;
        font-size: 2.5em;
        color: #092b4d;
        margin: 0px;
        padding-top: 40px;
    }

    h2 {
        font-family: Helvetica, Verdana;
        font-weight: normal;
        font-size: 1.8em;
        color: #ced1d0;
        margin: 0px;
    }

    h3 {
        font-family: Helvetica, Verdana;
        font-size: 1.4em;
        font-weight: 600;
        color: #092b4d;
    }

    h4 {
        font-size: 1.1em;
        margin: 0px;
    }

    h5, h6 {
        font-size: .8em;
    }

    /* PRIMARY LAYOUT ELEMENTS   
                                                                        ----------------------------------------------------------*/

    /* you can specify a greater or lesser percentage for the 
                                                                        page width. Or, you can specify an exact pixel width. */
    .page {
        width: 100%;
        min-width: 600px;
        margin-left: auto;
        margin-right: auto;
        background: white;
        overflow-x: hidden;
    }

    header, #header {
        width: 100%;
        height: 120px;
        position: relative;
        margin-bottom: 0px;
        color: #000;
        padding: 0;
    }

    /*
                                                    header h1, #header h1
                                                    {
                                                        font-weight: bold;
                                                        padding: 5px 0;
                                                        margin: 0;
                                                        color: #fff;
                                                        border: none;
                                                        line-height: 2em;
                                                        font-size: 32px !important;
                                                        text-shadow: 1px 1px 2px #111;
                                                    }
                                                */
    #main {
        height: 80%;
        padding: 30px 30px 15px 30px;
        background-color: #fff;
        border-radius: 4px 0 0 0;
        -webkit-border-radius: 4px 0 0 0;
        -moz-border-radius: 4px 0 0 0;
    }

    footer, #footer {
        background-color: rgb(166,217,255);
        color: rgb(0,47,81);
        padding: 10px 0;
        text-align: center;
        line-height: normal;
        font-size: .9em;
        border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
    }

        #footer a {
            font-size: 12px;
            color: rgb(0,47,81);
            text-decoration: none;
        }

            #footer a:hover {
                color: rgb(0,64,111);
                text-decoration: underline;
            }

        #footer .active a {
            color: rgb(0,47,81);
            cursor: default;
            text-decoration: none;
        }
    /* TAB MENU   
                                                                        ----------------------------------------------------------*/
    #menucontainer {
        margin-top: 1px;
        background-color: rgb(166,217,255);
        padding: 6px 15px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
    }

        ul#menu li {
            display: inline;
            list-style: none;
            padding: 0;
        }

            ul#menu li a {
                display: inline-block;
                list-style: none;
                margin: 0;
                padding: 0;
            }

    #menu a {
        font-size: 12px;
        color: #092b4d;
        text-decoration: none;
    }

        #menu a:hover {
            color: #7f1c56;
            text-decoration: underline;
        }

    #menu .active a {
        color: #4d121b;
        cursor: default;
        text-decoration: none;
    }

    ul.benefit li {
        list-style: none;
    }

    /* FORM LAYOUT ELEMENTS   
                                                                        ----------------------------------------------------------*/

    fieldset {
        border: 1px solid #ddd;
        padding: 0 1.4em 1.4em 1.4em;
        margin: 0 0 1.5em 0;
    }

    legend {
        font-size: 1.2em;
        font-weight: bold;
    }

    textarea {
        min-height: 75px;
    }

    input[type="text"], input[type="password"] {
        border: 1px solid #ccc;
        padding: 2px;
        font-size: 1.2em;
        color: #444;
        width: 200px;
    }

    select {
        border: 1px solid #ccc;
        padding: 2px;
        font-size: 1.2em;
        color: #444;
    }

    input[type="submit"] {
        font-size: 1.2em;
        padding: 5px;
    }

    /* TABLE
                                                                        ----------------------------------------------------------*/

    /*
                                            table
                                            {
                                                border: solid 1px #e8eef4;
                                                border-collapse: collapse;
                                            }

                                            table td
                                            {
                                                padding: 5px;
                                                border: solid 1px #e8eef4;
                                            }

                                            table th
                                            {
                                                padding: 6px 5px;
                                                text-align: left;
                                                background-color: #e8eef4;
                                                border: solid 1px #e8eef4;
                                            }
                                        */

    .info-block-header {
        color: #092b4d;
        font-size: 1.2em; /*margin: 10px;*/
        font-family: verdana;
        background-color: #e4ebf2;
        font-weight: bold;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 2px;
        margin-bottom: 4px;
        min-width: 90px;
    }

    .info-block {
        background-color: #e4ebf2;
        color: #092b4d;
        font-size: .9em;
        border: #e4ebf2 solid 2px;
        padding-top: 2px;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 1px;
        margin-bottom: 1px;
        min-width: 90px;
        min-height: 20px;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #fef5e2;
    }
    /* MISC ----------------------------------------------------------*/
    .content-background {
        margin: 25px 0;
        position: absolute;
        width: 100%;
        z-index: 1;
        height: 400px;
        white-space: nowrap;
    }

    .left-content-background {
        position: relative;
        margin-top: 15px;
        float: left;
    }   

    .right-content-background {
        background-image: url('themes/hi/images/hi-body.png');
        background-position: right;
        background-repeat: no-repeat;
        position: relative;
        margin-top: 73px;
        float: right;       
        height: 352px;       
        width: 552px;
    }

    .logon-content {
        margin: 0px auto 0px 15px;
        height: 500px;
    } 

    .logon-content .inner {
        border: #a7b1cc solid 3px;        
        max-width: 535px;
        padding: 10px;
        background: white;
        position: absolute;
    }

    .clear {
        clear: both;
    }

    .error {
        color: Red;
    }

    div#header {
        background-repeat: repeat-x;
        background-color: rgb(0, 111, 192);
        height: 120;
    }

    div#logo-pane {
        background: white;
        background-image: url('themes/hi/images/hi-header-logo.png');
        background-repeat: no-repeat;
        background-position: 3px 2px;
        position: absolute;
        left: 10px;
        top: 1px;
        height: 124px;
        width: 240px;
        float: left;
    }


    div#title-pane {
        position: absolute;
        left: 300px;
        height: auto;
        top: 0;
        display: block;
        float: left;
        text-align: left;
    }

        div#title-pane h1 {
            font-size: 3.5em;
            color: rgb(255, 255, 255);
            margin-top: -5px;
        }

        div#title-pane a {
            text-decoration: none;
        }

        div#title-pane h2 {
            color: rgb(255, 255, 255);
            margin-top: -5px; /*margin-top: -5px;*/ /*margin-left: 10px;*/
        }

    div#logindisplay {
        display: block;
        float: right;
        text-align: left;
        margin-top: -16px;
    }

    #logindisplay {
        color: white;
        font-size: 1.1em;
        display: block;
        text-align: right;
        margin-left: 10px;
        margin-right: 10px;
    }

        #logindisplay a:link {
            color: #c3dffb;
        }

        #logindisplay a:visited {
            color: #c3dffb;
        }

        #logindisplay a:hover {
            color: #c3dffb;
        }

    /* Styles for validation helpers  -----------------------------------------------------------*/
    .ui-state-error-icon {
        background-image: url('themes/base/images/SeriousWarning.png');
        background-position: -16px -24px;
        background-repeat: no-repeat;
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url('themes/base/images/ui-icons_cd0a0a_256x240.png');
    }

    .field-validation-error {
        color: #ff0000;
    }

    .field-validation-valid {
        display: none;
    }

    .input-validation-error {
        border: 1px solid #ff0000;
        background-color: #ffeeee;
    }

    .validation-summary-errors {
        font-weight: bold;
        color: #ff0000;
    }

    .validation-summary-valid {
        display: none;
    }

    /* Styles for editor and display helpers
                                                                        ----------------------------------------------------------*/
    .display-label, .editor-label {
        margin: 1em 0 0 0;
    }

    .display-field, .editor-field {
        margin: 0.5em 0 0 0;
    }

    .text-box {
        width: 30em;
    }

        .text-box.multi-line {
            height: 6.5em;
        }

    .tri-state {
        width: 6em;
    }

    .ui-wic-text {
        white-space: nowrap;
    }
}
