﻿/* Css Reset -- Start */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

/* Css Reset -- End */

body {
    font-family: Verdana;
    font-size: 16px;
    margin: 0;
}

.searchTextBox {
    width: 600px;
}

.successMessage {
    margin-top: 20px;
    padding: 10px;
    background: #eff8e8;
    border: 1px solid #b2df91;
    color: #2a5806;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ActionContainer {
    display: none;
}

.printonly {
    display: none;
}

.actionButton:first-child {
    margin-top: 0px;
}

.actionButton {
    display: block;
    margin-top: 10px;
    border: 1px solid #99B1DD;
    background: #E6EDF1;
    padding: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: black;
}

    .actionButton:hover {
        background: #F3F6FB;
    }

input, select {
    margin: 0;
}

    input[disabled] {
        background-color: #D9D9D9;
    }

div.test1, div.test2 {
    margin: 20px;
}

div.tableTest {
    margin: 20px;
}

table.tableTest {
    width: 100%;
}

div.test3 {
    margin-top: 4px;
}

table.test1 {
    border: 1px solid #c4c4c4;
    width: 100%;
}

table.test2, table.test3 {
    width: 100%;
    height: 100%;
}

table.cellTest1 {
    width: 100%;
    border: 1px solid #c4c4c4;
}

td.cellTest1 {
    width: 50%;
    padding-right: 10px;
    vertical-align: top;
}

table.cellTest2 {
    width: 100%;
    border: 1px solid #c4c4c4;
}

td.cellTest2 {
    width: 50%;
    padding-left: 10px;
    vertical-align: top;
}

.even {
    background-color: #ffffff;
}

.odd {
    background-color: #e2e2e2;
}

.propertyLabel, .propertyLabelGrouped {
    text-align: right;
    padding: 10px;
    vertical-align: top;
    white-space: nowrap;
}

.test1 .propertyValue, .cellTest1 .propertyValue, .cellTest2 .propertyValue {
    width: 100%;
}

.actionContainerCell {
    padding: 10px;
    white-space: nowrap;
    text-align: right;
}

.actionContainerPanel {
    display: inline;
}

.test2 .propertyValue, .test3 .propertyValue {
    width: 25%;
    min-width: 25%;
    padding: 8px 10px;
    vertical-align: top;
}

.test3 .propertyValue2 {
    width: 25%;
    min-width: 25%;
    vertical-align: top;
}

.lineActionContainer {
    width: 120px;
}

.dataRow {
    height: 100%;
}

.actionCell {
    height: 100%;
    vertical-align: top;
}

/* Customer Details List Styles -- Start */

div.customerDetailsTitle {
    margin-top: 4px;
}

table.customerDetails {
    border-left: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    vertical-align: top;
    width: 100%;
}

