
body {
    height: 100%;
    margin: 0;
    vertical-align: top;
    background: #C9C8CE url('images/header/canvas-bg.jpg') repeat-x;
    text-align: center;
}

html {
    height: 100%;
    width: 99%;
    margin: 0;
}

form > .RadWindow {
    text-align: left;
}

hr {
    height: 1px;
    color: #bbb;
}

img {
    border: 0px none;
}

html, form, td {
    font-family: Verdana;
    font-size: 8pt;
    color: #333333;
}
/*table, td, tr, p, div, span, .normal { }*/

.normal {
    color: #333333;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
}

.standardLink, a:link, a:visited, a:active, a.normal:link, a.normal:visited, a.normal:active {
    color: #CD8807;
    text-decoration: underline;
    font-weight: normal;
    cursor:pointer;
    
}

a:hover, a.normal:hover {
    color: #F2A009;
    text-decoration: underline;
}

.label {
    color: #333333;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
}

.center {
    text-align: center;
}

.tooltipHeader a {
    font-family:  Helvetica;
    font-size: large;
    text-decoration: underline;
    font-weight: bold;
    color: #eb1d1d;
    text-decoration-color: red;
    font-family: Arial;
}

.header, .group {
    font-family: Helvetica;
    font-size: 10pt;
    font-weight: bold;
    color: #47466C;
    font-family: Arial;
    font-size: 15px;
}

.section {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #BE7E07;
}

.uppercase {
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #BE7E07;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.note {
    color: #888888;
}

.warning {
    color: #bf0001;
}

.bold {
    font-weight: bold;
}

.lightBlue {
    background-color: lightblue;
}


.taxableIncomeTotalsColumn {
    border-top: 2px solid #000 !important;
    background-color: white;
}

.scheduleKAllocationsBorderTop {
    border-top: 2px solid #000 !important;
}

.underlineTable {
    border-bottom: 1px solid #000;
}

.underlineTableData td {
    border-bottom: 1px solid #000 !important;
}


.underline-dash {
    border-bottom: 1px dashed #000 !important;
}

.underline {
    text-decoration: underline;
}


.italic {
    font-style: italic;
}

.textboxWatermark {
    color: #b3b3b3;
}

.notebackground {
    background-color: #e6e5e5;
    border: solid 1px #888888;
}

.hidden {
    display: none;
}

.hiddenImportant {
    display: none !important;
}

/* button style with hover - <input type="submit" class="defaultbutton" onmouseover="this.className='defaultbutton hover';" onmouseout="this.className='defaultbutton';" value="buddy" /> */
.defaultbutton {
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
    width: auto;
    border-style: outset;
    border-width: 1px;
    background: #EAB14D;
    background-repeat: inherit;
    height: 22px;
    margin: 1px;
    cursor: pointer;
    padding: 1px 1px 1px 1px;
    color: #FFFFFF;
}

.emailList ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.emailList li {
    list-style: none;
    float: left;
    margin-right: 9px;
}

.defaultbutton a:hover {
    background: #f3f6fa;
}

.RadGridPlainHeader .rgHeader,
.RadGridPlainHeader th.rgResizeCol {
    background: #9AB7DF !important;
    background-image: none !important;
}
/* Used to fix IE compatability mode bug with radgrid */
.rgDetailTable, .rgMasterTable {
    width: 100%;
}

.underlineManageGridRow td:first-child {
    text-decoration:underline;
}

.gridTable {
    border-collapse: collapse;
}

    .gridTable td {
        border: solid 1px black;
        border-collapse: collapse;
    }

    .gridTable th {
        border: solid 1px black;
        background: #F2F2F2 url('images/spriteX.gif') -0px -60px repeat-x;
        height: 20px;
        vertical-align: middle;
    }

.gridTablePlain {
    border-collapse: collapse;
}

    .gridTablePlain td {
        border: solid 1px black;
        border-collapse: collapse;
    }

    .gridTablePlain th {
        border: solid 1px black;
        background: #F2F2F2;
        height: 20px;
        vertical-align: middle;
    }

.readOnlyTextbox {
    background-color: #D3D3D3;
}

.enabledTextbox {
    background-color: White;
}

.hiddenTextbox {
    height: 0px;
    width: 0px;
    border: 0px;
    padding: 0px;
}


.RadGridImageHeader {
    background: #F2F2F2 url('images/spriteX.gif') -0px -58px repeat-x !important;
}

/* Tags used to control Rounded Corners */
.lineTop {
    background: url(images/spriteX.gif) -0px -0px repeat-x;
    height: 29px;
}

.lineBottom {
    background: url(images/spriteX.gif) -0px -28px repeat-x;
    height: 29px;
}

.lineLeft {
    background: url(images/spriteY.gif) -0px -0px repeat-y;
    width: 13px;
}

.lineRight {
    background: url(images/spriteY.gif) -13px -0px repeat-y;
    width: 13px;
}

.cornerUL {
    background: url(images/sprite.gif) -0px -0px;
    width: 13;
    height: 29;
}

.cornerUR {
    background: url(images/sprite.gif) -13px -0px;
    width: 13;
    height: 29;
}

.cornerLL {
    background: url(images/sprite.gif) -0px -29px;
    width: 13;
    height: 29;
}

.cornerLR {
    background: url(images/sprite.gif) -13px -29px;
    width: 13;
    height: 29;
}

.progressBG {
    border: solid 1px black;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.progressLabel {
    font-weight: bold;
    font-family: Arial;
    font-size: 9pt;
    color: white;
}

.radWindow {
    text-align: left;
}

/* Login */
td.login-body {
    background-color: #FFFFFF;
}

td.login-bg-left {
    padding-left: 200px;
}

td.login-bg-right {
    padding-right: 200px;
}

.login-wrapper {
    left: 35%;
    position: absolute;
    top: 20%;
    width: 430px;
}

    .login-wrapper .header-top {
        border-bottom: 4px solid #EBAF34;
        height: 45px;
        padding-top: 10px;
        text-align: left;
    }

        .login-wrapper .header-top img.crowe-logo {
        }

        .login-wrapper .header-top img.logo {
            position: absolute;
            right: 15px;
            top: 14px;
        }

    .login-wrapper .login-body {
        background-color: #fff;
        padding: 50px 0;
        position: relative;
    }

        .login-wrapper .login-body .email,
        .login-wrapper .login-body .password {
            display: inline-block;
            height: 15px;
            margin: 0 auto;
            padding: 5px 0;
            position: relative;
            width: 245px;
        }

            .login-wrapper .login-body .email label,
            .login-wrapper .login-body .password label {
                left: 0;
                position: absolute;
                text-align: right;
                width: 80px;
            }

            .login-wrapper .login-body .email input,
            .login-wrapper .login-body .password input {
                left: 85px;
                position: absolute;
            }

            .login-wrapper .login-body .email span,
            .login-wrapper .login-body .password span {
                position: absolute;
                right: -20px;
            }

            .login-wrapper .login-body .password .wrong-password {
                color: #FF0000;
                display: inline-block;
                left: -80px;
                position: relative;
                top: -60px;
                width: 400px;
            }

        .login-wrapper .login-body .forgot-pass {
            display: inline-block;
            height: 20px;
            margin: 5px 0 25px;
            width: 100%;
        }

            .login-wrapper .login-body .forgot-pass a {
                left: 165px;
                position: absolute;
            }

    .login-wrapper .login-footer {
        display: inline-block;
        padding: 30px 20px;
        width: 360px;
    }

        .login-wrapper .login-footer .footer-link a {
            display: inline-block;
            float: left;
            margin: 0 10px;
        }

        .login-wrapper .login-footer .footer-fineprint {
        }

/* Page Layout */
.page-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    /*border-left: 1px solid #676767;*/
    display: inline-block;
    min-height: 100%;
    padding: 0;
    position: relative;
    text-align: left;
    vertical-align: top;
}

