﻿@charset "utf-8";
/* Global CSS Document */

.btn-gray {
    background-color: lightgray !important;
}

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
/* Fix to stop box-sizing model from messing up those awesome radcontrols, because Telerik is SOOOOOOO COOOOL */
.ComboBoxInput_WindowsXP, .ComboBoxInputHover_WindowsXP {
    height: 22px !important;
}

body {
    margin: 0px;
    background-color: #fff;
}

body, select, input, textarea, form, .ui-widget {
    font-size: 12px;
    /*font-family:Helvetica, Arial, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.ui-widget {
    font-size: 12px !important;
    /*font-family:Helvetica, Arial, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif !important;
}

select, textarea, input {
    padding: 3px;
}

.TopBarBtn_right select, .TopBarBtn input {
    padding: 0px;
}

.SectionTab2 textarea, .SectionTab2 input {
    padding: 0px;
}

img {
    border: none;
}

.newitem {
    font-size: 10px;
}

a:link, a {
    border: none;
    text-decoration: none;
    outline: none;
}

    a:active {
        border: none;
        text-decoration: none;
        outline: none;
    }

.overrideBootstrapButtonGrey {
    background-color: #eaeaea !important;
    border: 1px solid grey;
    color: black;
}

.overrideBootstrapButtonGrey:hover {
       background-color: #cdcdcd !important;
        border: 1px solid grey;
        color: black;
    }

h1 {
    /* 23370 vbcqa3 being overwritten not displaying these test */
    color: #0b7bbe !important;
    font-size: 24px !important;
    font-weight: lighter !important;
    margin: 0px 0px 0px 5px !important;
    text-align: left;
}

#pageTitle {
    text-align: center;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    margin: 10px 0px;
    font-weight: lighter;
}

h4 {
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 17px;
}

h5 {
    font-size: 18px;
    font-weight: lighter;
    margin: 5px;
    text-align: left;
}

.dropdownMenu ul, .fulfillmentAccordion ul, .leftNavAccordion ul {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    padding: 0px;
    line-height: initial;
}

html[data-useragent*='MSIE 10.0'] .dropdownMenu ul {
    padding-left: 30px;
}

div.clear {
    clear: both;
}

.LoadingModalDiv {
    text-align: center;
    position: fixed;
    top: 30%;
    bottom: 30%;
    left: 30%;
    right: 30%;
    border: 2px solid #666;
    background-color: #fff;
    z-index: 11002;
    vertical-align: middle;
    _position: absolute;
    _top: expression(splashImagePosition(this));
}

    .LoadingModalDiv iframe {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
    }

.LoadingLeft {
    background-image: url(/images/LoadingLeftBG.jpg);
    background-repeat: repeat-y;
    background-position: left;
    width: 40px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.LoadingRight {
    background-image: url(/images/LoadingRightBG.jpg);
    background-repeat: repeat-y;
    background-position: right;
    width: 40px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -2;
}

.LoadingCenter {
    z-index: 4;
    margin-top: 10%;
}

.EBMPagerDiv {
    height: 70px;
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    padding: 3px;
}

    .EBMPagerDiv h5.EBMHeader {
        margin-bottom: -20px;
    }

.EBMPagerSpacer {
    height: 70px;
    padding: 3px;
}

.PagerDiv {
    height: 37px;
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    padding: 3px;
}

.PagerSpacer {
    height: 37px;
    padding: 3px;
}

/*********************************
Homepage Styles
**********************************/
.Sections {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

    .Sections ul {
        -webkit-padding-start: 0px;
    }

.MOTD {
    height: 300px;
    width: 98%;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    margin: 10px auto 20px auto;
    text-align: left;
}

.MOTDheader {
    font-size: 24px;
    margin-bottom: 10px;
}

.closeMOTD {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    border: 1px solid #666;
    padding: 5px;
    background-image: url(/images/White_bg.png);
    background-repeat: repeat;
}

.MOTDContents {
    height: 300px;
    width: 350px;
    position: absolute;
    left: 20px;
    padding: 10px;
    background-image: url(/images/Blk.png);
    background-repeat: repeat;
    font-size: 14px;
    color: #fff;
}

.MOTDimg {
    float: right;
}

.MOTDimageHolder img {
    width: 75%;
}

.clickthrough {
    text-align: right;
    margin: 20px;
}

    .clickthrough a {
        cursor: pointer;
        color: #fff;
    }

        .clickthrough a:visited {
            color: #fff;
        }

#tabs-16 {
    height: 400px;
}

.configTable {
    width: 940px;
    border: 1px solid #cdcdcd;
    background: #fff;
    margin: 15px auto 5px auto;
}

    .configTable tr td {
        padding: 3px;
    }

        .configTable tr td.areaName {
            padding-left: 10px;
        }

.bold {
    font-weight: bold;
}

.configTable tr th {
    text-align: left;
    background: #cdcdcd;
}

.container {
    text-align: center;
    width: 98%;
    margin: 10px auto;
    position: relative;
    z-index: 10;
}

.Sections .container .tabHeader {
    background: #fff;
    border-bottom: 1px solid #cdcdcd;
    padding: 5px;
}

.smallblock {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: Bottom;
    zoom: 1;
    *display: inline;
    width: 125px;
    height: 50px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 1%;
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
}

a.ComponentBinItem, a.DisabledBinItem {
    border: 2px solid #666;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 1%;
    width: 210px;
    height: 175px;
    background: #fff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px #888888;
}

a.ContainerBinItem {
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 1%;
    width: 210px;
    height: 175px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#666666');
    background: -ms-linear-gradient(top, #333333, #666666);
    background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#666666));
    background: -moz-linear-gradient(top, #333333, #666666);
    box-shadow: 0 0 10px #888888;
}

.ComponentBinItem img, .DisabledBinItem img, .ContainerBinItem img {
    margin-top: 10px;
}

.DisabledBinItem img {
    opacity: 0.5;
    filter: alpha(opacity=50); /* msie */
}

.AppName {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline;
    width: 100%;
    padding: 5px 0px;
    max-height: 44px;
    *max-height: 32px;
    overflow: hidden;
}

.DisabledBinItem .AppName {
    color: #999999;
}

.ContainerBinItem .AppName {
    color: #fff;
}

.LandingPageBox {
    width: 300px;
    height: 275px;
    margin: 1%;
    cursor: pointer;
    border: 2px solid #666;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px #888888;
    overflow: hidden;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: Bottom;
    zoom: 1;
    *display: inline;
    position: relative;
}

    .LandingPageBox .AppName {
        font-size: 24px;
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline;
        width: 100%;
        padding: 8px;
        background-image: url(/images/Blk.png);
        background-repeat: repeat;
        color: #fff;
    }

.DisabledBinItem:hover {
    border: 2px solid #999999;
    box-shadow: 0 0 10px #999999;
}

    .DisabledBinItem:hover .AppName {
        background-color: #999999;
        background-image: none;
        color: #fff;
    }

.SectionTab {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 180px;
    margin: .5%;
    padding: 5px 0px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.SectionTab2 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    width: 190px;
    margin: .5%;
    padding: 3px 0px;
    cursor: pointer;
    text-align: center;
    margin-top: 0px;
    *margin-top: -15px;
}

.ui-autocomplete {
    z-index: 1050 !important;
}

.ui-tabs-hide {
    display: none !important;
}
/*Imported from Jquery theme so we don't have to use their whole stylesheet*/

.slideTogglebox {
    /*max-height:500px;
		width:100%;*/
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    z-index: 20;
    overflow: auto !important;
}

.closeSubSection {
    float: right;
    margin: 10px;
    font-size: 14px;
    border: 1px solid #666;
    padding: 5px;
    background-image: url(/images/White_bg.png);
    background-repeat: repeat;
}


/*********************************
End Homepage Styles
**********************************/

div#closeBtnHolder {
    display: none;
}

div#openBtnHolder {
    display: block;
}

#AddLink {
    display: none;
    height: 274px;
    width: 350px;
    position: fixed;
    top: 200px;
    left: 37%;
    z-index: 9000;
    padding-top: 40px;
    padding-left: 30px;
}

.AddLinkCloseBtn {
    float: right;
    padding-right: 30px;
    margin-top: -5px;
}
/*CSS for Applications User Does Not Have */
.DoNotHave {
    color: #999;
    display: none;
    height: auto;
}


.footer {
    color: #666;
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
}

/* Legacy css classes */
.onlyForCTF, .onlyForPrint {
    display: none;
}

/* Additional Grid View CSS class, for locking horiz. nav on page */

.GridViewFixedHeaderHorizNav {
    /*position: relative;*/
    /*  Default Position to handle delays in the page moving the nav bar over the white space holder  */
    z-index: 1000000;
    width: 100%;
}

tr.GridViewFixedHeaderHorizNav td {
    height: 39px;
}

.GridViewFixedHeader {
    /* 
	   Allow Function to set position attribute that way a slow rendering page that has  
	   multiple header rows that scroll do not show up all on top of each other
	*/
    /*position:	absolute;*/
    /*top:		expression(gridViewFixedHeader(this, 1));*/
    z-index: 1;
}

    .GridViewFixedHeader th {
        border-bottom: 0px;
        background-color: #E0E0E0;
    }