.customerDetails .propertyLabel,
.customerDetails .propertyLabelGrouped {
    text-align: right;
    padding: 7px 0 8px 8px;
    vertical-align: top;
    white-space: nowrap;
    color: Gray;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.customerDetails .propertyValue, .customerDetails .timeago {
    width: 100%;
    padding: 7px 8px 8px 8px;
    vertical-align: top;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.customerDetails .propertyValueGrouped {
    padding: 7px 0px 8px 8px;
    vertical-align: top;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}


.customerDetails .actionContainerCell {
    padding: 7px 8px;
    border-bottom: 1px solid #c4c4c4;
}

.customerDetails .even {
    background-color: #ffffff;
}

.customerDetails .odd {
    background-color: #f5f5f5;
}

.customerDetailsTitle {
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    background: #f5f5f5;
}

    .customerDetailsTitle span {
        display: block;
        font-weight: bold;
        font-size: 14px;
        color: Gray;
        padding: 7px 8px 7px 8px;
    }

/* Show Detail List Styles -- End */

/* Action Styles (Child Node) -- Start */

.test2 .shownodes, .test2 .zoom, .showDetails, .shownodes, .zoom, .zoom_selected, .download,
.workflow, .workflow_selected, .delete, .save, .preview, .continue, .showDetails_selected,
.select, .select_selected, .multiselect, .multiselect_selected, .advancedEdit, .rollback, .refresh {
    display: block;
    height: 34px;
    width: 34px;
    margin-left: 4px;
    text-indent: -9999px;
}

.download {
    background: #b7c17852 url(images/icon-map.png) no-repeat 0px -985px;
    border: 1px solid #85A494;
}

.showDetails {
    background: #b7c17852 url(images/icon-map.png) no-repeat 0px -1020px;
    border: 1px solid #85A494;
}

.showDetails_selected {
    background: #3363BB url(images/icon-map.png) no-repeat 0px -1054px;
    border: 1px solid #85A494;
}

.refresh {
    background: #b7c17852 url(images/icon-map.png) no-repeat 1px -1088px;
    border: 1px solid #85A494;
}

.zoom {
    background: #b7c17852 url(images/icon-map.png) no-repeat 1px -782px;
    border: 1px solid #85A494;
}

.zoom_selected {
    background: #b7c17852 url(images/icon-map.png) no-repeat 0px -815px;
    border: 1px solid #85A494;
}

.workflow {
    background: #b7c17852 url(images/icon-map.png) no-repeat 0px -713px;
    border: 1px solid #85A494;
}

.workflow_selected {
    background: #3363BB url(images/icon-map.png) no-repeat 0px -749px;
    border: 1px solid #3363BB;
}

.advancedEdit {
    background: #b7c17852 url(images/icon-map.png) no-repeat 2px -204px;
    border: 1px solid #85A494;
}

.rollback {
    background: #b7c17852 url(images/icon-map.png) no-repeat 1px -1088px;
    border: 1px solid #85A494;
}

.test4 .propertyValue {
    width: 20%;
    min-width: 20%;
    padding: 8px 10px;
    vertical-align: top;
}

.delete {
    background: #b7c17852 url(images/icon-map.png) no-repeat 0px -169px;
    border: 1px solid #85A494;
}

.save {
    background: #b7c17852 url(images/icon-map.png) no-repeat 0px -510px;
    border: 1px solid #85A494;
}

.preview {
    background: #b7c17852 url(images/icon-map.png) no-repeat 0px -476px;
    border: 1px solid #85A494;
}

.select {
    background: #ffffff url(images/radiobutton_no.png) no-repeat 10px 10px;
    border: 1px solid #85A494;
}

.select_selected {
    background: #ffffff url(images/radiobutton_yes.png) no-repeat 10px 10px;
    border: 1px solid #85A494;
}

.multiselect {
    background: #ffffff url(images/checkbox_no.png) no-repeat 10px 10px;
    border: 1px solid #85A494;
}

.multiselect_selected {
    background: #ffffff url(images/checkbox_yes.png) no-repeat 10px 10px;
    border: 1px solid #85A494;
}




.showDetails:hover, .shownodes:hover, .zoom:hover, .zoom_selected:hover, .delete:hover, .save:hover, .preview:hover,
.continue:hover, .workflow:hover, .advancedEdit:hover, .rollback:hover {
    background-color: #E3ECE8;
}

.showDetails_selected:hover, .workflow_selected:hover {
    background-color: #668ACC;
    border: 1px solid #668ACC;
}

/* Action Styles (Child Node) -- End */

/* Action Styles (Group Node) -- Start */

.groupActionCell {
    vertical-align: top;
    padding-top: 4px;
}



.groupActionCellPanel {
    position: relative;
}

.showSearch, .showSearch_selected, .showSort, .showSort_selected, .addNew, .addNew_selected, .workflowGroup, .workflowGroup_selected {
    display: block;
    height: 34px;
    width: 34px;
    margin-left: 4px;
    text-indent: -9999px;
}

.addNew {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 0px 1px;
    border: 1px solid #809ED4;
}

.addNew_selected {
    background: #3363BB url(images/icon-map.png) no-repeat 0px -952px;
    border: 1px solid #3363BB;
}

.showSearch {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 0px -543px;
    border: 1px solid #809ED4;
}

.showSearch_selected {
    background: #3363BB url(images/icon-map.png) no-repeat 0px -579px;
    border: 1px solid #3363BB;
}

.showSort {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 0px -612px;
    border: 1px solid #809ED4;
}

.showSort_selected {
    background: #3363BB url(images/icon-map.png) no-repeat 0px -644px;
    border: 1px solid #3363BB;
}

.workflowGroup {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 0px -679px;
    border: 1px solid #809ED4;
}

.workflowGroup_selected {
    background: #3363BB url(images/icon-map.png) no-repeat 0px -749px;
    border: 1px solid #3363BB;
}

.showSearch:hover, .showSort:hover, .addNew:hover, .workflowGroup:hover {
    background-color: #F2F6F8;
}

.showSearch_selected:hover, .showSort_selected:hover, .workflowGroup_selected:hover {
    background-color: #668ACC;
    border: 1px solid #668ACC;
}

.advancedSearchLinkTableCell {
    padding-left: 2px;
}

.showAdvancedSearch {
    color: #414141;
    font-size: 14px;
}

.ascending {
    padding: 5px;
}

.descending {
    padding: 5px;
}

.ascending, .descending, .balance_HeaderCell .ascending, .balance_HeaderCell .descending {
    display: block;
    width: 13px;
    height: 7px;
    margin-top: 1px;
    font-size: 0;
    text-indent: -9999px;
    line-height: 0;
}

.ascending, .descending {
    float: left;
    margin-left: 4px;
}

.balance_HeaderCell .ascending, .balance_HeaderCell .descending {
    float: right;
    margin-right: 4px;
}

.headerTable .ascending {
    background: url(images/ascender.png) no-repeat;
}

.headerTable .descending {
    background: url(images/descender.png) no-repeat;
}

.headerCell a {
    color: Gray;
    font-size: 12px;
}

    .headerCell a:hover {
        color: #6F715E;
        font-size: 12px;
    }
/* Action Styles (Group Node) -- End */

.groupNodeSearchPanel {
    margin-top: 4px;
    right: 0;
    background-color: #f5f5f5;
    padding: 10px;
    z-index: 999;
}

.detailDataViewCell .groupNodeSearchPanel {
    border: 1px solid #c4c4c4;
}


.groupNodeSortPanel {
    margin-top: 4px;
    right: 0;
    background-color: #f5f5f5;
    padding: 10px;
    z-index: 999;
    border: 1px solid #c4c4c4;
}

.groupNodeAdvancedSearchPanel {
    margin-top: 4px;
    right: 0;
    background-color: #f5f5f5;
    padding: 10px 10px 6px 0px;
    z-index: 999;
    border: 1px solid #c4c4c4;
}

/* Sub-Action Styles -- Start */

.workflowGroup_subActionPanel {
    margin-top: 40px;
    position: absolute;
    right: 20px;
    background-color: #3363BB;
    padding: 10px 10px 5px 10px;
    z-index: 1001;
}

.workflowGroup_subActionPanelHigh {
    margin-top: 40px;
    position: absolute;
    right: 20px;
    background-color: #3363BB;
    padding: 10px 10px 5px 10px;
    z-index: 1020;
}

.workflow_subActionPanel {
    margin-top: 4px;
    position: absolute;
    right: 20px;
    background-color: #3363BB;
    padding: 10px 10px 5px 10px;
    z-index: 1001;
}

.workflow_subActionPanelHigh {
    margin-top: 4px;
    position: absolute;
    right: 20px;
    background-color: #3363BB;
    padding: 10px 10px 5px 10px;
    z-index: 1020;
}


.workflowSubItem {
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 5px;
    white-space: nowrap;
}

    .workflowSubItem:hover {
        color: #b7c17852;
    }

/* Sub-Action Styles -- End */

.fileUpload {
    margin-right: 5px;
}

.dataCell {
    width: 100%;
}

.propertyTable {
    width: 100%;
    border: 1px solid #85A494;
    background-color: #b7c17852;
}

.dataCellLink .propertyTable {
    width: 100%;
    border: 1px solid #85A494;
    background-color: #b7c17852;
}

    .dataCellLink .propertyTable:hover {
        background-color: #E3ECE8;
    }

a.dataCellLink {
    text-decoration: none;
}

a.zoomNode {
    text-decoration: none;
    color: Black;
}

.zoomNode div:hover {
    background-color: #F2F6F8;
}

.test3 a.zoomNode {
    text-decoration: none;
    color: Black;
    display: block;
    padding: 8px 10px;
}

.lineBreaker {
    height: 15px;
}

/* Expand/Collapse Tree Styles -- Start */

.expand, .collapse, .expandSub, .collapseSub {
    display: block;
    height: 34px;
    width: 34px;
    margin-right: 4px;
    text-indent: -9999px;
}

.WorkflowAEGroupWrapper .expand, .WorkflowAEGroupWrapper .collapse, .WorkflowAEGroupWrapper .expandSub, .WorkflowAEGroupWrapper .collapseSub {
    display: block;
    height: 37px;
    width: 37px;
    margin-right: 4px;
    text-indent: -9999px;
    margin-top: 4px;
}

.WorkflowAEGroupWrapper .expand {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 4px -270px;
    border: 1px solid #809ED4;
}

.WorkflowAEGroupWrapper .collapse {
    background: #3363BB url(images/icon-map.png) no-repeat 3px -103px;
    border: 1px solid #3363BB;
}

.WorkflowAEGroupWrapper .pagingLabel {
    display: block;
    padding: 0;
    font-size: 14px;
}

.expand {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 1px -270px;
    border: 1px solid #809ED4;
}

.collapse {
    background: #3363BB url(images/icon-map.png) no-repeat 0px -103px;
    border: 1px solid #3363BB;
}

.expand:hover {
    background-color: #F2F6F8;
}

.collapse:hover {
    background-color: #668ACC;
    border: 1px solid #668ACC;
}

.expandSub {
    background: #b7c17852 url(images/icon-map.png) no-repeat 1px -304px;
    border: 1px solid #85A494;
}

.collapseSub {
    background: #3363BB url(images/icon-map.png) no-repeat 0px -103px;
    border: 1px solid #3363BB;
}

.expandSub:hover {
    background-color: #E3ECE8;
}

.collapseSub:hover {
    background-color: #668ACC;
    border: 1px solid #668ACC;
}

.expandCollapseCell {
    vertical-align: top;
    padding-top: 4px;
}

.expandCollapseCell2 {
    width: 40px;
    min-width: 40px;
    background: url(images/treeview-i.png) repeat-y 18px 1px;
    vertical-align: top;
    height: 100%;
}

.expandCollapsePanel {
    vertical-align: top;
    line-height: 0px; /* IE6 bug fix */
    font-size: 0px; /* IE6 bug fix */
    height: 4px;
    width: 40px;
    background: #ffffff;
}

/* Expand/Collapse Tree Styles -- End */

/* Paging Tree Styles -- Start */

.pagePrevious, .pageNext, .pagePreviousPanel, .pageNextPanel {
    display: block;
    height: 34px;
    width: 34px;
    margin-left: 4px;
    text-indent: -9999px;
    border: 1px solid #809ED4;
}

.WorkflowAEGroupWrapper .pagePrevious, .WorkflowAEGroupWrapper .pageNext, .WorkflowAEGroupWrapper .pagePreviousPanel, .WorkflowAEGroupWrapper .pageNextPanel {
    display: block;
    height: 37px;
    width: 37px;
    margin-left: 4px;
    text-indent: -9999px;
    border: 1px solid #809ED4;
    margin-top: 4px;
}

.pagePreviousDisplayPaging, .pageNextDisplayPaging, .pagePreviousPanelDisplayPaging, .pageNextPanelDisplayPaging {
    display: block;
    height: 34px;
    width: 34px;
    text-indent: -9999px;
    border: 1px solid #809ED4;
}

.pagePrevious, .pagePreviousDisplayPaging {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 1px -407px;
}

.pageNext, .pageNextDisplayPaging {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 0px -340px;
}

    .pagePrevious:hover, .pageNext:hover, .pagePreviousDisplayPaging:hover, .pageNextDisplayPaging:hover {
        background-color: #F2F6F8;
    }

.pagePreviousPanel, .pagePreviousPanelDisplayPaging {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 1px -442px;
}

.pageNextPanel, .pageNextPanelDisplayPaging {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 1px -373px;
}

.pagePreviousCell, .pageNextCell {
    vertical-align: top;
    padding-top: 4px;
}

/* Paging Tree Styles -- End */

/* Group Node Styles -- Start */

.groupNodeCell {
    width: 100%;
}

.ActionContainerWrapper .groupNodeCell {
    display: none;
}

.customerGroupNode, .portfolioGroupNode, .workflowGroupNode, .contactInfoGroupNode {
    border: 1px solid #809ED4;
}

.portfolioGroupNode, .workflowGroupNode, .contactInfoGroupNode {
    margin-top: 4px;
}

.customerGroupNode {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 0px -136px;
}

.groupNodeDetailTable {
    width: 100%;
}

.groupNodeTitleCell {
    width: 100%;
}

.groupNodeTitle {
    display: block;
    padding: 8px 10px 9px 36px;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
}

.groupNodeSearchTextBoxCell {
}

.searchLabel {
    white-space: nowrap;
    color: Gray;
    display: block;
    margin-right: 5px;
    font-size: 14px;
}

.searchButton {
    margin: 0 0 0 5px;
}

.searchButton2 {
    margin: 0 4px 2px 7px;
}

.searchClearButton {
    margin: 0 4px 2px 2px;
}

.groupNodeSortLabelCell {
    white-space: nowrap;
}

.sortLabel {
    display: block;
    color: #414141;
    font-size: 14px;
    padding-right: 4px;
}

.sortButton {
    margin-left: 6px;
    margin-bottom: 2px;
}

.groupNodePagingLabelCell {
    width: 100%;
    text-align: right;
    white-space: nowrap;
}

.pagingLabel {
    display: block;
    padding: 8px 8px 9px 2px;
    font-size: 14px;
}

.pagingLabelDisplayPaging {
    display: block;
    padding: 8px 8px 9px 8px;
    font-size: 14px;
    background: #E6EDF1;
    border: 1px solid #809ED4;
}

.advancedSearchCell {
    padding: 2px 0px 4px 4px;
}

.advancedSearchLabelCell {
    padding: 2px 0px 4px 12px;
}

.searchButtonCell {
}

.advancedSearchButtonCell {
    padding: 2px 0px 4px 0px;
}

.advancedSearchCell span {
    font-size: 14px;
    color: #414141;
}

.advancedSearchLabelCell span {
    font-size: 14px;
    color: #414141;
}

/* Group Node Styles -- End */

.dataViewTable {
    width: 100%;
    height: 100%;
}

.dataViewRow {
    height: 100%;
}

.dataViewCell {
    width: 100%;
}

.treeViewCell-L {
    width: 40px;
    min-width: 40px;
    background: url(images/treeview-l.png) no-repeat 18px 1px;
    height: 100%;
}

.treeViewCell-L2 {
    height: 40px;
    width: 40px;
}

.treeViewCell-I {
    width: 40px;
    min-width: 40px;
    background: url(images/treeview-i.png) repeat-y 18px 1px;
    vertical-align: top;
    height: 100%;
}

.WorkflowAEGroupWrapper .treeViewCell-L2 {
    width: 43px;
}

.WorkflowAEGroupWrapper .treeViewCell-I {
    width: 43px;
    min-width: 43px;
}

.treeViewCell-I2 {
    background: url(images/treeview-i2.png) no-repeat 19px 21px;
    height: 22px;
    width: 40px;
}

.treeViewCell-Padding {
    width: 40px;
    min-width: 40px;
    height: 100%;
}

.headerTable, .headerContainerCell {
    width: 100%;
}

.headerCell {
}

    .headerCell .balanceColumn_Header {
        text-align: right;
        display: block;
    }


.actionCellPlaceHolder {
    width: 40px;
}

/* Customer Browser -- Start */

.customerHeader .headerCell {
    width: 33%;
    padding: 6px 10px;
}

/* Customer Browser -- End */


.employerHeader .headerCell {
    width: 25%;
    padding: 6px 10px;
}

/* ie hack, shouldn't be required once implemented */
/*#wrapper
{
    border: 1px solid #ffffff; 
}
*/

/* Workflow Wizard Overlay Tests -- Start */

.workflowOverlay, .lightBoxPageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent url(images/overlay.png) repeat scroll;
    z-index: 1100;
    height: 100%;
}

.workflowPanel, .lightBoxPanel {
    position: absolute;
    top: 100px;
    left: 100px;
    bottom: 100px;
    right: 100px;
    padding: 16px;
    border: 2px solid #c4c4c4;
    background-color: white;
    z-index: 1200;
    overflow: auto;
}

.workflowTitle, .workflowID {
    display: block;
}

.workflowTitle {
    font-size: larger;
    margin-bottom: 16px;
}

.workflowID {
    margin-bottom: 6px;
}

    .workflowID b, .workflowReference b {
        font-weight: normal;
        color: Gray;
    }

.workflowClose, .lightBoxCloseButton {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #c4c4c4;
    color: #000000;
    padding: 5px;
    z-index: 1200;
}

.lightBoxSaveButton {
    position: absolute;
    bottom: 10px;
    right: 4px;
    background: #c4c4c4;
    color: #000000;
    padding: 5px;
    z-index: 1200;
}

.lightBoxPrintButton {
    position: absolute;
    top: 4px;
    right: 62px;
    background: #c4c4c4;
    color: #000000;
    padding: 5px;
    z-index: 1200;
}


.lightBoxCloseButton:hover, .lightBoxSaveButton:hover, lightBoxPrintButton:hover {
    color: Maroon;
}

/* Workflow Wizard Overlay Tests -- End */

/* Date Picker / Calendar Styles -- Start */

.calendarImage {
    margin-left: 3px;
    vertical-align: middle;
}

.ajax__calendar_container {
    z-index: 1000 !important;
}

/* Date Picker / Calendar Styles -- End */


/* test css */

.TestAction, .TestAction_selected {
    margin-left: 10px;
    display: block;
    white-space: nowrap;
}

    .TestAction:hover, .TestAction_selected:hover {
        color: Maroon;
    }

.SmallTextBox {
    width: 30px;
    margin-right: 5px;
}

.SmallTextBox2 {
    width: 40px;
    margin-left: 5px;
}

.MediumTextBox {
    width: 60px;
    margin-right: 5px;
}

.MultilineTextBox {
    font-family: Verdana;
    width: 600px;
    height: 60px;
}

.pageLast {
    display: block;
    height: 34px;
    width: 34px;
    margin-left: 4px;
    text-indent: -9999px;
    border: 1px solid #809ED4;
}

.pageLast, .pageLastDisplayPaging {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 0px -1119px;
}

.pageLastPanel, .pageLastPanelDisplayPaging {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 1px -373px;
}

.pageLastCell {
    vertical-align: top;
    padding-top: 4px;
}



.pageFirst {
    display: block;
    height: 34px;
    width: 34px;
    margin-left: 4px;
    text-indent: -9999px;
    border: 1px solid #809ED4;
}

.pageFirst, .pageFirstDisplayPaging {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 0px -1151px;
}

.pageFirstPanel, .pageFirstPanelDisplayPaging {
    background: #E6EDF1 url(images/icon-map.png) no-repeat 1px -373px;
}

.pageFirstCell {
    vertical-align: top;
    padding-top: 4px;
}

/* Display Format Editor - Display Format Styles -- Start */

.DFEditorGroupNodeRoot, .BrowserEditorGroupNodeRoot {
    border: 1px solid #809ED4;
    background: #E6EDF1;
}

.DFEditorGroupNode, .BrowserEditorGroupNode {
    border: 1px solid #809ED4;
    background: #E6EDF1;
    margin-top: 4px;
}

.DFEditorGroupNodeTitle, .BrowserEditorGroupNodeTitle {
    display: block;
    padding: 8px 10px 9px 10px;
    font-weight: bold;
    font-size: 14px;
    width: 400px;
}

.DFEditorInline .headerCell, .BrowserEditorInline .headerCell, .DFEditorDEInline .headerCell {
    padding: 6px 10px;
}

.DFEditorDEInline .headerCell {
    width: 50%;
}

.DFEditorDEInline .actionCellPlaceHolder {
    width: 40px;
}

.DFEditorInline .propertyTable, .BrowserEditorInline .propertyTable, .DFEditorDEInline .propertyTable {
}

.DFEditorInline .propertyValue, .BrowserEditorInline .propertyValue, .DFEditorDEInline .propertyValue {
    padding: 8px 10px;
}

.DFEditorDEInline .propertyValue {
    width: 50%;
}

.DFEditorGroupNodeWrapper .groupActionCell, .DFEditorInline .actionCell, .BrowserEditorGroupNodeWrapper .groupActionCell, .BrowserEditorInline .actionCell, .DFEditorDEInline .actionCell {
    vertical-align: middle;
}

div.DFEditorDetail, div.BrowserEditorInline, div.DFEditorInline, div.DFEditorDEInline {
    margin-top: 4px;
}

table.DFEditorDetail {
    border-left: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    width: 100%;
}

.DFEditorDetail .propertyLabel {
    text-align: right;
    vertical-align: middle;
    padding: 8px 4px 8px 8px;
    white-space: nowrap;
    color: Gray;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.DFEditorDetail .propertyValue {
    width: 100%;
    vertical-align: middle;
    padding: 8px 8px 7px 0;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.DFEditorDetail .actionContainerCell {
    padding: 8px;
    border-bottom: 1px solid #c4c4c4;
}

.DFEditorDetail .even {
    background-color: #ffffff;
}

.DFEditorDetail .odd {
    background-color: #f5f5f5;
}

.DFEditorDetailTitle {
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    background: #f5f5f5;
}

    .DFEditorDetailTitle span {
        display: block;
        font-weight: bold;
        font-size: 14px;
        color: Gray;
        padding: 7px 8px 8px 8px;
    }

.DFEditorDetail .LargeTextBox {
    width: 250px;
}

.ExtraLargeTextBox {
    width: 400px;
}

/* Display Format Editor - Display Format Styles -- End */

/* Workflow wizard group node style -- Start*/

.WorkflowWizardGroupNode {
}

.WorkflowWizardGroupNodeWrapper .pagingLabel {
    display: block;
    padding: 0 0 0 0px;
    font-size: 14px;
}

.WorkflowWizardGroupNodeWrapper .groupNodeDetailTable {
    border: 1px solid #c4c4c4;
    height: 43px;
    padding: 10px;
}

.WorkflowWizardGroupNodeWrapper {
    position: relative;
    padding: 10px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
}

    .WorkflowWizardGroupNodeWrapper .groupNodeSearchPanel {
        position: absolute;
        left: 10px;
        top: 20px;
        background-color: Transparent;
        padding: 0px 10px 0px 0px;
        margin: 0px;
        width: 30%;
        border: 0;
    }


    .WorkflowWizardGroupNodeWrapper .groupActionCellPanel {
        position: static;
    }



    .WorkflowWizardGroupNodeWrapper .pagePreviousPanel, .WorkflowWizardGroupNodeWrapper .pageNextPanel, .WorkflowWizardGroupNodeWrapper .pagePrevious, .WorkflowWizardGroupNodeWrapper .pageNext {
        width: auto;
        height: auto;
        border: none;
        text-indent: 0;
        margin-left: 10px;
        display: block;
        white-space: nowrap;
        background: none;
    }

.workflowProcessPendingTransitionButton {
    display: block;
    color: #000;
    margin: 20px 0;
}

/* Workflow wizard group node style -- End*/

/* Detail DF Demo Styles -- Start */

div.CoolBlue {
    margin-top: 4px;
}

table.CoolBlue {
    border-top: 1px solid #ffffff;
}

.CoolBlue .propertyLabel {
    text-align: right;
    vertical-align: middle;
    padding: 8px 4px 8px 8px;
    white-space: nowrap;
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
}

.CoolBlue .propertyValue {
    vertical-align: middle;
    padding: 8px 8px 7px 0;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
}

.CoolBlue .actionContainerCell {
    padding: 8px 8px 8px 0;
    border-bottom: 1px solid #ffffff;
}

.CoolBlue .even {
    background-color: #7d8ed8;
}

.CoolBlue .odd {
    background-color: #4c62bd;
}

.CoolBlueTitle {
    background: #394781;
}

    .CoolBlueTitle span {
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #ffffff;
        padding: 8px 10px 8px 10px;
    }

.CoolBlue .LargeTextBox {
    width: 250px;
}

.CoolBlue .TestAction {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 0;
}

/* Detail DF Demo Styles -- End */

/* Browser Styles -- Start */

.TranInCont .headerCell {
    width: 25%;
    padding: 6px 10px;
}

/* Browser Styles -- End */


/* TabView Styles -- Start */

.TabTable {
    width: 100%;
}

.TabCell {
    text-align: center;
}

.TabTitle {
    display: block;
    white-space: nowrap;
    padding: 10px 12px;
    text-decoration: none;
    font-weight: bold;
}

.TabTitleContainerHidden {
    display: none;
}

.WorkflowTabTitle {
    display: block;
    white-space: nowrap;
    padding: 10px 12px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background: #587DA9;
    border-left: 1px solid #c8b97a;
    border-right: 1px solid #82743b;
    border-bottom: 1px solid #82743b;
}

    .WorkflowTabTitle:hover {
        background: #9BB1CB;
    }

.WorkflowTabTitle_selected {
    display: block;
    white-space: nowrap;
    padding: 10px 12px;
    text-decoration: none;
    font-weight: bold;
    color: #003CAA;
    background: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.TabPanel {
    position: relative;
}

.HandoverWrapper .TabClose, .HandoverWrapper .SelectedTabClose {
    position: absolute;
    background: url(images/icon-map.png) no-repeat 0px -68px;
    height: 32px;
    width: 32px;
    top: 1px;
    right: 4px;
}

.TabClose {
    position: absolute;
    background: url(images/icon-map.png) no-repeat 0px -68px;
    height: 32px;
    width: 32px;
    top: -18px;
    right: 4px;
}

.SelectedTabClose {
    position: absolute;
    background: url(images/icon-map.png) no-repeat 0px -68px;
    height: 32px;
    width: 32px;
    top: -18px;
    right: 4px;
}

.AdminPortal .TabTable {
    border-top: 1px solid #c4c4c4;
}

.URPortal .TabTitle {
    color: #fff;
    background: #104584;
    border-left: 1px solid #8585E0;
    border-right: 1px solid #24248F;
    border-bottom: 1px solid #24248F;
}

.AdminPortal .TabTitle {
    color: #fff;
    background: #3d5575;
    border-left: 1px solid #687f9d;
    border-right: 1px solid #2e4058;
}

.URPortal .TabTitle:hover {
    background: #4D77C4;
}

.AdminPortal .TabTitle:hover {
    background: #53739e;
}

.TabTitle_selected {
    display: block;
    white-space: nowrap;
    padding: 10px 12px;
    text-decoration: none;
    font-weight: bold;
}

.URPortal .TabTitle_selected {
    color: #104584;
    background: #fff;
}

.AdminPortal .TabTitle_selected {
    color: #3d5575;
    background: #fff;
}

.TabContainer {
    padding: 20px;
}

/* TabView Styles -- End */

/* General Wizard View Styles -- Start */

.workflowWizardWrapper {
}

.workflowInstancePanel {
    background: #CCD8EE url(images/icon-map.png) no-repeat 9px -857px;
    border: 1px solid #99B1DD;
    padding: 10px 10px 10px 50px;
    position: relative;
}

.workflowInstanceText {
    font-weight: bold;
}

.workflowInstanceReference {
    display: block;
    color: #246B47;
    font-size: 12px;
}

.linkButtonPanel {
    position: absolute;
    right: 18px;
    top: 18px;
}

.workflowViewLogButton, .workflowRefreshButton {
    margin-left: 20px;
}

.workflowViewLogButton, .workflowViewAssocEntitiesButton, .workflowRefreshButton, .workflowSummaryButton {
    color: #246B47;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid #246B47;
    padding-bottom: 1px;
}

    .workflowViewLogButton:hover, .workflowViewAssocEntitiesButton:hover, .workflowRefreshButton:hover, .workflowSummaryButton:hover {
        color: #000;
        border-bottom: 1px solid #000;
    }

.WorkflowAEGroup, .workflowLogTitlePanel {
    font-weight: bold;
    background: #b7c17852;
    padding: 10px;
    border: 1px solid #c6bb90;
    font-size: 14px;
    margin-top: 4px;
}

.currentStepPanel {
    font-weight: bold;
    background: #F3F6FB;
    padding: 10px;
    border: 1px solid #99B1DD;
    font-size: 14px;
    margin-top: 4px;
    /*border-bottom: 0px;*/
}

.workflowWizardContentPanel {
    border: 1px solid #99B1DD;
    padding: 0 20px 20px 20px;
    margin-top: -1px;
}

.messagePanel {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #cac351;
    background: #f1efd1;
}

.potentialTransitionsPanel {
    background: #F3F6FB;
    padding: 10px;
    border-left: 1px solid #99B1DD;
    border-right: 1px solid #99B1DD;
    border-bottom: 1px solid #99B1DD;
    font-size: 14px;
}

.linkButton {
    margin-right: 20px;
    color: #000;
}

    .linkButton:hover {
        color: #246B47;
    }

.workflowLogPanel {
    background: #f5f5f5;
}

.workflowLogEntryPanel {
    /*border-top: 1px solid #c4c4c4;*/
    border-left: 1px solid #c6bb90;
    border-right: 1px solid #c6bb90;
    border-bottom: 1px solid #c6bb90;
    padding: 20px;
    background: #fff;
}

.workflowLogTable, .WorkflowAEGroupWrapper .headerTable {
    width: 100%;
    border-left: 1px solid #c6bb90;
    border-right: 1px solid #c6bb90;
}

.workflowLogHeaderCellDate, .workflowLogHeaderCellUser, .workflowLogHeaderCellEntry, .WorkflowAEGroupWrapper .headerCell {
    font-size: 12px;
    padding: 5px 10px;
    color: #246B47;
    background: #fff;
}

.workflowLogHeaderCellUserID {
    font-size: 12px;
    padding: 5px 30px;
    color: #246B47;
    background: #fff;
}

.WorkflowAEGroupWrapper div.DefaultHeader_1_Column,
.WorkflowAEGroupWrapper div.DefaultHeader_2_Column,
.WorkflowAEGroupWrapper div.DefaultHeader_3_Column,
.WorkflowAEGroupWrapper div.DefaultHeader_4_Column,
.WorkflowAEGroupWrapper div.DefaultHeader_5_Column,
.WorkflowAEGroupWrapper div.DefaultHeader_6_Column,
.WorkflowAEGroupWrapper div.DefaultHeader_7_Column,
.WorkflowAEGroupWrapper div.DefaultHeader_8_Column,
.WorkflowAEGroupWrapper div.GenericDataViewWrapper {
    margin-top: 0px !important; /*Override*/
}

.WorkflowAEGroupWrapper .propertyTable {
    background-color: #f5f5f5;
    border-top: none;
    border-left: 1px solid #c6bb90;
    border-right: 1px solid #c6bb90;
    border-bottom: 1px solid #c6bb90;
}

.workflowLogCellDate, .workflowLogCellUser, .workflowLogCellEntry, .WorkflowAEGroupWrapper .propertyValue, .WorkflowAEGroupWrapper .timeago {
    font-size: 14px;
    padding: 10px;
    border-top: 1px solid #c4c4c4;
}

.WorkflowAEGroupWrapper .dataViewTable {
    /*margin-top:1px;*/
}

.workflowLogCellUserID {
    font-size: 14px;
    padding: 10px 30px;
    border-top: 1px solid #c4c4c4;
}


.workflowLogCellDate, .workflowLogCellUser {
    white-space: nowrap;
}

.workflowLogCellEntry {
    width: 100%;
}

.workflowLogRowOdd {
    background: #f5f5f5;
}

.workflowLogRowEven {
    background: #ececec;
}

.workflowLogEntryTextBox {
    font-family: Verdana;
    width: 400px;
    height: 80px;
}

.workflowLogEntryButtonPanel {
    margin-top: 5px;
}

.workflowAddLogEntryButton {
    color: #246B47;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid #246B47;
}

    .workflowAddLogEntryButton:hover {
        color: #000;
        border-bottom: 1px solid #000;
    }

.ExceptionPanel {
    margin-top: 20px;
    padding: 20px 20px 0 20px;
    border: 1px solid #d8000c;
    background: #f3cdcd;
}

.ExceptionTitle {
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.ExceptionItem {
    margin-bottom: 15px;
}

.ExceptionMessage {
    display: block;
    margin-bottom: 20px;
}

.ExceptionLabelCell {
    text-align: right;
    padding-right: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #865252;
}

.ExceptionValueCell {
    padding-bottom: 5px;
}

/* General Wizard View Styles -- End */

/* Test Page Styles -- Start */

.testControlsWrapper {
    margin: 20px;
    padding: 20px;
    border: 1px solid #c2dfe8;
    background: #f0fafd;
}

    .testControlsWrapper .label {
        padding-right: 5px;
        text-align: right;
        display: block;
    }

    .testControlsWrapper .cell {
        padding-bottom: 5px;
    }

/* Test Page Styles -- End */

/* Display Format Styles -- Start */

/* GeneralDisplay3 is a work around for 2 column layouts */

div.GeneralDisplay1, div.ShortGeneralDisplay1, div.GeneralDisplay2, div.GeneralDisplay3, div.GeneralDisplay4, div.GeneralDisplay5, div.GeneralDisplay6 {
    margin-top: 20px;
}

div.GeneralDisplay7 {
    margin-top: 5px;
}

div.ShortGeneralDisplay1 {
    width: 30%;
}

/*
remark:
table {
*border-collapse: collapse;}

.sampleTD {
empty-cells: show;}

tells IE7 to show empty cell, otherwise IE7 won't display an empty cell
*/
table.GeneralDisplay1, table.ShortGeneralDisplay1, table.GeneralDisplay2, table.GeneralDisplay3, table.GeneralDisplay4, table.GeneralDisplay5, table.GeneralDisplay6, table.GeneralDisplay7 {
    border-left: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    width: 100%;
    border-collapse: collapse; /* for ie */
}

.GeneralDisplay1 .propertyLabel, .GeneralDisplay1 .propertyLabelGrouped, .ShortGeneralDisplay1 .propertyLabel, .ShortGeneralDisplay1 .propertyLabelGrouped, .GeneralDisplay2 .propertyLabel, .GeneralDisplay2 .propertyLabelGrouped, .GeneralDisplay3 .propertyLabel, .GeneralDisplay3 .propertyLabelGrouped, .GeneralDisplay7 .propertyLabel, .GeneralDisplay7 .propertyLabelGrouped {
    vertical-align: middle;
    padding: 8px 4px 8px 8px;
    white-space: nowrap;
    color: Gray;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.GeneralDisplay4 .propertyLabel, .GeneralDisplay4 .propertyLabelGrouped {
    vertical-align: middle;
    padding: 8px 4px 8px 10px;
    white-space: nowrap;
    color: Gray;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.GeneralDisplay5 .propertyLabel, .GeneralDisplay5 .propertyLabelGrouped {
    vertical-align: middle;
    padding: 8px 4px 8px 10px;
    white-space: nowrap;
    color: Gray;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.GeneralDisplay6 .propertyLabel, .GeneralDisplay6 .propertyLabelGrouped {
    vertical-align: middle;
    padding: 8px 4px 8px 85px;
    white-space: nowrap;
    color: Gray;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.GeneralDisplay1 .propertyValueContainer, .propertyValueContainer table {
    width: 100%;
}

.GeneralDisplay1 .propertyLabel, .GeneralDisplay1 .propertyLabelGrouped, .ShortGeneralDisplay1 .propertyLabelGrouped, .GeneralDisplay3 .propertyLabel, .GeneralDisplay3 .propertyLabelGrouped, .GeneralDisplay7 .propertyLabel, .GeneralDisplay7 .propertyLabelGrouped {
    text-align: right;
    empty-cells: show;
}

.ShortGeneralDisplay1 .propertyLabel {
    text-align: left;
    empty-cells: show;
    width: 18%;
}


.GeneralDisplay2 .propertyLabel, .GeneralDisplay2 .propertyLabelGrouped {
    text-align: left;
}

.GeneralDisplay1 .propertyValue, .ShortGeneralDisplay1 .propertyValue, .GeneralDisplay2 .propertyValue, .GeneralDisplay3 .propertyValue, .GeneralDisplay4 .propertyValue,
.GeneralDisplay5 .propertyValue, .GeneralDisplay6 .propertyValue, .GeneralDisplay7 .propertyValue {
    width: 100%;
    vertical-align: middle;
    padding: 8px 8px 7px 0;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.GeneralDisplay1 .timeago, .ShortGeneralDisplay1 .timeago, .GeneralDisplay2 .timeago, .GeneralDisplay3 .timeago, .GeneralDisplay4 .timeago,
.GeneralDisplay5 .timeago, .GeneralDisplay6 .timeago, .GeneralDisplay7 .timeago {
    width: 100%;
    vertical-align: middle;
    padding: 8px 8px 7px 0;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.GeneralDisplay1 .propertyValue, .ShortGeneralDisplay1 .propertyValue, .GeneralDisplay3 .propertyValue, .GeneralDisplay7 .propertyValue {
    text-align: left;
}

.GeneralDisplay1 .timeago, .ShortGeneralDisplay1 .timeago, .GeneralDisplay3 .timeago, .GeneralDisplay7 .timeago {
    text-align: left;
}

.GeneralDisplay2 .propertyValue, .GeneralDisplay2 .timeago {
    text-align: right;
}

.GeneralDisplay1 .propertyValueGrouped, .ShortGeneralDisplay1 .propertyValueGrouped, .GeneralDisplay2 .propertyValueGrouped, .GeneralDisplay3 .propertyValueGrouped, .GeneralDisplay4 .propertyValueGrouped
.GeneralDisplay5 .propertyValueGrouped, .GeneralDisplay6 .propertyValueGrouped, .GeneralDisplay7 .propertyValueGrouped {
    vertical-align: middle;
    padding: 8px 0 7px 0;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
    white-space: nowrap;
}

.GeneralDisplay1 .actionContainerCell, .ShortGeneralDisplay1 .actionContainerCell, .GeneralDisplay2 .actionContainerCell, .GeneralDisplay3 .actionContainerCell, .GeneralDisplay7 .actionContainerCell {
    padding: 8px;
    border-bottom: 1px solid #c4c4c4;
}

.GeneralDisplay1 .even, .ShortGeneralDisplay1 .even, .GeneralDisplay2 .even, .GeneralDisplay3 .even, .GeneralDisplay4 .even, .GeneralDisplay5 .even, .GeneralDisplay6 .even, .GeneralDisplay7 .even {
    background-color: #ffffff;
}

.GeneralDisplay1 .odd, .ShortGeneralDisplay1 .odd, .GeneralDisplay2 .odd, .GeneralDisplay3 .odd, .GeneralDisplay4 .odd, .GeneralDisplay5 .odd, .GeneralDisplay6 .odd, .GeneralDisplay7 .odd {
    background-color: #f5f5f5;
}

/*  zoom: 1;
	*display:inline;
    is HACK for IE7 to display inline-block
*/
.GeneralDisplay1 .required, .ShortGeneralDisplay1 .required, .GeneralDisplayInput .required, .GeneralDisplay4 .required, .GeneralDisplay5 .required,
.GeneralDisplay6 .required, .GeneralDisplay7 .required {
    color: Red;
    width: 8px;
    display: inline-block;
    zoom: 1;
    display: inline; /* for ie */
}

div.GeneralDisplayTitleCell {
    margin-top: 20px;
}

div.GeneralDisplayTitleCellSummary {
    margin-top: 34px;
}

.GeneralDisplayTitle, .GeneralDisplayTitleCell, .GeneralDisplayTitleCellSummary {
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    background: #f5f5f5;
}

    .GeneralDisplayTitle span, .GeneralDisplayTitleCell span, .GeneralDisplayTitleCellSummary span {
        display: block;
        font-weight: bold;
        font-size: 14px;
        color: Gray;
        padding: 7px 8px 8px 8px;
    }

.GeneralDisplayTable {
    width: 100%;
}

td.GeneralDisplay1, td.ShortGeneralDisplay1, td.GeneralDisplay3, td.GeneralDisplay4, td.GeneralDisplay5, td.GeneralDisplay6, td.GeneralDisplay7 {
    padding-right: 10px;
}

td.GeneralDisplay3, td.GeneralDisplay4, td.GeneralDisplay5, td.GeneralDisplay6 {
    vertical-align: top;
}


td.GeneralDisplay3 {
    padding-left: 10px;
}

td.customerDetails {
    vertical-align: top;
}
/* ---------------------- */

div.GeneralDisplayInput {
    margin-top: 20px;
}

table.GeneralDisplayInput {
    border-left: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    width: 100%;
}

.GeneralDisplayInput .propertyLabel, .GeneralDisplayInput .propertyLabelGrouped {
    text-align: right;
    vertical-align: middle;
    padding: 8px 4px 8px 8px;
    white-space: nowrap;
    color: Gray;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.GeneralDisplayInput .propertyValue {
    width: 100%;
    vertical-align: middle;
    padding: 8px 8px 7px 0;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.GeneralDisplayInput .propertyValueGrouped {
    width: 100%;
    vertical-align: middle;
    padding: 8px 0 7px 0;
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.GeneralDisplayInput .actionContainerCell {
    padding: 8px 8px 8px 0;
    border-bottom: 1px solid #c4c4c4;
    width: 100%;
    text-align: left;
}

.GeneralDisplayInput .actionContainerPanel {
    padding: 5px 8px;
}

.GeneralDisplayInput .even {
    background-color: #ffffff;
}

.GeneralDisplayInput .odd {
    background-color: #f5f5f5;
}

/* Display Format Styles -- End */


/* General List Related Styles -- Start */

.TwoColumnHeaderWithMargin, .ShortTwoColumnHeaderWithMargin, .ThreeColumnHeaderWithMargin, .FourColumnHeaderWithMargin, .SixColumnHeaderWithMargin {
    margin-top: 20px;
}

    .TwoColumnHeaderWithMargin .headerCell, .TwoColumnHeader .headerCell {
        width: 50%;
        padding: 6px 10px;
    }

    .ThreeColumnHeaderWithMargin .headerCell {
        width: 33.33%;
        padding: 6px 10px;
    }

    .FourColumnHeaderWithMargin .headerCell {
        width: 25%;
        padding: 6px 10px;
    }

.FiveColumnHeaderWithMargin .headerCell {
    width: 20%;
    padding: 6px 10px;
}

.SixColumnHeaderWithMargin .headerCell {
    width: 16.66%;
    padding: 6px 10px;
}

table.TwoColumnDataList, table.ShortTwoColumnDataList, table.ThreeColumnDataList, table.FourColumnDataList, table.FiveColumnDataList, table.SixColumnDataList, table.SevenColumnDataList {
    width: 100%;
}

div.ShortTwoColumnDataList {
    width: 30%;
}

div.TwoColumnDataList, div.ShortTwoColumnDataList, div.ThreeColumnDataList, div.FourColumnDataList, div.FiveColumnDataList, div.SixColumnDataList, div.SevenColumnDataList {
    margin-top: 4px;
}

.TwoColumnDataList .propertyTable, .ShortTwoColumnDataList .propertyTable, .ThreeColumnDataList .propertyTable, .FourColumnDataList .propertyTable, .FiveColumnDataList .propertyTable, .SixColumnDataList .propertyTable {
    width: 100%;
    border: 1px solid #c4c4c4;
    background-color: #ffffff;
}

.RightAlign {
    text-align: right;
    padding: 8px 5px;
}

.RightAlign_HeaderCell {
    text-align: right;
    width: 50%;
}

.TwoColumnDataList .propertyValue, .ShortTwoColumnDataList .propertyValue {
    width: 50%;
    min-width: 50%;
    padding: 8px 10px;
    vertical-align: top;
}

.FundProfileTwoColumnDataList .propertyValue {
    width: 51%;
    min-width: 50%;
    padding: 8px 10px;
    vertical-align: top;
}

.ThreeColumnDataList .propertyValue {
    width: 33.33%;
    min-width: 33.33%;
    padding: 8px 10px;
    vertical-align: top;
}

.FourColumnDataList .propertyValue {
    width: 25%;
    min-width: 25%;
    padding: 8px 10px;
    vertical-align: top;
}

.FiveColumnDataList .propertyValue {
    width: 20%;
    min-width: 20%;
    padding: 8px 10px;
    vertical-align: top;
}

.SixColumnDataList .propertyValue {
    width: 16.66%;
    min-width: 16.66%;
    padding: 8px 10px;
    vertical-align: top;
}

.SevenColumnDataList .propertyValue {
    width: 14.28%;
    min-width: 14.28%;
    padding: 8px 10px;
    vertical-align: top;
}

div.ShortTwoColumnHeaderWithMargin {
    width: 30%;
}

.TwoColumnHeaderWithMargin .actionCellPlaceHolder, .ShortTwoColumnHeaderWithMargin .actionCellPlaceHolder, .SixColumnHeaderWithMargin .actionCellPlaceHolder {
    width: 40px;
}

.FourColumnHeaderWithMargin .actionCellPlaceHolder, .FiveColumnHeaderWithMargin .actionCellPlaceHolder, ThreeColumnDataListWithMargin .actionCellPlaceHolder {
    width: 60px;
}

.TwoColumnDataList .actionCell, .ShortTwoColumnDataList .actionCell, .ThreeColumnDataList .actionCell, .FourColumnDataList .actionCell, .FiveColumnDataList .actionCell, .SixColumnDataList .actionCell {
    vertical-align: middle;
}

.test3 .propertyValue .balanceColumn {
    text-align: right;
    display: block;
}

/* General List Related Styles -- End */

.ValidationError {
    background: #b41717;
    border: 1px solid #961717;
    padding: 3px 5px;
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
    white-space: nowrap;
}

.ValidationErrorInline {
    background: #b41717;
    border: 1px solid #961717;
    padding: 3px 5px;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}

.ErrorNode {
    border: 1px solid #961717;
    background-color: '#F3CDCD;
}
/* Breadcrumb style */

.breadcrumbPanel {
    border: 1px solid #c4c4c4;
    background: #f5f5f5;
    padding: 10px 12px;
    color: #484848;
    font-size: 14px;
}

.breadcrumbLabel {
    margin-left: 10px;
}

a.breadcrumbAction:first-child {
    margin-left: 0;
}

.breadcrumbAction {
    color: #484848;
    margin: 0 10px;
}

    .breadcrumbAction:hover {
        color: #8c8c8c;
    }
/*Russ, customer inline image*/
td.customer-image {
    text-align: left;
}

    td.customer-image img.customer-image {
        max-height: 50px;
        max-width: 50px;
        padding: 1px;
    }

    td.customer-image a img {
        max-height: 50px;
        max-width: 50px;
        padding: 1px;
    }

td.customer-image2 {
    text-align: center;
}

    td.customer-image2 img.customer-image2 {
        max-height: 769px;
        max-width: 769px;
        padding: 1px;
    }

    td.customer-image2 a img {
        max-height: 769px;
        max-width: 769px;
        padding: 1px;
    }

td.noborder {
    border: none;
}
/**
* Featherlight - ultra slim jQuery lightbox
* Version 1.7.13 - http://noelboss.github.io/featherlight/
*
* Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
* MIT Licensed.
**/
html.with-featherlight {
    overflow: hidden
}

.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0,0,0,0)
}

    .featherlight:last-of-type {
        background: rgba(0,0,0,.8)
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #fff;
        cursor: auto;
        white-space: normal
    }

    .featherlight .featherlight-inner {
        display: block
    }

    .featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
        display: none
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial,sans-serif;
        background: #fff;
        background: rgba(255,255,255,.3);
        color: #000;
        border: 0;
        padding: 0
    }

        .featherlight .featherlight-close-icon::-moz-focus-inner {
            border: 0;
            padding: 0
        }

    .featherlight .featherlight-image {
        width: 100%;
        max-width: 1200px;
        max-height: 1000px;
    }

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.featherlight iframe {
    border: 0
}

.featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:1024px) {
    .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }
}

/* General Portal Styles -- Start */

#progress {
    position: fixed;
    top: 0;
    left: 50%;
    padding: 5px 10px 6px 10px;
    text-align: center;
    background: #4b4b4b;
    color: #fff;
    margin-left: -51px;
    z-index: 9999;
}

* html #progress {
    position: absolute;
}
/* IE6 Bug */

#header, #headerWizard {
    padding: 20px 25px;
}

#headerWizard {
    border-bottom: 1px solid #c4c4c4;
}

#headerUR {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 2px;
}

#headerMenu {
    position: absolute;
    top: 48px;
    right: 38px;
}

#headerMenuUR {
    position: absolute;
    top: 51px;
    right: 51px;
}

#headerStatusUR {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #c4c4c4;
}

#headerMenuWizard {
    position: absolute;
    top: 11px;
    right: 11px;
}

    #headerMenuWizard li, #headerMenuUR li, #headerMenu li {
        display: inline;
    }

        #headerMenuWizard li a, #headerMenuUR li a, #headerMenu li a {
            font-size: 14px;
            color: #484848;
            padding-left: 25px;
            margin-left: 25px;
            background: url(images/icon-map.png) no-repeat -7px -925px;
        }

            #headerMenuWizard li a:hover, #headerMenuUR li a:hover, #headerMenu li a:hover {
                color: #8c8c8c;
            }

