﻿/* CSS Reset
****************************************************************************************************/
html
{
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
}
body
{
    font: 0.75em 'segoe ui' , arial, sans-serif;
    margin: 0;
    color: #666;
}
img
{
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/* Global
****************************************************************************************************/
a
{
    /*  color: #B50A00; */
}
*:focus
{
    outline: 0 none !important;
}
/* Global Forms
****************************************************************************************************/
form
{
    margin: 0;
}
fieldset
{
    border: 1;
    margin: 0;
    padding: 0;
}
legend
{
    color: black;
    font-weight: bold;
    top: -1px;
}

/* Header
****************************************************************************************************/
.divHeaderMain
{
    background-image: url("images/imgHeaderBg.png");
    background-repeat: repeat-x;
    height: 143px; /* so the background image will show */
    width: 100%;
}
.divHeader
{
    width: 1024px; /* Specify a width to center on */
    text-align: center; /* IE page centering */
    margin: 0 auto; /* All other browser centering */
    position: relative; /* Required for centering */
    height: 110px; /* so the background image will show */
}



.cssLogo
{
    position: absolute;
    top: 25px;
    left: 5px;
}
.divHeaderRightBlock
{
    position: absolute;
    top: 30px;
    left: 780px;
}
.divMenu
{
    z-index: 999;
    position: relative;
    text-align: left;
    margin: 0 auto; /* All other browser centering */
    width: 1024px; /* Specify a width to center on */
    height: 33px; /* so the background image will show */
}

.divMenu li /* remove the berger dot in front of the menu */
{
    list-style-type: none !important;
}
/* Header Quick Links Navigation
****************************************************************************************************/
.divHeaderQuickLink
{
    position: absolute;
    left: -253px;
    width: 400px;
}


/* for internal header */
.divHeaderQuickLinkInternal
{
    position: absolute;
    left: -200px;
    width: 400px;
}

ul.ulHeaderQuickLink
{
    clear: both;
}

ul.ulHeaderQuickLink
{
    margin: 0;
    list-style: none;
    float: right;
    overflow: hidden;
    margin-right: -9px;
}
ul.ulHeaderQuickLink li
{
    margin: 1px 0 0 8px;
    padding: 0 8px 0 0;
    background: transparent url("images/imgHeaderQuickLinkBg.gif") no-repeat right center;
    float: left;
}
ul.ulHeaderQuickLink li.lastli
{
    background: none;
}
@media screen and (-webkit- -device-pixel-ratio:0)
{
    ul.ulHeaderQuickLink li
    {
        margin: 0 0 0 8px;
    }
}


ul.ulHeaderQuickLink li a
{
    color: #666;
    text-decoration: none;
}

ul.ulHeaderQuickLink li a:hover
{
    text-decoration: underline;
}

ul.ulHeaderQuickLink li img
{
    position: relative;
    top: 3px;
}
/* Footer
****************************************************************************************************/
.divFooter
{
    height: 116px;
    background: #fff url("images/imgFooterBg.png") repeat-x 0px 0px;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #FFFFFF;
}
.divFooterExternal
{
    height: 116px;
    background: #fff url("images/imgFooterBg.png") repeat-x 0px 0px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}
.divFooterContent
{
    position: relative;
    top: 2px;
    text-align: left;
    padding: 25px;
}

ul.footernav-list
{
    margin: 5px 0 0 15px;
    padding: 3px 0 0 10px;
    list-style: none;
    overflow: hidden;
}
ul.footernav-list li
{
    margin: 0 8px 0 0;
    padding: 0 0 0 8px;
    background: transparent url(images/gray-divider.gif) no-repeat left center;
    float: left;
}
ul.footernav-list li.firstli
{
    padding: 0;
    background: none;
}
ul.footernav-list li.lastli
{
    margin: 0;
    padding: 2px 0 0 0;
    background: none;
    float: none;
    clear: left;
}
ul.footernav-list li a
{
    color: #666;
    text-decoration: none;
}
ul.footernav-list li a:hover
{
    text-decoration: underline;
}

.span-ft-left
{
    width: 600px;
    margin: 0 0 0 30px;
    float: left;
}
.span-ft-right
{
    float: left;
}
.span-ft-right img
{
    margin: 0 12px 0 0;
    float: left;
}
.span-ft-right a
{
    display: block;
}

.span-ft-right img.ctr-URAC
{
    margin: -35px 0px 0px 0px;
    height: 100px;
    padding: 0 0 0 0;
}
.span-ft-right img.ctr-Claredi
{
    height: 100px;
    margin: -35px 0px 0px 150px;
    padding: 0 0 0 0;
}
.row
{
    margin: 0 0 0 -30px;
    zoom: 1;
}
.row:after
{
    height: 0;
    font-size: 0;
    content: " ";
    clear: both;
    visibility: hidden;
    display: block;
}
/* Clear the floats inside row, cannot use overflow: hidden */
.container
{
    width: 900px;
    margin: 0 auto;
}
.container:after
{
    height: 0;
    font-size: 0;
    content: " ";
    clear: both;
    visibility: hidden;
    display: block;
}
/* Clear the floats inside container, cannot use overflow: hidden */
.left
{
    float: left;
}
/* Body
****************************************************************************************************/

.divCenter
{
    text-align: center; /* IE page centering */
    margin: 0 auto; /* All other browser centering */
    position: relative; /* Required for centering */
    width: 1024px; /* Specify a width to center on */
}
.divBreadcrumb
{
    text-align: left;
    min-height: 1px;
    padding-top: 2px;
    padding-left: 7px;
}
.divContentMain
{
    text-align: left;
}

.tdLeftBlock
{
    width: 600px;
    min-height: 600px;
}

.tdRightBlock
{
    width: 424px;
    min-height: 600px;
}
.ContentBox
{
    margin-top: 0px;
}


.rsmItem
{
    float: left;
    list-style-type: none;
}
/* Quick Links
****************************************************************************************************/
.divQuickLink
{
    width: 250px;
}

ul.ulQuickLink
{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.ulQuickLink li
{
    margin: 0 0 4px 0;
}

/* Box */
.shadowbox-top
{
    padding: 5px 0 0 0;
    background: transparent url("images/rightcolumn-background-white.png") no-repeat left top;
}
.shadowbox-top-orange
{
    height: 25px;
    padding: 14px 0 0 20px;
    background: transparent url("images/rightcolumn-background-orange.png") no-repeat left top;
}
.shadowbox-top-orange
{
    color: #FFFFFF;
}
.shadowbox-top-teal
{
    height: 25px;
    padding: 14px 0 0 20px;
    background: transparent url("images/rightcolumn-background-teal.png") no-repeat left top;
}
.shadowbox-top-teal
{
    color: #FFFFFF;
}
.shadowbox-bottom
{
    min-height: 57px;
    margin: 0 0 10px 0;
    padding: 0 20px 15px 20px;
    background: transparent url("images/rightcolumn-background-white.png") no-repeat left bottom;
}
.shadowbox-bottom-orange
{
    min-height: 57px;
    margin: 0 0 10px 0;
    padding: 15px 20px;
    background: transparent url("images/rightcolumn-background-white.png") no-repeat left bottom;
}
.shadowbox-bottom-orange.mar
{
    padding: 15px 20px 20px 20px;
}

/* ASP Controls
****************************************************************************************************/
.cssASPCheckbox
{
    position: inherit;
}
.cssASPCheckbox input[type=checkbox]
{
    position: inherit;
}

/* Application Styles 
****************************************************************************************************/
.Imageblock
{
    display: block;
}

.Middle
{
    /*border-style: solid;     border-width: medium;     border-color: inherit;*/
    color: #ffffff;
    background-color: #2462AA;
    height: 370px;
    width: 690px;
    padding: 10px 20px 10px 20px;
    margin: 105px auto 0px auto; /* All other browser centering */
}

.Required
{
    color: Red;
    font-weight: 700;
    padding-right: 5px;
}
.PageId
{
    font-size: 8pt;
    color: #000000;
    font-family: Arial;
}

.break-word
{
    word-wrap: break-word;
}
/* RadUpload Control */
.RadUpload input.ruFakeInput
{
    display: none;
}
.RadUpload input.ruBrowse
{
    width: 115px;
}
.RadUpload span.ruFileWrap input.ruButtonHover
{
    background-position: 100% -46px;
}
.RadUpload input.ruButton
{
    background-position: 0 -46px;
}

.RadUpload input.ruButton.ruRemove
{
    width: 118px;
    padding-left: 1px;
}

.invalid
{
    color: Red;
}
/*  Validation and error messages class starts */
.validationsummary
{
    border: 1px solid #003366;
    background: transparent url(../../Images/WarningHeader.gif) no-repeat 12px 30px;
    padding: 0px 0px 13px 0px;
    font-size: 12px;
    width: 99%;
}

.validationsummary1
{
    border: solid 1px red;
    text-align: left;
    vertical-align: top;
    color: #FF0000;
    padding: 0px 0px 5px 0px;
    font-size: 12px;
    width: 98%;
    margin-left: 5px;
    margin-bottom: 5px;
}
.validationsummary1 ul
{
    margin: 2px 15px 5px 25px;
    padding-bottom: 5px;
}
.validationheader
{
    left: 0px;
    position: relative;
    font-size: 11px;
    background: #FFFFFF;
    color: #FF0000;
    height: 14px;
    font-weight: bold;
    padding-top: 3px;
    top: -10px;
    z-index: 10;
    width: 108px;
    padding-left: 3px;
    margin-left: 5px;
}
.validationsummary ul
{
    padding-top: 5px;
    padding-left: 45px;
    list-style: none;
    font-size: 11px;
    color: #982b12;
    font-style: italic;
}
.validationsummary ul li
{
    padding: 2px 0px 0px 15px;
    background-image: url(../../Images/Warning.gif);
    background-position: 0px 3px;
    background-repeat: no-repeat;
}
/* Validation and error messages class ends */
/* Session Expiration  */

.HealthE360Heading
{
    background-color: #347788;
    border-color: #2462AA;
    color: White;
    border-width: medium;
    font-weight: bold;
    font-family: Segoe UI Sans-Serif Arial;
}
.HealthE360Content
{
    border: 1px solid;
    border-color: #2462AA;
    border-width: thin;
}

.message
{
    font-family: Arial;
    font-style: italic;
    color: Gray;
    font-size: 13px;
}
.warning
{
    font-family: Arial;
    color: Red;
}
/*- Session Expiration -- */
/* -- Rad Combo Template CSS -- */

.RadComboBoxDropDown .rcbList
{
    list-style-position: outside;
    position: relative;
    padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.rcbHeader UL
{
    padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    display: inline-block;
    padding-top: 0px;
}
.rcbItem UL
{
    padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    display: inline-block;
    padding-top: 0px;
}
.col1
{
    padding-bottom: 0px;
    line-height: 14px;
    margin: 0px;
    padding-left: 0px;
    width: 110px;
    padding-right: 5px;
    float: left;
    padding-top: 0px;
}
.RadComboBoxDropDown .rcbItem
{
    padding-bottom: 2px;
    margin: 0px 1px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
}
.rcbHovered UL
{
    padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    display: inline-block;
    padding-top: 0px;
}
/* -- Rad Combo Template CSS -- */

/* -- Panel Loading style -- */
.loading-indicator
{
    height: 80px;
    width: 80px;
    background: url('images/loading.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay
{
    background-color: #FFFFFF;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

/* -- Panel Loading style -- */

.RadGrid .rgNumPart
{
    padding-left: 3px !important;
    padding-right: 3px !important;
}

/* Wizard  Steps */
.stepy-titles
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.stepy-titles li
{
    color: #DDD;
    cursor: pointer;
    font: bold 15px verdana !important;
    float: left;
    padding: 8px;
}
.stepy-titles li div
{
    font: bold 18px verdana !important;
    display: block;
}
.stepy-titles li span
{
    font: 9px verdana !important;
    display: block;
}
.stepy-titles .current-step
{
    color: #369;
    cursor: auto;
}
/* Wizard  Steps */
/* Tooltips */
.tipsy
{
    padding: 5px;
    font-size: 10px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-repeat: no-repeat;
    background-image: url('images/tipsy.gif');
}
.tipsy-inner
{
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-north
{
    background-position: top center;
}
.tipsy-south
{
    background-position: bottom center;
}
.tipsy-east
{
    background-position: right center;
}
.tipsy-west
{
    background-position: left center;
}

#gravity
{
    width: 100%;
    margin: 5px 0;
    border-spacing: 5px;
}
#gravity td
{
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
    background-color: #d0d0d0;
}
#gravity a
{
}
#gravity a:hover
{
    color: #505050;
    background: none;
}


/* Tooltips */


/* RadTreeView */

.RadTreeView span.rtIn
{
    font: 11px tahoma,verdana,sans-serif;
}

.RadTreeView div.rtHover
{
    color: #363636;
    text-decoration: underline;
}

/* RadTreeView */


/* Table border for RadListView */
.rlvtbl table
{
    border: 1px solid black;
    border-collapse: collapse;
}

.rlvtbl td
{
    border: 1px solid black;
    padding-left: 5px;
}

/* Table border for RadListView */

/* VCR Button Style  */
#navigationHorizontal .start, #navigationHorizontal .stop, #navigationHorizontal .left, #navigationHorizontal .right, #navigationHorizontal .up, #navigationHorizontal .down, .startSelected, .stopSelected
{
    width: 20px;
    height: 20px;
    display: block;
    cursor: hand;
    outline: none;
}

.commandsWrapper .stop
{
    background-position: 0 0;
}

.commandsWrapper .start
{
    background-position: -25px 0;
}

.commandsWrapper, .commandsWrapper li
{
    float: left;
    border: 0;
    list-style: none;
    height: auto;
    display: block;
    zoom: 1;
    margin: 0;
    padding: 0;
}

.commandsWrapper
{
    width: 136px;
    height: 20px;
    padding: 2px 0 0 10px;
}

.commandsWrapper ul:after
{
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.commandsWrapper li
{
    margin-right: 14px;
    _margin-right: 13px;
}

.rotatorBackground
{
    float: left;
    width: 359px;
    height: 185px;
    border: solid 2px #dedede;
    font-family: Arial;
}

.rotatorBackgroundNavigate
{
    float: bottom;
    width: 351px;
    height: 40px;
    font-family: Arial;
}

.stopSelected, .stop:hover
{
    background-position: 0 -25px;
}

.startSelected, .start:hover
{
    background-position: -25px -25px;
}

#navigationHorizontal .left, #navigationHorizontal .down
{
    background-position: -50px 0;
}

#navigationHorizontal .right, #navigationHorizontal .up
{
    background-position: -75px 0;
}

#navigationHorizontal .start, #navigationHorizontal .stop, #navigationHorizontal .left, #navigationHorizontal .right, #navigationHorizontal .startSelected, #navigationHorizontal .stopSelected, #navigationVertical .start, #navigationVertical .stop, .up, .down, #navigationVertical .stopSelected, #navigationVertical .startSelected
{
    background-image: url(images/HorizontalButtons.gif);
}

.left:hover, .down:hover
{
    background-position: -50px -25px;
}

.right:hover, .up:hover
{
    background-position: -75px -25px;
}
/* VCR Button Style  */

/* Provider Networks */
.ProviderNetworks .rlbGroup
{
    border: none;
    background: #FFF;
}


#EditProfile .divColLeft
{
    font-weight: bold;
    font-size: 11px;
    width: 150px;
    text-align: right;
    padding-right: 5px;
}


.divChatBlock
{
    left: 412px;
    position: absolute;
    top: 30px;
}
/* Enrollment*/

.EnrolliT .tdBenefits
{
    background: #2462AA !important;
    color: White !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.EnrolliT .tdPlan
{
    background: #AACAD4 !important;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.EnrolliT .tdTier
{
    font-size: 12px;
    text-align: left;
}
.EnrolliT .CurrSel
{
    color: #2462AA;
    font-weight: bold;
}
.EnrolliT .tdWavieBen
{
    font-size: 12px;
    text-align: left;
    color: #FF0000;
    font-weight: bold;
}

.EnrolliT .th
{
    background: #2462AA !important;
    color: White !important;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.Membg
{
    background-color: #EAEAEA;
}

.EnrolliT .PlanTable .TitltBg
{
    background-color: #2462AA;
    color: White;
}

.EnrolliT .PlanTable .BenefitRow
{
    background-color: #CCCCCC;
    font-weight: bold;
}

.EnrolliT .PlanTable a
{
    color: #2462AA !important;
}

.EnrolliT .PlanTable .TierAmt
{
    color: #000000 !important;
}
/* Enrollment*/

/*Maintainance_or_Construction*/

.msg
{
    font-size: 15pt;
    line-height: normal;
}
.msgheader
{
    font-size: x-large;
    line-height: normal;
    text-align:center;
    color: #2462AA !important;
}
.hpsContact
{
  
    font-size: 8pt;
    line-height: normal;
}
/*Maintainance_or_Construction*/