.normal .page-wrapper {
    display: block;
    margin: 0 auto;
    width: 1280px;
}

.superwide .page-wrapper {
    display: inline-block;
    margin: 0 50px;
    min-width: 1280px;
}

.extra-tall {
    min-height: 100%;
}

.canvas-content {
    display: inline-block;
    min-height: 400px;
    min-width: 1254px;
    text-align: left;
    width: 1254px;
}

.ccPadding {
    padding: 6px 13px 0px;
}

.normal .canvas-content {
    width: 1254px;
}

.superwide .canvas-content {
    min-width: 1254px;
    width: auto;
}

/* Header Row*/
.header-top {
    background: url("images/header/header-bg.jpg") repeat-y scroll 0 0 #3A78CB;
    height: 55px;
    padding-left: 20px;
    padding-right: 25px;
    position: relative;
}

.crowe-logo {
    left: 20px;
    position: absolute;
    top: 13px;
}

.navigator-logo {
    position: absolute;
    right: 25px;
    top: 14px;
}

.header-top .navigator-logo h2 {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

.header-bottom {
    background-color: #F1F5FB;
    display: block;
    height: 26px;
    width: 100%;
}

/* Menu Row */
.home-logout {
    font-family: verdana;
    font-size: 8pt;
    height: 16px;
    padding: 5px 0;
    position: absolute;
    right: 0;
}

    .home-logout a {
        color: #4C607A;
        padding: 0 10px;
        text-decoration: none;
    }

        .home-logout a:hover {
            text-decoration: underline;
        }

    .home-logout .menu-home {
        border-right: 1px solid;
        float: left;
    }

        .home-logout .menu-home a {
        }

    .home-logout .menu-login {
        float: left;
    }

        .home-logout .menu-login a {
        }

table.menu-table {
    height: 20px;
    background: #D4D4DC url('images/spriteX.gif') -0px -88px;
    height: 20px;
    vertical-align: middle;
}

td.menu-left-border {
}

td.menu-left {
    width: 10px;
}

td.menu-center {
    vertical-align: middle;
    padding-left: 5px;
    z-index: 5;
    position: relative;
}

td.menu-home {
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

td.menu-sep {
    vertical-align: middle;
    background: url('images/header/menu-sep.jpg') no-repeat center;
}

td.menu-login {
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 5px;
}

td.menu-right {
    width: 15px;
    padding-right: 10px;
}

td.menu-shadow {
    height: 4px;
    background-color: #D4D4DC;
}

/* Footer Row */
td.footer-fineprint {
    font-family: verdana;
    font-size: 7pt;
    color: #3C3A43;
    padding-top: 10px;
    text-align: justify;
}

td.footer-link {
    padding-left: 12px;
    padding-right: 12px;
}

.footer-link a, .footer-link a:visited, .footer-link a:active, .footer-link a:link {
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: normal;
}

    .footer-link a:hover {
        text-decoration: underline;
    }


/* Grid */
.grid {
    border: solid 1px #BDBDC6;
}

.gridRow, .gridRowAlternate, .gridRowEdit, .gridRowSelected {
    vertical-align: top;
    color: #172b33;
}

.gridRow {
    background-color: white;
}

.gridRowAlternate {
    background-color: #EDF2F7;
}

.CompensationGridHeader, .CompensationGridHeader .th, .CompensationGridHeader .tr {
    background-color: #9AB7DF;
    text-align: center;
    vertical-align: bottom;
    color: #172b33;
    border-bottom: solid 2px #ACA899;
}

.gridRowSelected {
    background-color: #FFEEC2;
}

.gridRowEdit {
    background-color: #cbcac9;
    color: White;
}

.gridFooter {
    background-color: #efefef;
    height: 12px;
    border-top: solid 1px silver;
}

.gridPager {
    color: #172b33;
    height: 13px;
    text-align: right;
}

    .gridPager td {
        font-weight: bold;
        border: solid 1px silver;
        padding: 0px 4px 0px 4px;
    }

    .gridPager a:link {
        color: #172b33;
    }

.gridRowHover hover {
    background-color: Red;
    background: red;
}

.grid a:link, .grid a:visited, .grid a:active {
}

.gridHeader td, .gridHeader th, .gridHeader a:link, .gridHeader a:visited, .gridHeader a:active {
    color: #32314D;
    font-family: Helvetica,Arial;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.gridHeader a:hover {
    color: #475D86;
}

.gridHeader, .gridHeader th {
    background: #F2F2F2 url('images/spriteX.gif') -0px -58px repeat-x;
    height: 20px;
    vertical-align: middle;
}

.gridFooter td, .gridFooter th, .gridFooter a:link, .gridFooter a:visited, .gridFooter a:active {
    background-color: #EDF2F7;
    color: #32314D;
    font-family: Helvetica,Arial;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}


/* Validation */
.errors {
    padding: 9px 15px 12px 40px !important;
    border: 1px solid #DE979A;
    color: Black;
    font-weight: bold;
    background: #FFF1F1 url("images/error-lg.gif") 8px 9px no-repeat;
    margin: 0px 0px 20px 0px !important;
}

    .errors ul {
        padding-left: 35px;
        list-style: decimal;
        color: #856060;
        font-weight: normal;
    }

    .errors li {
        color: #856060;
    }

        .errors li .field {
            font-weight: bold;
            color: #D40C0C;
        }

form .erroricon-sm {
    position: relative;
    top: 4px;
}

.message-error {
    background: #fff1f1 url("images/error-lg.gif") 8px 9px no-repeat;
    border: 1px solid #de979a;
    margin: 0 0 20px 0;
    padding: 9px 15px 12px 40px;
}

    .message-error h2 {
        text-transform: none;
        font-size: 12px;
        color: #000;
        margin-bottom: 6px;
    }

    .message-error ol {
        margin-bottom: 0;
    }

    .message-error li {
        color: #856060;
        margin-bottom: 0;
    }

        .message-error li a {
            color: #d40c0c;
            font-weight: bold;
        }

            .message-error li a:hover {
                color: #000;
            }

    .message-error p {
        margin: 0;
    }

.message-success {
    background: #f1fff1 url("images/success-20.gif") 8px 9px no-repeat;
    border: 1px solid #d7f7d5;
    margin: 0 0 20px 0;
    padding: 9px 15px 12px 40px;
    font-weight: bold;
}

    .message-success p {
        margin: 0;
    }

.k1LineItem {
    background-color: #EDF2F7;
    vertical-align: top;
}

.radWindows7Grid {
    border: 1px solid #a5b3c5;
    background: #fcfcfc;
    color: #000;
    font: 12px/16px "segoe ui",arial,sans-serif none;
}

    .radWindows7Grid .item {
        background: #ebeff3;
    }

    .radWindows7Grid tr.head th {
        border: 1px solid;
        border-color: #f1f5fb #f8f9fc #c2cedb #e1eaf3;
        background: #f1f5fb;
        color: #4c607a;
    }

    .radWindows7Grid tr.item td {
        border: 1px solid;
        border-top: 0;
        border-color: #ebeff3;
    }

    .radWindows7Grid td.item {
        border: 0;
        border-right: 1px solid #ebeff3;
    }

a.RadButton {
    text-decoration: none;
}

a.FormControlText:normal {
    text-decoration: underline;
    cursor: pointer;
}

.dateBox {
    width: 80px;
    height: 37px;
    border: 1px solid #436480;
    text-align: center;
    background-image: url('images/dtBox.gif');
}


/* LAYOUT
----------------------------------------------- */
#wrapper {
    min-width: 940px;
    max-width: 1500px;
    width: 98%;
    margin: 0 auto;
    text-align: left;
}

#header, #globalnav, #content-outer, #bottom-outer {
    clear: both;
    padding: 0 0 0 25px;
}

#header-inner, #globalnav-inner, #content, #bottom {
    padding: 0 25px 0 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

#content-outer {
    background: top left repeat-y;
}