#content {
    padding: 20px;
    border-top: 1px solid #c4c4c4;
}

.headerBarUR {
    height: 20px;
    background: #104584;
}

#BaseUpdatePanel {
}

/* General Portal Styles -- End */

/* Progress Bar Styles -- Start */

/* List View */
.ProgressBarBorder_ListView {
    width: 200px;
    height: 17px;
    padding: 2px;
    border: 1px solid #c4c4c4;
    background: #fff;
}

.ProgressBar_ListView {
    height: 100%;
    background: #92d050;
}

.ProgressText_ListView {
    position: absolute;
    width: 200px;
    height: 17px;
    padding-left: 3px;
    line-height: 17px;
    font-family: Verdana;
    font-size: 12px;
}

/* Line View */
.ProgressBarBorder_LineView {
    width: 100%;
    height: 17px;
    padding: 2px;
    border: 1px solid #c4c4c4;
    margin: -2px 0 -3px 0;
    background: #fff;
}

.ProgressBar_LineView {
    height: 100%;
    background: #92d050;
}

.ProgressText_LineView {
    position: absolute;
    height: 17px;
    padding-left: 3px;
    line-height: 17px;
    font-family: Verdana;
    font-size: 12px;
}

/* Progress Bar Styles -- End */


/* Authentication Control Styles -- Start */