/* KEVIN NOTE: Dual versions of the gridview class were being maintained in the external stylesheet and within the ITL page itself.  This version does not seem to work in standards-compliant mode, however the above CSS places the thead outside the table */
.GridViewFixedHeaderITL {
    POSITION: absolute;
    TOP: expression((document.body.scrollTop > this.parentNode.parentNode.offsetTop + 8) ? document.body.scrollTop - 1 : this.parentNode.parentNode.offsetTop + 8);
    LEFT: expression(this.parentNode.parentNode.offsetLeft + 8);
}

.SplashImagePosition {
    position: fixed;
    top: 39%;
    left: 44%;
    background-color: White;
    z-index: 9999999;
    border: solid 1px black;
    font-size: xx-small;
    padding: 10px;
    _position: absolute;
    _top: expression(splashImagePosition(this));
}

a:visited {
    color: blue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

TD.BREAKOUT {
    border-top: 1px solid #000000;
}

.menu_header {
    text-align: center;
    font-weight: bold;
}

.menu_item {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

/*Transparency Issue Fixes */
table#dataTbl {
    background-color: #FFF;
}

.SearchTable {
    border: 1px solid #cdcdcd;
    border-bottom: 0px;
    margin: auto;
}

    .SearchTable tr td {
        border-bottom: 1px solid #cdcdcd;
        padding: 5px;
    }

table.SearchReturns {
    background-color: #FFF;
}

table.SearchReturnsGray, table.CriteriaSelectionMenu {
    background-color: #e0e0e0;
}

table.SearchReturns tr td {
    /*	border:1px solid #666;*/
}

table.PlanMaintTable {
    background-color: #e0e0e0;
}

    table.PlanMaintTable tr td /* Added to adm_emp_plndet, in-page css removed due to header conflict 4/27/09 */ {
        text-align: left;
    }

table.MemberInfoTable {
    margin-top: 10px;
    background-color: #e0e0e0;
    border: 1px solid #cdcdcd;
}

    table.MemberInfoTable tr.MemberIDHeader td {
        /*	border-bottom:1px solid #999;*/
    }

    table.MemberInfoTable tr td {
        padding-left: 5px;
        padding-right: 5px;
    }

        table.MemberInfoTable tr td h5 {
            margin-bottom: 3px;
        }

table.TierDetail {
    background-color: #FFF;
}

table.IntWhiteCell tr td {
    background-color: #FFF;
}

.ProductionEngineClient {
}

    .ProductionEngineClient tr.GridViewFixedHeader th {
        border-bottom: 0px;
    }

    .ProductionEngineClient tr th {
        font-size: 11px;
        padding: 0px 2px 0px 2px;
    }

    .ProductionEngineClient tr td {
        padding: 0px 3px 0px 2px;
    }

.LoadSummaryTbl {
    width: 340px;
    white-space: nowrap;
}


.forgotitem a:link {
    font-size: 10px;
    outline: none;
    text-decoration: underline;
}

.forgotitem a:hover {
    font-size: 10px;
    outline: none;
    text-decoration: underline;
}

.forgotitem a:visited {
    font-size: 10px;
    outline: none;
    text-decoration: underline;
}


/**************************
ITL Dashboard widget styles
**************************/
.DashBoardWidgetOuterTableContainer {
    background-color: #fff;
    border: 2px solid #666;
    margin: 5px;
}

table.DashBoardWidgetOuterTable {
    background-color: #fff;
}

    table.DashBoardWidgetOuterTable tr th, .DashBoardWidgetOuterTableContainer tr th {
        text-align: center;
        color: #fff;
        font-weight: bold;
    }

.InnerTableContainer {
    height: 235px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

table.DashBoardWidgetInnerTable {
    width: 100%;
}

    table.DashBoardWidgetInnerTable tr td {
        border-bottom: 1px solid #ccc;
    }

td.SpacerCell {
    width: 16px;
}

.EditDashBoardWidget {
    border: solid 2px #666;
    background-color: #FFF;
}

.DashBreakLine tr td {
    border-bottom: 1px solid #666;
}

/* This is to prevent the ajax date picker from having only 5 days if its parent table modifies padding */
div.ajax__calendar_days table tr td {
    padding-left: 0px;
    padding-right: 0px;
}

.printCriteria {
    display: none;
}

/*New display for EBM non-compliant fields */
.NonCompliantField_left {
    border: 1px solid #f00;
    color: #f00;
    border-right: 0px;
    font-weight: bold;
}

.NonCompliantField_right {
    border: 1px solid #f00;
    color: #f00;
    border-left: 0px;
    font-weight: bold;
}

.NonCompliantField_center {
    border: 1px solid #f00;
    color: #f00;
    border-left: 0px;
    border-right: 0px;
    font-weight: bold;
}

.RequiredField {
    font-weight: bolder;
}




/***********************************
Participant Portal
**********************************
.DemographicsPanel h5 {	
	padding:10px;
	margin-top:0px;
}
.DemographicsPanel {
	width:740px;
}
.DemographicsPanelTop {

	height:20px;
	background-image:url(/images/demographics_box-Top.png);
	background-repeat:no-repeat;
}
.DemographicsPanelMid {

	background-image:url(/images/demographics_box-Mid.png);
	background-repeat:repeat-y;
	margin-top:-10px;
}
.DemographicsPanelMid iframe {
	width:728px;
	height:250px;
	margin-left:3px;
}
.DemographicsPanelBot {
	height:20px;	
	background-image:url(/images/demographics_box-Bot.png);
	background-repeat:no-repeat;
}

.DemographicsTable {
	width:700px; 
	border:1px solid #cdcdcd;
	margin-left:15px;
	}
.DemographicsTable th {font-size:14px; text-align:left;}
.DemographicsTable td {border-bottom:1px #cdcdcd solid; vertical-align:top;}

.DemographicsTable td table td {border:0px;}*/

.MemberPortalContainter {
    width: 950px;
    margin-top: 5px;
}

    .MemberPortalContainter tr td.LeftPanel, .MemberPortalContainter tr td.RightPanel {
        vertical-align: top;
        width: 25%;
        padding: 5px;
    }

    .MemberPortalContainter tr td.Centerpanel {
        vertical-align: top;
        width: 50%;
        padding: 5px;
    }

.ParticipantMenuHolder {
    border: 1px solid #cdcdcd;
    background: #FFF;
    border-bottom: 0px;
    width: 200px;
}

.AppMenu {
    font-size: 12px;
    font-weight: bold;
    list-style-type: none;
    margin-left: -40px;
    margin-top: 0px;
}

    .AppMenu li {
        border-bottom: 1px solid #cdcdcd;
        padding: 3px 3px 3px 3px;
        position: relative;
        z-index: 10;
    }

        .AppMenu li:hover a:link, .AppMenu li.sfhover a:link, .AppMenu li:hover a:hover, .AppMenu li.sfhover a:hover {
            display: block;
            width: 100%;
            text-decoration: underline;
        }

    .AppMenu .Apphoverable > div.AppWindow {
        height: 346px;
        width: 564px;
        position: absolute;
        left: 200px;
        _left: 197px;
        top: 0px;
        margin-top: -1px;
        z-index: 11;
        padding: 10px;
        display: none;
    }

    .AppMenu li.Apphoverable:hover > div.AppWindow, .AppMenu li.sfhover div.AppWindow {
        display: block !important;
        z-index: 12;
    }

div.AppDescriptionContainer {
    width: 528px;
    height: 300px;
    background: #fff;
    padding: 5px;
    color: #666;
    text-align: left;
}

    div.AppDescriptionContainer img {
        float: right;
        margin: 5px 10px 10px 10px;
    }

        div.AppDescriptionContainer img.border {
            float: right;
            margin: 5px 10px 10px 10px;
            border: 0px solid #999;
        }
/****************************
Carousel CSS 
****************************/
.stepcarousel {
    position: relative; /*leave this value alone*/
    overflow: scroll; /*leave this value alone*/
    width: 430px; /*Width of Carousel Viewer itself*/
    height: 200px; /*Height should enough to fit largest content's height*/
    margin-left: 0px;
}

    .stepcarousel .belt {
        position: absolute; /*leave this value alone*/
        left: 0;
        top: 0;
    }

    .stepcarousel .panel, .stepcarousel .panel2 {
        float: left; /*leave this value alone*/
        overflow-y: hidden;
        overflow-x: hidden; /*clip content that go outside dimensions of holding panel DIV*/
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 5px;
        width: 420px; /*Width of each panel holding content. Don't remove. */
        /*color:#fff;*/
        padding: 3px;
        border: 1px solid #999;
    }

    .stepcarousel .panel {
        background-color: whitesmoke;
    }

/* Links along the bottom sit in SlidePicker div, used to select specific slides in the Carousel */
.SlidePicker {
    z-index: 800;
    text-align: center;
    margin-right: 50px;
}

    .SlidePicker a:hover {
        text-decoration: underline;
    }

    .SlidePicker .selected {
        color: #000 !important;
        font-weight: bold;
        /*background-color:#cff1fb;*/
        padding: 1px;
    }

    .SlidePicker a:visited {
        color: #00F;
    }

.PanelTable {
    width: 400px;
}

    .PanelTable tr td {
        padding: 2px 3px 2px 3px;
    }

.stepcarousel_large {
    position: relative; /*leave this value alone*/
    overflow: scroll; /*leave this value alone*/
    width: 450px; /*Width of Carousel Viewer itself*/
    height: 220px; /*Height should enough to fit largest content's height*/
    margin-left: 0px;
}

    .stepcarousel_large .belt {
        position: absolute; /*leave this value alone*/
        left: 0;
        top: 0;
    }

    .stepcarousel_large .panel {
        float: left; /*leave this value alone*/
        overflow-y: hidden;
        overflow-x: hidden; /*clip content that go outside dimensions of holding panel DIV*/
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 5px;
        width: 440px; /*Width of each panel holding content. Don't remove. */
        height: 200px;
    }


#TblDetails tr td {
    padding: 2px 5px 2px 5px;
}
/*?*/

/*Newsfeed CSS*/
.NewsUpdates {
    height: 250px;
    width: 320px;
    border: 1px solid #666;
    background-color: #FFF;
    margin-bottom: 10px;
    float: right;
}

.NewsContainer, .NewsContainer2 {
    height: 185px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px 20px 0px 5px;
}

.NewsContainer2 {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px 5px 0px 5px;
    padding-right: 20px;
}

table.NewsList {
    margin-right: -1px;
    width: 99% !important;
}

    table.NewsList tr th {
        text-decoration: underline;
        margin: 2px;
        padding: 3px;
        text-align: left;
        white-space: nowrap;
    }

    table.NewsList tr td {
        border-bottom: 1px solid #cdcdcd;
        padding: 3px 5px 3px 5px;
    }

table.HealthTips {
    width: 98%;
}

    table.HealthTips tr th {
        margin: 2px;
        padding: 3px;
        text-align: center;
        background: #666;
        color: #fff;
    }

        table.HealthTips tr th a:link {
            color: #FFF;
            font-weight: bold;
        }

    table.HealthTips tr td {
        border-bottom: 1px solid #ccc;
        padding: 3px 3px 3px 3px;
    }

    table.HealthTips > tbody, table.HealthTips2 > tbody { /* child selector syntax which IE6 and older do not support*/
        overflow-y: auto;
        overflow-x: hidden;
        width: 98%;
    }

        table.HealthTips > tbody tr {
            height: 15px;
        }

    table.HealthTips > thead {
    }

        table.HealthTips > thead tr, table.HealthTips2 > thead tr {
            background-color: #fff;
            position: relative;
            top: expression(offsetParent.scrollTop); /*IE5+ only*/
        }


.EnrollmentTable {
    width: 320px !important;
}

table.EnrollmentTable tr th {
    margin: 2px;
    padding: 3px;
    text-align: center;
    background: #666;
    color: #fff;
}

    table.EnrollmentTable tr th a:link {
        color: #FFF;
        font-weight: bold;
    }

table.EnrollmentTable tr td {
    border-bottom: 1px solid #ccc;
    padding: 3px 3px 3px 3px;
}

table.EnrollmentTable > tbody { /* child selector syntax which IE6 and older do not support*/
    overflow-y: auto;
    overflow-x: hidden;
    width: 98%;
}

    table.EnrollmentTable > tbody tr {
        height: 15px;
    }

table.EnrollmentTable > thead {
}

    table.EnrollmentTable > thead tr {
        background-color: #fff;
        position: relative;
        top: expression(offsetParent.scrollTop); /*IE5+ only*/
    }

.PopulationBox {
    height: 264px;
    padding: 5px 5px 5px 15px;
    margin: 5px;
}

.PopulationSearch {
    /*width:950px;*/
    height: 375px;
    margin-top: 10px;
}

.PopulationSearchTable {
    width: 100%;
    *width: 99%;
}

    .PopulationSearchTable tr td {
        padding: 3px 5px 3px 5px;
    }

.PopulationBox ul {
    margin: 2px 5px 5px 15px;
}

/*****************************************
Enrollment Redesign CSS
*****************************************/
.EnrollScrollDiv {
    width: 100%;
    height: 215px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ActionDropDownDiv select, .ActionDropDownDiv input {
    margin-top: 3px;
}

tr.ActionDropDownRow td {
    border-bottom: 0px;
    text-align: right;
    padding-right: 3px;
    color: #fff;
    width: 100%;
}

.FixedHeaderTableOutput {
    position: relative;
}

.RightTanBox {
    float: right;
    margin-right: 5px;
    border: 1px solid #cdaa57;
    background-color: #fbf3de;
}

.IDBox {
    float: right;
    margin-right: 5px;
    border: 1px solid #cdaa57;
    background-color: #fbf3de;
    position: relative;
}

.IDToggleView {
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 25px;
}

.EnrollmentIDsCollapsed {
    overflow: hidden;
    display: inline;
    border-collapse: separate;
    box-sizing: border-box;
    display: inline;
    max-height: 90px;
}

.ResizerBox {
    position: absolute;
    right: 5px;
    top: 30px;
    *top: 25px;
    width: 150px;
    text-align: center;
}

    .ResizerBox span {
        clear: both;
        margin-top: 10px;
        display: block;
    }

.IconBox {
    position: absolute;
    right: 3px;
    top: 30px;
    *top: 25px;
    text-align: center;
    z-index: 10;
}

.IconBoxTable, .SubResizer {
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    z-index: 9;
    text-align: center;
}

    .IconBoxTable tr td {
    }


/***********************************
Provider Portal - Fall 2010 Release
***********************************/
tr.lastrow td {
    border-bottom: 0px !important;
}

.lastcell {
    border-right: 0px !important;
}

.SectionTitle {
    font-size: 16px;
    border-bottom: 3px solid #eaeaea;
    margin-bottom: 5px;
    padding-left: 5px;
    margin-left: 10px;
    font-weight: bold;
    color: #333;
}
/*EBM (My population conditions) non-compliant fields */
.NonCompliant, .Compliant {
    margin-bottom: 5px;
    padding: 1px;
}

    .NonCompliant a:link {
        color: #f00;
    }

    .NonCompliant a:hover {
        color: #f00;
    }

    .NonCompliant a:visited {
        color: #f00;
    }

    .Compliant a:link {
        color: #666;
    }

    .Compliant a:hover {
        color: #666;
    }

    .Compliant a:visited {
        color: #666;
    }

.ConditionSpan {
    color: #666;
    font-weight: bolder;
}

.ViewDiv {
    border: 1px solid #cdcdcd;
    margin-right: 5px;
    padding: 2px;
    font-size: 10px;
    z-index: 10000;
    position: relative;
    float: right;
}

.ViewSubDiv {
    background-color: #eaeaea;
    border: 1px solid #999;
    position: absolute;
    top: 20px;
    right: -1px;
    z-index: 9000;
}

.PatientProviderBox {
    background: #fff;
    padding: 3px 5px;
    vertical-align: bottom;
    position: absolute;
    top: 20px;
    right: 0px;
    border: 1px solid #666;
    -moz-box-shadow: 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px #999;
    box-shadow: 2px 2px 2px #999;
}


.PatientProviderEBMBox {
    background: #fff;
    padding: 3px 5px;
    vertical-align: bottom;
    position: absolute;
    top: 20px;
    right: 0px;
    border: 1px solid #666;
    -moz-box-shadow: 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px #999;
    box-shadow: 2px 2px 2px #999;
    white-space: nowrap;
}

.ProviderMainHeader {
    background: #eaeaea;
    border-bottom: 5px solid #999;
}

    .ProviderMainHeader .criteriaDDL {
        width: 400px;
    }

.criteriaDDL {
    width: 100%;
}

.toolbarWrapper .criteriaDDL {
    width: auto;
}

.PatientProviderEBMBox .criteriaDDL {
    width: 100%;
}

#PHRDetailBody .criteriaDDL {
    margin-right: 5px;
    border: 1px solid #cdcdcd;
}

.RiskStratSummaryTable {
    margin-top: 5px;
}

    .RiskStratSummaryTable tr th {
        background-color: #666;
        color: #fff;
        text-align: center;
    }

    .RiskStratSummaryTable tr td {
        padding: 1px 2px 1px 2px;
    }

    .RiskStratSummaryTable tr.high td a:link {
        color: #bd363c;
    }

    .RiskStratSummaryTable tr.high td a:hover {
        color: #bd363c;
        text-decoration: underline;
    }

    .RiskStratSummaryTable tr.high td a:visited {
        color: #bd363c;
    }

    .RiskStratSummaryTable tr.mod td a:link {
        color: #27ab09;
    }

    .RiskStratSummaryTable tr.mod td a:hover {
        color: #27ab09;
        text-decoration: underline;
    }

    .RiskStratSummaryTable tr.mod td a:visited {
        color: #27ab09;
    }

    .RiskStratSummaryTable tr.low td a:link {
        color: #4dd6db;
    }

    .RiskStratSummaryTable tr.low td a:hover {
        color: #4dd6db;
        text-decoration: underline;
    }

    .RiskStratSummaryTable tr.low td a:visited {
        color: #4dd6db;
    }

    .RiskStratSummaryTable tr.none td a:link {
        color: #ffae00;
    }

    .RiskStratSummaryTable tr.none td a:hover {
        color: #ffae00;
        text-decoration: underline;
    }

    .RiskStratSummaryTable tr.none td a:visited {
        color: #ffae00;
    }

    /*.high {color:#bd363c;}
.mod {color:#27ab09;}
.low {color:#4dd6db;}
.none {color:#ffae00;}*/

    .high, .mod, .low, .none, .LightFont, .RiskStratSummaryTable tr td {
        color: #cdcdcd;
    }

.ChartDiv {
    text-align: left;
    float: right;
    margin-top: -10px;
    width: 170px;
    overflow: hidden;
}

.ChartShadow {
    float: left;
    padding-left: 25px;
    overflow: hidden;
}

.RightBorder {
    border-right: 1px solid #cdcdcd;
}

.NoMargin {
    margin: 0px 0px 0px 23px;
    text-align: left;
}

.TanBox_right {
    float: right;
    margin-right: 10px;
    border: 1px solid #cdaa57;
    background-color: #fbf3de;
    padding: 0px 3px 0px 3px;
}

.TanBox_left {
    float: left;
    margin-left: 10px;
    border: 1px solid #cdaa57;
    background-color: #fbf3de;
    padding: 0px 3px 0px 3px;
}

.TanBox {
    padding: 3px;
    border: 1px solid #cdaa57;
    background-color: #fbf3de;
}

.BlueBox {
    padding: 3px;
    border: 1px solid #4a5c70;
    background-color: #e8f2f5;
}

.TriggerDiv {
}

.TriggerLink {
    cursor: pointer;
    padding: 1px 3px 1px 3px;
    margin: 1px;
}

/****************************
Winter 2012 Release Additions 
*****************************/
.EffDateBox {
    position: absolute;
    top: 15px;
    left: 175px;
    background-color: #fff;
    z-index: 10000;
    border: 2px solid #666;
    -moz-box-shadow: 5px 5px 5px #666;
    -webkit-box-shadow: 15px 5px 5px #666;
    box-shadow: 5px 5px 5px #666;
}

.totalsRow td {
    background-color: #E7F5FA;
    font-weight: bold;
}

.borderCells {
    border: 2px solid #cdcdcd;
}
    /*border-right:1px!important;*/
    .borderCells tr td {
        border-right: 1px solid #cdcdcd;
    }


/***************************************
Discussions CSS Initial Design 
***************************************/
.DiscussionOuterDiv {
    border: 1px solid #cdcdcd;
    background-color: #eaeaea;
    position: absolute;
    bottom: 0px;
    top: 45px;
    left: 0px;
    right: 0px;
}

.ListTitle {
    font-size: 13px;
    color: #2b72bd;
    word-wrap: break-word;
    width: 200px !important;
}

.ListTable, .EntryTable, .ListPanelTable {
    width: 100%;
    background-color: #fff;
}

    .ListTable tr, .ListPanelTable tr {
        cursor: pointer;
    }

        .ListTable tr th {
            text-align: left;
            padding: 4px 3px;
            font-size: 14px;
            font-weight: lighter;
            border-bottom: 1px solid #cdcdcd;
            cursor:;
        }

        .ListPanelTable tr th {
            background-color: #999;
            color: #FFF;
            text-align: left;
            cursor: default;
        }

    .ListTable td, .EntryTable td, .ListPanelTable td {
        border-bottom: 1px solid #cdcdcd; /*vertical-align:top;*/
        padding: 2px 3px;
    }

        .ListTable td table td, .EntryTable tr td table tr td, .selected tr td table tr td {
            border-bottom: 0px;
            border-right: 0px;
            padding: 0px;
        }

.ListPanelTableUnreadItem {
    width: 360px;
}

    .ListPanelTableUnreadItem .altline {
        width: 360px;
    }

    .ListPanelTableUnreadItem tr {
        cursor: pointer;
    }

        .ListPanelTableUnreadItem tr th {
            background-color: #999;
            color: #FFF;
            text-align: left;
            cursor: default;
        }

    .ListPanelTableUnreadItem td {
        border-bottom: 1px solid #cdcdcd;
        vertical-align: top;
    }

.NoRightBorder {
    border-right: 0px !important;
}

.GrayTopbar {
    background: url(/images/GrayBar_BG.jpg);
    background-repeat: repeat-x;
    height: 20px;
    overflow: hidden;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
}

.SupportDeskGrayTopbar {
    background: url(/images/GrayBar_BG.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #F7F7F7;
    overflow: hidden;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    width: 99%;
    *margin-top: -1px;
    padding-top: 1px;
}

.TopBarBtn {
    display: block;
    float: left;
    padding: 2px 3px 0px 3px;
    border-right: 1px solid #999;
    height: 24px;
    cursor: pointer;
}

    .TopBarBtn input {
        *margin-top: -2px;
    }

.TopBarImgBtn {
    display: block;
    float: left;
    padding: 0px 3px 0px 3px;
    border-right: 1px solid #999;
    height: 24px;
}

.TopBarBtn_right {
    display: block;
    float: right;
    height: 20px;
    padding: 0px 2px 0px 2px;
}

.TopBarBtn span {
    cursor: pointer;
}

.TopBarBtn a {
    margin-top: 5px;
}

.GrayTopbar a {
    color: #333;
}

    .GrayTopbar a:hover {
        color: #00F;
    }

.EntryStamp {
    float: left;
    padding-left: 2px;
}

.DependentBox {
    position: absolute;
    top: 30px;
    right: 114px;
    width: 180px;
    text-align: center;
    height: auto;
}

.Dependentlist {
    display: block;
    height: auto;
}

    .Dependentlist ul {
        list-style-type: none;
        text-align: left;
        margin: 0px;
    }

        .Dependentlist ul li {
            margin: 0px;
            margin-left: -40px;
            padding: 3px 5px;
            clear: both;
        }

            .Dependentlist ul li a {
                display: block;
            }

.DiscussionListView {
    position: absolute;
    bottom: 0px;
    top: 21px;
    width: 100%;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
}

.DiscussionDetailView {
    position: absolute;
    bottom: 30px;
    top: 21px;
    width: 100%;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    border-bottom: 1px solid #cdcdcd;
}

.DiscussionITLDetailView {
    position: relative;
    top: 21px;
    overflow-x: hidden;
    background-color: #fff;
}

.HeaderDropDownMenu {
    border: 2px solid #666;
    background-color: #fff;
    position: absolute;
    right: 50px;
    top: 25px;
    color: #666;
    padding: 3px;
}

    .HeaderDropDownMenu table tr td {
        border-bottom: 0px !important;
        border-right: 0px !important;
        padding: 0px !important;
    }

.ClinicianDiscussionEntry {
    width: 85%;
    margin: 2px;
}

.DiscEntry {
    color: #999;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-height: 60px;
    overflow: hidden;
}

input[disabled] {
    cursor: default !important;
}

a[disabled] {
    color: Gray !important;
    text-decoration: none !important;
}
/*HRA Design Additions*/
.InstructionList {
    margin-top: 5px;
    margin-bottom: 2px;
}

.DiscussionTextBox {
    width: 80%;
}

/*Discussions additions for Spring 2014 Provider Portal updates */
.buttonToLinkButton {
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
}

.unread td {
    background-color: #ffffcc;
}

.contacts span {
    display: inline-block;
    white-space: nowrap;
    margin: 3px;
    padding: 3px 20px 4px 8px;
    position: relative;
    float: left;
    text-indent: 0;
    background-color: #eee;
    border: 1px solid #333;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    color: #333;
    font: normal 11px Verdana, Sans-serif;
}

.contacts {
    padding: 3px 3px 0;
    cursor: text;
    width: 700px;
}

.watermarkOn {
    color: #CCCCCC;
    font-style: italic;
}


/*********************************************************
Support Desk Design components
*********************************************************/
.ViewHeader {
    margin-top: 5px;
    background: #666;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 0px 3px 0px;
}

.LeftNavHeader img {
    cursor: pointer;
}

#left {
    position: absolute;
    left: 53px;
    top: 80px;
    padding: 0;
    width: 380px;
}

#right {
    position: absolute;
    right: 10px;
    left: 440px;
    top: 80px;
    padding: 0;
}