#content {
    background: #fff top right repeat-y;
}

#content-inner {
    position: relative;
    padding: 20px 20px 10px 20px;
}

.column-pic {
    width: 150px;
}

.column-fullwidthpic {
    margin-left: 168px;
}

.column-profile-main {
    margin-left: 168px;
}

    .column-profile-main .message-success, .column-profile-main .message-error {
        clear: none;
    }

.column-main {
    width: 58%;
}

.column-full {
    width: 100%;
}

.column-secondary {
    width: 40%;
}

.column-sidenav {
    width: 25%;
}

.column-main2 {
    width: 73%;
}
/* main with sidenav */
.column-split {
    width: 49%;
}

    .column-split li {
        margin: 10px 0;
    }

.login.column-split.left {
    margin: 25px 3%;
    width: 44%;
}

.logout.right a {
    background-color: #EEEEEE;
    border: 1px solid #666;
    color: #000;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 20px;
    text-decoration: none;
}

    .logout.right a:hover {
        text-decoration: underline;
    }

.portal.column-full .left {
}

    .portal.column-full .left img {
        max-height: 125px;
        width: auto;
    }

img.nomenuleft {
    position: absolute;
    top: 0px;
    left: -25px;
}

img.nomenuright {
    position: absolute;
    top: 0px;
    right: -25px;
}

/* PAGE FOOTER    
------------------------------------------------*/
.page-footer {
    background-color: #88ADD9;
    bottom: 0;
    height: 75px;
    position: absolute;
    width: 100%;
}

    .page-footer.grey {
        background-color: #999;
    }

        .page-footer.grey ul.footer-links {
            bottom: 15px;
            left: 15px;
            list-style: none outside none;
            margin: 0;
            position: absolute;
        }

            .page-footer.grey ul.footer-links li {
                border-right: 1px solid #666666;
                float: left;
            }

                .page-footer.grey ul.footer-links li.last {
                    border-right: none;
                }

                .page-footer.grey ul.footer-links li a {
                    color: #FFFFFF !important;
                    display: inline-block;
                    padding: 0 10px;
                    text-decoration: none;
                }

                    .page-footer.grey ul.footer-links li a:hover {
                        text-decoration: underline;
                    }

.dynamic-footer-content {
    color: #fff;
    height: 65px;
    padding: 5px 0;
    margin-left: 20px;
}

.logo-wrapper {
    bottom: 15px;
    display: inline-block;
    position: absolute;
    right: 15px;
}

    .logo-wrapper .text {
        color: #FFFFFF;
        display: inline-block;
        padding-right: 5px;
        position: relative;
        right: 0;
    }

    .logo-wrapper a.navigator-logo {
        display: inline-block;
        position: relative;
        right: 0;
        top: 10px;
    }

        .logo-wrapper a.navigator-logo img {
            padding-bottom: 0;
        }


/* TYPOGRAPHY
----------------------------------------------- */

/*h1 { font-size: 24px; letter-spacing: -1px; margin: 0 0 20px 0; }
	h1.icon { margin-bottom: 16px; padding-left: 50px; background-position: top left; background-repeat: no-repeat; line-height: 40px; }
	h1 span.titlesub { font-size: 14px; text-transform: uppercase; letter-spacing: 0px; color: #da9000; white-space: nowrap; padding-left: 5px; } */
h2 {
    font-size: 14px;
    color: #47466C;
}

.box-content h2 {
    text-transform: none;
}