.generalDashedBox {
    color: #003CAA;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}



.logonControlLabel {
    color: #565656;
    padding: 2px 2px 2px 0;
}

.logonControlInput, .logonControlSubmit {
    padding: 2px;
}

    .logonControlInput input {
        width: 120px;
    }

.logonControlSubmit {
    padding-bottom: 10px;
}

    .logonControlSubmit input {
        margin-right: 5px;
    }

.messageFailure {
    color: #d62e22;
}

/* Authentication Control Styles -- End */

/* DEFAULT STYLES */

.headerCell {
    font-size: 15px;
    color: Gray;
    padding: 6px 10px;
}

.propertyValue {
    padding: 8px 10px;
    vertical-align: top;
}

    .propertyValue .balanceColumn {
        text-align: right;
        display: block;
    }

div.GenericDataViewWrapper {
    margin-top: 4px;
}

table.Default_1_Column, table.Default_2_Column, table.Default_3_Column, table.Default_4_Column, table.Default_5_Column, table.Default_6_Column, table.Default_7_Column, table.Default_8_Column, table.WorkflowDetails {
    width: 100%;
}

/* Default Header Styles -- Start */

.DefaultHeader_1_Column .headerCell {
    width: 100%;
}

.DefaultHeader_2_Column .headerCell {
    width: 50%;
}

.DefaultHeader_3_Column .headerCell {
    width: 33.33%;
}

.DefaultHeader_4_Column .headerCell {
    width: 25%;
}

.DefaultHeader_5_Column .headerCell, .WorkflowDetails .headerCell {
    width: 20%;
}

.DefaultHeader_6_Column .headerCell {
    width: 16.66%;
}

.DefaultHeader_7_Column .headerCell {
    width: 14.28%;
}

.DefaultHeader_8_Column .headerCell {
    width: 12%;
}

div.DefaultHeader_1_Column, div.DefaultHeader_2_Column, div.DefaultHeader_3_Column, div.DefaultHeader_4_Column, div.DefaultHeader_5_Column, div.DefaultHeader_6_Column, div.DefaultHeader_7_Column, div.DefaultHeader_8_Column {
    margin-top: 4px;
}

.WorkflowDetails {
    margin-top: 4px;
}

/* Default Header Styles -- End */

/* Default Cell Styles -- Start */

.Default_1_Column .propertyValue, .Default_1_Column .balanceColumn {
    width: 100%;
    min-width: 100%;
}

.Default_2_Column .propertyValue, .Default_2_Column .balanceColumn {
    width: 50%;
    min-width: 50%;
}

.Default_3_Column .propertyValue, .Default_3_Column .balanceColumn {
    width: 33.33%;
    min-width: 33.33%;
}

.Default_4_Column .propertyValue, .Default_4_Column .balanceColumn {
    width: 25%;
    min-width: 25%;
}

.Default_5_Column .propertyValue, .Default_5_Column .balanceColumn, .WorkflowDetails .propertyValue, .WorkflowDetails .balanceColumn {
    width: 20%;
    min-width: 20%;
}

.Default_6_Column .propertyValue, .Default_6_Column .balanceColumn {
    width: 16.66%;
    min-width: 16.66%;
}

.Default_7_Column .propertyValue, .Default_7_Column .balanceColumn, .Default_7_Column .timeago {
    width: 14.28%;
    min-width: 14.28%;
}

.Default_8_Column .propertyValue, .Default_8_Column .balanceColumn {
    width: 13%;
    min-width: 13%;
}
/* Default Cell Styles -- End */

/* Default Data Styles - Start */

td.balanceColumn {
    padding: 8px 10px;
    vertical-align: top;
}


span.balanceColumn {
    width: 100% !important;
    text-align: right;
    display: block;
}

/* Default Data Styles - End */

/*Reporting GenericDataListView_WebControl css*/
.gridGeneral {
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: #3e3e3e;
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    margin-left: 20px;
    margin-right: 20px;
}

.gridHeaderCell {
    font-weight: bold;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 5px;
    background-color: #f0f0f0;
}

.gridCell {
    font-weight: normal;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 5px;
    background-color: #ffffff;
}

.gridCellAlt {
    font-weight: normal;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 5px;
    background-color: #f2f6f9;
}

.gridCellWithButton {
    font-weight: normal;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 9px 5px 10px 5px;
    background-color: #ffffff;
}

.gridCellAltWithButton {
    font-weight: normal;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 9px 5px 10px 5px;
    background-color: #f2f6f9;
}

/* Reporting Error message styling, used on specialty pages such as reports  */

.ErrorTitle {
    background-color: White;
    font-family: Verdana, Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #d11e1e;
    margin-bottom: 4px;
    margin-top: 16px;
}

.ErrorMessage {
    background-color: White;
    font-family: Verdana, Arial;
    font-size: 11pt;
    font-weight: normal;
    color: #d11e1e;
    margin-bottom: 16px;
}

/*  General text styles  */

.generalText {
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #3e3e3e;
}

/* LoginPage Styles */

.loginPage .GeneralDisplay1 input {
    width: 140px;
    padding-left: 2px;
}

.loginPage .required {
    display: none;
}

.NoteCss {
    width: 100%;
}

td.LongNoteCell {
    padding: 10px;
    font-size: 14px;
    border-top: 1px solid #C4C4C4;
    width: 60%;
    padding-right: 50px;
}

td.ShortNoteCell {
    padding: 10px;
    font-size: 14px;
    border-top: 1px solid #C4C4C4;
    width: 15%;
}

td.ShorterNoteCell {
    padding: 10px;
    font-size: 14px;
    border-top: 1px solid #C4C4C4;
    width: 10%;
}

td.LongNoteCell_HeaderCell {
    width: 60%;
}

td.ShortNoteCell_HeaderCell {
    width: 15%;
}

td.ShorterNoteCell_HeaderCell {
    width: 10%;
}

/*.previewWrapper123
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height:100%;
}*/

.PrintButton {
    background: #E6EDF1;
    display: block;
    padding: 8px 8px 9px 8px;
    font-size: 14px;
    border: 1px solid #809ED4;
    text-align: center;
}

/* Print styles */

@media print {

    #headerStatusUR {
        display: none;
    }

    #headerMenuUR {
        display: none;
    }

    #UnitRegistryTabviewControl_Container {
        display: none;
    }

    #ReassignWorkflowButton {
        display: none;
    }

    #WorkflowSummaryButton {
        display: none;
    }

    #DisplayCustomerButton {
        display: none;
    }

    #RefreshButton {
        display: none;
    }

    #headerMenuWizard {
        display: none;
    }

    #headerWizard {
        display: none;
    }

    #headerUR {
        display: none;
    }

    body * {
        visibility: visible;
    }

    .GeneralDisplay1 .odd, .ShortGeneralDisplay1 .odd, .GeneralDisplay2 .odd, .GeneralDisplay3 .odd, .GeneralDisplay4 .odd, .GeneralDisplay5 .odd, .GeneralDisplay6 .odd, .GeneralDisplay7 .odd {
        background-color: #ffffff;
        border: none !important;
    }

    .GeneralDisplay1 .even, .ShortGeneralDisplay1 .even, .GeneralDisplay2 .even, .GeneralDisplay3 .even, .GeneralDisplay4 .even, .GeneralDisplay5 .even, .GeneralDisplay6 .even, .GeneralDisplay7 .even {
        background-color: #ffffff;
        border: none !important;
    }

    .GeneralDisplay1 .propertyValueGrouped, .ShortGeneralDisplay1 .propertyValueGrouped, .GeneralDisplay2 .propertyValueGrouped, .GeneralDisplay3 .propertyValueGrouped, .GeneralDisplay4 .propertyValueGrouped
    .GeneralDisplay5 .propertyValueGrouped, .GeneralDisplay6 .propertyValueGrouped, .GeneralDisplay7 .propertyValueGrouped {
        vertical-align: middle;
        padding: 8px 0 7px 5px;
        font-size: 14px;
        border: none !important;
        white-space: nowrap;
    }

    .GeneralDisplay1 .propertyValue, .ShortGeneralDisplay1 .propertyValue, .GeneralDisplay2 .propertyValue, .GeneralDisplay3 .propertyValue, .GeneralDisplay4 .propertyValue
    .GeneralDisplay5 .propertyValue, .GeneralDisplay6 .propertyValue, .GeneralDisplay7 .propertyValue {
        vertical-align: middle;
        padding: 8px 0 7px 5px;
        font-size: 14px;
        border: none !important;
        white-space: nowrap;
    }

    .GeneralDisplay1 .propertyLabel, .ShortGeneralDisplay1 .propertyLabel, .GeneralDisplay2 .propertyLabel, .GeneralDisplay3 .propertyLabel, .GeneralDisplay4 .propertyLabel
    .GeneralDisplay5 .propertyLabel, .GeneralDisplay6 .propertyLabel, .GeneralDisplay7 .propertyLabel {
        vertical-align: middle;
        padding: 8px 0 7px 5px;
        font-size: 14px;
        border: none !important;
        white-space: nowrap;
    }

    .GeneralDisplay1 .propertyLabelGrouped, .ShortGeneralDisplay1 .propertyLabelGrouped, .GeneralDisplay2 .propertyLabelGrouped, .GeneralDisplay3 .propertyLabelGrouped, .GeneralDisplay4 .propertyLabelGrouped
    .GeneralDisplay5 .propertyLabelGrouped, .GeneralDisplay6 .propertyLabelGrouped, .GeneralDisplay7 .propertyLabelGrouped {
        vertical-align: middle;
        padding: 8px 0 7px 5px;
        font-size: 14px;
        border: none !important;
        white-space: nowrap;
    }

    .noprint {
        display: none;
    }

    .printonly {
        display: block;
        margin: auto;
        text-align: center;
        vertical-align: middle;
    }

    .testControlsWrapper {
        display: none;
    }

    .workflowInstancePanel {
        display: none;
    }

    .currentStepPanel {
        display: none;
    }

    .TestAction {
        display: none;
    }

    .linkButton {
        display: none;
    }

    .potentialTransitionsPanel {
        display: none;
    }

    .GeneralDisplay1 .propertyLabel, propertyLabelGrouped. {
        text-align: left;
        vertical-align: middle;
        padding: 4px 4px 8px 4px;
        white-space: nowrap;
        color: Black;
        font-size: 14px;
        border: none !important;
    }

    .GeneralDisplay1 .propertyValue, .propertyValueGrouped. {
        text-align: left;
        vertical-align: middle;
        padding: 4px 8px 8px 4px;
        color: Black;
        font-size: 14px;
        border: none !important;
    }

    table.GeneralDisplay1 {
        border-color: transparent !important;
    }

    .workflowWizardContentPanel {
        border: none !important;
        margin-top: 0px;
        vertical-align: center;
    }
}