.ViewBox {
    padding: 0;
    color: #333;
    overflow: visible;
}

.HandlePanel {
    width: 10px;
    position: absolute;
    height: 85%;
    border: 1px solid #666;
    display: none;
}

#Manuleft {
    position: absolute;
    left: 5px;
    top: 50px;
    padding: 0;
}

#Manuright {
    position: absolute;
    left: 300px;
    right: 5px;
    top: 50px;
    padding: 0;
    /*min-width:600px;*/
}

.ManuViewBox {
    padding: 0;
    height: 90%; /* works only if parent container is assigned a height value */
    color: #333;
    overflow: hidden;
}

.discussionlink {
    float: right;
    vertical-align: top;
}

/***** Filterbox is the container for the Support Desk Drawer (left-hand flyout menu) *****/
.FilterBox {
    height: 460px;
    width: 194px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 12px;
    color: #666;
}

    .FilterBox .SliderHolder {
        width: 200px;
    }

    .FilterBox .slidecontent ul {
        list-style-type: none;
        margin: 0px 0px 0px 10px;
    }

        .FilterBox .slidecontent ul li {
            margin: 0px;
        }

            .FilterBox .slidecontent ul li a:link {
                color: #666;
            }

            .FilterBox .slidecontent ul li a:visited {
                color: #666;
                outline: none;
                text-decoration: none;
            }

            .FilterBox .slidecontent ul li a:active {
                color: #666;
                text-decoration: none;
            }

            .FilterBox .slidecontent ul li a:hover {
                color: #666;
                text-decoration: none;
            }

    .FilterBox .slidehead {
        padding-top: 5px;
        padding-left: 0px;
        margin-bottom: 0px;
        margin-left: -10px;
    }

    .FilterBox a:active {
        outline: none;
        text-decoration: none;
    }

    .FilterBox .slidehead a:link, .ManuViewBox .slidehead a:link {
        outline: none;
        font-size: 12px;
        font-weight: bold;
        color: #666;
        padding-left: 0px !important;
    }

    .FilterBox .slidehead a:hover, .ManuViewBox .slidehead a:hover {
        outline: none;
        font-size: 12px;
        font-weight: bold;
        color: #666;
        text-decoration: none;
        padding-left: 0px !important;
    }

    .FilterBox .slidehead a:visited, .ManuViewBox .slidehead a:visited {
        outline: none;
        font-size: 12px;
        font-weight: bold;
        color: #666;
        text-decoration: none;
        padding-left: 0px !important;
    }

    .FilterBox .slidecontent a:link {
        outline: none;
    }

    .FilterBox ul.SlideList {
        padding-left: 15px;
    }