h3 {
    font-size: 12px;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.larger {
    font-size: larger;
}

.black {
    color:black;
}

/* MISC
----------------------------------------------- */
.clearboth {
    clear: both;
}

.nowrap {
    white-space: nowrap;
}

.skip {
    margin-bottom: 0;
    position: absolute;
    left: -999em;
    width: 999em;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.calendarFilter {
    height: 300px;
    overflow-y: scroll;
    width: 100%;
}

/* OVERWRITING DEFAULT TELERIK STYLE
----------------------------------------------- */
.RadMenu a.rmLink {
    cursor: pointer !important;
}


/* BOX STYLES
----------------------------------------------- */
.box {
    clear: both;
    border: 5px solid #f3f3f3;
    margin: 0 0 20px 0;
}

.box-inner {
    border: 1px solid #c0ccc4;
}

.box .box-title {
    position: relative;
    background: #dae3ec;
    border-bottom: 1px solid #c0ccc4;
    padding: 12px;
}

    .box .box-title span {
        font-size: 11px;
        position: absolute;
        z-index: 0;
        right: 12px;
        top: 10px;
    }

        .box .box-title span a {
            text-decoration: none;
        }

    .box .box-title h2 {
        line-height: 1em;
        white-space: nowrap;
        margin: 0;
    }

.box .box-content {
    padding: 0px 12px;
}

.box-alert {
    background: #fffecf;
    border: 1px solid #e4dccf;
    margin: 0 0 20px 0;
    padding: 12px 12px 0px 12px;
}

    .box-alert h2 {
        font-size: 12px;
        margin: 0 0 6px 0;
        color: #6f6f7b;
    }

.box-inner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.steps {
    background: #f3f3f3;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
}

    .steps ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .steps ul li {
            background: url("images/steps-arrow.gif") right 2px no-repeat;
            display: inline;
            margin-right: 10px;
            padding-right: 20px;
        }

            .steps ul li, .steps ul li a, .steps ul li a:hover {
                text-decoration: none;
                color: #acacac;
            }

                .steps ul li.selected, .steps ul li.selected a, .steps ul li a:hover {
                    color: #343434;
                }

table.seprows {
    float: left;
    border-top: 1px solid #e4e4e4;
    margin-top: 4px;
    padding: 0;
}

    table.seprows h3 {
        font-size: 12px;
        margin: 0;
    }

    table.seprows p {
        margin: 0;
    }

    table.seprows tr td {
        padding: 5px 0;
        border-bottom: 1px solid #e4e4e4;
    }

        table.seprows tr td.icon {
            padding-right: 5px;
            width: 30px;
        }

        table.seprows tr td.title {
            padding-right: 10px;
        }

table tr td.actions {
    padding-right: 5px;
    text-align: right;
}

table.seprows2 {
    clear: both;
}

    table.seprows2 tr td {
        padding: 5px 0;
    }

    table.seprows2 tr th {
        padding-left: 0;
    }

table.notes {
    margin: 0px;
}

.box-filter {
    background: #f3f3f3;
    margin: 0 0 20px 0;
    padding: 10px;
}

.breadcrumbsearch {
    margin: 9px 0;
}

    .breadcrumbsearch .bread {
        float: left;
        text-align: left;
        width: 54%;
    }

    .breadcrumbsearch .search {
        float: right;
        text-align: right;
        width: 44%;
        margin: 0;
    }

        .breadcrumbsearch .search input.text {
            width: 150px;
        }

.box-simplesep {
    margin: 0 0 20px 0;
    padding: 10px;
    border: 1px solid #c0ccc4;
}

.announcement {
    margin: 9px 0;
}

    .announcement p, .announcement h3 {
        margin: 0;
    }

        .announcement p.meta {
            margin-bottom: 9px;
        }

    .announcement h3 {
        font-size: 12px;
    }

        .announcement h3 span.edit {
            font-weight: normal;
        }

        .announcement h3.title {
            font-size: 14px;
            letter-spacing: -1px;
        }

.forumthread {
    margin: 9px 0;
}

    .forumthread p {
        margin: 5px;
    }

.message-error {
    clear: both;
    background: #fff1f1 url("images/error-lg.gif") 8px 9px no-repeat;
    border: 1px solid #de979a;
    margin: 0 0 15px 0;
    padding: 9px 15px 12px 40px;
}

.smallmargins {
    margin: 10px 0 0 0;
}

.message-error h2 {
    text-transform: none;
    font-size: 12px;
    color: #000;
    margin-bottom: 6px;
}

.message-error ol {
    margin-bottom: 0;
}

.message-error li {
    color: #856060;
    margin-bottom: 0;
}

    .message-error li a {
        color: #d40c0c;
        font-weight: bold;
    }

        .message-error li a:hover {
            color: #000;
        }

/*.message-success { clear: both; background: #f1fff1 url("/images/success-20.gif") 8px 9px no-repeat; border: 1px solid #d7f7d5; margin: 0 0 15px 0; padding: 9px 15px 12px 40px; }*/
.message-success p {
    margin: 0;
}

.box-generic {
    margin: 0 0 10px 0;
}

.border-top-none {
    border-top: none;
}

.border-top {
    border-top: solid 1px #e4e4e4;
}

/* Effective Ownership Listing
    ----------------------------------------------*/
.investor-name {
    color: #384e73;
    background-color: #d8e5f4;
    text-wrap: none;
}

.grouping-column {
    color: #384e73;
    background-color: #bdcbde;
    text-align: center;
}

.unit-ownership {
    color: #384e73;
    background-color: #d8e5f4;
}

.effective-ownership {
    color: #384e73;
    background-color: #d8e5f4;
}

.total-ownership {
    color: #384e73;
    background-color: #d8e5f4;
}

.ef-header {
    float: left;
    font-weight: bold;
}

.money-left {
    float: left;
}

.amount-right {
    text-align: right;
    width: 100%;
    background-image: url("Images/dollarBackground.png");
    background-position-x: left;
    background-repeat: no-repeat;
    padding-left: 5px;
}

.cell-right {
    text-align: right;
    width: 100%;
    padding-left: 5px;
}

#unitMenu {
    height: 30px;
}

.unit-menu {
    list-style: none;
    overflow: hidden;
    position: relative;
}

    .unit-menu li {
        float: left;
        /*margin: 0 20px 0 0;*/
        vertical-align: central;
        text-decoration: none;
    }

.unit-button {
    padding: 3px;
    vertical-align: middle;
    text-align: center;
    border-right-width: thick;
    border-right-color: #829094;
}

    .unit-button a:link {
        font-size: 15px;
        color: darkgray;
        text-decoration: none;
    }

        .unit-button a:link:hover {
            text-decoration: none;
        }

/* TABLE NO-MARGIN
----------------------------------------------- */
table.nomargin {
    margin: 0px;
    padding: 0px;
}


.sidenav {
    list-style: none;
    margin: 0 0 9px 0;
    padding: 0;
    /*border-bottom: 1px solid #c0ccc4;*/
}

    .sidenav .menu-heading {
        border-bottom: 3px solid #FFFFFF;
        border-top: 5px solid #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        padding: 10px;
        width: 230px;
    }

    .sidenav li {
        /*border-top: 1px solid #E4E4E4;*/
        border-bottom: 1px solid #E4E4E4;
        display: inline-block;
        line-height: 16px;
        margin: 0 0 0 15px;
        width: 320px;
    }

        .sidenav li.first {
            border-top: 1px solid #c0ccc4;
        }

        .sidenav li a {
            background: url("/App_Themes/K1Navigator/Images/bg-subnav.gif") top right repeat-y;
            color: #666;
            cursor: pointer;
            display: block;
            width: 285px;
            padding: 7px 30px 7px 7px;
            text-decoration: none;
        }

            .sidenav li a:hover {
                cursor: pointer;
                text-decoration: underline;
            }

        .sidenav li.selected a {
            color: #343434;
            background-color: #E8F7EA;
            font-weight: bold;
            background-image: url("/App_Themes/K1Navigator/Images/subnav-chevron.gif");
            background-position: right 50%;
            background-repeat: no-repeat;
        }

        .sidenav li.attention a {
            background-image: url("/App_Themes/K1Navigator/Images/icons/icon-warning.png");
            background-position: 5px center;
            background-repeat: no-repeat;
            padding: 7px 25px 7px 30px;
            width: 180px;
        }

        .sidenav li.warning a {
            background-image: url("/App_Themes/K1Navigator/Images/icons/icon-attention.png");
            background-position: 5px center;
            background-repeat: no-repeat;
            padding: 7px 25px 7px 30px;
            width: 180px;
        }

        .sidenav li.checkmark a {
            background-image: url("/App_Themes/K1Navigator/Images/icons/icon-checkmark.png");
            background-position: 5px center;
            background-repeat: no-repeat;
            padding: 7px 25px 7px 30px;
            width: 180px;
        }

        .sidenav li.attention.selected a, .sidenav li.warning.selected a, .sidenav li.checkmark.selected a {
            background-color: transparent;
        }

        .sidenav li.selected {
            background-color: #E8F7EA;
            background-image: url("/App_Themes/K1Navigator/Images/subnav-chevron.gif");
            background-position: 210px center;
            background-repeat: no-repeat;
        }

/*Investor Questionnaire
    --------------------------------------------*/
.labelLarge {
    float: left;
    width: 30%;
    text-align: right;
    padding-right: 9px;
}

.inputLarge {
}

.fullColumn {
    width: 80%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.twoColumn {
    width: 40%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
}

.lcbSubHeading {
    margin-top: 30px;
    padding: 10px;
    font-size: medium;
}

.lcbSubHeadingTwo {
    padding: 5px;
    margin-left: 30px;
    font-size: small;
}

tr.spaceUnderHeader > td {
    padding-top: 20px;
    padding-bottom: 8px;
}

tr.spaceUnderRow > td {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 10px;
    border-top: dashed;
    border-top-color: lightgray;
    border-top-width: 1px;
}

/* FORMS
----------------------------------------------- */
form {
    padding: 9px 0;
    padding: 0;
    height: 100%;
}

    form label {
        margin: 0 0 3px 0;
        padding: 0;
        color: #343434;
    }

    form .formrowset {
        margin: 12px 0;
    }

    form .formrowset-reduced {
        margin: 5px 0;
    }

    form .formrow {
        clear: both;
        margin: 5px 0;
        float: left;
        width: 100%;
    }

        form .formrow .label {
            float: left;
            width: 20%;
            text-align: right;
            padding-right: 9px;
        }

        form .formrow .labelLeft {
            float: left;
            width: 30%;
            text-align: left;
            padding-right: 9px;
        }

        form .formrow .labelPadLeft {
            float: left;
            width: 40%;
            text-align: left;
            padding-left: 30px;
        }

        form .formrow .middleCheck {
            float: left;
            text-align: left;
            width: 30px;
        }

        form .formrow .middleExpanded {
            float: left;
            text-align: left;
            width: 100px;
        }

        form .formrow .labelHalf {
            float: left;
            width: 45%;
            text-align: right;
            padding-right: 9px;
        }

        form .formrow.submit {
            padding-bottom: 9px;
            line-height: 28px;
        }

        form .formrow .input {
            margin-left: 22%;
        }

        form .formrow .inputHalf {
            margin-left: 46%;
        }

        form .formrow span.hint {
            display: block;
            font-size: 11px;
            padding: 4px 0 0 0;
            color: #8b8b8b;
        }

    form input.text, form textarea {
        width: 300px;
    }

        form input.text.mid {
            width: 150px;
        }

        form input.text.sm {
            width: 20px;
        }

    form span.required {
        color: #ce7b5e;
    }

    form .formrow.submit span.pipe {
        display: block;
        float: left;
        color: #8b8b8b;
        padding-right: 5px;
    }

    form .formrow.submit.lg {
        font-size: 16px;
    }

        form .formrow.submit.lg span.pipe {
            line-height: 42px;
            padding-left: 10px;
            padding-right: 10px;
        }

    form .formrow.submit a {
        float: left;
    }

.submit-right {
    float: right;
    height: 44px;
    font-size: 16px;
    text-align: right;
    margin: 12px 0 40px 0;
}

    .submit-right span.pipe {
        margin-left: 12px;
        color: #8b8b8b;
    }

    .submit-right .goback {
        display: block;
        float: left;
        line-height: 44px;
        margin-right: 16px;
    }

form a.forget {
    font-size: 11px;
    margin-left: 12px;
}

form ul.inputs {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

/* error handling */
form .erroricon-sm {
    position: relative;
    top: 4px;
}

#modalform .formrowset {
    margin: 12px 0;
}

#modalform .formrow {
    clear: both;
    margin: 5px 0;
    float: left;
    width: 100%;
}

    #modalform .formrow .label {
        float: left;
        width: 150px;
        text-align: right;
        padding-right: 9px;
    }

    #modalform .formrow.submit {
        padding-bottom: 9px;
    }

