﻿BODY {
    scrollbar-base-color: #ccc;
    scrollbar-track-color: #f5f5f5;
    scrollbar-3dlight-color: #FFF;
    scrollbar-highlight-color: #ccc;
    scrollbar-darkshadow-color: #FFF;
    scrollbar-shadow-color: #ccc;
    scrollbar-arrow-color: #FFF;
}

a { color: #333; }

a:hover { color: #900; }

a.siemensLink { color: #333; }

a.siemensLink:hover { color: #900 !important; }

.dxgvControl { width: 100%; }

.dxgvControl a { color: #333 !important; }

.dxgvControl a:hover { color: #900; }

.arrow {
    background: url(../NWA/img/arrow_B_right.gif) no-repeat left center;
    padding-left: 10px;
}

.notes {
    background: url(../NWA/img/bail_bar_b.gif) no-repeat left center;
    padding-left: 20px;
}

.hideOverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tags {
    background: url(../NWA/img/key.gif) no-repeat left center;
    padding-left: 20px;
}

td.center.dxgvHeader { text-align: center; }

td.dxgv { text-align: left; }

td.center.dxgv { text-align: center; }

.brddotted { border-bottom: 1px dotted #999; }

#RightPane, #UpdatePanelMain { min-height: 100%; }

#RightPane {
    min-width: 900px;
    background-color: #fff;
}

#RightPane .rtcol {
    width: 259px;
    float: right;
    padding-left: 44px;
}

#RightPane .Maincol {
    width: 576px;
    float: left;
    overflow: hidden;
    padding-left: 19px;
}

#mainMenuCont {
    min-width: 259px;
    padding-top: 3px;
}

#DivDefault { height: 100%; }

#DivDefault h1 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

#DivDefault .info {
    font-weight: 700;
    margin-top: 5px;
    font-size: 11px;
    color: #333333;
}

.mfnDrpHeaderTop { height: 14px; }

.mfnDrpHeader {
    border: 1px solid gray;
    background-color: #FFF;
    height: 14px;
    cursor: pointer;
    vertical-align: middle;
    clear: left;
    padding: 1px 0;
}

.mfnDisabled {
    color: #aaa !important;
    cursor: default !important;
}

.mfnDropHeaderText {
    overflow: hidden;
    white-space: nowrap;
    float: left;
    padding: 0 3px;
}

.mfnDrpHeaderImage {
    background: url(img/icon-dropdown.gif) no-repeat right center;
    height: 12px;
    float: right;
    margin-left: 2px;
    margin-right: 2px;
}

.mfnDrpHeaderImageOpened { background-image: url(img/icon-dropdown-open.gif); }

.mfnccpnl {
    display: none;
    float: left;
    position: absolute;
    background-color: #FFF;
    z-index: 1000;
}

/* Begin MFNDropDownList */

.MFNDropDownListContainerPanel {
    border: 1px solid gray;
    border-top: 0;
}

ul.MFNDropDownList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.MFNDropDownList li {
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    white-space: nowrap;
    padding: 2px 10px;
}

ul.MFNDropDownList li:hover {
    color: #000;
    cursor: pointer;
    background-color: #FFF;
}

ul.MFNDropDownList li.selectedItem {
    font-weight: 700;
    color: #900;
}
            /*the following tag is for IE < 8.0 because it does not understand the color:inherit in the following CSS rule...*/

ul.MFNDropDownList li.selectedItem a {
    text-decoration: none;
    color: inherit;
    background-color: inherit;
}

ul.MFNDropDownList li a {
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    white-space: nowrap;
}

.mfnTBHeader {
    height: 20px;
    cursor: pointer;
}

.mfnTBContentHeader { height: 25px; }

.mfnTBHeaderImage {
    background-position: left top;
    background-repeat: no-repeat;
    height: 100%;
}

.mfnTBHeaderImageOpened { background-position: 0 -21px; }

.mfnTBList {
    background-color: #FFF;
    width: 200px;
    min-height: 10px;
    position: absolute;
    border-color: Gray;
    border-style: solid;
    border-width: 0 1px 1px;
}

.mfnTBccpnl {
    display: none;
    float: left;
    position: absolute;
    background-color: #eee;
    z-index: 255;
}

div.helpDiv {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    color: #000 !important;
}

div.helpDiv div { padding-bottom: 4px; }

/*Splitter container*/

#MySplitter {
    width: 1168px;
    margin-left: 44px;
    margin-bottom: 35px;
}

#MySplitter .vsplitbar {
    width: 6px;
    background: #ccc url(vgrabber.png) no-repeat center;
    height: 100%;
    margin-top: 3px;
}