/* FilterTable, layout for filterbox items */
.FilterTable {
    width: 90%;
    border: 1px solid #ccc;
}

    .FilterTable tr td {
        padding: 3px;
    }
/****** Support Desk - Manuals Page Designs Here.  For the non-flyout app - bundle manuals display ******/
.ManualFrame {
    border: 2px solid #666;
    background: #FFF;
    height: 99%;
}

.ManualListHolder {
    height: 99%;
    background-color: #fff;
    border: 2px solid #666;
    float: left;
    margin: 0px 10px 10px 0px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 280px;
}

    .ManualListHolder .SliderHolder, .ManualListHolder .SliderHolder ul {
        width: 265px;
    }

    .ManualListHolder .slidecontent ul {
        margin-left: 5px;
        list-style-type: none;
        margin-bottom: 0px;
    }

        .ManualListHolder .slidecontent ul li {
            margin: 1px 0px 1px 0px;
        }

            .ManualListHolder .slidecontent ul li a:link {
                color: #666;
            }

            .ManualListHolder .slidecontent ul li a:visited {
                color: #666;
                outline: none;
                text-decoration: none;
            }

            .ManualListHolder .slidecontent ul li a:active {
                color: #666;
                text-decoration: underline;
            }

            .ManualListHolder .slidecontent ul li a:hover {
                color: #666;
                text-decoration: underline;
            }

    .ManualListHolder .slidehead {
        padding: 2px 2px 2px 2px;
        margin-bottom: 0px;
    }

    .ManualListHolder a:active {
        outline: none;
        text-decoration: none;
    }

    .ManualListHolder .slidehead a:link {
        outline: none;
        font-size: 12px;
        color: #666;
        padding-left: 2px !important;
    }

    .ManualListHolder .slidehead a:hover {
        color: #666;
        text-decoration: underline;
    }

    .ManualListHolder .slidehead a:visited {
        text-decoration: none;
    }

    .ManualListHolder .slidecontent a:link {
        outline: none;
    }

    .ManualListHolder ul.SlideList {
        padding: 0px 3px 0px 15px;
        width: 250px; /*border:1px solid #ccc;*/
    }
