﻿.MenuItem {
    margin-top: 3px;
    margin-bottom: 3px;
}

.SubMenuItem {
    margin-left: 15px;
    margin-top: 3px;
    margin-bottom: 3px;
}

    .MenuItem img, .SubMenuItem img {
        padding-right: 3px;
    }

.SystemDetail.SystemArticlesTable tr:last-child td {
    border-bottom: 1px solid gray;
}

.SystemDetail.SystemArticlesTable th {
    padding: 5px;
    border-bottom: 1px solid gray;
    text-align: left;
}

.SystemDetail.SystemArticlesTable tr td:first-child {
    font-weight: bold;
}

.SystemDetail.SystemArticlesTable td {
    padding: 5px;
}

.SystemDetail.SystemArticlesTable div {
    font-weight: bold;
}

.SystemDetail.SystemArticlesTable input[type="text"] {
    border: 1px solid #008CC8;
    font-size: 12px;
    text-align: right;
    width: 25px;
}

.SystemDetail.SystemArticlesTable select {
    margin-top: 5px;
    width: 410px;
    border: 0px;
}

.SystemDetail.SystemArticlesTable .altListItem {
    background-color: #E9E9E9;
}

.SystemDetail.SystemArticlesTable td img {
    cursor: hand;
    cursor: pointer;
}

.SystemDetail.ArticleCountContainer {
    display: none;
}

.SystemDetail.ArticleCountCell {
    display: inline;
    background: white;
    padding: 4px;
    border: 1px solid lightgray;
    -webkit-box-shadow: 2px 2px 2px 1px #aaaaaa;
    box-shadow: 2px 2px 2px 1px #aaaaaa;
}
