﻿  .mainBody
        {
            width: 100%;
            /*height: 100%;*/
            min-width:675px;
        }
        .header
        {
            height: 50px;
            border-style: ridge;
            margin-bottom: 5px;
            font-weight: 500;
            font-size: large;
            padding-left: 10px;
        }
        .tabHead
        {
            font-size: medium;
            font-weight: 500;
            margin-left: 10px;
            height:30px;
        }
        .desc
        {
            font-size: small;
            font-weight: 400;
            margin-left: 20px;
        }
        body
        {
            background-image: url("images/Config_Back.jpg");
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: center;
            font-family: Segoe UI,Tahoma,Arial;
            color: rgb(205, 198, 198);
            height: 70%;
        }
        .body
        {
            border-style: ridge;
        }
        .body .bodymember
        {
            height: 50px;
            margin-top: 5px;
        }
        hr
        {
            border-color: White;
            margin-left: 10px;
            margin-right: 10px;
        }