﻿body
{
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 11px;
    background-color: rgb(246, 248, 250);
}

div.MainTitle
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 60px;
    min-width: 700px;
}

img.MainTitle
{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 14px;
}

span.MainTitle
{
    line-height: 60px;
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 60px;
}

#MainContent
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60px;
    overflow-y: auto;
}

div.GroupContainer
{
    padding-bottom: 10px;
}

div.GroupTitle
{
    position: relative;
    height: 20px;
    border-bottom: 1px solid #c0c0c0;
}

span.GroupTitle
{
    margin-left: 20px;
    color: #666666;
    font-weight: bold;
    line-height: 20px;
}

div.GroupContent
{
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
    min-height: 100px;
    padding-top: 5px;
}

div.SettingListH
{
    position: relative;
    left: 5px;
    top: 0;
    bottom: 5px;
    width: 390px;    
}

div.SettingListV
{
    position: relative;
    margin: 5px;       
}

div.SettingContainer
{
    position: relative;
    /*margin-left: 7px;
    width: 395px;*/
    height: 26px;
}

div.SettingLabel
{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    left: 0;
    margin: 3px;
    line-height: 20px;
}

div.SettingControlContainer
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 150px;
    margin: 3px;
}

div.SettingControlInnerContainer
{
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;    
}

input.SettingControl
{
    font-family: Segoe UI,Tahoma,Arial;
    font-size: 11px;
    width: 100%;
    margin-left: -3px;
    margin-top: -3px;
    height: 14px;
}

textarea.SettingControl
{
    font-family: Segoe UI,Tahoma,Arial;
    font-size: 11px;
    width: 100%;
    margin-left: -3px;
    margin-top: -3px;
}

input.SettingControlCheckBox
{
    height: 14px;
}

select.SettingControl
{
    font-family: Segoe UI,Tahoma,Arial;
    font-size: 11px;
    width: 100%;
    height: 20px;
}

div.GroupDescriptionH
{
    position: absolute;
    left: 400px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 5px;
    border: 1px solid #c0c0c0;
    padding: 4px;
    overflow-y: auto;
}

div.GroupDescriptionV
{
    position: relative;
    left: 0;
    top: 0;
    height: 100px;
    right: 0;
    margin: 5px;
    border: 1px solid #c0c0c0;
    padding: 4px;
    overflow-y: auto;
}