#MySplitter .vsplitbar.active {
    background: #da8 url(vgrabber.png) no-repeat center;
    opacity: 0.7;
    z-index: 2 !Important
}

#MySplitter .vsplitbarclosed {
    width: 6px;
    background: #ccc no-repeat center;
}

.splitterMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../../App_Themes/Default/images/spacer.gif);
    z-index: 20000;
}

.navigationHeader {
    background-color: #ddd;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    border-bottom: solid 1px #fff;
    color: #666;
    padding: 4px;
}

.navigationCurrentItem { color: #900; }

.disabled { background-color: #ccc; }

.CmdLink {
    margin-right: 0px;
    text-decoration: none;
    color: #333;
}

.headerTitle {
    background-color: #dddddd;
    background-image: url('../NWA/img/collapse.png');
    background-repeat: no-repeat;
    background-position: 3px 6px;
    padding: 4px 2px 4px 18px;
}

.foldersContent {
    border-bottom: 2px solid #dddddd;
    border-left: 2px solid #dddddd;
    border-right: 2px solid #dddddd;
    display: none;
}

.collapse { background-position: 3px -9px; }

#application-tools {
    float: right;
    white-space: nowrap;
    font-family: Arial;
    font-size: 11px;
    padding: 0 44px 0 0;
}

#application-tools a {
    color: #666;
    background: no-repeat 0 center;
    text-decoration: none;
    padding: 0 11px;
}

#application-tools a.serviceLink { background-image: url(../NWA/img/hand.gif); }

#application-tools a.forumLink { background-image: url(../NWA/img/People_C.gif); }

#application-tools a.newsLink { background-image: url(../NWA/img/Paper_B.gif); }

.dxgvDataRow .dxgv a.gridLink, .dxgvSelectedRow .dxgv a.gridLink {
    background: url(../NWA/img/arrow_B_right.gif) no-repeat left center;
    padding-left: 9px;
    color: #333;
    text-decoration: none;
}

