body {
    font-family: var(--mtd-font);
    font-size: 80%;
    margin: 5px;
	margin-left: 35px;
    padding: 0px;
    color: var(--mtd-ink);
}



/* long horizontal line just below tabs */
.mtdHeaderNav {
    width: 100%;
    border-bottom: 1px solid rgba(95, 120, 174, .55);
}

.mtdHeaderTabs {
    width: 100%;
}

.mtdHeaderUserCell {
    width: 150px;
    white-space: nowrap;
    vertical-align: bottom;
}

.mtdHeaderUser {
    padding: 0 16px 5px 10px;
    color: var(--mtd-ink);
    font-size: 13px;
    line-height: 1.2;
    text-align: right;
}

#tabs {
    width: 100%;
}

#menuList {
	border-bottom: 0;
    margin: 0;
    padding-bottom: 21px;
    padding-left: 10px;/*space to the left of 1st tab */
}

/* actual tabs */
#menuList a:link, #menuList a:visited	{
    background: var(--mtd-blue-header-soft);
    border: 1px solid var(--mtd-blue-border);
    border-bottom-color: rgba(95, 120, 174, .55);
    color: var(--mtd-blue-text);
    float: left;
    font-size: small;
    font-weight: normal;
    line-height: 14px;
    margin-right: 8px;
    padding: 3px 12px 3px 12px;
    text-decoration: none;
    border-radius: 7px 7px 0 0;
}

#menuList a:link.active, #menuList a:visited.active	{
    background: var(--mtd-panel-bg);
    border-bottom: 1px solid var(--mtd-panel-bg);
    color: var(--mtd-ink);
}

#menuList a:hover	{
    color: var(--mtd-blue-text-hover);
	background: var(--mtd-blue-header);
}
/*#style="background: #EEEEFF;"*/

#menuList li.selected a {
    background: var(--mtd-panel-bg) !important;
    border-bottom: 1px solid var(--mtd-panel-bg) !important;
    color: var(--mtd-ink) !important;
    font-weight: bold !important;
}

#menuList li.selected ul.submenu {
    display: inline;
    left: 10px;
    position: absolute;
    top: 35px;
}


#menuList li.selected ul.submenu a {
    background: var(--mtd-panel-bg);
    border: none;
    border-left: 1px solid var(--mtd-paper-line);
    color: #999999 !important;
    font-size: .98em;
    font-weight: bold;
    line-height: 12px;
    margin-right: 4px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

#menuList li.selected ul.submenu a.selected {
    background: transparent;
    color: #000 !important;
}

#menuList ul a:hover, #menuList ul.submenu a:hover {
    color: var(--mtd-blue-text-hover) !important;
}

#menuList ul, #menuList li	{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menuList ul.submenu {
    display: none;
    width: 90%;
}


