body {
    background-color: #ffffff;
}

#btn_version p {
    color: #fff;
}

.body {
    background-color: #e4e4e4;
}

html {
    height: 100%;
}

body.LoginBody {
    background: #000 url(images/loginBk.jpg?v1) no-repeat 0 50%/100% 100%;
    direction: rtl;
}

.login {
    border-top: medium none;
    z-index: 15000;
    border-bottom: medium none;
    background-color: rgb(251, 251, 251);
    margin-top: -261px;
    margin-right: 10%;
    width: 522px;
    border-radius: 7px;
    padding: 46px 0;
    top: 50%;
    position: absolute;
    background: rgb(217, 245, 255);
    background: -moz-linear-gradient(52deg, rgb(255, 255, 255) 0%, rgb(117, 208, 255) 35%, rgb(217, 245, 255) 100%);
    background: -webkit-linear-gradient(52deg, rgb(255, 255, 255) 0%, rgb(117, 208, 255) 35%, rgb(217, 245, 255) 100%);
    background: linear-gradient(52deg, rgb(255, 255, 255) 0%, rgb(117, 208, 255) 35%, rgb(217, 245, 255) 100%);
}

    .login .tblw {
        color: #212121;
    }

    .login .tblw {
        color: #212121;
    }

.btn, input[type=button], input[type=reset], input[type=submit] {
    background-color: #0d46a0;
}

    .btn:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
        background-color: #83868e;
        cursor: pointer;
    }

.txtB, .txtS, .txt100, .txtSS, .txtSSS, .txtSSSS, .txtM, .txtBM, .txtBBM, .DrpS, .DrpSM, .DrpSS, .DrpSSS, .DrpF, .lstB, .lstBB, .txtSM, .txtSSM {
    border: 1px solid #0d46a0;
    border-radius: 6px;
    background-color: #fff;
}

.MainMen {
    background-color: #26609a;
    border-top-color: #26609a;
    border-bottom-color: #26609a;
}

.bottom {
    background-color: #b2ebff;
    border-top: 2px solid #67a7be;
}

    .bottom * {
        color: #000 !important;
    }

.MainMen .menitem:hover, .MainMen .menselected {
    background-color: #000000;
}

.MBox {
    /* border-radius: 10px; */
    /* box-shadow: 2px 4px 7px #b3b3b3; */
}

#boxWeather .bpad {
    background-color: #98d0ef !important;
}

.MBox .head {
    background-color: #47515b !important;
    border-bottom-color: #47515b !important;
}

.logo {
    background: rgb(0,128,255);
    background: -moz-linear-gradient(52deg, rgba(0,128,255,1) 0%, rgba(0,168,255,1) 35%, rgba(212,248,255,1) 100%);
    background: -webkit-linear-gradient(52deg, rgba(0,128,255,1) 0%, rgba(0,168,255,1) 35%, rgba(212,248,255,1) 100%);
    background: linear-gradient(52deg, rgba(0,128,255,1) 0%, rgba(0,168,255,1) 35%, rgba(212,248,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0080ff",endColorstr="#d4f8ff",GradientType=1);
}

.MBox.red .head {
    background-color: #c55111;
    border-bottom-color: #c55111;
}

.metro_sb a {
    background-color: #26609a;
    text-shadow: 1px 1px 4px #22555a;
}

    .metro_sb a:hover {
        background-color: #545454;
    }

.msgBtn {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    height: 70px;
}

.logo .profile {
    background: none;
}

    .logo .profile .name, .logo .profile a {
        color: #fff;
    }

        .logo .profile a:hover {
            color: #0d46a0;
        }

    .logo .profile .ico {
        border-color: #ffffff;
    }




.FieldTable ul li.Header {
    border-color: #125292;
}

.FieldTable ul li h1 {
    color: #125292;
}

.header .code {
    color: #000000;
}

input.btnCen {
    background-color: #fff;
    border-color: #0d46a0;
    color: #0d46a0;
}

    input.btnCen:hover {
        background-color: #0d46a0;
    }