#modalform label {
    color: #343434;
}

#modalform .formrow .input {
    margin-left: 155px;
}

#modalform .formrow span.hint {
    display: block;
    font-size: 11px;
    padding: 4px 0 0 0;
    color: #8b8b8b;
}

#modalform input.text, form textarea {
    width: 300px;
}

    #modalform input.text.mid {
        width: 150px;
    }

    #modalform input.text.sm {
        width: 20px;
    }

#modalform span.required {
    color: #ce7b5e;
}

#modalform .formrow.submit {
    line-height: 28px;
}

    #modalform .formrow.submit span.pipe {
        display: block;
        float: left;
        color: #8b8b8b;
        padding-right: 5px;
    }

    #modalform .formrow.submit.lg {
        font-size: 16px;
    }

        #modalform .formrow.submit.lg span.pipe {
            line-height: 42px;
            padding-left: 10px;
            padding-right: 10px;
        }

    #modalform .formrow.submit a {
        float: left;
    }

.radTreeView {
    border-style: solid;
    border-width: 1px;
}

/* Menu Items
----------------------------------*/
.with-menu .box-content {
    background: url("/App_Themes/K1Navigator/Images/menu-bg-repeatable.png") repeat scroll right 0 transparent;
}

.with-menu .box-content-inside-wrapper {
    display: inline-block;
    height: 120px;
    left: -12px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    .with-menu .box-content-inside-wrapper li.menu-item {
        float: left;
    }

        .with-menu .box-content-inside-wrapper li.menu-item a {
            background: url("/App_Themes/K1Navigator/Images/button-bg.png") repeat scroll right 0 transparent;
            display: inline-block;
            height: 90px;
            padding: 15px 30px;
            text-align: center;
            text-decoration: none;
            width: 95px;
        }

            .with-menu .box-content-inside-wrapper li.menu-item a:hover,
            .with-menu .box-content-inside-wrapper li.menu-item a:focus {
                background-position: right -120px;
                text-decoration: underline;
            }

            .with-menu .box-content-inside-wrapper li.menu-item a.active {
                background-position: right -240px;
                text-decoration: underline;
            }

        .with-menu .box-content-inside-wrapper li.menu-item.one a {
            left: 0;
            position: absolute;
            z-index: 11;
        }

        .with-menu .box-content-inside-wrapper li.menu-item.two a {
            left: 115px;
            position: absolute;
            z-index: 10;
        }

        .with-menu .box-content-inside-wrapper li.menu-item.three a {
            left: 230px;
            position: absolute;
            z-index: 9;
        }

        .with-menu .box-content-inside-wrapper li.menu-item.four a {
            left: 345px;
            position: absolute;
            z-index: 8;
        }

        .with-menu .box-content-inside-wrapper li.menu-item.five a {
            left: 460px;
            position: absolute;
            z-index: 7;
        }

        .with-menu .box-content-inside-wrapper li.menu-item.six a {
            left: 575px;
            position: absolute;
            z-index: 6;
        }

        .with-menu .box-content-inside-wrapper li.menu-item.seven a {
            left: 690px;
            position: absolute;
            z-index: 5;
        }

        .with-menu .box-content-inside-wrapper li.menu-item.eight a {
            left: 805px;
            position: absolute;
            z-index: 4;
        }

        .with-menu .box-content-inside-wrapper li.menu-item.nine a {
            left: 920px;
            position: absolute;
            z-index: 3;
        }

        .with-menu .box-content-inside-wrapper li.menu-item.ten a {
            left: 1035px;
            position: absolute;
            z-index: 2;
        }

        .with-menu .box-content-inside-wrapper li.menu-item.contact-info {
            height: 120px;
            left: 1075px;
            position: absolute;
            width: 160px;
            z-index: 1;
        }

            .with-menu .box-content-inside-wrapper li.menu-item.contact-info a.active {
            }

            .with-menu .box-content-inside-wrapper li.menu-item.contact-info a {
                background-image: none;
                height: auto;
                padding: 0;
                width: auto;
            }

            .with-menu .box-content-inside-wrapper li.menu-item.contact-info .crowe-contact {
                display: inline-block;
                font-weight: bold;
                padding: 5px 0;
                text-align: center;
                text-transform: uppercase;
                width: 100%;
            }

            .with-menu .box-content-inside-wrapper li.menu-item.contact-info .contact-wrapper {
                display: inline-block;
                margin: 5px 5px 5px 20px;
                width: 140px;
            }

                .with-menu .box-content-inside-wrapper li.menu-item.contact-info .contact-wrapper a.contact-email {
                    background: url("/App_Themes/K1Navigator/Images/icons/icon-envelope.png") no-repeat scroll left center transparent;
                    padding-left: 22px;
                    text-decoration: none;
                }

                .with-menu .box-content-inside-wrapper li.menu-item.contact-info .contact-wrapper .phone-wrapper {
                }

            .with-menu .box-content-inside-wrapper li.menu-item.contact-info .contact-photo {
                text-align: center;
            }

                .with-menu .box-content-inside-wrapper li.menu-item.contact-info .contact-photo img {
                    border: 2px solid #CCCCCC;
                    padding: 2px;
                }

/* Misc visuals
----------------------------------*/
div.windowPadding {
    padding: 10px 10px 10px 10px;
}

div.portalNavPadding {
    padding: 5px 10px 5px 5px;
}

span.sep {
    margin: 10px;
}

span.sepSmall {
    margin: 2px;
}

/* Corner radius */
.ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-right {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


/* Alert Window*/
.alert {
    padding: 40px;
}

.alert-text {
    text-align: center;
    width: 160px;
    margin-left: 15px;
    margin-bottom: 20px;
    word-break: keep-all;
}

.alert-close {
    text-align: center;
}

/********************************************************************************************************************/
/* Site-specific modifications
/********************************************************************************************************************/

.ui-state-note, .ui-widget-content .ui-state-note {
    font-size: 10pt;
    border: 1px solid silver;
    background-color: White;
    color: black;
}

    .ui-state-note a, .ui-widget-content .ui-state-note a {
        color: black;
    }

    .ui-state-note ul, .ui-widget-content .ui-state-note ul {
    }

        .ui-state-note ul li, .ui-widget-content .ui-state-note ul li {
            margin-top: 5px;
        }

.ui-state-success, .ui-widget-content .ui-state-success {
    border: 1px solid green;
    background-color: White;
    color: #363636;
}

    .ui-state-success a, .ui-widget-content .ui-state-success a {
        color: #363636;
    }

.ui-state-info, .ui-widget-content .ui-state-info {
    border: 1px solid #4F6EC2;
    background-color: #E7EBF7;
    color: black;
}

    .ui-state-info a, .ui-widget-content .ui-state-info a {
        color: #363636;
    }


.ui-state-error, .ui-widget-content .ui-state-error {
    background: #fff1f1;
    border: 1px solid #DE979A;
    color: #363636;
}

.ui-state-success,
.ui-state-note,
.ui-state-info,
.ui-state-highlight,
.ui-state-highlight-explain,
.ui-state-error {
    margin-top: 20px;
}

    .ui-state-success div.IconContainer,
    .ui-state-note div.IconContainer,
    .ui-state-info div.IconContainer,
    .ui-state-highlight div.IconContainer,
    .ui-state-highlight-explain div.IconContainer,
    .ui-state-error div.IconContainer {
        float: left;
        padding: 10px;
        display: block;
    }

    .ui-state-success div.Icon,
    .ui-state-note div.Icon,
    .ui-state-info div.Icon,
    .ui-state-highlight div.Icon,
    .ui-state-highlight-explain div.Icon,
    .ui-state-error div.Icon {
        height: 32px;
        width: 32px;
        text-align: center;
        background-repeat: no-repeat;
    }

.IconContainer div.TipIcon {
    background-image: url("Images/Tip.gif");
}

.IconContainer div.ErrorIcon {
    background-image: url("Images/diag-error.gif");
}

.IconContainer div.AlertIcon {
    background-image: url("Images/Alert.gif");
}

.IconContainer div.SuccessIcon {
    background-image: url("Images/SymbolCheck_24.gif");
}

.IconContainer div.InfoIcon {
    background-image: url("Images/diag-info.gif");
}

.IconContainer div.StopIcon {
    background-image: url("Images/icons/SymbolStop.gif");
}

.IconContainer div.WarningIcon {
    background-image: url("Images/icons/SymbonWarning.gif");
}

.IconContainer div.QuestionIcon {
    background-image: url("Images/icons/Help.gif");
}

.IconContainer div.ReportIcon {
    background-image: url("Images/icons/ReportAnalysis.gif");
}

.Message {
    vertical-align: top;
    font-size: 10pt;
    padding: 7px;
}

    .Message ul.numbered-list {
        display: inline-block;
        list-style: none outside none;
        margin: 10px 0;
        padding: 0;
    }

        .Message ul.numbered-list li {
            border: 1px solid;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            display: block;
            float: left;
            text-align: center;
            height: 45px;
            margin: 0 10px;
            padding: 10px;
            width: 215px;
        }

            .Message ul.numbered-list li .number {
                display: block;
                font-weight: bold;
                margin: 0 0 5px;
                text-align: center;
            }

            .Message ul.numbered-list li.plus {
                background: url("Images/plusminus.png") no-repeat scroll 0 center transparent;
                border: medium none;
                display: block;
                font-size: 0;
                height: 45px;
                line-height: 0;
                margin: 0 5px;
                padding: 0;
                text-indent: -9999px;
                width: 20px;
            }

            .Message ul.numbered-list li.equals {
                background: url("Images/plusminus.png") no-repeat scroll -20px center transparent;
                border: medium none;
                display: block;
                font-size: 0;
                height: 45px;
                line-height: 0;
                margin: 0 5px;
                padding: 0;
                text-indent: -9999px;
                width: 20px;
            }

            .Message ul.numbered-list li.one {
                background-color: #FFFFFF;
            }

            .Message ul.numbered-list li.two {
                background-color: #FFFFFF;
            }

            .Message ul.numbered-list li.three {
                background-color: #CCCCCC;
            }

            .Message ul.numbered-list li.four {
                background-color: #999999;
            }

.ui-state-success div.Message a {
    color: Green;
    font-size: 10pt;
}

.ui-state-note div.Message a {
    color: Black;
    font-size: 10pt;
}

.ui-state-info div.Message a {
    color: Black;
    font-size: 10pt;
}

.ui-state-highlight div.Message a {
    color: Black;
    font-size: 10pt;
}

.ui-state-highlight-explain div.Message a {
    color: #CD8807;
    text-decoration: underline;
    font-weight: normal;
}

.ui-state-error div.Message a {
    color: #CD0A0A;
    font-size: 10pt;
}

.divQuestion {
    padding: 10px;
    clear: both;
}

.spanQuestionLabel {
    display: block;
    float: left;
    width: 150px;
}

.spanQuestionControl {
    display: block;
    float: left;
}

.divButtons {
    padding: 15px 10px 10px 160px;
    clear: both;
}

.spanLeft {
    display: block;
    float: left;
    width: 48%;
}

.spanRight {
    display: block;
    float: right;
    width: 48%;
}

.clear {
    clear: both;
}

.highlight {
    background: none repeat scroll 0 0 #9AB7DF;
}

.staticheight {
    height: 35px;
    vertical-align: central;
}

.topmargin {
    margin-top: 3%;
}

/********************************************************************************************************************/
/* Composite Summary Item/Header Template Table
/********************************************************************************************************************/
.compositeSummaryTable {
    width: 100%;
    background-color: #FFFF99;
}

    .compositeSummaryTable.alternate {
        background-color: #99C7FF;
    }

    .compositeSummaryTable td {
        padding-left: 5px !important;
        padding-right: 5px !important;
        width: 50px;
        text-align: center;
    }

        .compositeSummaryTable td .normal {
            display: inline-block;
            width: 24px;
        }

        .compositeSummaryTable td.header {
            width: 150px;
        }

.compositeQuestionnaireTable {
    width: 100%;
    background-color: #FFFF99;
}

    .compositeQuestionnaireTable.alternate {
        background-color: #99C7FF;
    }

    .compositeQuestionnaireTable td {
        width: 100px;
        text-align: center;
    }

        .compositeQuestionnaireTable td.header {
            width: 300px;
        }

.tooltipped {
    background-image: url("Images/icons/help-icon.png");
    background-position: right top;
    background-repeat: no-repeat;
    cursor: help;
    padding-right: 25px !important;
}

.tooltip-help {
    cursor: help;
}

.modal-wrapper {
    text-align: left;
}

.scroll-pane {
    height: 375px;
    overflow-y: scroll;
}

.footnote {
    font-size: 10px;
    font-style: italic;
}

.difGrid {
    width: 100000px !important;
}

div.WarningIcon {
    background-image: url("/App_Themes/K1Navigator/Images/icons/icon-warning.png");
    background-position: center;
    background-repeat: no-repeat;
}

/*--- Color Guide ---*/
#colorGuide {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #000000;
    display: inline-block;
    margin: 20px 0;
    position: relative;
}

    #colorGuide .guide-title {
        font-weight: bold;
        margin: 5px 10px;
    }

    #colorGuide .guide-row {
        display: inline-block;
        padding: 10px;
        position: relative;
        width: 430px;
    }

        #colorGuide .guide-row .guide-left {
            border: 1px solid;
            display: block;
            float: left;
            font-size: 0;
            height: 30px;
            line-height: 0;
            margin-right: 15px;
            text-indent: -9999px;
            width: 30px;
        }

        #colorGuide .guide-row.pink .guide-left {
            background: none repeat scroll 0 0 #E6B8B7;
        }

        #colorGuide .guide-row.yellow .guide-left {
            background: none repeat scroll 0 0 #ffffcc;
        }

        #colorGuide .guide-row.green .guide-left {
            background: none repeat scroll 0 0 #c4d79b;
        }

        #colorGuide .guide-row .guide-text {
            display: table-cell;
            height: 30px;
            margin-left: 45px;
            min-height: 30px;
            vertical-align: middle;
        }

    #colorGuide .alert-text {
        color: #1F497D;
        font-style: italic;
        margin: 0;
        text-align: left;
        width: auto;
    }

