/* -- CheckBox -- */
.dxICBFocused_Magion {
    background-color: #94a5db;
}

.dxICheckBox_Magion {
}
/* -- ASPxCallbackPanel -- */
.dxcpLoadingPanel_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #303030;
}

    .dxcpLoadingPanel_Magion td.dx {
        white-space: nowrap;
        text-align: center;
        padding: 12px;
    }

.dxcpLoadingPanelWithContent_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #303030;
    border: 1px solid #CBCBCB;
    background-color: White;
}

    .dxcpLoadingPanelWithContent_Magion td.dx {
        white-space: nowrap;
        text-align: center;
        padding: 12px;
    }

.dxcpLoadingDiv_Magion {
    background-color: Gray;
    opacity: 0.01;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}
/* Disabled */
.dxcpDisabled_Magion {
    color: #B8B8B8;
    cursor: default;
}

.version_footer {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: small;
    color: gray;
}       

/* -- ASPxCloudControl -- */
.dxccControl_Magion {
    font: 23px Tahoma, Geneva, sans-serif;
    text-decoration: none;
    color: #91ACE0;
    background-color: transparent;
}

    .dxccControl_Magion a {
        text-decoration: none !important;
        color: #91ACE0;
    }

        .dxccControl_Magion a:hover {
            text-decoration: underline !important;
        }
/* Disabled */
.dxccDisabled_Magion {
    color: #808080;
    cursor: default;
}

/* -- ASPxDataView -- */
.dxdvControl_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #98a3c4;
    background-color: transparent;
}

    .dxdvControl_Magion td.dxdvCtrl {
        padding: 3px;
    }

.dxdvLoadingPanel_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #303030;
    border: 1px solid #CBCBCB;
    background-color: White;
}

    .dxdvLoadingPanel_Magion td.dx {
        white-space: nowrap;
        text-align: center;
        padding: 12px;
    }

.dxdvLoadingDiv_Magion {
    background-color: Gray;
    opacity: 0.01;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}

.dxdvContent_Magion {
}

.dxdvItem_Magion,
.dxdvFlowItem_Magion {
    background-color: #E9E9E9;
    border: 1px Solid #CCCCCC;
    padding: 12px 12px 12px 14px;
    height: 180px;
    height: expression("154px");
}

.dxdvFlowItem_Magion {
    float: left;
    overflow: hidden;
}

.dxdvFlowItemsContainer_Magion {
}

.dxdvEmptyItem_Magion {
    text-align: left;
    vertical-align: top;
    padding: 12px 12px 12px 14px;
    height: 180px;
    height: expression("154px");
}

.dxdvPagerPanel_Magion {
    padding: 20px;
    border: 10px Solid #2C4182;
    background: #3F5496 url('dvPagerBack.gif') repeat-x top;
}

/*.dxdvPagerPanel_Magion .dxpPageSizeItem_Magion > table {
        margin: -2px 0px;
    }*/

.dxdvEmptyData_Magion {
    color: #848484;
    padding: 9px 37px;
}

.dxdvEPContainer_Magion {
    height: 48px;
    text-align: center;
}

    .dxdvEPContainer_Magion div {
        padding-top: 15px;
    }

    .dxdvEPContainer_Magion a {
        color: #5A83D0;
    }

        .dxdvEPContainer_Magion a:hover {
            color: #2443AA;
        }
/* Disabled */
.dxdvDisabled_Magion {
    color: #B8B8B8;
    cursor: default;
}

/* -- ASPxHeadline -- */
.dxhlControl_Magion {
    font: 11px Tahoma, Geneva, sans-serif;
    color: black;
    padding: 0px;
}

    .dxhlControl_Magion a {
        color: #5A83D0;
        text-decoration: none;
    }

.dxhlContent_Magion {
    font-size: 12px;
    color: #575757;
    line-height: 120% !important;
}

.dxhlTail_Magion {
    text-decoration: none;
}

.dxhlDateHeader_Magion {
    background-color: #5066AC;
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px 6px 5px 7px;
}

.dxhlDate_Magion {
    background-color: #5066AC;
    color: #FFFFFF;
    padding: 4px 6px 5px 7px;
    white-space: nowrap;
}

.dxhlHeader_Magion {
    font-size: 1.3em;
    text-decoration: none;
    color: #5A83D0;
    line-height: 141% !important;
}

.dxhlLeftPanel_Magion {
    color: #575757;
}

.dxhlRightPanel_Magion {
    color: #575757;
}

.dxhlContent_Magion a.dxhl {
    color: #5A83D0;
    text-decoration: none;
}

    .dxhlContent_Magion a.dxhl:hover {
        text-decoration: none;
    }

    .dxhlContent_Magion a.dxhl:visited {
        color: #98A3C4;
    }
/* Disabled */
.dxhlDisabled_Magion {
    color: #B8B8B8;
    cursor: default;
}

/* -- ASPxLoadingPanel -- */
.dxlpLoadingPanel_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #303030;
    border: 1px solid #CBCBCB;
    background-color: White;
}

    .dxlpLoadingPanel_Magion td.dx {
        white-space: nowrap;
        text-align: center;
        padding: 12px;
    }

.dxlpLoadingDiv_Magion {
    background-color: #777777;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=70);
}

/* -- ASPxMenu Lite -- */
.dxmLite_Magion .dxm-main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dxmLite_Magion .dxm-horizontal {
    border: 1px solid #2C4182;
    background: #3E5496 url('mItemBack.gif') repeat-x left top;
    padding: 0px;
}

.dxmLite_Magion .dxm-vertical,
.dxmLite_Magion .dxm-popup {
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC;
    padding: 0px;
}

.dxmLite_Magion .dxm-vertical {
    width: 150px;
}

.dxmBrdCor_Magion {
    background-color: #CCCCCC;
}

.dxmLite_Magion ul.dx {
    font: 12px Tahoma, Geneva, sans-serif;
}

.dxmLite_Magion .dxm-item {
    cursor: default;
    text-align: left;
}

.dxmLite_Magion.dxm-rtl .dxm-item {
    text-align: right;
}

.dxmLite_Magion .dxm-image-t .dxm-item,
.dxmLite_Magion .dxm-image-b .dxm-item {
    text-align: center;
}

.dxmLite_Magion .dxm-content {
    display: block;
    white-space: nowrap;
}

.dxmLite_Magion .dxm-horizontal,
.dxmLite_Magion .dxm-horizontal .dxm-item a.dx {
    color: White;
}

.dxmLite_Magion .dxm-vertical,
.dxmLite_Magion .dxm-vertical .dxm-item a.dx,
.dxmLite_Magion .dxm-popup,
.dxmLite_Magion .dxm-popup .dxm-item a.dx {
    color: Black;
}

    .dxmLite_Magion .dxm-horizontal .dxm-disabled,
    .dxmLite_Magion .dxm-horizontal .dxm-disabled a.dx,
    .dxmLite_Magion .dxm-vertical .dxm-disabled,
    .dxmLite_Magion .dxm-vertical .dxm-disabled a.dx,
    .dxmLite_Magion .dxm-popup .dxm-disabled,
    .dxmLite_Magion .dxm-popup .dxm-disabled a.dx {
        color: #787878;
    }

.dxmLite_Magion .dxm-item a.dx {
    text-decoration: none;
}

.dxmLite_Magion .dxm-vertical .dxm-item,
.dxmLite_Magion .dxm-popup .dxm-item {
    background-color: #F5F5F5;
}

.dxmLite_Magion .dxm-vertical .dxm-item,
.dxmLite_Magion .dxm-popup .dxm-item {
    border-width: 1px;
}

.dxmLite_Magion.dxm-ltr .dxm-popOut,
.dxmLite_Magion.dxm-rtl .dxm-image-l .dxm-popOut {
    border-width: 0 0 0 1px;
}

.dxmLite_Magion.dxm-rtl .dxm-popOut,
.dxmLite_Magion.dxm-ltr .dxm-image-r .dxm-popOut {
    border-width: 0 1px 0 0;
}

.dxmLite_Magion .dxm-vertical .dxm-item,
.dxmLite_Magion .dxm-popup .dxm-item,
.dxmLite_Magion .dxm-popOut {
    border-color: transparent;
    border-style: solid;
}

/* Checked, Selected, Hovered */
.dxmLite_Magion .dxm-horizontal .dxm-selected,
.dxmLite_Magion .dxm-horizontal .dxm-selected a.dx,
.dxmLite_Magion .dxm-horizontal .dxm-checked,
.dxmLite_Magion .dxm-horizontal .dxm-checked a.dx {
    color: White;
}

.dxmLite_Magion .dxm-horizontal .dxm-dropDownMode.dxm-hovered .dxm-popOut {
    border-color: #2C4182;
}

.dxmLite_Magion .dxm-vertical .dxm-item,
.dxmLite_Magion .dxm-vertical .dxm-dropDownMode .dxm-popOut,
.dxmLite_Magion .dxm-popup .dxm-item,
.dxmLite_Magion .dxm-popup .dxm-dropDownMode .dxm-popOut {
    border-color: White;
}

.dxmLite_Magion .dxm-horizontal .dxm-checked,
.dxmLite_Magion .dxm-horizontal .dxm-selected {
    background: #273A79 url('mItemSBack.gif') repeat-x left top;
}

.dxmLite_Magion .dxm-horizontal .dxm-hovered {
    background: #E9E9E9 url('mItemHBack.gif') repeat-x left top;
}

.dxmLite_Magion .dxm-vertical .dxm-checked,
.dxmLite_Magion .dxm-vertical .dxm-selected,
.dxmLite_Magion .dxm-popup .dxm-selected {
    background-color: #DEDEDE;
}

    .dxmLite_Magion .dxm-vertical .dxm-checked,
    .dxmLite_Magion .dxm-vertical .dxm-checked.dxm-dropDownMode .dxm-popOut,
    .dxmLite_Magion .dxm-vertical .dxm-selected,
    .dxmLite_Magion .dxm-vertical .dxm-selected.dxm-dropDownMode .dxm-popOut,
    .dxmLite_Magion .dxm-popup .dxm-selected,
    .dxmLite_Magion .dxm-popup .dxm-selected.dxm-dropDownMode .dxm-popOut {
        border-color: #DEDEDE;
    }

.dxmLite_Magion .dxm-vertical .dxm-hovered,
.dxmLite_Magion .dxm-popup .dxm-hovered {
    background-color: #E9E9E9;
    border-right-color: #E9E9E9;
    border-bottom-color: #E9E9E9;
}