/*******  End Leftside Navigation Boxes CSS  *******/

.newitem a:link, .slidehead .newitem a:link {
    font-size: 10px;
    color: #00F;
    outline: none;
}

.newitem a:hover, .slidehead .newitem a:hover {
    font-size: 10px;
    color: #00F;
    outline: none;
    text-decoration: underline;
}

.newitem a:visited, .slidehead .newitem a:visited {
    font-size: 10px;
    color: #00F;
    outline: none;
}

.ITLDetailView {
    margin-bottom: 5px;
    margin-top: 5px;
}

ol.ITLModalView {
    margin: 5px 5px 5px 50px;
}

.DiscPanelBtn {
    margin: 0px;
    padding: 0px;
}

.DiscussionTitle {
    font-size: 16px;
    border-bottom: 3px solid #CCC;
    margin-right: 25px;
}

.ItemTitle {
    font-size: 16px;
    border-bottom: 3px solid #CCC;
    padding-left: 10px;
}

.TopicEntry {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 5px;
}

.NewEntryWrapper {
    background-color: #e7f5fa;
}

.DelUploadIcon {
    position: absolute;
    top: 0;
    right: 0;
}

.SearchBox {
    text-align: left;
    padding: 2px;
    z-index: 1000000;
    float: right;
    margin: 3px;
}

.HighlightText {
    color: #666;
    text-decoration: underline;
}

.pageTitle {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    color: #666;
    border-bottom: 2px solid #eaeaea;
    overflow: hidden;
}

.NoRightBorder {
    border-right: 0px !important;
    padding-right: 4px;
}

.EntryStamp {
    float: left;
    padding-left: 5px;
}

.DiscHeader {
    font-weight: bold;
    text-decoration: underline;
}

.LeftNavContainer {
    position: absolute;
    top: 55px;
    left: 0px;
    z-index: 1000;
}

.LeftNavPreviewBox {
    background: #fff;
    border: 1px solid #666;
    border-left: 0px;
    height: 190px;
    width: 50px;
    vertical-align: top;
    float: left;
}

.LeftNavPopOut {
    background: url(/images/LeftNav_bg.png) no-repeat;
    height: 500px;
    width: 200px;
    float: left;
    margin-right: -5px;
}

.BlueLink {
    color: #0000FF !important;
}

.DropDownViewMenu {
    background: url(/images/DownMenuBG.png) no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 183px;
    width: 209px;
}
/*Support Desk Header Button Styles*/
.LeftHeaderButton {
    float: left;
    padding: 0px 10px;
    height: 100%;
    text-align: center;
    color: #fff;
}

    .LeftHeaderButton:hover {
        background: url(/images/spotlight.png) no-repeat;
        background-position: bottom center;
    }

.Breadcrumbs {
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #666;
    padding: 2px 5px;
    margin-right: 5px;
    margin-top: 2px;
    max-width: 50%;
    white-space: nowrap;
}

.ITLViewPanels {
    border: 1px solid #666;
    border-top: 0px;
    background-color: #fff;
    width: 99%;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
}

.InboxViewPanels {
    border: 1px solid #666;
    border-top: 0px;
    background-color: #fff;
    width: 99%;
    position: absolute;
    overflow: auto;
}

.ITLViewPanels_2 {
    border: 1px solid #666 !important;
    border-top: 0px;
    background-color: #fff;
    width: 99%;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
}

.SupportDeskHeader {
    margin-bottom: 3px;
    margin-top: 5px;
    padding: 2px;
    width: auto;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}

.SupportDeskHeaderNoCollapse {
    margin-bottom: 3px;
    margin-top: 5px;
    padding: 2px;
    width: auto;
    font-size: 16px;
    text-align: left;
}

.ITLViewPanels_2 .ListTable tr th, .ITLViewPanels .ListTable tr th, .InboxViewPanels .ListTable tr th {
    background-color: #999;
    color: #FFF;
    padding: 1px;
    text-align: left;
}

.NoScroll {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.BottomBorderRows tr td, .BottomBorderRows td {
    border-bottom: 1px solid #cdcdcd;
}

    .BottomBorderRows tr td table tr td, .BottomBorderRows td table tr td {
        border-bottom: 0px;
    }

.AlignTextLeft, .AlignTextLeft tr td {
    text-align: left;
}

.AlignTextRight, .AlignTextRight tr td {
    text-align: right;
}

.ITLBox {
    padding: 1px;
    border: 1px solid #4a5c70;
    background-color: #3D5474;
    color: #fff;
    text-align: center;
}

.ITLCell {
    width: 65px;
}

.CollapsedLeftNav {
    margin-top: 5px;
    margin-left: 2px;
}

    .CollapsedLeftNav tr td {
        white-space: nowrap;
        *padding-top: 3px;
    }

        .CollapsedLeftNav tr td img {
            _margin-bottom: -4px;
            *margin-bottom: -4px;
            margin-right: -4px;
        }

.SubSectionDiv {
    Float: left;
    margin: 3px;
    padding: 2px 2px 2px 4px;
    border: 1px solid #666;
    background-color: whitesmoke;
    vertical-align: middle;
}

    .SubSectionDiv table tr td {
        border: 0px !important;
    }

.DarkSubHeader, .DarkSubHeader td {
    background-color: #666;
    color: #fff;
}

.LightSubHeader, .LightSubHeader td {
    background-color: #ccc;
    text-align: center;
    font-weight: bold;
}

.WorkDetailComponents {
    border: 2px solid #666;
    text-align: left;
    width: 90%;
}

    .WorkDetailComponents tr td {
        padding-left: 3px;
    }

.TechDocDisplay {
    text-align: left;
    padding: 5px;
    border: 1px solid #cdcdcd;
    cursor: text;
    margin: 5px;
    *margin: 5px 30px 5px 8px;
    overflow: auto;
    max-height: 250px;
}

    .TechDocDisplay pre {
        width: 300px !important;
        height: 50px;
        background: #CCC;
        overflow: auto;
    }

.NoItlSelected {
    font-weight: bold;
    position: absolute;
    top: 42%;
    *right: 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.ITLSectionHeader {
    text-align: center;
    font-weight: bold;
    margin: 2px;
}

.datecell {
    width: 80px !important;
}

.DiscussionsFrame {
    width: 100%;
    position: absolute;
    height: 100%;
    bottom: 0px;
}

.DiscussionParticipantsHeader {
    background-color: #fff;
    border-bottom: 2px solid #666;
    overflow: hidden;
}

.SearchSubHeader {
    text-align: center;
    height: 20px;
    width: 100%;
    cursor: pointer;
}

.Assignments {
    color: #999;
    margin-right: 10px;
}

.ITLFormBreak td {
    border-bottom: 1px solid #cdcdcd;
}

.OpenListPanelBtn {
    position: absolute;
    left: 0;
    top: 230px;
}

.adSearchBox {
    border: 1px solid #cdcdcd;
    background-color: #fff;
    margin: 2px 5px 2px 2px;
    padding: 2px 3px;
}

.ResolutionSummary {
    border: 1px solid #cdcdcd;
    margin: 3px;
    padding: 2px;
    font-style: italic;
    min-height: 15px;
    width: auto;
}

.DescriptionHolder {
    border: 1px solid #cdcdcd;
    width: 95%;
    text-align: left;
}

.CountsHeader, .PanelHeader {
    padding: 0px;
    margin-left: 0px;
    border-bottom: 1px solid #666;
    position: fixed;
    top: 47px;
    right: 21px;
    *right: 20px;
    left: 1px;
    height: 20px;
    text-align: center;
    color: #fff;
}

.PanelFooter {
    padding: 2px;
    margin-left: 0px;
    border-top: 1px solid #666;
    background-color: #eaeaea;
    position: fixed;
    bottom: 20px;
    *bottom: 18px;
    right: 22px;
    *right: 20px;
    left: 1px;
    text-align: center;
}

.CountsHeader a, .PanelHeader a {
    color: #fff;
}

.CountsHeaderSpacer {
    height: 20px;
}

.FooterSpacer {
    height: 25px;
}

a.pagerButtonClass {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #eaeaea;
    background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
    background: #ebebeb -moz-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
    border: 1px solid #aaa;
    color: #444;
    margin-bottom: 0px;
    padding: 1px 4px;
    font-size: 10px;
    cursor: pointer;
}

    a.pagerButtonClass:hover {
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
        background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
        background: #ebebeb -moz-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');
        border-color: #999;
        color: #222;
        text-decoration: none;
    }

    a.pagerButtonClass:active {
        -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
        background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
        color: #333;
    }

.VssCell {
}

.vssPath {
    width: 300px;
    word-wrap: break-word;
}

.NewITLTable {
    margin: 5px;
}

    .NewITLTable tr td {
        padding: 3px;
        text-align: left;
        vertical-align: middle;
    }

.SecurityHighlight {
    background-color: #f8c4c4;
    border: 1px solid #f00;
    margin: 0px 20px 0px 20px;
}

    .SecurityHighlight table tr td {
        padding: 0px 3px;
    }

.ITLDateCell {
    width: 70px;
}

.IEPanelOverflowFix {
    *margin-right: 18px;
}

.SearchSubDiv {
    *overflow: hidden;
}

.DescriptionCell {
}

.SeqCell {
    width: 40px;
}

.ItlCell {
    width: 50px;
}

.WorkDateCell {
    width: 110px;
}

.ActionCell {
    width: 120px;
}

.DueCell {
    width: 90px;
}

.ITLDatesTable {
    border-bottom: 1px solid #cdcdcd !important;
}

    .ITLDatesTable tr {
        cursor: default;
    }

        .ITLDatesTable tr:hover {
        }

        .ITLDatesTable tr td {
            padding: 0px 3px !important;
            background-color: #eaeaea;
        }

.watermark {
    font-style: italic;
    color: #cdcdcd;
}

.SectionTab2 .watermark {
    font-style: normal;
    color: #cdcdcd;
}


/*****************************************************
Member Portal v2 CSS 
*****************************************************/

.PortalContainer {
    margin-top: 0px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    *margin-top: -15px;
}

.PortalHeader {
    height: 36px;
    margin-left: 0px;
    margin-right: -1px;
}

.UserWelcome {
    background-image: url(../img/Welcome_mid.png);
    background-repeat: repeat-x;
    text-align: left;
    color: #fff;
    font-size: 18px;
    height: 36px;
    white-space: nowrap;
}

.HeaderFill {
    background-image: url(../img/header_fill.png);
    background-repeat: repeat-x;
    height: 36px;
    width: 100%;
}

.ContentFrame {
    width: 100%;
}

.PortalPlacemat {
    background: #d9d9d9; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d9d9d9)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #fff, #d9d9d9); /* for firefox 3.6+ */
    width: 100%;
}

.InnerPortalTable {
    width: 98%;
    /*border:1px solid #cdcdcd;*/
    border-top: 0px;
    border-bottom: 0px;
}

    .InnerPortalTable tr td {
        vertical-align: top;
    }

.SubSectionTable {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 5px;
}

    .SubSectionTable tr {
    }

        .SubSectionTable tr td {
            vertical-align: middle;
            text-align: left;
            padding: 3px;
        }

.maincontainer .SubSectionTable tr td, .subcontainer .SubSectionTable tr td {
    vertical-align: middle;
    text-align: left;
    padding: 5px;
}

.FrameContainer {
    min-height: 460px;
    background: #fff;
    margin-right: 10px;
    padding: 0px;
}

.PortalFooter {
    margin-top: 0px;
}

.PortalLeftBottom {
    background-image: url(../img/Portal_Footer_left.png);
    background-repeat: repeat-x;
    height: 11px;
    width: 11px;
}

.PortalMidBottom {
    background-image: url(../img/Portal_Footer_mid.png);
    background-repeat: repeat-x;
    height: 11px;
}

.PortalRightBottom {
    background-image: url(../img/Portal_Footer_right.png);
    background-repeat: repeat-x;
    height: 11px;
    width: 10px;
}

.FrameContainerFooter {
    height: 14px;
    margin-top: 0px;
    margin-left: 0px;
    margin-left: -1px;
    margin-right: 10px;
}

.FrameMidBottom {
    background-image: url(../img/frame_bottom_mid.png);
    background-repeat: repeat-x;
    height: 14px;
    width: 100%;
}

.MemberInstructions {
    border: 1px solid #cdcdcd;
    font-size: 14px;
    color: #0b7bbe;
    padding: 5px;
    margin: 5px 5px 5px 0px;
    background-color: #fff;
}

.SnippetsTable tr td {
}

.Border {
    border: 1px solid #cdcdcd;
}

.NoBorder, .NoBorder td {
    border: 0px !important;
}

.Snippet {
    margin-bottom: 10px;
    padding: 3px;
}

    .Snippet ul li {
        margin: 0px;
        margin-left: -30px;
        list-style-type: none;
    }

.Red {
    background: #e09c7b;
    border: 1px solid #e27641;
}

.Green {
    background: #bee4c6;
    border: 1px solid #599967;
}

.Blue {
    background: #e3f5f6;
    border: 1px solid #53a7a4;
}

.White {
    border: 1px solid #cdcdcd;
}

.SnippetHeader {
    color: #0B7BBE;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.LargeComponent {
    width: 948px;
    margin-top: 5px;
}
/*.LargeComponentHead {
	height:9px;
	background-image:url(/images/Component_head_lg.png);
	background-repeat:no-repeat;
}
.LargeComponentBody {

	background-image:url(/images/Component_body_lg.png);
	background-repeat:repeat-y;
	margin-top:-10px;
	margin-left:1px;
}
.LargeComponentFoot {
	height:13px;	
	background-image:url(/images/Component_foot_lg.png);
	background-repeat:no-repeat;
	margin-left:2px;
	margin-top:0px;
}*/

/******************************************************************
Member Portal V2 Discussions Updates
*******************************************************************/
.DiscussionsHomeView {
    position: absolute;
    width: 99%;
}

    .DiscussionsHomeView .DiscussionDetailView {
    }

.HomeDiscussionTextBox {
    height: 100px;
    width: 99%;
}

.DiscussionsHomeView .EntryTable, .DiscussionsHomeView .ListTable {
    border: 1px solid #cdcdcd;
    border-bottom: 0px;
    margin-bottom: 5px;
}

    .DiscussionsHomeView .EntryTable tr td, .DiscussionsHomeView .ListTable tr td {
        padding: 3px;
    }

.ListTable tr td a {
    color: blue;
}

.DiscussionsHomeView .EntryTable .NoRightBorder, .DiscussionsHomeView .ListTable .NoRightBorder {
    text-align: right;
    padding-right: 10px;
}


.SearchList {
    border: 1px solid #cdcdcd !important;
    border-bottom: 0px;
    clear: both;
}

    .SearchList tr th, .SearchList2 tr th, .DiscussionsHomeView .EntryTable tr th, .alternatingColorRows tr th {
        padding: 3px 5px;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        font-weight: lighter;
        border-bottom: 1px solid #cdcdcd;
    }

        .SearchList tr th a:link, .SearchList2 tr th a:link, .SearchList tr th a:visited, .SearchList2 tr th a:visited { /*color:#fff;*/
        }

    .SearchList tr td, .SearchList2 tr td {
        border-bottom: 1px solid #cdcdcd;
        padding: 5px;
        text-align: left;
        white-space: normal;
        border-collapse: collapse;
    }

.SearchList2 tr:last-child td {
    border-bottom: 0px;
}

table.SearchList > tbody tr, table.SearchList2 > tbody tr {
    height: 16px;
}

.SearchList tr td.lastcell, .SearchList2 tr td.lastcell {
    border-bottom: 1px solid #cdcdcd;
    text-align: left;
    border-right: 0px;
}

.Searchlistholder {
    height: 220px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0px;
    border: 1px solid #cdcdcd;
    position: relative;
}

.Searchlistholder2 {
    height: 220px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0px;
    border: 1px solid #cdcdcd;
    position: relative;
}

    .Searchlistholder2 .ListTable {
        border: 0px;
        margin-bottom: 0px;
    }

        .Searchlistholder2 .ListTable tr:last-child td {
            border-bottom: 0px;
        }

.SearchList, .SearchList2 {
    background-color: #fff;
}



table.SearchList2 > tbody {
    width: 100%;
}

.RightAlignCells {
    border-bottom: 1px solid #cdcdcd;
}

    .RightAlignCells tr td, .RightAlignCells {
        text-align: right !important;
    }

.byline {
    font-size: 10px;
    float: right;
    padding-right: 20px;
    color: #cdcdcd;
}

.ui-widget-content .DiscussionsHomeView {
    position: relative;
    width: 100%;
}

.SearchList2 a, .Searchlistholder2 a {
    color: blue !important;
}

.SearchList td a:visited {
    color: purple !important;
}

.ui-widget-content a:visited {
    color: purple !important;
}

.visitedLinkFix, a.visitedLinkFix:visited {
    color: purple !important;
}

a[id*="lbIDLink"] {
    color: purple !important;
}

#lblInfo a:visited {
    color: purple;
}

/*.SearchList   td  a:hover{

    color:purple !important;
}
*/


/**************************************************************
Client Dashboard CSS
***************************************************************/
.toolbarWrapper {
    border: 1px solid #cdcdcd;
    background: #eaeaea; /* for non-css3 browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #fff, #eaeaea); /* for firefox 3.6+ */
    background: -ms-linear-gradient(top, #fff, #eaeaea); /* for IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea'); /* for IE */
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    margin: 10px auto 5px auto;
    padding: 3px;
    width: 95%;
    /*max-width:1200px;*/
    white-space: nowrap;
    overflow: hidden;
}

    .toolbarWrapper select {
        *margin-bottom: -10px;
    }

    .toolbarWrapper a {
        color: black;
        border: 1px solid #ccc;
        padding: 5px 10px;
        margin: 3px 1px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        /*display:inline-block;
	zoom: 1;
 	*display: inline;*/
    }

        .toolbarWrapper a:hover {
            border: 1px solid #666;
            background: #b9f7f8;
        }

.filterButton {
    background-image: url(/images/cog_gray.png);
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
}

.FilterTab {
    position: absolute;
    left: -15px;
    top: 120px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#cdcdcd'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#cdcdcd)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #eaeaea, #cdcdcd); /* for firefox 3.6+ */
    border: 1px solid #999;
    padding: 10px 5px 5px 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #888888;
    -moz-box-shadow: 2px 2px 2px #888888;
    box-shadow: 2px 2px 2px #888888;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 14px;
    font-weight: bold;
}

    .FilterTab:hover {
        background: #368CE1;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36bfe1', endColorstr='#368CE1'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#36bfe1), to(#368CE1)); /* for webkit browsers */
        background: -moz-linear-gradient(top, #36bfe1, #368CE1); /* for firefox 3.6+ */
    }

/******************************************************
Client Portal V2 Criteria Selection
******************************************************/
.CriteriaSelect {
    background-color: #333;
    color: #FFF;
    border-right: 1px solid #fff;
    width: 600px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    height: 100%;
    overflow-y: scroll !important;
    -webkit-box-shadow: 0 0 2px 2px #666;
    -moz-shadow: 0 0 2px 2px #666;
    box-shadow: 0 0 2px 2px #666;
    z-index: 1050;
    display: none;
}

    .CriteriaSelect input {
    }

.CriteriaWrapper {
    padding: 5px 10px;
}

    .CriteriaWrapper h1 {
        font-size: 24px;
        font-weight: lighter;
        margin: 10px 0px 5px 0px;
        text-align: left;
        cursor: pointer;
        padding: 3px;
    }

    .CriteriaWrapper h5 {
        font-size: 16px;
        font-weight: lighter;
        margin: 5px 0px 0px 0px;
        text-align: left;
        padding: 3px;
    }

    .CriteriaWrapper a {
        color: #fff;
        font-size: 14px;
    }
/*
.CriteriaWrapper h1 {
	font-size: 24px;
	font-weight:lighter;
	margin:10px 0px 5px 0px;
	text-align:left;
	cursor:pointer;
	padding:3px;
}
.CriteriaWrapper h5 {
	font-size: 16px;
	font-weight:lighter;
	margin:5px 0px 0px 0px;
	text-align:left;
	padding:3px;
}*/
.btnClass {
    background: #eaeaea; /* for non-css3 browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #fff, #eaeaea); /* for firefox 3.6+ */
    background: -ms-linear-gradient(top, #fff, #eaeaea); /* for IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea'); /* for IE */
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    margin: 2px 0px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    color: #333;
}

    .btnClass:hover {
        border: 1px solid #666;
        background: #B9F7F8;
    }

.affirmBtnClass {
    background-color: #56a1ea;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #999;
    cursor: pointer;
    margin: 2px 0px;
}

    .affirmBtnClass:hover {
        background-color: #368CE1;
        color: #fff;
        border: 1px solid #333;
    }
/******************************************************************
Go-To Market App styles for dashboard, EBM, Risk Strat, and other graphing apps
*******************************************************************/
.dashboardLegend {
    border: 1px solid #cdcdcd;
    font-size: 10px;
    color: #666;
    vertical-align: middle;
    margin: 5px 0px;
}

    .dashboardLegend tr td {
        padding: 3px;
    }

.dashboardContainerTable {
    width: 98%;
    margin: 2px auto;
}

    .dashboardContainerTable tr td {
        vertical-align: top; /*border:1px dashed green;*/
    }

        .dashboardContainerTable tr td table {
            width: 100%;
        }

.ComponentOptions { /*background-image:url(/images/blk.png); background-repeat:repeat;*/
    border: 1px solid #cdcdcd;
    font-size: 10px;
    color: #666;
}

    .ComponentOptions table {
        margin: 0px 5px;
        width: 150px !important;
    }

tr.name td {
    font-weight: bold;
}


/******************************************************************
Fullfillment Dashboard App
*******************************************************************/
.placemat {
    background: #F4F4F4;
    margin: 15px 0px;
    padding: 5px;
}

.maincontainer {
    margin: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.subcontainer {
    margin: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    padding: 5px 10px 15px 10px;
}

    .subcontainer .header, .subcontainerheader, .maincontainer .header {
        width: 100%;
        font-size: 20px;
        font-family: Tahoma;
        padding: 0px 5px 5px 5px;
    }

.fulfillmentAccordion, .leftNavAccordion {
    margin-top: 5px !important;
}

    .fulfillmentAccordion ul, .leftNavAccordion ul {
        list-style-type: none;
        margin: 0px 0px 0px -10px;
    }

        .fulfillmentAccordion ul li, .leftNavAccordion ul li {
            padding: 3px;
        }

            .fulfillmentAccordion ul li.selected, .leftNavAccordion ul li.selected {
                border: 1px solid #cdcdcd;
                background: #eaeaea;
                border-radius: 3px;
            }

#leftContainer {
    width: 160px;
    float: left;
}

#rightContainer {
    margin-left: 160px;
    width: 84%;
}

#mainContainer {
    width: 100%;
}

.myAccountTable {
    border: 1px solid #cdcdcd;
    width: 100%;
}

    .myAccountTable tr td {
        padding: 5px;
    }

.stat {
    font-size: 24px;
}

.graysubHeader {
    background: #eaeaea;
    border-bottom: 5px solid #cdcdcd;
    padding: 15px 5px;
    margin: -5px 0 5px 0;
}

.sectionTitle {
    font-size: 16px;
    margin: 10px 0px;
    font-weight: lighter;
}
/******************************************************************
Global general style classes
*******************************************************************/
.altline, tr.altline, tr.altline td {
    background-color: WhiteSmoke;
}

.unread, tr.unread, tr.unread td {
    background-color: #ffffcc;
}

.centered, .Center, .center {
    text-align: center !important;
}

.LeftAlign {
    text-align: left;
}

.CenterAlign {
    text-align: center;
}

.RightAlign {
    text-align: right !important;
    padding-right: 5px !important;
}

.RightAlign2 {
    text-align: right !important;
    padding-right: 0px !important;
}

.float_right {
    float: right;
    padding: 3px;
    margin: 3px;
}

.float_left {
    float: left;
    padding: 3px;
    margin: 3px;
}

.Floatright {
    float: right;
}

.Floatleft {
    float: left;
}

.CenterObj {
    margin: 0px auto;
}

.alignTop, .alignTop tr td {
    vertical-align: top;
}

.maxwidth {
    width: 100%;
}

.nobreak, .nowrap {
    white-space: nowrap;
}

.noBorder, .noBorder tr td {
    border: none !important;
}

.vertBorder {
    border-right: 1px solid #cdcdcd;
}

.ultraBorder {
    border-right: 2px solid #999;
}

.outerBorder {
    border: 1px solid #cdcdcd;
}

.noBottomBorder {
    border-bottom: 0px;
}

.HomeViewButtons input {
    cursor: pointer;
}

.pager {
    padding-top: 5px;
}

.clickable {
    cursor: pointer;
}

tr.thead_EBM td {
    border-bottom: solid 1px White;
    border-left: solid 1px White;
}

.gvTblHdr {
    border-bottom: solid 1px White;
    border-left: solid 1px White;
}

.SingleTable {
    width: 50000px;
}

.GraphPadding {
    display: inline-block;
    width: 49%;
    margin-top: 9px;
}

.eaorChart {
    height: 275px;
    margin: 5px 10px;
    width: 47%;
    max-width: 600px;
    display: inline-block;
    zoom: 1;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 7px;
    border: 1px solid #cdcdcd;
    box-shadow: 2px 2px 2px #999;
    background: #fff;
}

    .eaorChart canvas {
        top: 4px !important;
        left: 4px !important;
    }

#tblSummaryOuter_1_1 .placemat {
    background: #F4F4F4;
    margin: 0px;
    padding: 2px;
    position: relative;
    text-align: center;
}

/***********************************************************
    Winter 2015 Css Additions
***********************************************************/
.AuditEntry {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-height: 55px;
    max-width: 250px;
    overflow: hidden;
}
/*.allowedItem {
border: 1px solid #fcefa1;
background: #fbf9ee;
color: #363636;
}*/
.availableItem {
    border: 1px solid #cdcdcd;
    background: #fff;
    padding: 1%;
}

.RegistryList {
    -webkit-padding-start: 0px;
    padding: 0px;
    margin: 0px;
    list-style-position: inside;
}

    .RegistryList li {
        padding: 2px;
        margin: 0px; /*min-width:250px;*/
    }

@media (max-width: 1024px) {
    .medManage {
        text-align: center;
        border: 1px solid #e0e0e0;
    }
}

/******************************************************************
Firefox-specific CSS hacks - place inside the -moz url declaration
*******************************************************************/
@-moz-document url-prefix() {
    /*.CountsHeader, .PanelHeader {top:53px;}*/
    /*.PanelFooter{bottom:12px;}*/
    .DiscEntry {
        max-height: 48px;
    }

    .EnrollmentIDsCollapsed {
        max-height: 97px;
    }
}

/******************************************************************
    
Sticky header for Medical Management/OTS/ots_Employer_Summary.asp
This will enable the header to move up or down the page along with page scroll.


*******************************************************************/

.sticky-wrap {
    /*overflow-x: auto;
	overflow-y: hidden;*/
    position: relative;
    margin: 0 auto !important;
    width: 100%;
    padding: 0;
    border: 1px solid black;
}

    .sticky-wrap table {
        margin: 0 auto !important;
    }

.sticky-enabled {
    padding: 0;
    margin: 0 auto !important;
}

.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
    opacity: 1;
    position: absolute;
    top: 0;
    /*margin-left: 0 !important;
    margin-right: 0 !important;*/
    z-index: 150;
    border-collapse: collapse;
}


.sticky-wrap .sticky-thead {
    box-shadow: 0 .25em 0.1em -0.1em rgba(0,0,0,.125);
    z-index: 100;
    padding: 0;
}

.sticky-wrap .sticky-intersect {
    opacity: 1;
    *
		z-index: 150;
    padding: 0;
}

    .sticky-wrap .sticky-intersect th {
        background-color: #666;
        color: #eee;
        padding: 0px;
    }

.sticky-wrap td,
.sticky-wrap th {
    width: inherit;
}

td.user-name {
    text-transform: capitalize;
}

.sticky-wrap.overflow-y {
    overflow-y: auto;
    max-height: 50vh;
    padding: 0;
}


/***************************************************************
            
           Collapsible table borders 
            
        ****************************************************************/
.Full {
    margin: 0 auto;
}

.gridViewHeader {
}

.grey_search {
    background-color: #f5f5f5;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
}

th.grey_search {
    background-color: #f5f5f5 !important;
}

.noBorderBottom {
    border-bottom: none !important;
    padding: 6px;
}

.noLeftRight {
    border-left: none !important;
    border-right: none !important;
}

table.table-collapse tr {
    border-right: 1px solid #999 !important;
    border-left: 1px solid #999 !important;
}



    tr.SearchListGrey td.SearchListGrey, table.table-collapse tr:first-of-type {
        background-color: #999 !important;
        color: white !important;
        padding: 3px 5px;
        text-align: left;
        white-space: nowrap;
    }


    table.table-collapse tr.white {
        background-color: white !important;
    }



    table.table-collapse tr:nth-child(odd) {
        background-color: #f5f5f5;
    }