.inline {
    display: inline;
}

table.simpletable {
    border-collapse: collapse;
}

table.simpletable,
.simpletable th,
.simpletable td {
    border: 1px solid black;
    padding: 2px;
}

.subItem td,
td.subItem {
    padding: 4px 7px 3px 30px;
    /*border-bottom: 2px solid black;*/
    font-weight: bold;
}

.lvl1Override td {
    padding: 4px 0px 3px 0px !important;
}


.subUserItem td,
td.subUserItem {
    /*font-style: italic;*/
    font-size: 9px;
    font-weight: bold;
    /*text-align: right !important;*/
}

.superSubUserItem td,
td.superSubUserItem {
    font-style: italic;
    font-size: 8px;
    /*text-align: right !important;*/
}

.indentedSuperSubUserItem td,
td.indentedSuperSubUserItem {
    /*
    font-style: italic;
    font-size: 8px;
    text-align: right !important;*/
}

.levelOneSeperator td {
    padding: 10px 0px 0px 0px !important;
}

.levelTwoSeperator td {
    padding: 10px 0px 0px 0px !important;
}

.levelThreeSeperator td {
    padding: 10px 0px 0px 0px !important;
}

.levelSixSeperator td {
    padding: 10px 0px 0px 0px !important;
}

.levelSevenSeperator td {
    padding: 10px 0px 0px 0px !important;
}