/* Content */
.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-l .dxm-content,
.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-r .dxm-content {
    padding: 3px 16px 5px 18px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-l .dxm-content,
.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-r .dxm-content {
    padding: 3px 18px 5px 16px;
}

.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-l .dxm-subMenu .dxm-content,
.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-l .dxm-dropDownMode .dxm-content {
    padding-left: 9px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-r .dxm-subMenu .dxm-content,
.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-r .dxm-dropDownMode .dxm-content {
    padding-right: 9px;
}

.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-l .dxm-subMenu .dxm-content,
.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-t .dxm-subMenu .dxm-content,
.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-b .dxm-subMenu .dxm-content {
    padding-right: 3px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-r .dxm-subMenu .dxm-content,
.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-t .dxm-subMenu .dxm-content,
.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-b .dxm-subMenu .dxm-content {
    padding-left: 3px;
}

.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-r .dxm-subMenu .dxm-content {
    padding-right: 13px;
    padding-left: 3px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-l .dxm-subMenu .dxm-content {
    padding-left: 13px;
    padding-right: 3px;
}

.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-l .dxm-dropDownMode.dxm-noImage .dxm-content {
    padding-left: 13px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-r .dxm-dropDownMode.dxm-noImage .dxm-content {
    padding-right: 13px;
}

.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-r .dxm-dropDownMode .dxm-content,
.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-t .dxm-dropDownMode .dxm-content,
.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-b .dxm-dropDownMode .dxm-content {
    padding-right: 13px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-l .dxm-dropDownMode .dxm-content,
.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-t .dxm-dropDownMode .dxm-content,
.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-b .dxm-dropDownMode .dxm-content {
    padding-left: 13px;
}

.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-t .dxm-content,
.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-b .dxm-content {
    padding: 3px 16px 5px 18px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-t .dxm-content,
.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-b .dxm-content {
    padding: 3px 18px 5px 16px;
}

.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-item .dxm-content,
.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-item .dxm-content,
.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-t .dxm-noImage .dxm-content,
.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-b .dxm-noImage .dxm-content {
    padding: 4px 16px 6px 18px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-item .dxm-content,
.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-item .dxm-content,
.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-t .dxm-noImage .dxm-content,
.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-b .dxm-noImage .dxm-content {
    padding: 4px 18px 6px 16px;
}

.dxmLite_Magion.dxm-ltr .dxm-vertical .dxm-image-l .dxm-content,
.dxmLite_Magion.dxm-ltr .dxm-vertical .dxm-image-r .dxm-content {
    padding: 3px 19px 3px 8px;
}

.dxmLite_Magion.dxm-rtl .dxm-vertical .dxm-image-l .dxm-content,
.dxmLite_Magion.dxm-rtl .dxm-vertical .dxm-image-r .dxm-content {
    padding: 3px 8px 3px 19px;
}

.dxmLite_Magion.dxm-ltr .dxm-vertical .dxm-image-r .dxm-noSubMenu .dxm-content,
.dxmLite_Magion.dxm-ltr .dxm-vertical .dxm-image-r .dxm-subMenu .dxm-content,
.dxmLite_Magion.dxm-ltr .dxm-vertical .dxm-image-r .dxm-dropDownMode .dxm-content {
    padding-right: 5px;
    padding-left: 13px;
}

.dxmLite_Magion.dxm-rtl .dxm-vertical .dxm-image-l .dxm-noSubMenu .dxm-content,
.dxmLite_Magion.dxm-rtl .dxm-vertical .dxm-image-l .dxm-subMenu .dxm-content,
.dxmLite_Magion.dxm-rtl .dxm-vertical .dxm-image-l .dxm-dropDownMode .dxm-content {
    padding-left: 5px;
    padding-right: 13px;
}

.dxmLite_Magion.dxm-ltr .dxm-vertical .dxm-image-t .dxm-content,
.dxmLite_Magion.dxm-ltr .dxm-vertical .dxm-image-b .dxm-content {
    padding: 6px 12px 6px 11px;
}

.dxmLite_Magion.dxm-rtl .dxm-vertical .dxm-image-t .dxm-content,
.dxmLite_Magion.dxm-rtl .dxm-vertical .dxm-image-b .dxm-content {
    padding: 6px 11px 6px 12px;
}

.dxmLite_Magion.dxm-ltr .dxm-popup .dxm-content {
    padding: 3px 8px 3px 10px;
}

.dxmLite_Magion.dxm-rtl .dxm-popup .dxm-content {
    padding: 3px 10px 3px 8px;
}

.dxmLite_Magion .dxm-popup .dxm-noSubMenu .dxm-content,
.dxmLite_Magion .dxm-popup .dxm-subMenu .dxm-content {
}

.dxmLite_Magion.dxm-ltr .dxm-popup .dxm-dropDownMode .dxm-content {
    padding-right: 16px;
}

.dxmLite_Magion.dxm-rtl .dxm-popup .dxm-dropDownMode .dxm-content {
    padding-left: 16px;
}

/* Image */
.dxmLite_Magion .dxm-horizontal .dxm-image-l .dxm-hasText .dxm-image {
    margin-right: 4px;
}

.dxmLite_Magion .dxm-horizontal .dxm-image-r .dxm-hasText .dxm-image {
    margin-left: 4px;
}

.dxmLite_Magion .dxm-horizontal .dxm-image-t .dxm-hasText .dxm-image {
    margin-bottom: 4px;
}

.dxmLite_Magion .dxm-horizontal .dxm-image-b .dxm-hasText .dxm-image {
    margin-top: 4px;
}

.dxmLite_Magion .dxm-vertical .dxm-image-l .dxm-image {
    margin-right: 7px;
}

.dxmLite_Magion .dxm-vertical .dxm-image-r .dxm-image {
    margin-left: 7px;
}

.dxmLite_Magion.dxm-ltr .dxm-popup .dxm-image {
    margin-right: 9px;
}

.dxmLite_Magion.dxm-rtl .dxm-popup .dxm-image {
    margin-left: 9px;
}

/* Image replacement */
.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-l .dxm-subMenu.dxm-noImage {
    padding-left: 4px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-r .dxm-subMenu.dxm-noImage {
    padding-right: 4px;
}

.dxmLite_Magion .dxm-vertical .dxm-image-l .dxm-noImage {
    padding-left: 23px;
}

.dxmLite_Magion .dxm-vertical .dxm-image-r .dxm-noImage {
    padding-right: 23px;
}

.dxmLite_Magion.dxm-ltr .dxm-vertical .dxm-image-t .dxm-noImage,
.dxmLite_Magion.dxm-ltr .dxm-vertical .dxm-image-b .dxm-noImage {
    padding-left: 3px;
}

.dxmLite_Magion.dxm-rtl .dxm-vertical .dxm-image-t .dxm-noImage,
.dxmLite_Magion.dxm-rtl .dxm-vertical .dxm-image-b .dxm-noImage {
    padding-right: 3px;
}

.dxmLite_Magion.dxm-ltr .dxm-popup .dxm-noImage {
    padding-left: 25px;
}

.dxmLite_Magion.dxm-rtl .dxm-popup .dxm-noImage {
    padding-right: 25px;
}

/* PopOut */
.dxmLite_Magion .dxm-horizontal .dxm-image-l .dxm-popOut,
.dxmLite_Magion .dxm-horizontal .dxm-image-r .dxm-popOut,
.dxmLite_Magion .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-popOut,
.dxmLite_Magion .dxm-horizontal .dxm-image-t .dxm-noImage .dxm-popOut,
.dxmLite_Magion .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-popOut,
.dxmLite_Magion .dxm-horizontal .dxm-image-b .dxm-noImage .dxm-popOut {
    padding-top: 6px;
    padding-bottom: 7px;
}

.dxmLite_Magion .dxm-horizontal .dxm-image-t .dxm-popOut,
.dxmLite_Magion .dxm-horizontal .dxm-image-b .dxm-popOut {
    padding-top: 24px;
    padding-bottom: 25px;
}

.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-l .dxm-popOut {
    padding-right: 13px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-r .dxm-popOut {
    padding-left: 13px;
}

.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-r .dxm-popOut {
    padding-left: 9px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-l .dxm-popOut {
    padding-right: 9px;
}

.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-t .dxm-popOut,
.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-b .dxm-popOut {
    padding-right: 16px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-t .dxm-popOut,
.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-b .dxm-popOut {
    padding-left: 16px;
}

.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-r .dxm-noImage .dxm-popOut {
    padding-left: 13px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-l .dxm-noImage .dxm-popOut {
    padding-right: 13px;
}

.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-dropDownMode .dxm-popOut {
    padding-left: 12px;
    padding-right: 13px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-dropDownMode .dxm-popOut {
    padding-right: 12px;
    padding-left: 13px;
}

.dxmLite_Magion.dxm-ltr .dxm-horizontal .dxm-image-r .dxm-dropDownMode .dxm-popOut {
    padding-left: 11px;
    padding-right: 14px;
}

.dxmLite_Magion.dxm-rtl .dxm-horizontal .dxm-image-l .dxm-dropDownMode .dxm-popOut {
    padding-right: 11px;
    padding-left: 14px;
}

.dxmLite_Magion .dxm-vertical .dxm-image-l .dxm-popOut,
.dxmLite_Magion .dxm-vertical .dxm-image-r .dxm-popOut,
.dxmLite_Magion .dxm-popup .dxm-popOut {
    padding-top: 7px;
    padding-bottom: 6px;
}

.dxmLite_Magion .dxm-vertical .dxm-image-t.dxm-noImages .dxm-popOut,
.dxmLite_Magion .dxm-vertical .dxm-image-t .dxm-noImage .dxm-popOut,
.dxmLite_Magion .dxm-vertical .dxm-image-b.dxm-noImages .dxm-popOut,
.dxmLite_Magion .dxm-vertical .dxm-image-b .dxm-noImage .dxm-popOut {
    padding-top: 9px;
    padding-bottom: 9px;
}

.dxmLite_Magion .dxm-vertical .dxm-image-t .dxm-popOut,
.dxmLite_Magion .dxm-vertical .dxm-image-b .dxm-popOut {
    padding-top: 28px;
    padding-bottom: 27px;
}

.dxmLite_Magion.dxm-ltr .dxm-vertical .dxm-popOut,
.dxmLite_Magion.dxm-ltr .dxm-popup .dxm-popOut {
    padding-right: 7px;
    padding-left: 7px;
}

.dxmLite_Magion.dxm-rtl .dxm-vertical .dxm-popOut,
.dxmLite_Magion.dxm-rtl .dxm-popup .dxm-popOut {
    padding-left: 7px;
    padding-right: 7px;
}

/* PopOut replacement */
.dxmLite_Magion.dxm-ltr .dxm-popup .dxm-noSubMenu {
    padding-right: 20px;
}

.dxmLite_Magion.dxm-rtl .dxm-popup .dxm-noSubMenu {
    padding-left: 20px;
}

/* Spacings, Separator */
.dxmLite_Magion .dxm-horizontal .dxm-spacing {
    width: 0px;
    height: 1px;
}

.dxmLite_Magion .dxm-vertical .dxm-spacing,
.dxmLite_Magion .dxm-popup .dxm-spacing {
    height: 1px;
}

.dxmLite_Magion.dxm-ie7 .dxm-vertical .dxm-spacing,
.dxmLite_Magion.dxm-ie7 .dxm-popup .dxm-spacing {
    margin-top: -3px;
}

.dxmLite_Magion.dxm-ie7 .dxm-vertical .dxm-separator,
.dxmLite_Magion.dxm-ie7 .dxm-popup .dxm-separator {
    padding-top: -3px;
}

.dxmLite_Magion .dxm-horizontal .dxm-separator b {
    width: 2px;
}

.dxmLite_Magion .dxm-vertical .dxm-separator b,
.dxmLite_Magion .dxm-popup .dxm-separator b {
    height: 1px;
}

.dxmLite_Magion .dxm-horizontal .dxm-separator b {
    background: transparent url('mSeparatorHor.gif') repeat-y left top;
}

.dxmLite_Magion .dxm-horizontal .dxm-spacing,
.dxmLite_Magion .dxm-horizontal .dxm-separator b {
    height: 100%;
}
/* Scroll elements */
.dxmLite_Magion .dxm-scrollUpBtn,
.dxmLite_Magion .dxm-scrollDownBtn {
    border: 0 solid;
    border-left: 1px solid White;
    background: #f5f5f5 url('mScrollBack.gif') repeat-x left top;
    cursor: pointer;
    font-size: 0px;
    padding: 3px 0 2px;
    text-align: center;
}

.dxmLite_Magion .dxm-scrollUpBtn {
    margin-bottom: 1px;
}

.dxmLite_Magion .dxm-scrollDownBtn {
    margin-top: 1px;
}

.dxmLite_Magion .dxm-scrollBtnHovered {
    background: #E9E9E9 url('mScrollHBack.gif') repeat-x left top;
}

.dxmLite_Magion .dxm-scrollBtnPressed {
    background: #dedede none;
    border-left-color: #dedede;
}

.dxmLite_Magion .dxm-scrollBtnDisabled {
    cursor: default;
}

.dxmLite_Magion .dxm-scrollArea {
    overflow: hidden;
    position: relative;
}

/* -- ASPxMenu Lite Toolbar mode -- */
/* has image */
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-l .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-r .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-l .dxm-subMenu .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-r .dxm-subMenu .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-t .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-b .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-t .dxm-subMenu .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-b .dxm-subMenu .dxm-content {
    padding: 6px 8px 5px;
}

/* no image */
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-l .dxm-subMenu.dxm-noImage .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-r .dxm-subMenu.dxm-noImage .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-l.dxm-noImages .dxm-item .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-r.dxm-noImages .dxm-item .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-l .dxm-noImage .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-r .dxm-noImage .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-t .dxm-subMenu.dxm-noImage .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-b .dxm-subMenu.dxm-noImage .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-t.dxm-noImages .dxm-item .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-b.dxm-noImages .dxm-item .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-t .dxm-noImage .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-b .dxm-noImage .dxm-content {
    padding: 6px 8px 5px;
}

/* dd has image */
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-l .dxm-dropDownMode .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-r .dxm-dropDownMode .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-t .dxm-dropDownMode .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-b .dxm-dropDownMode .dxm-content {
    padding: 6px 8px 5px;
}

/* dd no image*/
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-l .dxm-dropDownMode.dxm-noImage .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-r .dxm-dropDownMode.dxm-noImage .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-t .dxm-dropDownMode.dxm-noImage .dxm-content,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-b .dxm-dropDownMode.dxm-noImage .dxm-content {
    padding: 6px 8px 5px;
}

.dxmLite_Magion.dxm-ltr .dxmtb.dxm-horizontal .dxm-image-l .dxm-dropDownMode .dxm-popOut,
.dxmLite_Magion.dxm-ltr .dxmtb.dxm-horizontal .dxm-image-l .dxm-popOut,
.dxmLite_Magion.dxm-rtl .dxmtb.dxm-horizontal .dxm-image-r .dxm-dropDownMode .dxm-popOut,
.dxmLite_Magion.dxm-rtl .dxmtb.dxm-horizontal .dxm-image-r .dxm-popOut,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-t .dxm-dropDownMode .dxm-popOut,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-t .dxm-popOut,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-b .dxm-dropDownMode .dxm-popOut,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-b .dxm-popOut {
    padding: 8px 6px 9px 5px;
}

.dxmLite_Magion.dxm-rtl .dxmtb.dxm-horizontal .dxm-image-l .dxm-dropDownMode .dxm-popOut,
.dxmLite_Magion.dxm-rtl .dxmtb.dxm-horizontal .dxm-image-l .dxm-popOut,
.dxmLite_Magion.dxm-ltr .dxmtb.dxm-horizontal .dxm-image-r .dxm-dropDownMode .dxm-popOut,
.dxmLite_Magion.dxm-ltr .dxmtb.dxm-horizontal .dxm-image-r .dxm-popOut {
    padding: 8px 7px 9px 4px;
}

.dxmLite_Magion.dxm-ltr .dxmtb.dxm-popup .dxm-image {
    margin-right: 3px;
}

.dxmLite_Magion.dxm-rtl .dxmtb.dxm-popup .dxm-image {
    margin-left: 3px;
}

.dxmLite_Magion.dxm-ltr .dxmtb.dxm-popup .dxm-noImage {
    padding-left: 19px;
}

.dxmLite_Magion.dxm-rtl .dxmtb.dxm-popup .dxm-noImage {
    padding-right: 19px;
}

.dxmLite_Magion.dxm-ltr .dxmtb.dxm-horizontal .dxm-image-l .dxm-dropDownMode.dxm-noImage,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-t .dxm-dropDownMode.dxm-noImage,
.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-image-b .dxm-dropDownMode.dxm-noImage {
    padding-left: 0;
}

.dxmLite_Magion.dxm-rtl .dxmtb.dxm-horizontal .dxm-image-r .dxm-dropDownMode.dxm-noImage {
    padding-right: 0;
}

.dxmLite_Magion.dxm-ltr .dxmtb.dxm-horizontal .dxm-dropDownMode.dxm-hovered .dxm-popOut {
    border-left-color: #2C4182;
}

.dxmLite_Magion.dxm-rtl .dxmtb.dxm-horizontal .dxm-dropDownMode.dxm-hovered .dxm-popOut {
    border-right-color: #2C4182;
}

.dxmLite_Magion .dxmtb.dxm-horizontal .dxm-separator b {
    width: 2px;
    height: 100%;
}

.dxmLite_Magion .dxm-horizontal.dxmtb .dxtb-comboBoxMenuItem {
    padding: 2px 4px 1px;
}

.dxmLite_Magion .dxm-horizontal.dxmtb .dxtb-labelMenuItem {
    padding: 8px 4px 0 !important;
}

/* --- ASPxMenu Lite skins for XAF --- */
.menuLinks_Magion,
.menuLinks_Magion .dxm-item,
.menuLinks_Magion .dxm-hovered,
.menuLinks_Magion .dxm-disabled {
    background: none !important;
    border-style: none !important;
}

    .menuLinks_Magion .dxm-tmpl {
        padding-top: 1px !important;
    }

    .menuLinks_Magion .dxm-popOut {
        border-style: none !important;
    }

    .menuLinks_Magion .dxm-item a.dx > span {
        color: #5A83D0;
        text-decoration: underline;
    }

    .menuLinks_Magion .dxm-hovered a.dx > span {
        color: #2443AA !important;
        text-decoration: underline !important;
    }

.menuButtons_Magion,
.menuButtons_Magion a.dx,
.menuButtons_Magion .dxm-tmpl {
    color: #000000 !important;
    background: none !important;
}

    .menuButtons_Magion .dxm-popOut {
        padding: 6px 4px 6px !important;
    }

    .menuButtons_Magion .dxm-content {
        padding: 3px 8px 1px 8px !important;
        height: 16px !important;
    }

    .menuButtons_Magion .dxm-item {
        border: 1px solid #B8B8B8;
        background: #e5e5e5 url('<%=WebResource("DevExpress.Web.ASPxThemes.App_Themes.PlasticBlue.Editors.edtButtonBack.gif') left top;
    }

        .menuButtons_Magion .dxm-item.dxm-hovered {
            background: #F2F2F2 url('<%=WebResource("DevExpress.Web.ASPxThemes.App_Themes.PlasticBlue.Editors.edtButtonBackHover.gif') left top;
        }

        .menuButtons_Magion .dxm-item.dxm-tmpl {
            border-color: transparent;
        }

            .menuButtons_Magion .dxm-item.dxm-tmpl > * {
                margin: -1px 0;
            }
/* Loading panel */
.dxmLoadingPanel_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #303030;
}

    .dxmLoadingPanel_Magion td.dx {
        white-space: nowrap;
        text-align: center;
        padding: 6px;
    }

/* -- ASPxNavBar Lite -- */
.dxnbLite_Magion {
    color: White;
    background-color: #FFFFFF;
    font: 12px Tahoma, Geneva, sans-serif;
    list-style: none none outside;
    margin: 0;
    padding: 0;
    float: left;
    width: 200px;
}

    .dxnbLite_Magion a {
        color: black;
        text-decoration: none;
    }

    .dxnbLite_Magion .dxnb-gr {
        margin-bottom: 1px;
    }

    .dxnbLite_Magion .dxnb-header,
    .dxnbLite_Magion .dxnb-headerCollapsed {
        background: #3F5396 url('nbHeaderBack.gif') repeat-x;
        border: 1px solid #2C4182;
        overflow: hidden;
        margin: 0;
        padding: 4px 4px 6px 8px;
        cursor: pointer;
        white-space: nowrap;
        clear: both;
    }

        .dxnbLite_Magion .dxnb-header a,
        .dxnbLite_Magion .dxnb-headerCollapsed a {
            color: White;
        }

    .dxnbLite_Magion .dxnb-content {
        background-color: #CCCCCC;
        border-top: 0 solid #A8A8A8;
        border-right: 1px solid #A8A8A8;
        border-bottom: 1px solid #A8A8A8;
        border-left: 1px solid #A8A8A8;
        list-style: none none outside;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

.dxnb-noHeads .dxnb-content {
    border-top-width: 1px;
}

.dxnbLite_Magion .dxnb-item,
.dxnbLite_Magion .dxnb-large,
.dxnbLite_Magion .dxnb-bullet {
    color: Black;
    background-color: #f5f5f5;
    border: 1px Solid #FFFFFF;
    clear: both;
    overflow: hidden;
    cursor: default;
}

.dxnbLite_Magion .dxnb-item,
.dxnbLite_Magion .dxnb-large,
.dxnbLite_Magion .dxnb-tmpl {
    margin-bottom: 1px;
}

.dxnbLite_Magion .dxnb-link {
    display: block;
}

.dxnbLite_Magion .dxnb-item.dxnb-link,
.dxnbLite_Magion .dxnb-item .dxnb-link {
    padding: 3px 5px 4px 6px;
    white-space: nowrap;
}

.dxnbLite_Magion .dxnb-large.dxnb-link,
.dxnbLite_Magion .dxnb-large .dxnb-link {
    padding: 6px 12px;
    white-space: nowrap;
}

.dxnbLite_Magion .dxnb-bullet,
.dxnbLite_Magion .dxnb-bulletHover,
.dxnbLite_Magion .dxnb-bulletSelected {
    padding: 0 5px;
    overflow: visible;
    margin-bottom: 9px;
}

.dxnbLite_Magion .dxnb-itemSelected,
.dxnbLite_Magion .dxnb-largeSelected {
    background-color: #DEDEDE;
    border: 1px solid #DEDEDE;
}

.dxnbLite_Magion .dxnb-itemHover,
.dxnbLite_Magion .dxnb-largeHover {
    background-color: #E9E9E9;
    color: Black;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}

.dxnbLite_Magion .dxnb-header,
.dxnbLite_Magion .dxnb-headerCollapsed,
.dxnbLite_Magion .dxnb-item,
.dxnbLite_Magion .dxnb-itemHover,
.dxnbLite_Magion .dxnb-itemSelected,
.dxnbLite_Magion .dxnb-bullet,
.dxnbLite_Magion .dxnb-bulletHover,
.dxnbLite_Magion .dxnb-bulletSelected {
    text-align: left;
}

.dxnbLite_Magion .dxnb-large,
.dxnbLite_Magion .dxnb-largeHover,
.dxnbLite_Magion .dxnb-largeSelected {
    text-align: center;
}

.dxnbLite_Magion .dxnb-headerHover {
}

.dxnbLite_Magion .dxnb-headerCollapsedHover {
}

.dxnbLite_Magion .dxnb-last {
    margin-bottom: 0;
}

.dxnbLite_Magion .dxnb-btn,
.dxnbLite_Magion .dxnb-btnLeft,
.dxnbLite_Magion .dxnb-img {
    border-width: 0;
}

.dxnbLite_Magion .dxnb-btn {
    float: right;
    margin: 0 0 0 8px;
}

.dxnbLite_Magion .dxnb-btnLeft,
.dxnbLite_Magion .dxnb-rtlHeader .dxnb-btn {
    float: left;
    margin: 0 8px 0 0;
}

.dxnbLite_Magion .dxnb-img {
    margin: 0 8px 0 0;
}

.dxnbLite_Magion .dxnb-right .dxnb-item .dxnb-img,
.dxnbLite_Magion .dxnb-rtlHeader .dxnb-img {
    margin: 0 0 0 8px;
}

.dxnbLite_Magion .dxnb-header.dxnb-header-left,
.dxnbLite_Magion .dxnb-headerCollapsed.dxnb-header-left,
.dxnbLite_Magion .dxnb-rtlHeader {
    text-align: right;
}

.dxnbLite_Magion .dxnb-top .dxnb-large .dxnb-img {
    margin-bottom: 8px;
}

.dxnbLite_Magion .dxnb-bottom .dxnb-large .dxnb-img {
    margin-top: 8px;
}

.dxnbLite_Magion .dxnb-large .dxnb-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dxnbLiteDisabled_Magion,
.dxnbLite_Magion .dxnbLiteDisabled_Magion,
.dxnbLiteDisabled_Magion a,
.dxnbLiteDisabled_Magion .dxnb-item,
.dxnbLiteDisabled_Magion .dxnb-large,
.dxnbLiteDisabled_Magion .dxnb-bullet,
.dxnbLiteDisabled_Magion .dxnb-header,
.dxnbLiteDisabled_Magion .dxnb-headerCollapsed {
    color: #787878;
    cursor: default;
}

    .dxnbLiteDisabled_Magion .dxnb-header,
    .dxnbLiteDisabled_Magion .dxnb-headerCollapsed {
        color: #B8B8B8;
    }
/* Loading panel */
.dxnbLoadingPanel_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #303030;
}

    .dxnbLoadingPanel_Magion td.dx {
        white-space: nowrap;
        text-align: center;
        padding: 12px;
    }

/* -- ASPxNewsControl -- */
.dxncControl_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: black;
    background-color: White;
}

    .dxncControl_Magion a {
        color: #5A83D0;
        text-decoration: none;
    }

    .dxncControl_Magion td.dxncCtrl {
        padding: 18px;
    }

.dxncLoadingPanel_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #303030;
    border: 1px solid #CBCBCB;
    background-color: White;
}

    .dxncLoadingPanel_Magion td.dx {
        padding: 12px;
        text-align: center;
        white-space: nowrap;
    }

.dxncLoadingDiv_Magion {
    background-color: Gray;
    opacity: 0.01;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}

.dxncContent_Magion {
}

.dxncPagerPanel_Magion {
    border-top: 1px Solid #CCCCCC;
    padding: 5px 3px 0px 1px;
}

    /*.dxncPagerPanel_Magion .dxpPageSizeItem_Magion > table {
        margin: -2px 0px;
    }*/

.dxncItem_Magion {
    vertical-align: top;
    padding: 12px 8px 7px 7px;
    border-bottom-width: 0px;
}

.dxncEmptyItem_Magion {
    vertical-align: top;
    padding: 12px 12px 12px 14px;
}

.dxncEPContainer_Magion {
    height: 48px;
    text-align: center;
}

    .dxncEPContainer_Magion div {
        padding-top: 15px;
    }

    .dxncEPContainer_Magion a {
        color: #5A83D0;
    }

        .dxncEPContainer_Magion a:hover {
            color: #2443AA;
        }
/* - Headline - */
.dxncItemContent_Magion {
    color: #575757;
    line-height: 120% !important;
}

.dxncItemTail_Magion {
    text-decoration: none;
    font-size: 11px;
}

.dxncItemHeader_Magion .dxncItemDate_Magion {
    background-color: #5066AC;
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px 6px 5px 7px;
}

.dxncItemDate_Magion {
    background-color: #5066AC;
    color: #FFFFFF;
    padding: 4px 6px 5px 7px;
    white-space: nowrap;
}

.dxncItemHeader_Magion {
    font-size: 1.3em;
    text-decoration: none;
    color: #5A83D0;
    line-height: 141% !important;
}

.dxncItemLeftPanel_Magion {
    color: #575757;
}

.dxncItemRightPanel_Magion {
    color: #575757;
}

.dxncEmptyData_Magion {
    color: #848484;
}
/* Disabled */
.dxncDisabled_Magion,
.dxncDisabled_Magion span.dxhl {
    color: #B8B8B8;
    cursor: default;
}

    .dxncDisabled_Magion a,
    .dxncDisabled_Magion a:hover,
    .dxncDisabled_Magion a:visited {
        color: #B8B8B8;
    }

/* -- ASPxPager Lite -- */
.dxpLite_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #909090;
    float: left;
}

    .dxpLite_Magion .dxp-summary,
    .dxpLite_Magion .dxp-sep,
    .dxpLite_Magion .dxp-button,
    .dxpLite_Magion .dxp-pageSizeItem,
    .dxpLite_Magion .dxp-num,
    .dxpLite_Magion .dxp-current,
    .dxpLite_Magion .dxp-ellip {
        margin-left: 4px;
        font-weight: normal;
    }

    .dxpLite_Magion .dxp-lead {
        margin-left: 0 !important;
    }

    .dxpLite_Magion a {
        color: #5A83D0;
        text-decoration: none;
    }

    .dxpLite_Magion .dxp-button {
        color: #5A83D0;
        white-space: nowrap;
        text-align: center;
        cursor: pointer;
        padding: 2px 5px;
    }

        .dxpLite_Magion .dxp-button img {
            border: none;
            text-decoration: none;
        }

        .dxpLite_Magion .dxp-button.dxp-bi {
            padding: 0;
        }

        .dxpLite_Magion .dxp-button.dxp-bti {
            padding: 0 5px;
        }

    .dxpLite_Magion .dxp-disabledButton {
        color: #B8B8B8;
        cursor: default;
    }

    .dxpLite_Magion .dxp-pageSizeItem {
        padding: 0 4px;
        margin-top: -3px;
        color: #909090;
        white-space: nowrap;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dxpLite_Magion .dxp-pageSizeItem {
        margin-top: -4px;
    }

    ::i-block-chrome,
    .dxpLite_Magion .dxp-pageSizeItem {
        margin-top: -3px;
    }
}

@-moz-document url-prefix() {
    .dxpLite_Magion .dxp-pageSizeItem {
        margin-top: -4px;
    }
}

.dxpLite_Magion .dxp-pageSizeItem .dx {
    display: block;
    float: left;
    margin-top: 4px;
    white-space: nowrap;
}

.dxpLite_Magion .dxp-comboBox {
    background-color: White;
    display: block;
    float: left;
    border: 1px solid #B8B8B8;
    padding: 1px;
}

    .dxpLite_Magion .dxp-comboBox input {
        color: #909090;
        font: 12px Tahoma, Geneva, sans-serif;
        display: block;
        float: left;
        background-color: transparent;
        border-width: 0px;
        padding: 0px;
        margin: 2px 2px 0px;
        width: 25px;
    }

.dxpLite_Magion .dxp-hoverComboBox {
}

.dxpLite_Magion .dxp-pressedComboBox {
}

.dxpLite_Magion .dxp-dropDownButton {
    font-size: 0px;
    display: block;
    float: left;
    cursor: pointer;
    padding: 0px 3px 3px;
    background: #223672 url('pDropDownButtonBack.gif') repeat-x top;
    border: 1px Solid #2c4182;
}

    .dxpLite_Magion .dxp-dropDownButton img {
        border: none;
        text-decoration: none;
        vertical-align: middle;
    }

.dxpLite_Magion .dxp-hoverDropDownButton {
    background: url('pDropDownButtonHoverBack.gif') top, left;
}

.dxpLite_Magion .dxp-pressedDropDownButton {
    background: url('pDropDownButtonPressedBack.gif') repeat-x;
}

.dxpLite_Magion .dxp-num {
    color: #5A83D0;
    padding: 2px 5px;
    cursor: pointer;
}

.dxpLite_Magion .dxp-current {
    color: white;
    background-color: #5066AC;
    text-decoration: none;
    padding: 2px 3px;
    cursor: text;
}

.dxpLite_Magion .dxp-summary,
.dxpLite_Magion .dxp-ellip {
    white-space: nowrap;
    padding: 2px 4px;
}

.dxpLite_Magion .dxp-sep {
    background-color: #CCCCCC;
    width: 1px;
    height: 11px;
    margin-top: 5px;
}

.dxpLiteDisabled_Magion,
.dxpLiteDisabled_Magion a,
.dxpLiteDisabled_Magion .dxp-summary,
.dxpLiteDisabled_Magion .dxp-sep,
.dxpLiteDisabled_Magion .dxp-button,
.dxpLiteDisabled_Magion .dxp-pageSizeItem,
.dxpLiteDisabled_Magion .dxp-num,
.dxpLiteDisabled_Magion .dxp-current,
.dxpLiteDisabled_Magion .dxp-ellip {
    color: #B8B8B8;
    border-color: #B8B8B8;
    cursor: default;
}

.dxpLite_Magion .dxp-disabledComboBox {
    border-color: #B8B8B8;
}

.dxpLite_Magion .dxp-disabledPageSizeBox input {
    color: #B8B8B8;
}

.dxpLite_Magion .dxp-disabledDropDownButton {
    background: #b7b7b7 url('pDropDownButtonDisabledBack.gif') repeat-x left top;
    border-color: #ababab;
    cursor: default;
}

/* -- ASPxPopupControl Lite -- */
.dxpcLite_Magion,
.dxdpLite_Magion {
    width: 200px;
    left: 0;
    top: 0;
    display: none;
    position: absolute;
    visibility: hidden;
    border-spacing: 0;
}

    .dxpcLite_Magion .dxpc-mainDiv,
    .dxpcLite_Magion.dxpc-mainDiv,
    .dxdpLite_Magion .dxpc-mainDiv,
    .dxdpLite_Magion.dxpc-mainDiv {
        top: 0;
        left: 0;
        font: 12px Tahoma, Geneva, sans-serif;
        color: black;
        background-color: #EDF3F4;
    }

    .dxpcLite_Magion a.dxpc-link,
    .dxdpLite_Magion a.dxpc-link {
        color: #1E3695;
    }

        .dxpcLite_Magion a.dxpc-link *,
        .dxdpLite_Magion a.dxpc-link * {
            text-decoration: underline;
            cursor: pointer;
        }

    .dxpcLite_Magion .dxpc-closeBtn,
    .dxdpLite_Magion .dxpc-closeBtn,
    .dxpcLite_Magion .dxpc-pinBtn,
    .dxdpLite_Magion .dxpc-pinBtn,
    .dxpcLite_Magion .dxpc-refreshBtn,
    .dxdpLite_Magion .dxpc-refreshBtn,
    .dxpcLite_Magion .dxpc-collapseBtn,
    .dxdpLite_Magion .dxpc-collapseBtn,
    .dxpcLite_Magion .dxpc-maximizeBtn,
    .dxdpLite_Magion .dxpc-maximizeBtn {
        padding: 1px 2px 1px 1px;
        float: right;
    }

    .dxpcLite_Magion.dxRtl .dxpc-closeBtn,
    .dxdpLite_Magion.dxRtl .dxpc-closeBtn,
    .dxpcLite_Magion.dxRtl .dxpc-pinBtn,
    .dxdpLite_Magion.dxRtl .dxpc-pinBtn,
    .dxpcLite_Magion.dxRtl .dxpc-refreshBtn,
    .dxdpLite_Magion.dxRtl .dxpc-refreshBtn,
    .dxpcLite_Magion.dxRtl .dxpc-collapseBtn,
    .dxdpLite_Magion.dxRtl .dxpc-collapseBtn,
    .dxpcLite_Magion.dxRtl .dxpc-maximizeBtn,
    .dxdpLite_Magion.dxRtl .dxpc-maximizeBtn {
        float: left;
    }

    .dxpcLite_Magion .dxpc-closeBtnHover,
    .dxdpLite_Magion .dxpc-closeBtnHover,
    .dxpcLite_Magion .dxpc-pinBtnHover,
    .dxdpLite_Magion .dxpc-pinBtnHover,
    .dxpcLite_Magion .dxpc-refreshBtnHover,
    .dxdpLite_Magion .dxpc-refreshBtnHover,
    .dxpcLite_Magion .dxpc-collapseBtnHover,
    .dxdpLite_Magion .dxpc-collapseBtnHover,
    .dxpcLite_Magion .dxpc-maximizeBtnHover,
    .dxdpLite_Magion .dxpc-maximizeBtnHover {
    }

    .dxpcLite_Magion .dxpc-header,
    .dxdpLite_Magion .dxpc-header {
        color: #FFFFFF;
        background: #3D5294 url('pcHeaderBack.gif') repeat-x top;
        border: 1px solid #2C4182;
        padding: 2px 2px 2px 12px;
    }

        .dxpcLite_Magion .dxpc-header a,
        .dxdpLite_Magion .dxpc-header a {
            color: White;
        }

    .dxpcLite_Magion.dxRtl .dxpc-header,
    .dxdpLite_Magion.dxRtl .dxpc-header {
        padding-right: 12px;
        padding-left: 2px;
    }

    .dxpcLite_Magion .dxpc-headerText,
    .dxdpLite_Magion .dxpc-headerText {
        white-space: nowrap;
    }

    .dxpcLite_Magion .dxpc-headerImg,
    .dxdpLite_Magion .dxpc-headerImg {
        margin: 0 4px 0 0;
    }

    .dxpcLite_Magion.dxRtl .dxpc-headerImg,
    .dxdpLite_Magion.dxRtl .dxpc-headerImg {
        margin: 0 0 0 4px;
    }

    .dxpcLite_Magion .dxpc-contentWrapper,
    .dxdpLite_Magion .dxpc-contentWrapper {
        background-color: #F5F5F5;
        border-top: 1px none #CCCCCC;
        border-right: 1px Solid #CCCCCC;
        border-bottom: 1px Solid #CCCCCC;
        border-left: 1px Solid #CCCCCC;
    }

    .dxpcLite_Magion .dxpc-content,
    .dxdpLite_Magion .dxpc-content {
        color: #323232;
        white-space: normal;
        padding: 7px 10px 36px;
    }

    .dxpcLite_Magion .dxpc-footer,
    .dxdpLite_Magion .dxpc-footer {
        color: #909090;
        background: #E9E9E9 url('pcFooterBack.gif') no-repeat;
        border-top: 1px none #CCCCCC;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
    }

    .dxpcLite_Magion .dxpc-footerContent,
    .dxdpLite_Magion .dxpc-footerContent {
        padding: 7px 18px 7px 10px;
        min-height: 8px;
    }

    .dxpcLite_Magion.dxRtl .dxpc-footerContent,
    .dxdpLite_Magion.dxRtl .dxpc-footerContent {
        padding: 7px 10px 7px 18px;
    }

    .dxpcLite_Magion .dxpc-footerText,
    .dxdpLite_Magion .dxpc-footerText {
        white-space: nowrap;
    }

    .dxpcLite_Magion .dxpc-footerImg,
    .dxdpLite_Magion .dxpc-footerImg {
        margin: 0 4px 0 0;
    }

    .dxpcLite_Magion.dxRtl .dxpc-footerImg,
    .dxdpLite_Magion.dxRtl .dxpc-footerImg {
        margin: 0 0 0 4px;
    }

    .dxpcLite_Magion .dxpc-sizeGrip,
    .dxdpLite_Magion .dxpc-sizeGrip {
        float: right;
    }

    .dxpcLite_Magion.dxRtl .dxpc-sizeGrip,
    .dxdpLite_Magion.dxRtl .dxpc-sizeGrip {
        float: left;
    }

.dxpcModalBackLite_Magion,
.dxdpModalBackLite_Magion {
    background-color: #777777;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=70);
    position: fixed;
    left: 0;
    top: 0;
    visibility: hidden;
}

.dxpcLiteDisabled_Magion,
.dxdpLiteDisabled_Magion {
    color: #808080;
    cursor: default;
}
/* Loading panel */
.dxpcLoadingPanel_Magion,
.dxdpLoadingPanel_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #303030;
    border: 1px solid #CBCBCB;
    background-color: White;
}

    .dxpcLoadingPanel_Magion td.dx,
    .dxdpLoadingPanel_Magion td.dx {
        white-space: nowrap;
        text-align: center;
        padding: 12px;
    }

.dxpcLoadingDiv_Magion {
    background-color: Gray;
    opacity: 0.01;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}

/* -- ASPxRoundPanel -- */
.dxrpControl_Magion td.dxrp,
.dxrpControl_Magion .dxrpHeader_Magion,
.dxrpControlGB_Magion td.dxrp {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #000000;
}

.dxrpControl_Magion .dxrpCI {
    display: block;
}
/* - Header - */
.dxrpControl_Magion .dxrpHeader_Magion,
.dxrpControlGB_Magion span.dxrpHeader_Magion {
    color: #404040;
}

    .dxrpControl_Magion .dxrpHeader_Magion > a,
    .dxrpControl_Magion .dxrpHeader_Magion > a > span.dxrpHT,
    .dxrpControlGB_Magion span.dxrpHeader_Magion a {
        color: #404040;
        text-decoration: none;
    }

.dxrpControl_Magion .dxrpHeader_Magion {
    vertical-align: top;
    white-space: nowrap;
}
/* Header image */
.dxrpControl_Magion .dxrpHI {
    margin-right: 4px;
}

.dxrpControl_Magion .dxrpHIR {
    margin-left: 4px;
}
/* Content */
.dxrpControl_Magion .dxrpcontent {
    background-image: none;
    vertical-align: top;
}
/* Edges */
.dxrpControl_Magion .dxrpHeader_Magion,
.dxrpControl_Magion .dxrpTE,
.dxrpControl_Magion .dxrpHLE,
.dxrpControl_Magion .dxrpHRE {
    background-image: none;
    background-color: #E9E9E9;
}

.dxrpControl_Magion .dxrpcontent,
.dxrpControl_Magion .dxrpNHTE,
.dxrpControlGB_Magion .dxrpcontent,
.dxrpControlGB_Magion .dxrpNHTE,
.dxrpControlGB_Magion span.dxrpHeader_Magion {
    background-image: none;
    background-color: WhiteSmoke;
}

.dxrpControl_Magion .dxrpLE,
.dxrpControl_Magion .dxrpRE,
.dxrpControl_Magion .dxrpBE,
.dxrpControlGB_Magion .dxrpLE,
.dxrpControlGB_Magion .dxrpRE,
.dxrpControlGB_Magion .dxrpBE {
    background-image: none;
    background-color: #F7F7F7;
}

.dxrpControl_Magion .dxrpHeader_Magion {
    background: #E9E9E9 url('rpHeaderSeparator.gif') repeat-x left bottom;
}

.dxrpControl_Magion .dxrpHLE {
    background: #E9E9E9 url('rpHeaderLeftEdge.gif') repeat-x left bottom;
}

.dxrpControl_Magion .dxrpHRE {
    background: #E9E9E9 url('rpHeaderRightEdge.gif') repeat-x left bottom;
}

.dxrpControl_Magion .dxrpTE {
    background: #E9E9E9 url('rpHeaderTopEdge.gif');
}

.dxrpControl_Magion .dxrpNHTE,
.dxrpControlGB_Magion .dxrpNHTE {
    background: WhiteSmoke url('rpNoHeaderTopEdge.gif');
}

.dxrpControl_Magion .dxrpLE,
.dxrpControlGB_Magion .dxrpLE {
    background: #F7F7F7 url('rpLeftEdge.gif');
}

.dxrpControl_Magion .dxrpRE,
.dxrpControlGB_Magion .dxrpRE {
    background: #F7F7F7 url('rpRightEdge.gif');
}

.dxrpControl_Magion .dxrpBE,
.dxrpControlGB_Magion .dxrpBE {
    background: #F7F7F7 url('rpBottomEdge.gif');
}
/* Disabled */
.dxrpDisabled_Magion,
.dxrpDisabled_Magion td.dxrp {
    color: #B8B8B8;
    cursor: default;
}

/* -- ASPxSiteMapControl -- */
.dxsmControl_Magion {
    color: #000000;
    background-color: white;
    font: 12px Tahoma, Geneva, sans-serif;
    border: 1px Solid #A8A8A8;
}

    .dxsmControl_Magion a {
        color: #5A83D0;
    }

        .dxsmControl_Magion a:hover {
            color: #b5ccf9;
            text-decoration: none;
        }

        .dxsmControl_Magion a:visited {
            color: #d6b6cb;
        }
/* - Category Level - */
.dxsmCategoryLevel_Magion,
.dxsmCategoryLevel_Magion a {
    color: #FFFFFF;
    text-decoration: none;
}

.dxsmCategoryLevel_Magion {
    white-space: nowrap;
    padding: 5px 8px;
    background: #415799 url('smLevel0Back.gif') repeat-x;
}

.dxsmCategoryLevel_Magion {
    border-bottom-width: 0px;
}
/*flow layout*/
.dxsmLevelCategoryFlow_Magion,
.dxsmLevelCategoryFlow_Magion a {
    color: #1E3695;
    font-weight: bold;
    text-decoration: underline;
}
/* - Level 0 - */
.dxsmLevel0_Magion,
.dxsmLevel0_Magion a,
.dxsmLevel0Categorized_Magion a,
.dxsmLevel0Categorized_Magion {
    color: #FFFFFF;
    text-decoration: none;
}

    .dxsmLevel0Categorized_Magion a,
    .dxsmLevel0Categorized_Magion {
        color: #000000;
        font-weight: bold;
    }

.dxsmLevel0_Magion,
.dxsmLevel0Categorized_Magion {
    white-space: nowrap;
    padding: 5px 8px 2px;
}

.dxsmLevel0_Magion {
    background: #415799 url('smLevel0Back.gif') repeat-x;
}

.dxsmLevel0_Magion {
    border-bottom-width: 0px;
    padding: 5px 8px;
}
/*flow layout*/
.dxsmLevel0Flow_Magion,
.dxsmLevel0Flow_Magion a,
.dxsmLevel0CategorizedFlow_Magion a,
.dxsmLevel0CategorizedFlow_Magion {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

.dxsmLevel0Flow_Magion {
    padding: 0px;
}

.dxsmLevel0Flow_Magion {
    text-decoration: none;
}

/* - Level 1 - */
.dxsmLevel1_Magion,
.dxsmLevel1_Magion a,
.dxsmLevel1Categorized_Magion a,
.dxsmLevel1Categorized_Magion {
    color: #5A83D0;
    text-decoration: none;
}

.dxsmLevel1_Magion,
.dxsmLevel1Categorized_Magion {
    white-space: nowrap;
    padding: 0px;
}

/*flow layout*/
.dxsmLevel1Flow_Magion,
.dxsmLevel1Flow_Magion a,
.dxsmLevel1CategorizedFlow_Magion,
.dxsmLevel1CategorizedFlow_Magion a {
    color: #5A83D0;
    text-decoration: underline;
}

.dxsmLevel1Flow_Magion {
    text-decoration: none;
    padding: 0px;
}

/* - Level 2 - */
.dxsmLevel2_Magion,
.dxsmLevel2_Magion a,
.dxsmLevel2Categorized_Magion a,
.dxsmLevel2Categorized_Magion {
    color: #5A83D0;
    text-decoration: none;
}

.dxsmLevel2_Magion,
.dxsmLevel2Categorized_Magion {
    white-space: nowrap;
    padding: 0px;
}
/*flow layout*/
.dxsmLevel2Flow_Magion,
.dxsmLevel2Flow_Magion a {
    color: #5A83D0;
    text-decoration: underline;
}

.dxsmLevel2Flow_Magion {
    padding: 0px;
}
/* - Level 3 - */
.dxsmLevel3_Magion,
.dxsmLevel3_Magion a {
    color: #5A83D0;
    text-decoration: none;
}

.dxsmLevel3_Magion {
    white-space: nowrap;
    padding: 0px;
}
/*flow layout*/
.dxsmLevel3Flow_Magion,
.dxsmLevel3Flow_Magion a {
    color: #5A83D0;
    text-decoration: underline;
}
/* - Level 4 - */
.dxsmLevel4_Magion,
.dxsmLevel4_Magion a {
    color: #5A83D0;
    text-decoration: none;
}

.dxsmLevel4_Magion {
    white-space: nowrap;
    padding: 0px;
}
/*flow layout*/
.dxsmLevel4Flow_Magion,
.dxsmLevel4Flow_Magion a {
    color: #5A83D0;
    text-decoration: underline;
}

.dxsmLevel4Flow_Magion {
    padding: 0px;
}
/* - Other Levels - */
.dxsmLevelOther_Magion,
.dxsmLevelOther_Magion a {
    color: #5A83D0;
    text-decoration: none;
}

.dxsmLevelOther_Magion {
    white-space: nowrap;
    padding: 0px;
}
/*flow layout*/
.dxsmLevelOtherFlow_Magion,
.dxsmLevelOtherFlow_Magion a {
    color: #5A83D0;
    text-decoration: underline;
}
/* Disabled */
.dxsmDisabled_Magion {
    color: #B8B8B8;
    cursor: default;
}

/* -- ASPxTabControl Lite -- */
.dxtcLite_Magion {
    overflow: hidden;
    float: left;
}

    .dxtcLite_Magion > .dxtc-stripContainer,
    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-strip {
        list-style: none outside none;
        float: left;
        padding: 0;
        margin: 0;
        _overflow: hidden;
    }

        .dxtcLite_Magion > .dxtc-stripContainer .dxtc-tab,
        .dxtcLite_Magion > .dxtc-stripContainer .dxtc-activeTab,
        .dxtcLite_Magion > .dxtc-stripContainer .dxtc-leftIndent,
        .dxtcLite_Magion > .dxtc-stripContainer .dxtc-spacer,
        .dxtcLite_Magion > .dxtc-stripContainer .dxtc-rightIndent,
        .dxtcLite_Magion > .dxtc-stripContainer .dxtc-sbWrapper,
        .dxtcLite_Magion > .dxtc-stripContainer .dxtc-sbIndent,
        .dxtcLite_Magion > .dxtc-stripContainer .dxtc-sbSpacer {
            display: block;
            margin: 0;
        }

        .dxtcLite_Magion > .dxtc-stripContainer .dxtc-tab,
        .dxtcLite_Magion.dxtc-noSpacing > .dxtc-stripContainer .dxtc-tab.dxtc-lead {
            border-top: 1px solid #CCCCCC;
            border-right: 1px solid #CCCCCC;
            border-bottom: 1px none #CCCCCC;
            border-left: 1px solid #CCCCCC;
        }

        .dxtcLite_Magion > .dxtc-stripContainer .dxtc-activeTab,
        .dxtcLite_Magion.dxtc-noSpacing > .dxtc-stripContainer .dxtc-activeTab.dxtc-lead {
            border-top: 1px solid #002D96;
            border-right: 1px solid #002D96;
            border-bottom: 1px none #002D96;
            border-left: 1px solid #002D96;
        }

    .dxtcLite_Magion.dxtc-noSpacing > .dxtc-stripContainer .dxtc-tab,
    .dxtcLite_Magion.dxtc-noSpacing > .dxtc-stripContainer .dxtc-activeTab {
        border-left-style: none;
    }

    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-tab,
    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-activeTab {
        background: #F5F5F5 url('<%=WebResource("DevExpress.Web.ASPxThemes.App_Themes.Web.tcTabBack.gif') no-repeat left top;
        float: left;
        overflow: hidden;
        text-align: center;
        white-space: nowrap;
    }

    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-activeTab {
        background: #3E5395 url('tcTabABack.gif') repeat-x left top;
    }

    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-tab a {
        text-decoration: none;
        color: black;
    }

    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-tabHover {
        border: 1px Solid #CCCCCC;
        background: #E9E9E9 url('tcTabHBack.gif') no-repeat left top;
    }

    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-leftIndent,
    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-spacer,
    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-rightIndent,
    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-sbWrapper,
    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-sbIndent,
    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-sbSpacer {
        float: left;
        border-right-width: 0;
        border-left-width: 0;
        border-top: 1px solid transparent;
        border-bottom: 1px solid #002D96;
        overflow: hidden;
        _border-top-color: #000001;
        _zoom: 1;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
    }

    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-spacer {
        width: 1px;
    }

    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-leftIndent,
    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-rightIndent {
        width: 5px;
    }

    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-lineBreak {
        float: none;
        display: block;
        clear: both;
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-link {
        padding: 4px 14px;
        display: block;
        height: 100%;
        _float: left;
    }

    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-link,
    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-leftIndent,
    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-rightIndent {
        color: black;
        font: normal 12px Tahoma, Geneva, sans-serif;
        text-decoration: none;
        white-space: nowrap;
    }

    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-activeTab .dxtc-link {
        color: White;
    }

    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-img {
        border-style: none;
        margin: 0 3px 0 0;
    }

    .dxtcLite_Magion.dxtc-rtl > .dxtc-stripContainer .dxtc-img {
        margin: 0 0 0 3px;
    }

    .dxtcLite_Magion > .dxtc-content {
        font: 12px Tahoma, Geneva, sans-serif;
        color: black;
        background: #FFFFFF url('tcContentBack.gif') repeat-x left top;
        float: left;
        clear: left;
        border: 1px solid #CCCCCC !important;
        overflow: hidden;
        padding: 11px;
    }

    .dxtcLite_Magion.dxtc-top > .dxtc-stripContainer .dxtc-tab,
    .dxtcLite_Magion.dxtc-top > .dxtc-stripContainer .dxtc-activeTab,
    .dxtcLite_Magion.dxtc-top > .dxtc-stripContainer .dxtc-leftIndent,
    .dxtcLite_Magion.dxtc-top > .dxtc-stripContainer .dxtc-spacer,
    .dxtcLite_Magion.dxtc-top > .dxtc-stripContainer .dxtc-rightIndent,
    .dxtcLite_Magion.dxtc-top > .dxtc-stripContainer .dxtc-sbWrapper,
    .dxtcLite_Magion.dxtc-top > .dxtc-stripContainer .dxtc-sbIndent,
    .dxtcLite_Magion.dxtc-top > .dxtc-stripContainer .dxtc-sbSpacer {
        border-bottom: 1px none #002D96;
    }

    .dxtcLite_Magion.dxtc-top > .dxtc-content {
        border-top-style: solid !important;
    }
    /* Rtl */
    .dxtcLite_Magion.dxtc-rtl,
    .dxtcLite_Magion.dxtc-rtl > .dxtc-content,
    .dxtcLite_Magion.dxtc-rtl > .dxtc-stripContainer,
    .dxtcLite_Magion.dxtc-rtl > .dxtc-stripContainer .dxtc-strip,
    .dxtcLite_Magion.dxtc-rtl > .dxtc-stripContainer .dxtc-leftIndent,
    .dxtcLite_Magion.dxtc-rtl > .dxtc-stripContainer .dxtc-spacer,
    .dxtcLite_Magion.dxtc-rtl > .dxtc-stripContainer .dxtc-rightIndent,
    .dxtcLite_Magion.dxtc-rtl > .dxtc-stripContainer .dxtc-sbWrapper,
    .dxtcLite_Magion.dxtc-rtl > .dxtc-stripContainer .dxtc-sbIndent,
    .dxtcLite_Magion.dxtc-rtl > .dxtc-stripContainer .dxtc-sbSpacer,
    .dxtcLite_Magion.dxtc-rtl > .dxtc-stripContainer .dxtc-tab,
    .dxtcLite_Magion.dxtc-rtl > .dxtc-stripContainer .dxtc-activeTab {
        float: right;
    }

.dxtc-top.dxtc-rtl > .dxtc-content,
.dxtc-bottom.dxtc-rtl > .dxtc-stripContainer,
.dxtc-bottom.dxtc-rtl > .dxtc-stripContainer .dxtc-strip {
    clear: right !important;
}

.dxtc-left.dxtc-rtl > .dxtc-stripContainer,
.dxtc-left.dxtc-rtl > .dxtc-stripContainer .dxtc-strip {
    float: left;
}

.dxtcLite_Magion.dxtc-rtl > .dxtc-content,
.dxtcLite_Magion.dxtc-rtl > .dxtc-stripContainer,
.dxtcLite_Magion.dxtc-rtl > .dxtc-stripContainer .dxtc-strip {
    *float: left;
}

.dxtcLite_Magion.dxtc-rtl > .dxtc-content {
    *clear: left !important;
}
/* Scrolling */
.dxtcLite_Magion > .dxtc-stripContainer .dxtc-sb {
    margin: 1px 0 0;
    border-style: none;
    cursor: pointer;
    font-size: 0;
}

    .dxtcLite_Magion > .dxtc-stripContainer .dxtc-sb img {
        border: none;
    }

.dxtcLite_Magion > .dxtc-stripContainer .dxtc-sbIndent {
    width: 5px;
}

.dxtcLite_Magion > .dxtc-stripContainer .dxtc-sbSpacer {
    width: 1px;
}
/* Multi-row */
.dxtcLite_Magion > .dxtc-stripContainer .dxtc-n {
    _display: inline;
}

.dxtcLiteDisabled_Magion,
.dxtcLiteDisabled_Magion > .dxtc-stripContainer .dxtc-link,
.dxtcLiteDisabled_Magion > .dxtc-stripContainer .dxtc-activeTab .dxtc-link,
.dxtcLiteDisabled_Magion > .dxtc-content,
.dxtcLite_Magion > .dxtc-stripContainer .dxtcLiteDisabled_Magion .dxtc-link {
    color: #aaaaaa;
    cursor: default;
}
/* bottom  */
.dxtcLite_Magion.dxtc-bottom > .dxtc-strip,
.dxtcLite_Magion.dxtc-bottom > .dxtc-stripContainer > .dxtc-strip {
    clear: left;
    *float: none;
}

.dxtcLite_Magion.dxtc-bottom > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Magion.dxtc-bottom > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Magion.dxtc-bottom > .dxtc-stripContainer .dxtc-rightIndent,
.dxtcLite_Magion.dxtc-bottom > .dxtc-stripContainer .dxtc-sbWrapper,
.dxtcLite_Magion.dxtc-bottom > .dxtc-stripContainer .dxtc-sbIndent,
.dxtcLite_Magion.dxtc-bottom > .dxtc-stripContainer .dxtc-sbSpacer {
    border-top: 0px none #002D96;
    border-bottom-style: none;
    _border-bottom-color: #000001;
    _zoom: 1;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}

.dxtc-bottom > .dxtc-stripContainer .dxtc-tab,
.dxtc-bottom.dxtc-noSpacing > .dxtc-stripContainer .dxtc-tab.dxtc-lead {
    border-top: 0px none #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

.dxtc-bottom > .dxtc-stripContainer .dxtc-activeTab,
.dxtc-bottom.dxtc-noSpacing > .dxtc-stripContainer .dxtc-activeTab.dxtc-lead {
    border-top: 0px none #002D96;
    border-right: 1px solid #002D96;
    border-bottom: 1px solid #002D96;
    border-left: 1px solid #002D96;
}

.dxtcLite_Magion.dxtc-bottom > .dxtc-stripContainer .dxtc-tab {
    background: #F5F5F5 url('tcTabBottomBack.gif') no-repeat right bottom;
}

.dxtcLite_Magion.dxtc-bottom > .dxtc-stripContainer .dxtc-activeTab {
    background: #3E5395 url('tcTabBottomABack.gif') repeat-x left bottom;
}

.dxtcLite_Magion.dxtc-bottom > .dxtc-content {
    clear: right;
    background-position: left bottom;
    border-top: 1px solid #002D96;
    border-right: 1px solid #002D96;
    border-bottom-color: #002D96;
    border-left: 1px solid #002D96;
    border-bottom-width: 1px;
    border-bottom-style: none !important;
}

.dxtcLite_Magion.dxtc-bottom > .dxtc-stripContainer .dxtc-sb {
    margin: 2px 0 0;
}
/* left */
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-activeTab,
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-rightIndent {
    float: none;
    *float: left;
    clear: none;
    *clear: both;
    width: auto;
    height: auto;
}

.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-tab,
.dxtc-left.dxtc-noSpacing > .dxtc-stripContainer .dxtc-tab.dxtc-lead {
    border: 1px solid #CCCCCC;
    background: #F5F5F5 url('tcTabLeftBack.gif') no-repeat left bottom;
}

.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-activeTab,
.dxtc-left.dxtc-noSpacing > .dxtc-stripContainer .dxtc-activeTab.dxtc-lead {
    background: #3E5395 url('tcTabLeftABack.gif') repeat-y left top;
    border-top: 1px solid #002D96;
    border-bottom: 1px solid #002D96;
    border-left: 1px solid #002D96;
    _border-right-color: #000001;
    _zoom: 1;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}

.dxtc-left.dxtc-noSpacing > .dxtc-stripContainer .dxtc-tab,
.dxtc-left.dxtc-noSpacing > .dxtc-stripContainer .dxtc-activeTab {
    border-top-style: none;
}

.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-rightIndent {
    border: none;
    _border-left-color: #000001;
    width: auto;
    _zoom: 1;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}

.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-activeTab,
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-rightIndent,
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-sbWrapper,
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-sbIndent,
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-sbSpacer {
    border-right: 0px none #002D96;
}

.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-rightIndent {
    height: 3px;
}

.dxtcLite_Magion.dxtc-left > .dxtc-stripContainer .dxtc-spacer {
    height: 1px;
}

.dxtcLite_Magion.dxtc-left > .dxtc-content {
    background: #FFFFFF url('tcContentBackHor.gif') repeat-y left top;
    border-top: 1px solid #002D96;
    border-right: 1px solid #002D96;
    border-bottom: 1px solid #002D96;
    border-left-color: #002D96;
    border-left-width: 1px;
    border-left-style: none !important;
    float: left;
    clear: none;
}
/* right */
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-activeTab,
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-rightIndent {
    float: none;
    *float: left;
    clear: none;
    *clear: both;
    width: auto;
    height: auto;
}

.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-tab,
.dxtc-right.dxtc-noSpacing > .dxtc-stripContainer .dxtc-tab.dxtc-lead {
    border: 1px solid #CCCCCC;
    background: #F5F5F5 url('tcTabRightBack.gif') no-repeat right top;
}

.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-activeTab,
.dxtc-right.dxtc-noSpacing > .dxtc-stripContainer .dxtc-activeTab.dxtc-lead {
    background: #3E5395 url('tcTabRightABack.gif') repeat-y right top;
    border-top: 1px solid #002D96;
    border-right: 1px solid #002D96;
    border-bottom: 1px solid #002D96;
    _border-left-color: #000001;
    _zoom: 1;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}

.dxtc-right.dxtc-noSpacing > .dxtc-stripContainer .dxtc-tab,
.dxtc-right.dxtc-noSpacing > .dxtc-stripContainer .dxtc-activeTab {
    border-top-style: none;
}

.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-rightIndent {
    border: none;
    _border-right-color: #000001;
    _zoom: 1;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}

.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-activeTab,
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-rightIndent,
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-sbWrapper,
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-sbIndent,
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-sbSpacer {
    border-left: 0px none #002D96;
}

.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-rightIndent {
    height: 3px;
}

.dxtcLite_Magion.dxtc-right > .dxtc-stripContainer .dxtc-spacer {
    height: 1px;
}

.dxtcLite_Magion.dxtc-right > .dxtc-content {
    background: #FFFFFF url('tcContentBackHor.gif') repeat-y right top;
    border-top: 1px solid #002D96;
    border-right-color: #002D96;
    border-bottom: 1px solid #002D96;
    border-left: 1px solid #002D96;
    border-right-width: 1px;
    border-right-style: none !important;
    float: left;
    clear: none;
}
/* Services rules */
.dxtcLite_Magion.dxtc-noTabs > .dxtc-content {
    border: 1px solid #CCCCCC !important;
}
/* Loading panel */
.dxtcLoadingPanel_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #303030;
}

    .dxtcLoadingPanel_Magion td.dx {
        white-space: nowrap;
        text-align: center;
        padding: 12px;
    }

/* -- ASPxTitleIndex -- */
.dxtiControl_Magion {
    color: #1E3695;
    background-color: white;
    font: 12px Tahoma, Geneva, sans-serif;
    border: 1px Solid #A8A8A8;
    text-decoration: underline;
}

    .dxtiControl_Magion a {
        color: #5A83D0;
        text-decoration: none !important;
    }

.dxtiLoadingPanel_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #303030;
    border: 1px solid #CBCBCB;
    background-color: White;
}

    .dxtiLoadingPanel_Magion td.dx {
        white-space: nowrap;
        text-align: center;
        padding: 12px;
    }

.dxtiLoadingDiv_Magion {
    background-color: Gray;
    opacity: 0.01;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}

.dxtiItem_Magion {
    color: #5A83D0;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
}

.dxtiGroupHeader_Magion,
.dxtiGroupHeaderCategorized_Magion {
    font-size: 19px;
    text-decoration: none;
    font-weight: normal;
}

.dxtiGroupHeader_Magion,
.dxtiGroupHeaderCategorized_Magion {
    white-space: nowrap;
    padding: 0px 0px 0px 8px;
    border: 1px Solid #CCCCCC;
    background-image: url('tiGroupHeader.gif');
}

.dxtiGroupHeaderCategorized_Magion {
    border: 1px Solid #CCCCCC;
    padding-bottom: 0px;
}
/* - GroupHeaderText - */
.dxtiGroupHeaderText_Magion,
.dxtiGroupHeaderTextCategorized_Magion {
    background-color: transparent;
    color: #848484;
    font-size: 17px;
}

.dxtiGroupHeaderText_Magion {
    padding: 0px 7px;
}

.dxtiGroupHeaderTextCategorized_Magion {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0px;
}
/* - FilterBox - */
.dxtiFilterBoxInfoText_Magion {
    font-size: 9px;
    color: #999999;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 4px;
    text-decoration: none;
}

.dxtiFilterBoxEdit_Magion {
    border: 1px Solid #CCCCCC;
    font-size: 12px;
    font-weight: normal;
    padding-left: 3px;
    text-decoration: none;
    width: 158px;
}

.dxtiFilterBox_Magion,
.dxtiFilterBox_Magion table {
    color: #898989;
    font-weight: normal;
    text-decoration: none;
}

.dxtiFilterBox_Magion {
    background-color: transparent;
    padding-right: 0px;
}
/* - IndexPanel - */
.dxtiIndexPanel_Magion {
    background-color: #F5F5F5;
    border: 1px Solid #CCCCCC;
    color: #CCCCCC;
    padding: 10px 15px;
    text-decoration: none;
}

.dxtiIndexPanelItem_Magion,
.dxtiIndexPanelItem_Magion a,
.dxtiCurrentIndexPanelItem_Magion,
.dxtiCurrentIndexPanelItem_Magion a {
    color: #5A83D0;
    text-decoration: none;
}

.dxtiIndexPanelItem_Magion,
.dxtiCurrentIndexPanelItem_Magion {
    padding: 2px;
}

.dxtiCurrentIndexPanelItem_Magion {
    color: #5B5B5B;
    background-color: transparent;
    text-decoration: none;
}
/* - BackToTop - */
.dxtiBackToTop_Magion {
    font-size: 9px;
    text-decoration: none;
    font-weight: normal;
    color: #5A83D0;
}

.dxtiBackToTop_Magion {
    padding: 3px 0px 0px 17px;
}

.dxtiBackToTopRtl_Magion {
    padding: 3px 17px 0 0;
}
/* Disabled */
.dxtiDisabled_Magion {
    color: #B8B8B8;
    cursor: default;
}
/* -- ASPxUploadControl -- */
.dxucControl_Magion,
.dxucEditArea_Magion,
input[type="text"].dxucEditArea_Magion /*Bootstrap correction*/ {
    font: 12px Tahoma, Geneva, sans-serif;
}

.dxucEditArea_Magion,
input[type="text"].dxucEditArea_Magion /*Bootstrap correction*/ {
    padding: 1px;
}

input[type="text"].dxucEditArea_Magion /*Bootstrap correction*/ {
    display: block;
    height: auto;
    line-height: normal;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

body input.dxucEditArea_Magion /*Bootstrap correction*/ {
    color: black;
}

.dxucControl_Magion .dxucInputs_Magion {
}

.dxucTextBox_Magion {
    background-color: white;
    border: 1px solid #B8B8B8;
    padding: 1px 2px;
}

    .dxucTextBox_Magion .dxucEditArea_Magion {
        margin: 0px;
        background-color: white;
    }

.dxucNullText_Magion .dxucEditArea_Magion {
    color: #b8b8b8;
}

.dxucErrorCell_Magion {
    color: Red;
    text-align: left;
}

.dxucButton_Magion,
.dxucButton_Magion a,
.dxucButton_Magion a:hover {
    color: #5A83D0;
    white-space: nowrap;
}

.dxucBrowseButton_Magion,
.dxucBrowseButton_Magion a {
    color: Black;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
}

.dxucControl_Magion .dxucBrowseButton_Magion a {
    color: Black;
}

.dxucControl_Magion a[unselectable=on] {
    user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.dxucBrowseButton_Magion {
    padding: 3px 11px 4px;
    border: 1px solid #B8B8B8;
    background: #E5E5E5 url('ucButtonBack.gif') left top;
}

    .dxucBrowseButton_Magion.dxbf {
        padding: 3px 10px 4px;
    }

        .dxucBrowseButton_Magion.dxbf a {
            border: 1px dotted black;
        }

.dxucBrowseButtonHover_Magion {
    background: #F2F2F2 url('ucButtonHoverBack.gif') left top;
}

.dxucBrowseButtonPressed_Magion {
    background: #CBCBCB none;
}

.dxuc-IE7 .dxucTextBox_Magion .dxucEditArea_Magion {
    margin-left: -3px;
}
/* UploadControl - ProgressBar */
.dxucProgressBar_Magion {
    border: 1px Solid #B8B8B8;
    background-color: #F5F5F5;
}

    .dxucProgressBar_Magion .dxucPBMainCell {
        padding: 1px;
    }

    .dxucProgressBar_Magion td.dx {
        padding: 0;
    }

    .dxucProgressBar_Magion,
    .dxucProgressBar_Magion td.dx {
        font: 12px Tahoma, Geneva, sans-serif;
        color: #000000;
    }

.dxucProgressBarIndicator_Magion {
    background: #3E5496 url('ucProgressIndicatorBack.gif') repeat-x;
}
/* Silverlight Plugin Link */
.dxucSilverlightPluginLinkPanel_Magion {
    font: 9px Verdana, Geneva, sans-serif;
    color: #7d7d7d;
    text-align: left;
}

    .dxucSilverlightPluginLinkPanel_Magion td {
        padding: 0px 3px;
        vertical-align: middle;
    }

    .dxucSilverlightPluginLinkPanel_Magion a {
        color: #5A83D0;
    }
/* Disabled */
.dxucDisabled_Magion,
.dxucDisabled_Magion a {
    color: #B8B8B8;
    cursor: default;
}

.dxucTextBoxDisabled_Magion,
.dxucTextBoxDisabled_Magion .dxucEditArea_Magion {
    background-color: #FAFAFA;
}

.dxucTextBoxDisabled_Magion {
    border-color: #B8B8B8;
}

.dxucButtonDisabled_Magion a,
.dxucButtonDisabled_Magion a:hover {
    color: #B8B8B8;
    text-decoration: none;
}

.dxucControl_Magion .dxucBrowseButtonDisabled_Magion a {
    color: #B8B8B8;
}

/* -- ASPxSplitter -- */
.dxsplControl_Magion,
.dxsplVSeparator_Magion,
.dxsplHSeparator_Magion {
    background-color: White;
}

.dxsplVSeparator_Magion,
.dxsplHSeparator_Magion {
    font-size: 0;
}

.dxsplControl_Magion,
.dxsplVSeparator_Magion,
.dxsplHSeparator_Magion,
.dxsplPane_Magion,
.dxsplPaneCollapsed_Magion,
.dxsplVSeparator_Magion,
.dxsplHSeparator_Magion,
.dxsplVSeparatorCollapsed_Magion,
.dxsplHSeparatorCollapsed_Magion {
    border: 0px solid #CCCCCC;
}

.dxsplPane_Magion,
.dxsplPaneCollapsed_Magion {
    border-width: 1px;
    background-color: #F5F5F5;
}

.dxsplPaneCollapsed_Magion {
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.dxsplVSeparatorHover_Magion {
    cursor: w-resize;
}

.dxsplHSeparatorHover_Magion {
    cursor: n-resize;
}

.dxsplVSeparatorCollapsed_Magion {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.dxsplHSeparatorCollapsed_Magion {
    border-left-width: 1px;
    border-right-width: 1px;
}

.dxsplVSeparatorHover_Magion,
.dxsplVSeparatorButtonHover_Magion {
    background: url('splVSeparatorBackgroundHover.png') repeat-y top left;
}

.dxsplHSeparatorHover_Magion,
.dxsplHSeparatorButtonHover_Magion {
    background: url('splHSeparatorBackgroundHover.png') repeat-x top left;
}

.dxsplVSeparatorCollapsed_Magion,
.dxsplHSeparatorCollapsed_Magion {
    cursor: default !important;
}

.dxsplVSeparatorButton_Magion {
    cursor: pointer;
    padding: 5px 0px;
}

.dxsplHSeparatorButton_Magion {
    cursor: pointer;
    padding: 0px 5px;
}

.dxsplDisabled_Magion .dxsplVSeparatorButton_Magion,
.dxsplDisabled_Magion .dxsplHSeparatorButton_Magion {
    cursor: default;
}

.dxsplVSeparatorHover_Magion,
.dxsplHSeparatorHover_Magion,
.dxsplVSeparatorButtonHover_Magion,
.dxsplHSeparatorButtonHover_Magion {
    background-color: #E9E9E9;
}

.dxsplResizingPointer_Magion {
    background: url('splResizingPointer.gif') repeat;
    font-size: 0px;
    line-height: 0px;
}

.dxsplLCC {
    padding: 8px;
}

/* -- ASPxTreeView -- */
.dxtvControl_Magion {
    float: left;
}

    .dxtvControl_Magion li {
        font: 12px Tahoma, Geneva, sans-serif;
        overflow-y: hidden;
    }

    .dxtvControl_Magion ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow-y: hidden;
    }

    .dxtvControl_Magion a {
        text-decoration: none;
        color: Black;
    }

    .dxtvControl_Magion .dxtv-ln {
        background: url('tvLine.gif') repeat-y;
        vertical-align: top;
    }

    .dxtvControl_Magion .dxtv-nd {
        margin-top: 1px;
        float: left;
        padding: 3px 5px 4px;
        cursor: pointer;
        display: block;
        text-decoration: none;
        color: Black;
        outline: 0 none;
    }

    .dxtvControl_Magion .dxtv-elbNoLn,
    .dxtvControl_Magion .dxtv-elb {
        width: 26px;
        height: 21px;
        vertical-align: top;
        float: left;
    }

    .dxtvControl_Magion .dxtv-elb {
        background: url('tvElbow.gif') no-repeat;
    }

    .dxtvControl_Magion .dxtv-btn {
        margin-left: 10px;
        margin-top: 5px;
        cursor: pointer;
    }

    .dxtvControl_Magion .dxtv-subnd {
        margin-left: 22px;
    }

    .dxtvControl_Magion .dxtv-ndImg {
        margin: 0 4px 0 2px;
        cursor: pointer;
    }

    .dxtvControl_Magion .dxtv-ndTxt {
        white-space: nowrap;
        cursor: pointer;
    }

    .dxtvControl_Magion .dxtv-ndChk {
        cursor: default;
        margin: 1px 6px 0 2px;
    }

    .dxtvControl_Magion .dxtv-ndTmpl {
        float: left;
        white-space: nowrap;
    }

    .dxtvControl_Magion .dxtv-ndSel,
    .dxtvControl_Magion .dxtv-ndHov {
        border: 1px solid #CCCCCC;
        padding: 2px 4px 3px;
    }

    .dxtvControl_Magion .dxtv-ndSel {
        background-color: #CCCCCC;
        cursor: default;
    }

.dxtv-ndSel .dxtv-ndTxt,
.dxtv-ndSel .dxtv-ndImg {
    cursor: default;
}

.dxtvControl_Magion .dxtv-ndHov {
    background-color: #F5F5F5;
    cursor: pointer;
}

.dxtv-ndHov .dxtv-ndTxt,
.dxtv-ndHov .dxtv-ndImg {
    cursor: pointer;
}

.dxtvControl_Magion .dxtv-clr,
.dxtvControl_Magion .dxtv-clrIE7 {
    clear: both;
    font-size: 0;
    height: 0;
    display: block;
    visibility: hidden;
    width: 0;
}

.dxtvControl_Magion .dxtv-clr {
    line-height: 0;
}

.dxtvControl_Magion.dxtvRtl,
.dxtvControl_Magion.dxtvRtl .dxtv-nd,
.dxtvControl_Magion.dxtvRtl .dxtv-elbNoLn,
.dxtvControl_Magion.dxtvRtl .dxtv-elb,
.dxtvControl_Magion.dxtvRtl .dxtv-ndTmpl {
    float: right;
}

    .dxtvControl_Magion.dxtvRtl .dxtv-elb,
    .dxtvControl_Magion.dxtvRtl .dxtv-ln {
        background-position: right top;
    }

    .dxtvControl_Magion.dxtvRtl .dxtv-elb {
        background-image: url('tvElbowRtl.gif');
    }

    .dxtvControl_Magion.dxtvRtl .dxtv-btn {
        margin: 5px 10px 0 0;
    }

    .dxtvControl_Magion.dxtvRtl .dxtv-subnd {
        margin: 0 22px 0 0;
    }

    .dxtvControl_Magion.dxtvRtl .dxtv-ndImg {
        margin: 0 2px 0 4px;
    }

    .dxtvControl_Magion.dxtvRtl .dxtv-ndChk {
        margin: 1px 2px 0 6px;
    }

    .dxtvControl_Magion.dxtvRtl.OperaRtlFix .dxtv-btn {
        margin: 5px 10px 0 0;
    }

    .dxtvControl_Magion.dxtvRtl.OperaRtlFix .dxtv-subnd {
        overflow-x: hidden;
    }

.dxtvDisabled_Magion,
.dxtvControl_Magion .dxtvDisabled_Magion,
.dxtvDisabled_Magion a,
.dxtvDisabled_Magion .dxtv-ndTxt,
.dxtvDisabled_Magion .dxtv-ndImg,
.dxtvDisabled_Magion .dxtv-btn,
.dxtvDisabled_Magion .dxtv-nd {
    color: #B8B8B8;
    cursor: default;
}

.dxtvLoadingPanelWithContent_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #303030;
    border: 1px solid #CBCBCB;
    background-color: White;
}

    .dxtvLoadingPanelWithContent_Magion td.dx {
        white-space: nowrap;
        text-align: center;
        padding: 12px;
    }

/* ASPxFileManager */
.dxfmControl_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    outline: 0px;
}

.dxfmDisabled_Magion {
    color: #ACACAC;
}

/* FileManager - Splitter */
.dxfmControl_Magion .dxsplControl_Magion {
    border-width: 1px;
    border-color: #CCCCCC;
}

.dxfmControl_Magion .dxsplPane_Magion {
    border-width: 0px;
    background-color: White;
}

.dxfmControl_Magion .dxsplLCC {
    outline-width: 0px;
    padding: 4px;
}

.dxfmControl_Magion.dxfm-dst .dxsplVSeparator_Magion {
    width: 3px;
    background: White url('fmSplitterSeparator.gif') repeat-y right;
    border-width: 0px;
}

.dxfmControl_Magion.dxfm-dst.dxfm-rtl .dxsplVSeparator_Magion {
    background-position-x: left;
}

.dxfmControl_Magion.dxfm-tch .dxsplVSeparator_Magion {
    border-width: 0 1px;
    border-color: #CCCCCC;
}

.dxfmControl_Magion .dxsplHSeparator_Magion {
    border-width: 0px;
    background: #CCCCCC none;
}

.dxfmControl_Magion .dxfm-filePane .dxsplLCC {
    padding: 0;
}

/* FileManager - TreeView */
.dxfmControl_Magion .dxtvControl_Magion {
    margin-left: -5px;
}

    .dxfmControl_Magion .dxtvControl_Magion .dxfm-folderSI {
        border: 1px dotted #888888;
        padding: 2px 4px 3px;
    }

/* FileManager - File */
.dxfmControl_Magion div.dxfm-file {
    float: left;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px;
    margin: 4px;
}

.dxfmControl_Magion.dxfm-rtl div.dxfm-file {
    float: right;
}

.dxfmDisabled_Magion .dxfm-file {
    cursor: default;
}

.dxfmControl_Magion div.dxfm-fileSI {
    border: 1px dotted #888888;
}

.dxfmControl_Magion div.dxfm-fileSA {
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
}

.dxfmControl_Magion div.dxfm-fileH,
.dxfmControl_Magion div.dxfm-fileF {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
}

.dxfmControl_Magion td.dxgv .dxfm-fileName {
    padding: 2px 2px;
}

.dxfmControl_Magion .dxfm-content {
    overflow: hidden;
}

    .dxfmControl_Magion .dxfm-content div {
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        height: 18px;
    }

.dxfmControl_Magion .dxfm-file .dxfm-highlight {
    background-color: #dedede;
    background-repeat: repeat;
    color: #333333;
    font-weight: bold;
}

.dxfmControl_Magion .fileContainer {
    margin: 4px;
}

/* FileManager - GridView */
.dxfmControl_Magion .dxgvTable_Magion td.dxgv {
    border-bottom-width: 0px;
}

.dxfmControl_Magion .dxgvControl_Magion,
.dxfmControl_Magion .dxgvTable_Magion {
    background-color: White;
}

    .dxfmControl_Magion .dxgvTable_Magion tr.dxfm-fileSA {
        background-color: #6D82C5;
        color: White;
    }

    .dxfmControl_Magion .dxgvTable_Magion tr.dxfm-fileSI {
        background-color: #DCE1F1;
        color: Black;
    }

.dxfmControl_Magion .dxfm-fileF.dxgvFocusedRow_Magion {
    background-color: #5269B3;
    color: White;
}

.dxfmControl_Magion .dxgvTable_Magion tr.dxfm-fileH {
    background-color: #DEDEDE;
    color: Black;
}

.dxfmControl_Magion tr.dxgvFocusedRow_Magion {
    background: White;
    color: Black;
}

.dxgvHeader_Magion.dxfmGridHeader {
    background: White;
    border-color: #D9D9D9;
}

    .dxgvHeader_Magion.dxfmGridHeader,
    .dxgvHeader_Magion.dxfmGridHeader table {
        color: black;
    }

.dxfm-file .dxgv.dxgvCommandColumn_Magion {
    text-overflow: clip;
}

/* FileManager - Toolbar */
.dxfmControl_Magion .dxfm-toolbar {
    background: #3E5496 url('mItemBack.gif') repeat-x left top;
}

    .dxfmControl_Magion .dxfm-toolbar.dxsplPane_Magion table.dxfm {
        width: 100%;
    }

    .dxfmControl_Magion .dxfm-toolbar.dxsplPane_Magion .dxfm-filter {
        text-align: right;
        vertical-align: top;
        color: White;
        white-space: nowrap;
    }

.dxfmControl_Magion.dxfm-rtl .dxfm-toolbar.dxsplPane_Magion .dxfm-filter {
    text-align: left;
}

.dxfmControl_Magion .dxfm-toolbar.dxsplPane_Magion .dxfm-filter input {
    border: 1px solid #B8B8B8;
    margin: 4px 4px 0px 3px;
    width: 130px;
    height: 16px;
    font: 12px Tahoma, Geneva, sans-serif;
}

.dxfmControl_Magion .dxfm-toolbar.dxsplPane_Magion .dxfm-path input {
    border: 1px solid #B8B8B8;
    width: 230px;
    height: 16px;
    font: 12px Tahoma, Geneva, sans-serif;
}

/* FileManager - Toolbar - Light */
.dxfmControl_Magion .dxfm-toolbar .dxsplLCC {
    padding: 5px;
}

.dxfmControl_Magion .dxfm-toolbar .dxmLite_Magion .dxm-main {
    margin-top: 1px;
    border-width: 0px;
    background: transparent none;
}

.dxfmControl_Magion .dxfm-toolbar .dxmLite_Magion .dxmtb.dxm-horizontal .dxm-separator {
    padding: 0px 11px;
}

.dxfmControl_Magion .dxfm-toolbar .dxmLite_Magion .dxfm-path {
    padding-left: 3px;
    padding-top: 2px;
}

    .dxfmControl_Magion .dxfm-toolbar .dxmLite_Magion .dxfm-path input {
        margin: 1px 8px 0px 4px;
    }

.dxfmControl_Magion.dxfm-rtl .dxfm-toolbar .dxmLite_Magion .dxfm-path input {
    margin: 1px 4px 0px 8px;
}

.dxfmControl_Magion .dxfm-toolbar .dxmLite_Magion .dxm-item .dxm-content {
    padding-top: 5px;
}

    .dxfmControl_Magion .dxfm-toolbar .dxmLite_Magion .dxm-item .dxm-content .dxm-image {
        margin: 0px;
    }

/* FileManager - UploadPanel */
.dxfmControl_Magion .dxfm-uploadPanel {
    background: #E9E9E9 url('pcFooterBack.gif') repeat-x left top;
    text-align: right;
}

.dxfmControl_Magion.dxfm-rtl .dxfm-uploadPanel {
    text-align: left;
}

.dxfmControl_Magion .dxfm-uploadPanel.dxsplPane_Magion table.dxfm-uploadPanelTable {
    display: inline-block;
    margin-right: 5px;
    margin-top: 1px;
}

    .dxfmControl_Magion .dxfm-uploadPanel.dxsplPane_Magion table.dxfm-uploadPanelTable .dxucControl_Magion {
        margin-right: 10px;
        margin-top: 4px;
    }

.dxfmControl_Magion.dxfm-rtl .dxfm-uploadPanel.dxsplPane_Magion table.dxfm-uploadPanelTable .dxucControl_Magion {
    margin-right: 0px;
    margin-left: 10px;
}

.dxfmControl_Magion .dxfm-uploadPanel.dxsplPane_Magion table.dxfm-uploadPanelTable td.dxfm-uploadPanelTableBCell {
    padding: 7px 0 0;
    vertical-align: top;
}

    .dxfmControl_Magion .dxfm-uploadPanel.dxsplPane_Magion table.dxfm-uploadPanelTable td.dxfm-uploadPanelTableBCell a {
        color: #5A83D0;
    }

        .dxfmControl_Magion .dxfm-uploadPanel.dxsplPane_Magion table.dxfm-uploadPanelTable td.dxfm-uploadPanelTableBCell a.dxfm-uploadDisable {
            color: #777777;
            text-decoration: none;
            cursor: default;
        }

.dxfmControl_Magion .dxfm-uploadPanel.dxsplPane_Magion .dxucTextBox_Magion {
    padding: 0px 2px;
}

.dxfmControl_Magion .dxfm-uploadPanel.dxsplPane_Magion .dxucBrowseButton_Magion {
    padding: 2px 8px 3px;
}

    .dxfmControl_Magion .dxfm-uploadPanel.dxsplPane_Magion .dxucBrowseButton_Magion.dxbf {
        padding: 2px 7px 3px;
    }

.dxfmControl_Magion .dxfm-uploadPanel.dxsplPane_Magion .dxucSilverlightPluginLinkPanel_Magion {
    margin-top: -8px;
}

/* FileManager - Create, Rename input */
.dxfmControl_Magion .dxfm-cInput,
.dxfmControl_Magion .dxfm-rInput {
    border: 1px solid #B8B8B8;
    padding: 1px;
    font: 12px Tahoma, Geneva, sans-serif;
    outline-width: 0px;
    margin: 0px;
}

/* FileManager - LoadingPanel */
.dxfmControl_Magion .dxfmLoadingPanel_Magion {
    background-color: white;
    border: 1px solid #9F9F9F;
    color: #303030;
    font: 12px Tahoma, Geneva, sans-serif;
}

    .dxfmControl_Magion .dxfmLoadingPanel_Magion td.dx {
        padding: 12px;
        text-align: center;
        white-space: nowrap;
    }

.dxfmControl_Magion .dxfmLoadingDiv_Magion {
    background-color: Gray;
    opacity: 0.01;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}

/* FileManager - Move PopupControl */
.dxfmControl_Magion .dxpc-content {
    padding: 5px 0px 0px;
    background-color: White;
}

    .dxfmControl_Magion .dxpc-content .dxfm-mpFoldersC {
        overflow: auto;
        padding: 0px 0px 20px 5px;
    }

    .dxfmControl_Magion .dxpc-content .dxfm-mpButtonC {
        margin-top: 5px;
        background: #E9E9E9 url('pcFooterBack.gif') repeat-x left top;
        border-top: 1px solid #CB9FB4;
        text-align: right;
        padding: 10px 15px 10px 10px;
    }

        .dxfmControl_Magion .dxpc-content .dxfm-mpButtonC a {
            margin-left: 12px;
            color: #1B3F91;
        }

/* ASPxImageSlider */
.dxisControl_Magion {
    width: 660px;
    height: 505px;
    outline: 0;
    user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

    .dxisControl_Magion .dxis-playPauseBtnWrapper {
        top: 0;
        right: 0;
        padding: 6px 12px 6px 14px;
        position: absolute;
        background-color: #333333;
        background-color: rgba(0, 0, 0, 0.75);
        cursor: pointer;
    }

*[dir="rtl"].dxisControl_Magion .dxis-playPauseBtnWrapper {
    right: auto;
    left: 0;
}

.dxisControl_Magion > .dxis-passePartout {
    position: relative;
    background-color: #000000;
    width: 100%;
    height: 100%;
}

.dxisControl_Magion .dxis-imageArea {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.dxisControl_Magion .dxis-slidePanel,
.dxisControl_Magion .dxis-nbSlidePanel,
.dxisControl_Magion .dxis-nbSlidePanelWrapper {
    position: absolute;
}

.dxisControl_Magion .dxis-nbSlidePanelWrapper {
    overflow: hidden;
}

.dxisControl_Magion .dxis-nbTop,
.dxisControl_Magion .dxis-nbBottom,
.dxisControl_Magion .dxis-nbLeft,
.dxisControl_Magion .dxis-nbRight,
.dxisControl_Magion .dxis-nbDotsBottom,
.dxisControl_Magion .dxis-nbDotsTop,
.dxisControl_Magion .dxis-nbDotsLeft,
.dxisControl_Magion .dxis-nbDotsRight {
    position: relative;
}

.dxisControl_Magion .dxis-nbTop {
    padding-bottom: 5px;
}

.dxisControl_Magion .dxis-nbBottom {
    padding-top: 5px;
}

.dxisControl_Magion .dxis-nbLeft {
    padding-right: 5px;
}

.dxisControl_Magion .dxis-nbRight {
    padding-left: 5px;
}

.dxisControl_Magion .dxis-nbDotsBottom,
.dxisControl_Magion .dxis-nbDotsTop {
    padding: 20px 0;
}

.dxisControl_Magion .dxis-nbDotsLeft {
    padding-right: 20px;
}

.dxisControl_Magion .dxis-nbDotsRight {
    padding-left: 20px;
}

.dxisControl_Magion .dxis-nbLeft,
.dxisControl_Magion .dxis-nbRight,
.dxisControl_Magion .dxis-nbDotsLeft,
.dxisControl_Magion .dxis-nbDotsRight {
    float: left;
}

.dxisControl_Magion .dxis-item,
.dxisControl_Magion .dxis-nbItem {
    background-image: url('isLoading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

    .dxisControl_Magion .dxis-nbItem .dxis-nbHoverItem {
        display: none;
        position: absolute;
        border: 2px solid #9f9f9f;
    }

        .dxisControl_Magion .dxis-nbItem .dxis-nbHoverItem > div {
            border: 2px solid #ffffff;
        }

    .dxisControl_Magion .dxis-nbItem.dxis-hover .dxis-nbHoverItem {
        display: block;
    }

.dxisControl_Magion .dxis-item,
.dxisControl_Magion .dxis-nbItem,
.dxisControl_Magion .dxis-nbDotItem {
    position: absolute;
    overflow: hidden;
}

.dxisControl_Magion .dxis-nbItem,
.dxisControl_Magion .dxis-nbDotItem {
    cursor: pointer;
}

.dxisControl_Magion .dxis-nbDotItemSelected,
.dxisControl_Magion .dxis-nbDotItemDisabled {
    cursor: default;
}

.dxisControl_Magion .dxis-nbItem {
    width: 90px;
    height: 60px;
    background-color: black;
}

.dxisControl_Magion .dxis-itemTextArea {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    cursor: default;
    padding: 22px;
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.75);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dxisControl_Magion .dxis-nbSelectedItem {
    z-index: 1;
    cursor: default;
    position: absolute;
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.00);
}

    .dxisControl_Magion .dxis-nbSelectedItem > div {
        border: 2px solid White;
    }

.dxisControl_Magion .dxis-prevBtnVertWrapper,
.dxisControl_Magion .dxis-nextBtnVertWrapper,
.dxisControl_Magion .dxis-prevBtnHorWrapper,
.dxisControl_Magion .dxis-nextBtnHorWrapper {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.75);
}

.dxisControl_Magion .dxis-prevBtnHorWrapperDisabled,
.dxisControl_Magion .dxis-nextBtnHorWrapperDisabled,
.dxisControl_Magion .dxis-prevBtnVertWrapperDisabled,
.dxisControl_Magion .dxis-nextBtnVertWrapperDisabled {
    cursor: default;
}

.dxisControl_Magion .dxis-prevBtnHorWrapper {
    left: 0px;
}

.dxisControl_Magion .dxis-nextBtnHorWrapper {
    right: 0px;
}

.dxisControl_Magion .dxis-prevBtnVertWrapper {
    top: 0px;
}

.dxisControl_Magion .dxis-nextBtnVertWrapper {
    bottom: 0px;
}

.dxisControl_Magion > .dxis-passePartout > .dxis-prevBtnHorWrapper,
.dxisControl_Magion > .dxis-passePartout > .dxis-nextBtnHorWrapper {
    top: 50%;
    margin-top: -32px;
}

.dxisControl_Magion > .dxis-passePartout > .dxis-prevBtnVertWrapper,
.dxisControl_Magion > .dxis-passePartout > .dxis-nextBtnVertWrapper {
    left: 50%;
    margin-left: -30px;
}

.dxisControl_Magion .dxis-prevBtnHor {
    margin: 16px 12px 16px 8px;
}

.dxisControl_Magion .dxis-nextBtnHor {
    margin: 16px 8px 16px 12px;
}

.dxisControl_Magion .dxis-prevBtnVert {
    margin: 8px 16px 12px 16px;
}

.dxisControl_Magion .dxis-nextBtnVert {
    margin: 12px 16px 8px 16px;
}

.dxisControl_Magion > .dxis-nbBottom > .dxis-prevBtnHorWrapper,
.dxisControl_Magion > .dxis-nbBottom > .dxis-nextBtnHorWrapper,
.dxisControl_Magion > .dxis-nbTop > .dxis-prevBtnHorWrapper,
.dxisControl_Magion > .dxis-nbTop > .dxis-nextBtnHorWrapper {
    height: inherit;
}

.dxisControl_Magion > .dxis-nbLeft > .dxis-prevBtnVertWrapper,
.dxisControl_Magion > .dxis-nbLeft > .dxis-nextBtnVertWrapper,
.dxisControl_Magion > .dxis-nbRight > .dxis-prevBtnVertWrapper,
.dxisControl_Magion > .dxis-nbRight > .dxis-nextBtnVertWrapper {
    width: inherit;
}

.dxisControl_Magion .dxis-prevPageBtnHor,
.dxisControl_Magion .dxis-nextPageBtnHor {
    top: 50%;
    position: relative;
    margin: -11px 7px 0 7px;
}

.dxisControl_Magion .dxis-prevPageBtnVert,
.dxisControl_Magion .dxis-nextPageBtnVert {
    margin: 7px auto 6px;
}

.dxisControl_Magion .dxis-prevBtnHorWrapperPressed > .dxis-prevBtnHor,
.dxisControl_Magion .dxis-nextBtnHorWrapperPressed > .dxis-nextBtnHor,
.dxisControl_Magion .dxis-prevBtnHorWrapperPressed > .dxis-prevPageBtnHor,
.dxisControl_Magion .dxis-nextBtnHorWrapperPressed > .dxis-nextPageBtnHor,
.dxisControl_Magion .dxis-prevBtnVertWrapperPressed > .dxis-prevBtnVert,
.dxisControl_Magion .dxis-nextBtnVertWrapperPressed > .dxis-nextBtnVert,
.dxisControl_Magion .dxis-prevBtnVertWrapperPressed > .dxis-prevPageBtnVert,
.dxisControl_Magion .dxis-nextBtnVertWrapperPressed > .dxis-nextPageBtnVert,
.dxisControl_Magion .dxis-prevBtnVertPressed,
.dxisControl_Magion .dxis-nextBtnVertPressed,
.dxisControl_Magion .dxis-nextBtnHorPressed,
.dxisControl_Magion .dxis-prevBtnHorPressed,
.dxisControl_Magion .dxis-prevPageBtnVertPressed,
.dxisControl_Magion .dxis-nextPageBtnVertPressed,
.dxisControl_Magion .dxis-prevPageBtnHorPressed,
.dxisControl_Magion .dxis-nextPageBtnHorPressed,
.dxisControl_Magion .dxis-prevBtnVertDisabled,
.dxisControl_Magion .dxis-nextBtnVertDisabled,
.dxisControl_Magion .dxis-nextBtnHorDisabled,
.dxisControl_Magion .dxis-prevBtnHorDisabled,
.dxisControl_Magion .dxis-prevPageBtnVertDisabled,
.dxisControl_Magion .dxis-nextPageBtnVertDisabled,
.dxisControl_Magion .dxis-prevPageBtnHorDisabled,
.dxisControl_Magion .dxis-nextPageBtnHorDisabled {
    opacity: 0.25;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=25);
}

/* ASPxImageGallery */
.dxigControl_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #98a3c4;
    background-color: transparent;
}

    .dxigControl_Magion td.dxigCtrl {
        padding: 3px;
    }

.dxigLoadingPanel_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #303030;
    border: 1px solid #CBCBCB;
    background-color: White;
}

    .dxigLoadingPanel_Magion td.dx {
        white-space: nowrap;
        text-align: center;
        padding: 12px;
    }

.dxigLoadingDiv_Magion {
    background-color: Gray;
    opacity: 0.01;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}

.dxigContent_Magion {
}

.dxigEmptyData_Magion {
    color: #4F4F4F;
    padding: 12px 40px;
}

.dxigEmptyItem_Magion {
    text-align: left;
    vertical-align: top;
}

.dxigFlowItem_Magion {
    float: left;
}

.dxigItem_Magion {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('igLoading.gif');
}

    .dxigItem_Magion a {
        outline: 0;
    }

        .dxigItem_Magion a > img {
            display: block;
        }

.dxigPagerPanel_Magion {
    padding: 2px 10px;
    border: 1px Solid #2C4182;
    background: #3F5496 url('dvPagerBack.gif') repeat-x top;
}

    /*.dxigPagerPanel_Magion .dxpPageSizeItem_Magion > table {
        margin: -2px 0px;
    }*/

.dxigItem_Magion .dxig-thumbnailBorder {
    top: 0;
    display: none;
    position: absolute;
    border: 1px solid gray;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.dxigItem_Magion .dxig-thumbnailWrapper,
.dxigFlowItem_Magion {
    width: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    background-color: #E9E9E9;
}

.dxigControl_Magion .dxig-thumbnailTextArea {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
}

.dxigControl_Magion .dxpcControl,
.dxigControl_Magion .dxpcLite .dxpc-mainDiv {
    border: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.dxigControl_Magion .dxpcLite .dxpc-content {
    padding: 0;
}

.dxigControl_Magion .dxig-imageSliderWrapper {
    overflow: hidden;
    padding: 50px 65px;
}

.dxigControl_Magion.dxTouchUI .dxig-imageSliderWrapper {
    padding: 0;
}

.dxigControl_Magion .dxig-imageSliderWrapper .dxisControl_Magion .dxis-item > img {
    box-shadow: 0 0 50px rgb(0,0,0);
    -moz-box-shadow: 0 0 50px rgb(0,0,0);
    -webkit-box-shadow: 0 0 50px rgb(0,0,0);
}

.dxigControl_Magion .dxig-bottomPanel {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}

    .dxigControl_Magion .dxig-bottomPanel > .dxig-overflowPanel {
        overflow: hidden;
    }

    .dxigControl_Magion .dxig-bottomPanel .dxisControl_Magion {
        position: relative;
    }

.dxigControl_Magion .dxisControl_Magion > .dxis-passePartout {
    background-color: transparent;
}

.dxigControl_Magion .dxisControl_Magion .dxis-nbBottom {
    padding: 4px 4px 0 4px;
}

.dxigControl_Magion .dxig-bottomPanel .dxis-nbBottom > .dxis-prevBtnHorWrapper,
.dxigControl_Magion .dxig-bottomPanel .dxis-nbBottom > .dxis-nextBtnHorWrapper {
    width: 43px;
    background: url('igNavBtnsBack.png') repeat-y;
}

.dxigControl_Magion .dxig-bottomPanel .dxis-nbBottom > .dxis-prevBtnHorWrapper {
    background-position: 0 0;
}

.dxigControl_Magion .dxig-bottomPanel .dxis-nbBottom > .dxis-nextBtnHorWrapper {
    background-position: -39px 0;
}

.dxigControl_Magion .dxig-bottomPanel .dxis-nbBottom > .dxis-prevBtnHorWrapperDisabled,
.dxigControl_Magion .dxig-bottomPanel .dxis-nbBottom > .dxis-nextBtnHorWrapperDisabled {
    display: none;
}

.dxigControl_Magion .dxig-bottomPanel .dxis-nbBottom > .dxis-prevBtnHorWrapper .dxis-prevPageBtnHor,
.dxigControl_Magion .dxig-bottomPanel .dxis-nbBottom > .dxis-nextBtnHorWrapper .dxis-nextPageBtnHor {
    position: absolute;
}

.dxigControl_Magion .dxig-bottomPanel .dxis-nbBottom > .dxis-prevBtnHorWrapper .dxis-prevPageBtnHor {
}

.dxigControl_Magion .dxig-bottomPanel .dxis-nbBottom > .dxis-nextBtnHorWrapper .dxis-nextPageBtnHor {
    right: 0;
}

.dxigControl_Magion .dxig-fullscreenViewerTextArea {
    z-index: 1;
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.dxigControl_Magion .dxig-prevButtonArea,
.dxigControl_Magion .dxig-nextButtonArea {
    top: 0;
    position: absolute;
}

.dxigControl_Magion .dxig-prevButtonArea {
    left: 0;
}

.dxigControl_Magion .dxig-nextButtonArea {
    right: 0;
}

.dxigControl_Magion .dxig-prevButton,
.dxigControl_Magion .dxig-nextButton {
    top: 50%;
    cursor: pointer;
    position: relative;
    margin: -32px 11px 0;
}

.dxigControl_Magion .dxig-prevButtonDisabled,
.dxigControl_Magion .dxig-nextButtonDisabled {
    cursor: auto;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=50);
}

.dxigControl_Magion .dxig-closeButtonWrapper,
.dxigControl_Magion .dxig-playPauseButtonWrapper {
    padding: 15px;
    cursor: pointer;
    position: absolute;
}

.dxigControl_Magion .dxig-closeButtonWrapper {
    top: 4px;
    right: 7px;
}

    .dxigControl_Magion .dxig-closeButtonWrapper > .dxig-closeButton {
        z-index: 1;
    }

.dxigControl_Magion .dxig-playPauseButtonWrapper {
    top: 2px;
    right: 48px;
}

*[dir="rtl"].dxigControl_Magion .dxig-closeButtonWrapper {
    left: 7px;
    right: auto;
}

*[dir="rtl"].dxigControl_Magion .dxig-playPauseButtonWrapper {
    left: 48px;
    right: auto;
}

.dxigControl_Magion .dxig-overflowPanel .dxig-navigationBarMarker {
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    position: absolute;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=70);
}

.dxigControl_Magion .dxisControl_Magion .dxis-nbBottom,
.dxigControl_Magion .dxig-fullscreenViewerTextArea {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}

.dxigControl_Magion .dxisControl_Magion .dxis-nbSelectedItem {
    border: 2px solid #fff;
}

.dxigControl_Magion .dxisControl_Magion .dxis-nbHoverItem {
    border: 2px solid #9F9F9F;
}

    .dxigControl_Magion .dxisControl_Magion .dxis-nbSelectedItem > div,
    .dxigControl_Magion .dxisControl_Magion .dxis-nbHoverItem > div {
        border: 2px solid #000;
    }

.dxigEPContainer_Magion {
    height: 48px;
    text-align: center;
}

    .dxigEPContainer_Magion div {
        padding-top: 15px;
    }

    .dxigEPContainer_Magion a {
        color: #5A83D0;
    }

        .dxigEPContainer_Magion a:hover {
            color: #2443AA;
        }

/* Removes flicking in iOS Safari*/
.dxfmControl_Magion,
.dxnbGroupHeader_Magion,
.dxnbGroupHeaderCollapsed_Magion,
.dxnbGroupContent_Magion > TABLE > TBODY > TR,
.dxtcTab_Magion,
.dxtcActiveTab_Magion,
.dxtv-nd_Magion {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Form Layout */
.dxflFormLayout_Magion {
    display: table;
}

.dxflFormLayout_Magion,
.dxflCaptionCell_Magion,
.dxflNestedControlCell_Magion,
div.dxflItem_Magion {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #303030;
}

.dxflButtonItemSys .dxflVATSys.dxflCaptionCell_Magion {
    padding-top: 3px;
}

.dxflButtonItemSys .dxflVAMSys.dxflCaptionCell_Magion {
    padding-bottom: 1px;
}

.dxflTextItemSys .dxflVATSys.dxflCaptionCell_Magion {
    padding-top: 0px;
}

.dxflTextEditItemSys .dxflVATSys.dxflCaptionCell_Magion {
    padding-top: 4px;
}

.dxflCheckBoxItemSys .dxflVATSys.dxflCaptionCell_Magion {
    padding-top: 2px;
}

.dxflRadioButtonItemSys .dxflVATSys.dxflCaptionCell_Magion {
    padding-top: 3px;
}

.dxflCheckBoxListItemSys .dxflVATSys.dxflCaptionCell_Magion {
    padding-top: 10px;
}

.dxflRadioButtonListItemSys .dxflVATSys.dxflCaptionCell_Magion {
    padding-top: 11px;
}

.dxflListBoxItemSys .dxflVATSys.dxflCaptionCell_Magion {
    padding-top: 3px;
}

.dxflTrackBarItemSys .dxflVATSys.dxflCaptionCell_Magion {
    padding-top: 3px;
}

.dxflProgressBarItemSys .dxflVATSys.dxflCaptionCell_Magion {
    padding-top: 4px;
}

.dxflMemoItemSys .dxflVATSys.dxflCaptionCell_Magion {
    padding-top: 3px;
}

.dxflCustomItemSys .dxflVATSys.dxflCaptionCell_Magion {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dxflCLTSys .dxflCaptionCell_Magion,
.dxflCLBSys .dxflCaptionCell_Magion {
    padding: 3px 0;
}

.dxflCLLSys .dxflCaptionCell_Magion,
*[dir="rtl"].dxflFormLayout_Magion .dxflCLRSys .dxflCaptionCell_Magion {
    padding-left: 0px;
    padding-right: 6px;
}

.dxflCLRSys .dxflCaptionCell_Magion,
*[dir="rtl"].dxflFormLayout_Magion .dxflCLLSys .dxflCaptionCell_Magion {
    padding-right: 0px;
    padding-left: 6px;
}

.dxflCaptionCell_Magion {
    white-space: nowrap;
    line-height: 16px;
    height: 100%;
    width: 1%;
}

.dxflNestedControlCell_Magion {
    height: 0;
}

.dxflNestedControlCellSys.dxflNestedControlCell_Magion > .dxichCellSys.dxeBase_Magion {
    padding-left: 0px;
}

*[dir="rtl"] .dxflNestedControlCellSys.dxflNestedControlCell_Magion > .dxichCellSys.dxeBase_Magion {
    padding-right: 0px;
}

.dxflEmptyItem_Magion {
    height: 21px;
}

.dxflItem_Magion {
    padding: 2px 0;
    width: 100%;
}

    .dxflItem_Magion > table.dxflItemTable_Magion {
        width: 100%;
    }

.dxflGroup_Magion {
    padding: 6px 5px;
    width: 100%;
}

    .dxflGroup_Magion > table.dxflGroupTable_Magion {
        width: 100%;
    }

.dxflGroupCell_Magion {
    padding: 0 8px;
}

.dxflGroupBox_Magion {
    display: table;
    border-collapse: separate;
    width: 100%;
    border: 1px Solid #B8B8B8;
    padding: 0 0 12px;
    margin: 10px 0;
}

    .dxflGroupBox_Magion.dxflHeadingLineGroupBoxSys {
        border-width: 1px 0 0;
    }

        .dxflGroupBox_Magion.dxflHeadingLineGroupBoxSys.dxflWithCaptionSys {
            margin-top: 22px !important;
        }

.dxflHeadingLineGroupBoxSys > .dxflGroup_Magion {
    margin-top: -6px;
}

.dxflGroupCell_Magion > .dxtcControl_Magion {
    margin: 0px;
}

.dxflGroupBox_Magion > .dxflGroup_Magion {
    margin-top: -9px;
    padding: 0 4px;
}

    .dxflGroupBox_Magion > .dxflGroup_Magion tr:first-child > .dxflGroupCell_Magion > .dxflItem_Magion {
        padding-top: 9px;
    }

    .dxflGroupBox_Magion > .dxflGroup_Magion tr:first-child > .dxflGroupCell_Magion > .dxtcControl_Magion {
        margin-top: 10px;
    }

    .dxflGroupBox_Magion > .dxflGroup_Magion tr:last-child > .dxflGroupCell_Magion > .dxflItem_Magion {
        padding-bottom: 0px;
    }

.dxflGroup_Magion tr:first-child > .dxflGroupCell_Magion > .dxflGroupBox_Magion {
    margin-top: 13px;
}

.dxflGroup_Magion tr:last-child > .dxflGroupCell_Magion > .dxflGroupBox_Magion {
    margin-bottom: 0px;
}

.dxtcPageContent_Magion > div > .dxflGroup_Magion {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .dxtcPageContent_Magion > div > .dxflGroup_Magion tr:first-child > .dxflGroupCell_Magion > .dxflItem_Magion {
        padding-top: 12px;
    }

    .dxtcPageContent_Magion > div > .dxflGroup_Magion tr:last-child > .dxflGroupCell_Magion > .dxflItem_Magion {
        padding-bottom: 12px;
    }

.dxflGroupBoxCaption_Magion {
    background-color: White;
    display: inline-block;
    left: 9px;
    line-height: 16px;
    padding: 0px 3px 0px 3px;
    position: relative;
    top: -9px;
}

*[dir="rtl"].dxflFormLayout_Magion .dxflGroupBoxCaption_Magion {
    padding: 0px 3px 0px 7px;
    left: 0px;
    right: 9px;
}

.dxflGroupBox_Magion > div.dxflGroup_Magion:first-child,
.dxflGroupBox_Magion > table.dxflGroup_Magion:first-child {
    margin-top: 0px;
    padding-top: 7px;
}

.dxflHeadingLineGroupBoxSys > .dxflGroupBoxCaption_Magion {
    top: -19px;
}

.dxflGroupCell_Magion .dxtcPageContentWithoutTabs_Magion {
    background-image: none !important;
    border-width: 0px !important;
}

.dxflOptional_Magion {
    color: gray;
    font-style: normal;
}

.dxflRequired_Magion {
    color: green;
    font-style: normal;
}

.dxflInternalEditorTable_Magion {
    width: 100%;
}

.dxflHelpText_Magion {
    color: #9F9F9F;
    font: 11px Tahoma, Geneva, sans-serif;
}

    .dxflHelpText_Magion.dxflHHelpTextSys {
        padding: 0 6px;
    }

    .dxflHelpText_Magion.dxflTHelpTextSys {
        padding: 6px 0 2px;
    }

    .dxflHelpText_Magion.dxflBHelpTextSys {
        padding: 2px 0 6px;
    }

/* Ribbon */
.dxrControl_Magion .dxr-tabContent {
    font: 12px Tahoma, Geneva, sans-serif;
    border: 1px solid #cccccc;
    border-top-width: 0px;
    height: 101px;
    background: #FFFFFF;
}

.dxrControl_Magion.dxr-grLabelsHidden .dxr-tabContent {
    height: 87px;
}

.dxrControl_Magion.dxr-tabsHidden .dxr-tabContent {
    border-top-width: 1px;
}

.dxrControl_Magion,
.dxrControl_Magion a {
    color: #000000;
}

    .dxrControl_Magion .dxr-itemDisabled.dxr-item,
    .dxrControl_Magion .dxr-groupLabelDisabled.dxr-groupLabel,
    .dxrControl_Magion .dxr-grExpBtnDisabled.dxr-grExpBtn,
    .dxrControl_Magion .dxr-grExpBtnDisabled.dxr-grExpBtn .dxr-img32,
    .dxrControl_Magion .dxr-minBtn.dxr-minBtnDisabled {
        cursor: default;
        color: #b8b8b8;
    }

    /* Ribbon Popup */
    .dxrControl_Magion .dxr-minPopupWindow {
        padding: 0;
    }

    .dxrControl_Magion .dxr-minPopup .dxpc-mainDiv,
    .dxrControl_Magion .dxpc-contentWrapper {
        border: 0;
    }

    .dxrControl_Magion .dxr-groupPopup .dxpc-mainDiv {
        border: 1px solid #cccccc;
    }

    /* Ribbon Group List */
    .dxrControl_Magion .dxr-groupList {
        padding: 0;
        margin: 0;
        height: 100%;
    }

        .dxrControl_Magion .dxr-groupList .dxr-groupSep {
            height: 100%;
            list-style: none;
        }

            .dxrControl_Magion .dxr-groupList .dxr-groupSep b {
                display: block;
                width: 1px;
                margin: 4px 0;
                height: 93px;
                background: #cccccc;
            }

    .dxrControl_Magion.dxr-grLabelsHidden .dxr-groupList .dxr-groupSep b {
        height: 79px;
    }

    /* Ribbon Groups */
    .dxrControl_Magion .dxr-groupList .dxr-group {
        margin: 3px 3px 0 3px;
        text-align: center;
    }

    .dxrControl_Magion .dxr-groupContent {
        height: 81px;
    }

    .dxrControl_Magion .dxr-groupLabel {
        text-align: center;
        color: #707070;
        font-size: 12px;
        line-height: 15px;
        padding: 0px 5px 0 5px;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .dxrControl_Magion .dxr-grExpBtn,
    .dxrControl_Magion .dxr-grExpBtn .dxr-img32 {
        cursor: pointer;
    }

    .dxrControl_Magion .dxr-grExpBtn {
        height: 93px;
        border: 1px solid transparent;
        text-align: center;
    }

    .dxrControl_Magion .dxr-groupPopupWindow {
        padding: 2px 3px;
    }

    /* Ribbon Item Separator */
    .dxrControl_Magion .dxr-blRegItems .dxr-itemSep,
    .dxrControl_Magion .dxr-blLrgItems .dxr-itemSep {
        width: 3px;
    }

        .dxrControl_Magion .dxr-blRegItems .dxr-itemSep b,
        .dxrControl_Magion .dxr-blLrgItems .dxr-itemSep b {
            display: block;
            background: #cccccc;
            width: 1px;
        }

        .dxrControl_Magion .dxr-blRegItems .dxr-itemSep b {
            margin: 3px auto;
            height: 21px;
        }

        .dxrControl_Magion .dxr-blLrgItems .dxr-itemSep b {
            margin: 4px auto;
            height: 73px;
        }

    /* Ribbon Item */
    .dxrControl_Magion .dxr-item {
        border: 1px solid transparent;
    }

    .dxrControl_Magion .dxr-blLrgItems .dxr-item,
    .dxrControl_Magion.dxr-grLabelsHidden .dxr-grExpBtn {
        text-align: center;
        height: 79px;
    }

    .dxrControl_Magion .dxr-blRegItems .dxr-item,
    .dxrControl_Magion .dxr-blHorItems .dxr-item {
        height: 25px;
        white-space: nowrap;
    }

    .dxrControl_Magion .dxr-blRegItems .dxr-item {
        margin-left: 2px;
        margin-right: 2px;
    }

    .dxrControl_Magion .dxr-blHorItems .dxr-item {
        margin: 0 3px;
    }

        .dxrControl_Magion .dxr-blHorItems .dxr-item .dxr-lblText {
            padding-left: 2px;
            padding-right: 3px;
        }

        .dxrControl_Magion .dxr-blHorItems .dxr-item .dxr-popOut {
            height: 100%;
            margin-left: 1px;
        }

    /* Ribbon Item Label */
    .dxrControl_Magion .dxr-blLrgItems .dxr-item .dxr-label {
        border-top: 1px solid transparent;
        width: 100%;
    }

        .dxrControl_Magion .dxr-blLrgItems .dxr-item .dxr-label .dxr-lblContent,
        .dxrControl_Magion .dxr-grExpBtn .dxr-lblContent {
            margin-left: 3px;
            margin-right: 3px;
            margin-bottom: 2px;
            text-align: center;
            vertical-align: middle;
        }

    .dxrControl_Magion .dxr-blLrgItems .dxr-item.dxr-itemHover.dxr-ddMode .dxr-label,
    .dxrControl_Magion .dxr-blLrgItems .dxr-item.dxr-itemPressed.dxr-ddMode .dxr-label {
        border-top: 1px solid #cccccc;
    }

    .dxrControl_Magion .dxr-blHorItems .dxr-item .dxr-label {
        margin: 4px 0;
    }

    /* Ribbon Item Label PopOut */
    .dxrControl_Magion .dxr-blLrgItems .dxr-item .dxr-label .dxr-popOut,
    .dxrControl_Magion .dxr-grExpBtn .dxr-popOut {
        margin: -1px 3px 1px;
    }

    .dxrControl_Magion .dxr-blRegItems .dxr-item .dxr-popOut,
    .dxrControl_Magion .dxr-blHorItems .dxr-item .dxr-popOut {
        padding: 10px 3px;
        margin: -8px 0 -6px;
        border-left: 1px solid transparent;
        font-size: 0px;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,
    .dxrControl_Magion .dxr-blRegItems .dxr-item .dxr-popOut,
    .dxrControl_Magion .dxr-blHorItems .dxr-item .dxr-popOut {
        margin: -9px 0 -6px;
    }
}

noindex:-o-prefocus,
.dxrControl_Magion .dxr-blRegItems .dxr-item .dxr-popOut,
.dxrControl_Magion .dxr-blHorItems .dxr-item .dxr-popOut {
    margin: -8px 0 -7px;
}

.dxrControl_Magion .dxr-blRegItems .dxr-item.dxr-itemHover.dxr-ddMode .dxr-label .dxr-popOut,
.dxrControl_Magion .dxr-blHorItems .dxr-item.dxr-itemHover.dxr-ddMode .dxr-label .dxr-popOut,
.dxrControl_Magion .dxr-blRegItems .dxr-item.dxr-itemPressed.dxr-ddMode .dxr-label .dxr-popOut,
.dxrControl_Magion .dxr-blHorItems .dxr-item.dxr-itemPressed.dxr-ddMode .dxr-label .dxr-popOut {
    border-left: 1px solid #cccccc;
}

/* Ribbon Editors Item */
.dxrControl_Magion .dxr-item.dxr-edtItem {
    border: 0;
    padding: 1px 0;
    height: 25px;
}

    .dxrControl_Magion .dxr-item.dxr-edtItem .dxr-label {
        padding-right: 3px;
    }

/* Ribbon Item Types */
.dxrControl_Magion .dxr-buttonItem {
    cursor: pointer;
}

.dxrControl_Magion .dxr-blLrgItems .dxr-buttonItem,
.dxrControl_Magion .dxr-grExpBtn {
    min-width: 42px;
}

.dxrControl_Magion .dxr-buttonItem.dxr-itemChecked {
    background: #DEDEDE;
}

.dxrControl_Magion .dxr-buttonItem.dxr-itemPressed {
    background: #DEDEDE;
}

.dxrControl_Magion .dxr-buttonItem.dxr-itemHover,
.dxrControl_Magion .dxr-grExpBtn.dxr-grExpBtnHover {
    background: #e9e9e9;
}

.dxrControl_Magion .dxr-img32,
.dxrControl_Magion .dxr-blLrgItems .dxr-colorBtn .dxr-colorBtnNoImg32 {
    width: 32px;
    height: 32px;
    margin: 2px auto 1px auto;
}

.dxrControl_Magion .dxr-img16,
.dxrControl_Magion .dxr-blRegItems .dxr-colorBtn .dxr-colorBtnNoImg16,
.dxrControl_Magion .dxr-blHorItems .dxr-colorBtn .dxr-colorBtnNoImg16 {
    width: 16px;
    height: 16px;
    margin: 4px;
}

.dxrControl_Magion .dxr-ddImageContainer {
    display: inline-block;
}

.dxrControl_Magion .dxr-blLrgItems .dxr-ddImageContainer {
    width: 100%;
}

/* Ribbon Color Button */
.dxrControl_Magion .dxr-colorBtn .dxr-colorDiv {
    height: 4px;
    width: 16px;
    display: block;
    margin: -6px 0 2px 4px;
    position: relative;
}

.dxrControl_Magion .dxr-blLrgItems .dxr-colorBtn .dxr-colorDiv {
    width: 32px;
    margin: -5px auto 1px;
}

.dxrControl_Magion .dxr-blLrgItems .dxr-colorBtn .dxr-colorBtnNoImg32 {
    display: block;
    margin-bottom: 4px;
}

    .dxrControl_Magion .dxr-blLrgItems .dxr-colorBtn .dxr-colorBtnNoImg32 .dxr-colorDiv,
    .dxrControl_Magion .dxr-blRegItems .dxr-colorBtn .dxr-colorBtnNoImg16 .dxr-colorDiv,
    .dxrControl_Magion .dxr-blHorItems .dxr-colorBtn .dxr-colorBtnNoImg16 .dxr-colorDiv {
        height: 100%;
        width: 100%;
        margin: 0px;
    }

.dxrControl_Magion .dxpc-content.dxr-itemDDPopup {
    padding: 0;
}

.dxrControl_Magion .dxeColorTable_Magion {
    border: none;
}

.dxrControl_Magion .dxr-minBtn {
    cursor: pointer;
    display: inline-block;
    width: 17px;
    height: 17px;
    font-size: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
}

    .dxrControl_Magion .dxr-minBtn img {
        vertical-align: middle;
    }

/* Ribbon TabControl */
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-tab {
    background: transparent;
    border-top-color: transparent;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom: 1px solid #cccccc;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-leftIndent,
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-spacer,
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-rightIndent,
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-sbWrapper,
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-sbIndent,
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-sbSpacer {
    border-bottom: 1px solid #002D96;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-tab .dxtc-link {
    color: #3c3c3c;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-tab.dxtc-tabHover {
    background: #e9e9e9;
    border: solid 1px #cccccc;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-tab .dxtc-link {
    padding-left: 14px;
    padding-right: 14px;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-tab.dxtc-tabHover .dxtc-link,
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-activeTab .dxtc-link {
    padding-left: 13px;
    padding-right: 13px;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-tab.dxr-fileTab {
    background: #3e5395 url('rFileTabBack.png') repeat-x;
    border: 1px solid #2c4182;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-tabHover.dxr-fileTab {
    background: #4a62a5 url('rFileTabHoverBack.png') repeat-x;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxr-fileTabPressed.dxr-fileTab {
    background: #344271 url('rFileTabPressedBack.png') repeat-x;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-tab.dxr-fileTab .dxtc-link {
    color: #FFFFFF;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-leftIndent,
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-spacer,
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-rightIndent,
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-sbWrapper,
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-sbIndent,
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-sbSpacer .dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-spacer.dxr-fileTabSpacing {
    border-bottom-color: #cccccc;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxr-fileTab .dxtc-link,
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxr-fileTab.dxtc-tabHover .dxtc-link {
    padding-left: 19px;
    padding-right: 19px;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-tab .dxtc-link,
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-activeTab .dxtc-link {
    padding-top: 3px;
    padding-bottom: 3px;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-activeTab {
    background: #ffffff;
    border-color: #cccccc;
    border-bottom: 1px solid transparent;
}

    .dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-activeTab .dxtc-link {
        color: #000000;
    }

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtcLiteDisabled_Magion .dxtc-link,
.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtcLiteDisabled_Magion.dxtc-tab .dxtc-link {
    color: #aaaaaa;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-leftIndent {
    width: 0px;
}

.dxrControl_Magion .dxtcLite_Magion.dxtc-top .dxtc-rightIndent {
    text-align: right;
}

.dxtc-strip.dxtc-stripContainer {  
    width: 100% !important;  
}  