@import url("../../Themes/bootstrap.css");  
@import url("mzqtabe.css");
@import url("PanelContainer.css");

body {
 
    background-color: #fff;
    font-size: 14px;
    margin: 0 0 0 0; 
}
 


.content-topbar {
    width: 100%;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    border-bottom: 1px dashed #ddd;
}

.content-header {
    height: 70px;
    min-height: 70px;
    vertical-align: middle;
}

.logo {
    height: 60px;
}

    .logo a {
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px;
        display: inline-block;
        height: 60px;
    }
 

 
.body-content
{
     margin-left: auto;
    margin-right: auto;
    background-color: #fff; 
    width: 984px;
    border: 0px solid #999;
}

 a {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    text-decoration: none;
    color: #333;
}
 
    a:hover {
        text-decoration:none;  
         color:#ff6a00;
    }


.LogoTitle {
    /*color: #fff;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    padding-left: 50px;
    color: #fff;
    display: none;
}

/*ËÑË÷¿ò*/
.searchbox {
    text-align: left;
    padding: 3px;
    margin-left: auto;
    height: 38px;
    width: 100%;
    border: 1px solid #092f82  ;
    white-space: nowrap;
    background: #092f82  ;
}

    .searchbox .searchinput {
        height: 28px;
        border: 0px groove #ddd;
        width: 100%;
        background: #fff;
    }

    .searchbox .searchbutton {
        width: 80px;
        font-weight: bold;
        background: #092f82  ;
        color: #fff; 
         border:0px;
        height: 30px;
    }
     .NavBar
{
     background-color:#fff;
      border:1px solid #eee;
}