﻿html {
    background-color: #FFFCF6;
    margin: 0;
    padding: 0;
    min-width: 1000px;
}

body
{
    height: 100%;
    background: linear-gradient(#FCFCF9, #FFFCF6);
    font-size: .85em;
    font-family: 'Lucida Sans' , 'Lucida Sans Regular' , 'Lucida Grande' , 'Lucida Sans Unicode' , Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

.page
{
    width: 960px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #E5DDCF;
    border-radius: 4px;
    padding-bottom: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1); 
}
a:link.hcalogo      {background-color:transparent; text-decoration:none}
a:visited.hcalogo   {background-color:transparent; text-decoration:none}
a:hover.hcalogo     {background-color:transparent; text-decoration:none}

#specialNotice { 
width: 600px; 
margin:  0px auto -1px auto; 
} 

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-right-withpadding {
    float: right;
    padding-right: 50px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;

}

h1
{
    font-size: 1.75em;
    color: #336699;
}

h2
{
    font-size: 1.2em;
    color: #414141;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h3
{
    font-size: 1.35em;
    font-family: Arial, Helvetica, sans-serif;
    color: #006C36;
    font-weight: 600;
}

h4
{
    font-size: 1.05em;
    color: #316293;
}

h5
{
    font-size: 1em;
}

h6
{
    font-size: 1.3em;
    color: #275078;
}

h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
/*.content-wrapper {
    margin:  0 auto auto 50px;
    overflow-x:hidden;
    overflow-y:hidden;
}*/

.content-wrapper {
    margin: 0 auto;
    max-width: 950px;
}

#bodymain {
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 5px;
        padding-top: 30px;

    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer
{
    clear: both;
    font-size: .8em;
    height: 100px;
    text-align: center;
}

.CustHeaderStyle
{
    display: block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5em;
    color: #336699;
    font-weight: 600;
    padding-left: 22px;
}

.SmallblueLabel
{
    font-weight: normal;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    color:  #384E73;
}

.rightAlign { text-align: right; }

.ItalicNoticetext {
    font-weight: normal;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.95em;
    font-style:italic;
}

/* telerik
----------------------------------------------------------*/
.RadMenu 
    .rmItem
    {
        /*background-color: White !important;*/
        background-color: #FFFCF6 !important;        
    }  
    .rmRootGroup 
   { 
       border:none !important; 
   }    

 label.CustLabelStyle.riLabel
{
    font-weight: normal;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    color: #003D79;
}

#RadcomboQuestion_Arrow
{
    padding-left:0px !important;
    padding-right:0px !important;
}

 .listviewwrapper
{
    width: 608px;
    border: 1px solid #5D8CC9;
    font-family: "segoe ui" ,arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
}

 * html div.RadGrid  
{
    vertical-align: top;
}

 .RadTabStrip_Metro .rtsLevel .rtsTxt
    {
        text-transform: none !important;
    }
 .RadTabStripTop_Metro .rtsLevel1
    { 
        /*background-color:  #1C629E !important;*/ 
        background-color:  #316293 !important; 
    } 
          
 .RadTabStrip_Metro .rtsLevel1 .rtsUL 
    { 
        /*background-color:  #1C629E !important;*/ 
        background-color:  #316293 !important; 
    } 

 .SelectedRadTab { 
     background-color: #efeeef !important; 
} 

/*RadCaptcha stuff*/

.divCaptcha
{
    float: left;
    height: 220px;
    width: 433px;
    padding-top: 1px;

}

.rcCaptchaAudioLink
{
    margin-left: 20px;
    font-size: 0.85em;
    float: right;
    color: White;
    display: block;
    line-height: 2.0em;
    background-image: url('../Images/capsound.png');
    background-repeat: no-repeat;
    height: 30px;
    padding-left: 40px;
    margin-top: 12px;
    width: 120px;
}

.rcCaptchaAudioLink:hover {
     color: #F0F0F0;
}

.rcCaptchaImage {
     float: left;
}



/* site title
----------------------------------------------------------*/
.site-title {
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        font-size: 0.7em;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        /*background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);*/
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 0px;
}

hgroup.title h1, hgroup.title h2, hgroup.title h6 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}



/* forms */
fieldset
{
    margin: 0.5em 0px 0em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 5px 12px 2px 10px;
}

fieldset label.inline 
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 10px 4px 4px 4px;
}

div.memberloginInfo
{
     position: relative;
     text-align: left;
     padding-left: 50px;
     width: 85%; 
}

div.memberInfo
{
     position: relative;
     text-align: left; 
     width: 100%; 
}

div.tabstrippos
{
     position: relative;
     text-align: left; 
     padding-left: 80px; 
}

.field-hint-text
{
    font-style: italic;
    font-size: 0.75em;
    color: #888888;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #4A9B37;
    font-size: 0.95em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #BF3000;
    font-weight: normal;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.85em;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-size: 0.9em;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
}

.validation-summary-valid {
    display: none;
}



/*  Other Misc css stuff!  */

.helplink
{
    float: right;
    display: block;
    padding-left: 20px;
    background: url('../Images/helpicon.png') no-repeat left center;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    color: #1C55FF;
    font-style: italic;
    font-size: 0.85em;
}

.reghelplink
{
    display: block;
    padding-left: 20px;
    background: url('../Images/helpicon.png') no-repeat left center;
}

.regWizardfinal
{
    background: url('../Images/info_icon.png') no-repeat left center;
    width: 19px;
}


.reglink
{
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    color: #4B7BC2;
    font-style: italic;
    font-size: 1.0em;
}

.returntotoplink
{
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    color: #1C55FF;
    font-size: 0.85em;
}



/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        /*width: 90%;*/
    }

    
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */
