﻿.ResizeDoorHeightPopUpDiv
{
    visibility: hidden;
}

.PartEditorTabActive, .PartEditorTabDisabled, .PartEditorTabMouseOver, .PartEditorTabMouseDown
{
    line-height: 20px;
    height: 20px;
    text-align: center;
    cursor: default;
    font-size: 8.25pt;
    font-family: Arial;
    margin-right: 0px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    position: relative;
    float: left;
    border-left: #646464 1px solid;
    border-bottom: #646464 1px solid;
    border-top: #646464 1px solid;
    border-right-width: 1px;
    border-right-color: #646464;
    overflow: hidden;
}

.PartEditorTabActive
{
    background-color: #d4d0c8;
    border-right: #d4d0c8 1px solid;
}

.PartEditorTabDisabled
{
    background-color: #BEB9AD;
    border-right: #646464 1px solid;
}

.PartEditorTabMouseOver
{
    background-color: #efece7;
}

.PartEditorTabMouseDown
{
    background-color: #928f88;
}

.PartEditor
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #646464;
}

.PartList
{
    width: 46px;
    height: 100px;
}

.Button, .PartListClearButton
{
    border-color: #404040;
    border-width: 1px;
    border-style: solid;
}

.PartListClearButton
{
    width: 44px;
    height: 18px;
}

.PartPanel
{
    border-top: #646464 1px solid;
    overflow-y: scroll;
    z-index: 114;
    left: 332px;
    border-left: #646464 1px solid;
    width: 303px;
    border-bottom: #646464 1px solid;
    position: absolute;
    top: 49px;
    height: 96px;
}

.TabActive, .TabDisabled, .TabMouseOver, .TabMouseDown
{
    line-height: 20px;
    height: 20px;
    text-align: center;
    cursor: default;
    font-size: 8.25pt;
    font-family: Arial;
    margin-right: 0px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    border-right: #646464 1px solid;
    position: relative;
    float: left;
}

.TabActive
{
    background-color: #d4d0c8;
    height: 21px;
}

.TabDisabled
{
    background-color: #BEB9AD;
}

.TabMouseOver
{
    background-color: #efece7;
}

.TabMouseDown
{
    background-color: #928f88;
}

.TabText
{
    border-color: #646464;
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    line-height: 18px;
    height: 18px;
    font-size: 8.25pt;
    font-family: Arial;
}