.periodHeader, .periodHeaderState {
    /*font-weight: bold !important;*/
    /*background: url("Images/icons/xls.png") left center no-repeat #BDCBDE !important;*/
    /*padding-left: 20px !important;*/
    /*color: #FF0909 !important;*/
    /*text-decoration: underline;*/
}

.periodHeaderState {
    /*background: #BDCBDE !important;*/
    cursor: default;
}

#activityTable td {
    text-align: left;
}

td.alignRight {
    text-align: right !important;
}

table.EventListingTable {
    width: 1100px;
    table-layout: fixed;
}

table.CondensedViewTable {
    width: 1100px;
}

/* General Header Style*/
tr.EventListingHeaderSingle > th,
tr.EventListingHeader > th {
    width: 100px;
    border-bottom: solid;
    border-bottom-color: white /*#6678b1*/;
    border-bottom-width: 3px;
}

    /* Make the allocation code header smaller */
    tr.EventListingHeader > th:first-child + th {
        width: 75px !important;
    }
    /* Make the Description code larger */
    tr.EventListingHeaderSingle > th:first-child,
    tr.EventListingHeader > th:first-child {
        width: 165px !important;
    }

tr.TaxBasisCondensed > td:first-child {
    width: 165px;
}

    tr.TaxBasisCondensed > td:first-child + td {
        width: 75px;
    }

tr.EventListingBlankHeader > th {
    width: 100px;
    border-bottom: solid;
    border-bottom-color: white;
    border-bottom-width: 3px;
}

tr.AmountTransRow > td {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: dashed;
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-right: dashed;
    border-right-color: lightgray;
    border-right-width: 1px;
}

tr.RunningTotalRow > td {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: dashed;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
    border-right: dashed;
    border-right-color: lightgray;
    border-right-width: 1px;
}

tr.RunningTotalFooterRow > td {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: dashed;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
    border-right: dashed;
    border-right-color: lightgray;
    border-right-width: 1px;
    border-top: solid;
    border-top-color: #CD8807;
    border-top-width: 2px;
}

tr.RunningTotalBottomRow > td {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: solid;
    border-bottom-color: #6678b1;
    border-bottom-width: 3px;
    border-right: dashed;
    border-right-color: lightgray;
    border-right-width: 1px;
}

tr.PercentRow > td {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: solid;
    border-bottom-color: #6678b1;
    border-bottom-width: 3px;
    border-right: dashed;
    border-right-color: lightgray;
    border-right-width: 1px;
}

tr.PercentFooterRow > td {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: solid;
    border-bottom-color: #CD8807;
    border-bottom-width: 2px;
    border-right: dashed;
    border-right-color: lightgray;
    border-right-width: 1px;
}

tr.TaxBasisCondensed > td {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: solid;
    border-bottom-color: #6678b1;
    border-bottom-width: 2px;
    border-right: dashed;
    border-right-color: lightgray;
    border-right-width: 1px;
    width: 100px;
}

tr.EventListingHeader > th:first-child {
    /*width: 200px;*/
}

/*tr.AmountTransRow > td:first-child, tr.AmountTransRow > td:first-child + td {
    width: 200px;
    border-bottom: solid;
    border-bottom-color: lightgray;
    border-bottom-width: 2px;
    text-overflow: clip ellipsis;
    overflow: hidden;
}*/

/*tr.RunningTotalRow > td:first-child, tr.RunningTotalRow > td:first-child + td {
    width: 200px;
    border-bottom: solid;
    border-bottom-color: lightgray;
    border-bottom-width: 2px;
    text-overflow: clip ellipsis;
    overflow: hidden;
}*/

tr.RunningTotalBottomRow > td:first-child, tr.RunningTotalBottomRow > td:first-child + td {
    width: 200px;
    border-bottom: solid;
    border-bottom-color: #6678b1;
    border-bottom-width: 3px;
    text-overflow: clip ellipsis;
    overflow: hidden;
}

tr.PercentRow > td:first-child, tr.PercentRow > td:first-child + td {
    width: 200px;
    border-bottom: solid;
    border-bottom-color: #6678b1;
    border-bottom-width: 3px;
    text-overflow: clip ellipsis;
    overflow: hidden;
}

tr.addEditEventHeader > th {
    align-content: center;
    padding: 4px 7px 3px;
}

.red {
    background-color: red;
}

div.RadToolBar .rtbUL {
    width: 100%;
}

div.RadToolBar .rightButton {
    float: right;
}

div.RadToolBar .leftButton {
    float: left;
}

.rtbTextLabel {
    font-size: 18px;
    font-weight: bold;
    vertical-align: bottom;
}

.hor-minimalist-a {
    font-family: /*"Lucida Sans Unicode", "Lucida Grande", Sans-Serif*/ Verdana;
    font-size: 12px;
    background: #fff;
    margin: 20px;
    width: 480px;
    border-collapse: collapse;
    text-align: left;
}

    .hor-minimalist-a th {
        font-size: 16px;
        font-weight: normal;
        color: #039;
        padding: 10px 8px;
        border-bottom: 2px solid #6678b1;
    }

    .hor-minimalist-a td {
        color: #669;
        padding: 9px 8px 0px 8px;
        font-size: 12px;
    }

    .hor-minimalist-a tbody tr:hover td {
        color: #009;
    }

    .hor-minimalist-a td label {
        color: #669;
        padding: 9px 8px 0px 8px;
        font-size: 12px;
    }

    .hor-minimalist-a tbody tr:hover td label {
        color: #009;
    }

.half {
    width: 50% !important;
}

.clearnone {
    clear: none !important;
}

.lightgreybackground {
    background-color: lightgrey;
}

.yellowBackground {
    background-color: lightyellow;
}

/*Add Edit Screen TD Styling*/
.addEditCell {
    width: 110px;
}

.allocation-widget-tab {
    position: fixed;
    margin: -55px;
    padding: 6px 10px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    display: block;
    z-index: 100000;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    border-top: none;
    right: 0px;
    background-color: rgb(0,1,49);
    color: rgb(255, 255, 255);
    border-color: rgb(0,1,49);
    font-family: Arial, Helvetica, sans-serif;
    top: 450px;
}

/*
Investor Tracking Dashboard
    */

.left-tracking-chart {
    height: 60%;
    width: 50%;
    float: left;
}

.right-tracking-chart {
    height: 60%;
    width: 50%;
    float: left;
}

.bottom-tracking-chart {
    height: 40%;
    width: 100%;
    float: left;
}

/*
    Tree View
    */
.tree li {
    margin: 0px 0;
	
	list-style-type: none;
    position: relative;
	padding: 20px 5px 0px 5px;
}

.tree li::before{
    content: '';
	position: absolute; 
    top: 0;
	width: 1px; 
    height: 100%;
	right: auto; 
    left: -20px;
	border-left: 1px solid #ccc;
    bottom: 50px;
}
.tree li::after{
    content: '';
	position: absolute; 
    top: 30px; 
	width: 25px; 
    height: 20px;
	right: auto; 
    left: -20px;
	border-top: 1px solid #ccc;
}
.tree li a{
    display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.tree > ul > li::before, .tree > ul > li::after{
	border: 0;
}

.tree li:last-child::before{ 
      height: 30px;
}


.tree li a:hover, .tree li a:hover+ul li a {
	background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}

.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}

.rlvHeader-Office2010Blue-gradient th {
    background: #fbfbfd !important; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfd 0%, #becddf 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfd), color-stop(100%,#becddf)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfd 0%,#becddf 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfd 0%,#becddf 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfd 0%,#becddf 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #fbfbfd 0%,#becddf 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfd', endColorstr='#becddf',GradientType=0 ) !important; /* IE6-9 */
}


/* ---Exemption Details Start--- */
/* for Standard Deduction and Personal Exemption Info */
.exemptionDetailsChart {
    border-collapse:collapse;
}

.exemptionDetailsChart th {
    width:175px;
}

.exemptionDetailsChart table,
.exemptionDetailsChart th,
.exemptionDetailsChart td {
    border:1px solid black;
}
/* ---Exemption Details End--- */


/* -- Income Allocations State Overrides Start --*/

#StateOverridesPage .sop-header-grouping th {
    text-align:center;
}


#StateOverridesPage .sop-cell-wrapper-large {
    width:175px;
    text-align:center;
}

#StateOverridesPage .sop-cell-wrapper {
    width:110px;
    text-align:center;
}

#StateOverridesPage .sop-cell-wrapper-small {
    width:75px;
    text-align:center;
}


#StateOverridesPage .override-dropdown {
    width:100%;
}

#StateOverridesPage .sop-table-wrapper {
    max-height:400px;
    overflow-y:scroll;
}



#StateOverridesPage .sop-top-header th {
    font-weight:bold;
}

.sop-cell-odd {
    background-color:lightgray;
}
#StateOverridesPage .sop-cell-invalid {
    background-color:pink;
}

#StateOverridesPage .sop-hidden {
    visibility:hidden;
}

/* -- Income Allocations State Overrides End -- */


/* -- Income Allocations Remove Nonunitary Income Start */

#RemoveNonunitaryIncomePage .rni-cell-header{
    text-align:center;
}

#RemoveNonunitaryIncomePage .rni-table-wrapper {
    overflow-x:auto;
    overflow-y:auto;
    height:400px;

}
#RemoveNonunitaryIncomePage #removeNonunitaryIncomeTable th:first-child {
    vertical-align:bottom;
}

#RemoveNonunitaryIncomePage #removeNonunitaryIncomeTable {
    width:100%;
    table-layout:fixed;
}

/* -- Income Allocations Remove Nonunitary Income End */



/* -- Income Allocations State Summary Start --*/
#StateSummaryPage .ssp-cell-wrapper {
    width:150px;
    text-align:left;
}

#StateSummaryPage .ssp-apportionment-data {
    text-align:right;
}

#StateSummaryPage .ssp-cell-wrapper-large {
    width:300px;
    text-align:left;
}

#StateSummaryPage .ssp-table-wrapper {
    max-height:500px;
    overflow-y:scroll;
}

#StateSummaryPage .k-autocomplete {
    width: 100%;
}

#StateSummaryPage .ssp-modification-placeholder {
    text-decoration: underline;
}

#StateSummaryPage .ssp-modification-cell {
    text-indent: 25px;
}

#StateSummaryPage .ssp-total-cell {
    border-top: 2px solid #000;
}

#StateSummaryPage .ssp-na-data {
    font-weight:bold;
    text-align:center;
}

#StateSummaryPage .ssp-cell-header {
    font-weight:bold; 
    text-align:center;
}
/* -- Income Allocations State Summary End -- */


/* -- Start Kendo Modifications */
/* Remove rounded radius */
.k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input {
    border-radius: 3px 0 0 3px;
}

/* Fix missing bottom border*/
.k-textbox>input,
.k-autocomplete .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input,
.k-dropdown-wrap .k-input,
.k-selectbox .k-input
{
   height: 1.65em;
   line-height: 1.65em;
   padding: .177em 0;
}
/* -- End Kendo Modifications */

/* -- Start Income Allocations View Parameters Views */
.vp-col-row {
    clear:both;
}

.vp-col3-1 {
    float:left;
    width:33%;
}
.vp-col3-2 {
    float:left;
    width:33%;
}
.vp-col3-3 {
    float:left;
    width:33%;
}
.vp-col3-span2 {
    float:left;
    width:66%;
}

.vp-col2-1 {
    float:left;
    width:49%;
}
.vp-col2-2 {
    float:left;
    width:49%;
}

.vp-col4-1 {
    float:left;
    width:25%;
}
.vp-col4-2 {
    float:left;
    width:25%;
}
.vp-col4-3 {
    float:left;
    width:25%;
}
.vp-col4-4 {
    float:left;
    width:24%;
}

.vp-stacked-clear {
    clear:both;
    margin-bottom:5px;
}

.em-col3-1 {
    float:left;
    min-width:25%;
    margin-right:10px;
    text-align:left;
    font-weight:bold;
}

.em-col3-2 {
    float:left;
    min-width:25%;
    margin-right:10px;
}

.em-col3-3 {
    float:left;
    width:42%;
}

.em-col3-span2 {
    float:left;
    width:66%;
}
/* -- End Income Allocations View Parameters Views   */

/* -- Start Income Allocations View Allocations Grid */
.va-alloc-code-col {
    width:45px;
}
.va-line-Item {
    width:225px;
}
.va-description {
    width:170px;
}
.va-investor-col {
    width:85px;
}
.va-total-col {
    width:85px;
}
.va-span-line-item-and-description {
    width:395px;
}
.va-table-wrapper {
    max-height:425px;
    overflow-y:scroll;
}
/* -- End Income Allocations View Allocations Grid */

/* -- Start Income Allocations Line Item Specific Drilldown Grid */
.li-alloc-code-col {
    width:50px;
}
.li-tax-line-col {
    width:80px;
}
.li-tax-sub-col {
    width:60px;
}
.li-description-col {
    width:125px;
}
.li-investor-col {
    width:80px !important;
}
.li-total-col {
    width:80px;
}
.li-span-tax-description {
    width:185px;
}
.li-span-to-investor {
    width:230px !important;
}
.li-table-wrapper {
    max-height:350px;
    overflow-y:scroll;
}
/* -- End Income Allocations Line Item Specific Drilldown Grid */


/* Start State Details Pages */

.stateDetailsTable td {
    border:1px solid black;
    border-spacing:0px;

}

.stateDetailsTable th {
    border:1px solid black;
    border-spacing:0px;
    text-align:center;
    padding:5px;

}

table.stateDetailsTable  {
    border-collapse:collapse;
}


/* End State Details Pages */

    .InnerHeaderStyle
    {
      background: #D6E4E1 !important;
        padding: 25px 25px 25px 25px;
        margin: 25px 25px 25px 25px;
       /* border-radius: 10px;*/
   overflow: hidden;
    }
    .InnerItemStyle
    {
      background: #9DB2B1 !important;
    }
    .InnerAlernatingItemStyle
    {
      background: #BFCFCC !important;
    }
    .MostInnerHeaderStyle
    {
      background: brown !important;
      font-size: 15px !important;
      color: white !important; /*add more style definitions here*/
    }
    .MostInnerItemStyle
    {
      background: white !important;
      color: olive !important; /*add more style definitions here*/
    }
    .MostInnerAlernatingItemStyle
    {
      background: olive !important;
      color: white !important; /*add more style definitions here*/
    }

    table.info {
        width: 100%;
        padding-top: 20px;
        margin: 0;
    }
    table.info td {
        margin: 0;
        padding-bottom: 12px;
        text-align: left;
        padding-right: 10px;
    }

    .lineItemHeader {
        table-layout: fixed; 
        width: 1229.333333333333px
    }
