.channelDiv {
    display: none;
    left: 0;
    min-width: 600px;
    position: absolute;
    top: 0;
    width: 100%
}

.channelTabs {
    float: right;
    margin: 0 80px -5px 0
}

.channelTabs li {
    float: right;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    position: relative
}

.channelTabs li a {
    font-size: 14px;
    color: gray;
    padding: 4px 6px 3px
}

.channelTabs li a.current {
    border-bottom: 5px solid #67a2ad;
    color: #000
}

.channelTabs li a:hover {
    color: #000
}

.menu {
    margin-top: -14px;
    padding: 0
}

.menu li {
    position: relative;
    float: left;
    top: 6px
}

.channelTabs li a,.menu li a,.subMenu li a {
    font-family: Open Sans,Verdana,sans-serif;
    white-space: nowrap;
    text-decoration: none;
    display: block
}

.menu li a {
    font-size: 14px;
    cursor: default;
    color: #777;
    padding: 6px 8px 5px
}

.menu li.current a,.tempBalanceRow:hover {
    background-color: #67a2ad;
    color: #fff
}

.menu li a:hover {
    background-color: #67a2ad
}

.subMenu {
    position: absolute;
    display: none;
    z-index: 2;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 13em;
    border-top: 2px solid #67a2ad;
    box-shadow: 0 2px 2px rgba(0,0,0,.3)
}

.menu li,.subMenu li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none
}

.subMenu li a {
    color: #000;
    padding: 3px 9px
}

#saveDebugMode {
    background: url(../images/execute.png) no-repeat 0 0;
    padding: 6px 0 0 24px;
    text-decoration: none
}

#currentLogAnchor {
    background: url(../images/link.gif) no-repeat 0 center;
    color: #000;
    padding-left: 15px;
    text-decoration: none
}

#currentLogAnchor:hover {
    text-decoration: underline
}

#replayImg,#systemStatsExecuteImg,#testExternalCallImg,#unregisterImg,#xmlViewImg {
    background: url(../images/execute.png) no-repeat 0 0;
    padding: 6px 0 0 24px;
    text-decoration: none
}

.subMenu li a,.systemInfoTopClass {
    font-size: 14px
}

.systemInfoClass {
    border-bottom: 1px solid #94b494;
    font-family: Open Sans,Verdana,sans-serif;
    font-size: 14px
}

.systemInfoClass label {
    padding: 0 18px 0 1px
}

.systemInfoBottomClass {
    font-size: 8px
}

.systemDataClass {
    white-space: nowrap
}

.systemLabelClass,.systemLabelStandardClass {
    padding: 2px 9px 2px 18px
}

.systemLabelAnchorClass,.systemLabelClass,.systemLabelRadioClass,.systemLabelStandardClass {
    color: #000;
    font-family: Open Sans,Verdana,sans-serif;
    font-size: 13px
}

.systemLabelRadioClass {
    text-align: center
}

.systemLabelAnchorClass {
    padding: 0 9px 0 18px
}

.systemInputClass {
    background-color: #ffffd1;
    border: 1px solid #d8d8d8;
    font-family: Open Sans,Verdana,sans-serif;
    font-size: 14px
}

.systemInputBooleanClass {
    margin-left: 0
}

.systemInputDisabledClass {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    font-family: Open Sans,Verdana,sans-serif;
    font-size: 14px;
    padding: 1px
}

.fieldSetClass {
    padding-bottom: 20px;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.activitiesList>ul {
    list-style-type: square
}

.activitiesList>ul li {
    margin: 8px 0
}

.activitiesList a,.tempBalanceRow,div.activitiesFlex>div>a {
    font-family: Open Sans,Verdana,sans-serif
}

.activitiesList a {
    border-bottom: 2px solid transparent;
    color: #000;
    display: inline-block;
    padding-left: 35px;
    text-decoration: none;
    width: 90%;
    font-size: 14px
}

.activitiesList a:hover {
    border-bottom: 2px solid #277a8a
}

div.activitiesFlex {
    display: flex;
    flex-wrap: wrap
}

div.activitiesFlex>div {
    margin: 10px 15px;
    padding: 5px;
    border: 1px solid #94b494;
    box-shadow: 5px 3px 1px #dee8df;
    flex: 1 0 auto
}

div.activitiesFlex>div>a {
    color: #222;
    font-size: 14px;
    text-decoration: none;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tempBalanceTable {
    width: 100%;
    border-collapse: collapse
}

.tempBalanceRow {
    font-size: 13px;
    cursor: pointer
}

.tempBalanceDelete {
    width: 30px;
    min-width: 30px;
    max-width: 30px
}

.tempBalanceDelete>a {
    background: url(../images/minusSign.png) no-repeat center center;
    display: table;
    height: 18px;
    text-decoration: none;
    width: 19px
}

.tempDiv {
    background: #fff url(../images/divshadow.png) no-repeat center -1px;
    height: calc(100% - 40px);
    left: 20px;
    min-width: 560px;
    position: absolute;
    top: 20px;
    width: calc(100% - 50px);
    z-index: 15
}

.tempDiv a#actionCloseTop {
    background: url(../images/close.png) no-repeat right top;
    float: right;
    height: 32px;
    margin-right: 13px;
    margin-top: 13px;
    text-decoration: none;
    width: 32px
}

.tempDiv>div {
    height: calc(100% - 80px);
    margin: 60px 20px 20px;
    overflow: auto
}

#searchActionTmp {
    background: url(../images/dbSearch.png) no-repeat 0 0;
    padding: 2px 44px 6px 0;
    text-decoration: none
}