.dxgvDataRow .dxgv a.gridLinkTitle, .dxgvSelectedRow .dxgv a.gridLinkTitle {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.dxgvDataRow .dxgv a.gridLinkTitle:hover, .dxgvSelectedRow .dxgv a.gridLinkTitle:hover { color: #900; }

.dxgvDataRow .dxgv a.gridText, .dxgvSelectedRow .dxgv a.gridText {
    color: #333;
    text-decoration: none;
}

.dxgvSelectedRow { color: #333; }

.dxgvPreviewRow td.dxgv { border-bottom: 1px solid #a6a6a6 !important; }

/*
.dxgvControl A.btnPrev
{
	background: url(../NWA/img/arrow_B_left.gif) left 4px no-repeat;
	padding: 0 0 0 11px;
}
.dxgvControl A.btnNext
{
	background: url(../NWA/img/arrow_B_right.gif) right 4px no-repeat;
	padding: 0 11px 0 0;
}
.btnFirst {
background:url(../NWA/img/arrow_B_left_first.gif) left 4px no-repeat;
padding:0 0 0 11px
}
*/

.currentPage {
    font: bold 11px Arial;
    color: #900;
}

.popupSubMenuItem span {
    padding-left: 5px;
    font-size: 11px;
    font-family: Arial, Geneva, Helvetica, sans-serif;
}

.popupActionsItem span, .popupActionsItem a {
    background: url(../NWA/img/arrow_B_right.gif) no-repeat;
    background-position: 0 4px;
    padding-left: 9px;
    color: #333;
}

.popupActionsItem span:hover, .popupActionsItem a:hover { color: #900; }

.popupActionsItemWithSubItems span, .popupActionsItemWithSubItems a { background: none; }

.dxpc-header { border-bottom: none !important; }

.inboxDropHover { background-color: #ff9e5e; }

.treeNavigationContextMenu { top: -1px; }

.cuttedFolder {
    color: gray;
}

#pnlDocumentationContent {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.DocumentationPrevNext {
    width: 562px;
    height: 100%;
    text-align: right;
    margin-top: 5px;
}

.CmdLink:Hover, .dxgvControl A.btnPrev:hover, .dxgvControl A.btnNext:hover {
    color: #900;
    cursor: pointer;
}

.mfnToolListSettings {
    border: 1px solid lightgrey;
    background-color: #FFFFFF;
    width: 276px;
}

.gridSearch {
    background-color: #ddd;
    padding: 10px;
    margin-bottom: 2px;
}

.gridHeader {
    background-color: #eee;
    padding: 10px;
}

.redText { color: #F00; }

.editTag img, .editTag input {
    display: inline-block;
    cursor: pointer;
    padding: 0 4px;
}

.breakSubject {
    display: inline;
    width: 180px;
    word-wrap: break-word;
}

.maincontheadtitle {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.note {
    background: url("../NWA/img/bail_bar_b.gif") no-repeat scroll 5px 7px #e5e5e5;
    padding: 5px 0px 2px 19px;
    margin-right: 38px;
    width: 465px;
    word-wrap: break-word;
}

.sendMailHeader {
    padding: 10px;
    background-color: #eee;
}

.InfoCont { margin: 4px 0; }

.RequestDetailsContainer {
    margin: 10px 0;
    width: 504px;
}

.showDetailBtn {
    display: inline-block;
    cursor: pointer;
    padding-left: 15px;
    background-image: url("../NWA/img/opencollapsed.gif");
    background-position: left 1px;
    background-repeat: no-repeat;
}

.opened { background-position: left -18px; }

.RequestDetailsContainer .dataContainer { padding: 0; }

.RequestDetailsContainer .dataContainer h1 {
    margin: 12px 0 3px;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.dataContainer .activityTable {
    width: 100%;
    font-weight: bold;
}

.activityTable td { vertical-align: top; }

.dataContainer .activityComment {
    margin: 2px 0 10px 0;
    padding-left: 120px;
    word-wrap: break-word;
}

.dataContainer .typeCol {
    width: 100px;
    font-weight: bold;
}

.dataContainer .descCol { font-weight: bold; }

.emoticonVisibility {
    z-index: 3;
}

.wrapLongText
{
    word-break: break-all;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 13000;
}

.ui-state-focus {
    border: none !important;
    background: #CCCCCC !important;
    font-weight: normal !important;
    color: #990000 !important;
    border-radius: 0 !important;    
}

.ui-menu-item div {
    display: inline-block;
}

.ui-menu-item div.first {
    min-width: 135px;
}

.ui-menu-item div.first span {
    padding-right: 2px;
}

.ui-menu .ui-menu-item a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.editProduct td {
    white-space: nowrap;
}

.editProduct > tbody > tr > td > input {
    width: 97%;
}

.editProduct > tbody > tr > td > .dxeButtonEdit {
    width: 100%;
}

.editProduct > tbody > tr > td > img {
    padding-left: 4px;
}

.selectedMenuItem > div > span {
    font-weight: bold;
}

.popupActionsItem .dxm-disabled span, .popupActionsItem .dxm-disabled a {
    color: #acacac;
}

.editGsp > table > tbody > tr > td > input {
    width: 97%;
}

.editGsp > table > tbody > tr > td > select {
    width: 100%;
}

.alignImageToCenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    align-content: center !important;
}

.ellipsisOverflow {
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.navigationItemWrapperTable {
    border: none;
}

.navigationItemContextMenuTd {
    cursor: default;
    background-color: #e5e5e5;
    border-bottom: solid 1px #ccc;
}

.attachmentRow .navLink {
    padding-bottom: inherit !important;
    background-position-y: 5px;
    background-position: 0 5px;
}