.genericDataView {
    visibility: visible;
    border: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
}

.lightBoxPrintPanel {
    visibility: visible;
    border: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
}

    .lightBoxPrintPanel * {
        visibility: visible;
    }

    .lightBoxPrintPanel .detailDataViewCell {
        width: 100%;
    }

    .lightBoxPrintPanel .groupactioncellroot, .lightBoxPrintPanel .groupActionCell, .lightBoxPrintPanel .groupActionCellPanel {
        display: none;
    }

    .lightBoxPrintPanel .searchButton2, .lightBoxPrintPanel .searchClearButton, .lightBoxPrintPanel .showAdvancedSearch {
        display: none;
    }

    .lightBoxPrintPanel .lightBoxCloseButton, .lightBoxPrintPanel .lightBoxPrintButton {
        visibility: hidden;
    }

    .lightBoxPrintPanel .pagingLabelDisplayPaging, .lightBoxPrintPanel .pageNextPanelDisplayPaging, .lightBoxPrintPanel .pagePreviousPanelDisplayPaging {
        display: none;
    }

}


@media screen {
    .lightBoxPrintPageOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: transparent url(images/overlay.png) repeat scroll;
        z-index: 1100;
        height: 100%;
    }

    .lightBoxPrintPanel {
        position: absolute;
        top: 100px;
        left: 100px;
        bottom: 100px;
        right: 100px;
        padding: 16px;
        border: 2px solid #c4c4c4;
        background-color: white;
        z-index: 1200;
        overflow: auto;
    }

        .lightBoxPrintPanel .detailDataViewCell {
            width: 100%;
        }

        .lightBoxPrintPanel .groupactioncellroot, .lightBoxPrintPanel .groupActionCell, .lightBoxPrintPanel .groupActionCellPanel {
            display: none;
        }

        .lightBoxPrintPanel .searchButtonCell, .lightBoxPrintPanel .advancedSearchButtonCell {
            display: none;
        }

        .lightBoxPrintPanel .searchButton2, .lightBoxPrintPanel .searchClearButton, .lightBoxPrintPanel .showAdvancedSearch {
            display: none;
        }

        .lightBoxPrintPanel .pagingLabelDisplayPaging, .lightBoxPrintPanel .pageNextPanelDisplayPaging, .lightBoxPrintPanel .pagePreviousPanelDisplayPaging {
            display: none;
        }
}