.table-collapse tr td {
    display: table-cell;
    vertical-align: inherit;
    padding: 6px;
    border-right: 1px solid #cdcdcd;
}


.table-collapse {
    border-collapse: collapse;
    width: 90%;
}

tr.headers {
    text-align: left !important;
    height: 30px !important;
    padding-left: 2px !important;
    font-size: 16px !important;
    font-weight: lighter !important;
}

.formatSearchList {
    border: 1px solid gray;
    padding: 6px;
}

.tr-borderBottom {
    border-bottom: 1px solid #999 !important;
    padding: 6px;
}

.tr-Top {
    border-top: 1px solid #999;
}



.formatSearchTable {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border: 1px solid gray;
    margin: 10px auto;
}

th.headers {
    text-align: left !important;
    height: 30px !important;
    padding-left: 2px !important;
    font-size: 16px !important;
    font-weight: lighter !important;
    border-top: 1px solid #999;
    background-color: #fff;
    color: #b22115;
    padding: 0 10px 0 0;
}

.ToolsAlertMenu {
    padding: 10px 5px 0px 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#666666');
    background: -ms-linear-gradient(top, #333333, #666666);
    background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#666666));
    background: -moz-linear-gradient(top, #333333, #666666);
    -webkit-box-shadow: 2px 2px 2px #888888;
    -moz-box-shadow: 2px 2px 2px #888888;
    box-shadow: 2px 2px 2px #888888;
    color: #eaeaea;
    border: 1px solid #fff;
    border-top: 0px;
    z-index: 100002;
    position: fixed;
    right: 56px;
    top: 50px;
    overflow-x: auto;
    width: 250px;
}

    .ToolsAlertMenu a {
        font-weight: bold;
        color: #01b2f1;
    }

.ToolsAlertMenuInner {
    max-height: 195px;
    overflow: auto;
}

.highlightTrigger {
    font-style: italic;
    font-weight: bold;
    color: #f00;
}

tr.SearchListGrey td a:link, tr.SearchListGrey td a, tr.SearchListGrey td a:visited a:hover {
    color: white;
}

tr.tr-borderBottom td a:link, .tr-borderBottom td a:visited, .tr-borderBottom td a:hover {
    color: #0000ff;
}

.responsiveContainer {
    margin: 0 auto;
}

@media (max-width: 600px) {
    .responsiveContainer {
        width: 100%;
    }
}


@media (max-width: 1000px) {
    .responsiveContainer {
        width: 100%;
    }
}

@media (min-width: 1000px) {
    .responsiveContainer {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .responsiveContainer {
        width: 75%;
    }
}

.infoSaved {
    position: fixed;
    text-align: center;
    top: 52px;
    left: 45%;
    width: 150px;
    padding: 5px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #fc6907;
    border-top: 0px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: #e6cc3c; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e7cd', endColorstr='#e6cc3c'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f7e7cd), to(#e6cc3c)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #f7e7cd, #e6cc3c); /* for firefox 3.6+ */
    background: -ms-linear-gradient(top, #f7e7cd, #e6cc3c); /* for IE 10+ */
    z-index: 1005;
}

.infoSavedCD {
    position: fixed;
    text-align: center;
    top: 46px;
    left: 33%;
    width: 33%;
    padding: 5px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #00aeef;
    border-top: 0px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: #e6cc3c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e7cd', endColorstr='#e6cc3c');
    background: -webkit-gradient(linear, left top, left bottom, from(#f7e7cd), to(#e6cc3c));
    background: -moz-linear-gradient(top, #f7e7cd, #e6cc3c);
    background: -ms-linear-gradient(top, #f7e7cd, #e6cc3c);
    z-index: 1006;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(102,102,102,0.74);
    -moz-box-shadow: 0px 2px 2px 0px rgba(102,102,102,0.74);
    box-shadow: 0px 2px 2px 0px rgba(102,102,102,0.74);
}

.savedInModal {
    top: 0px;
}

.maintTbl tr td:last-child {
    border-right: 0px !important;
}

.ssoLoginButton {
    text-decoration: none;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    margin-top: 10px;
    text-align: left;
    width: 100%;
    display: table-cell;
    position: relative;
    box-sizing: border-box;
}

    .ssoLoginButton:hover {
        border: 1px solid #aa2718;
        cursor: pointer;
    }

.centerLightenText {
    margin: 0 auto;
    color: #838383;
    width: 750px;
}

.center {
    margin: 0 auto;
}

.ssoLoginButton div {
    display: table-cell;
    width: auto;
    padding: 10px;
    box-sizing: border-box;
}

.ssoLoginRow {
    display: table-cell;
    width: auto;
    padding: 10px;
    box-sizing: border-box;
}

.ssoLoginTable {
    width: auto;
    margin: 0 auto;
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    box-sizing: border-box;
}

.indent30 {
    text-indent: 30px;
}



/*************************************************************
29769 - alternate color rows on datables
*************************************************************/

table.dataTable tr:nh-child(even){
background-color:#efefef;
}

table.dataTable tr:nh-child(odd){
background-color:#ffffff;
}

table.dataTable{
border:1px solid #efefef;
}

table.dataTable tr td{
  border:1px solid #efefef;  border-right:0px; border-left:0;
}

table.dataTable{
    border:1px solid #efefef;
}


/******************************************************************
Firefox-specific CSS hacks - place inside the -moz url declaration
*******************************************************************/
@-moz-document url-prefix() {
    /*.CountsHeader, .PanelHeader {top:53px;}*/
    /*.PanelFooter{bottom:12px;}*/
    .DiscEntry {
        max-height: 48px;
    }

    .EnrollmentIDsCollapsed {
        max-height: 97px;
    }

    .ToolsAlertMenuInner {
        max-height: 210px;
    }
}
