﻿body {
    padding:0;
    margin:0;
    font-family:'Times New Roman'!important;
    font-size:16px;
    font-weight:normal;
}
#divBody{
    padding-top:45px;
}
#divHeader {
    background-color: #3B78E7;
    height: 50px;
    position: relative;
    padding: 15px;
    font-size: 16px;
    color: white;
    font-weight: 700;
    position:fixed;
    width:100%
}
#divShowLeftSize {
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bolder;
    border-radius: 20px;
    top:15px;
    left: 5px;
    position: absolute;
    background: #84abed;
    padding: 5px;
    background-image: url(../../Img/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2000;
    cursor:pointer
}
#divTenDangNhap {
   float:right;
}
#divLeftPanel{
    display:none;
    width:350px;
    background:gray;
}
#divLeftPanel {
    min-height: 700px;
    background: #eee;
    width:350px;
    display: none;
    position: absolute;
    left:0;
    top:50px;
    line-height:25px; 
    z-index:1000000;
}
#divLeftPanel a{ 
    text-decoration:none;
    color:blue;
    cursor:pointer;
    width:100%;
    float:left;
}
.TitleMenu{
     -moz-box-shadow: 0px 1px 11px #888;
    -webkit-box-shadow: 0px 1px 11px #888;
    box-shadow: 0px 1px 11px #888;
    background-color: #3B78E7;
    height: 15px;
    position: relative;
    padding-top: 8px;
    padding-bottom: 7px;
    font-size: 16px;
    color: white !important;
    font-weight: 700; 
}
#divLoc{
    width:100%;
    float:left;
    padding:5px;
    padding-top:10px;
}
.LeftLink{
    padding:5px;
    padding-top:10px;
    padding-bottom:10px;
    line-height:25px;
    text-decoration:none !important; 
}
.ctLeftLink{ 
   width:100%;
   float:left;
   border-bottom:2px solid #d2d3d5;
}
.ctLeftLink a{ 
   color:blue;
}
.ctLeftLink a:hover{
   color:red;
}
.btnTacVu{
    padding-top:7px;
    padding-bottom:8px;
    width:100px;
    background:white;
    border:#d2d3d5
}
.drdKhoaPhong{
    height:30px;
}