﻿.header_head, footer {
    max-width: 1058px;
}

.header_head {
    height: 70px;
    margin: 0 auto;
    position: relative;
    padding: 0 3%;
}

.header_head #logodiv {
    width: 155px;
    height: 53px;
    background: url(../images/logo.png) no-repeat scroll 0px -1px;
    float: left;
    cursor: pointer;
    margin-top: 9px;
}

.header_head #imgcode {
    width: 148px;
    height: 148px;
    background: url(../images/imgcode.png) no-repeat;
    display: none;
    position: absolute;
    top: 63px;
    left: 45px;
    z-index: 1000;
    border: solid 2px #AEE002;
}

.header_head .logodesc
{
    margin-top : 0px;
    font-size: 16px;
}

.logodesc, a.schname:visited {
    float: right;
    max-width: 60%;
    min-width: 27%;
    height: 22px;
    height: 70px;
    line-height: 64px;
    color: #494949;
}

.backhome {
    width: 19px;
    height: 20px;
    display: inline-block;
    margin-right: 15.7894736%;
    background: url(../images/home.png);
    float: right;
    text-shadow: 0 1px 0 hsl(192, 100%, 21%),
 0 2px 0 hsl(192, 100%, 21%),
 -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

#usernamespan, .usernamespan, a.schname {
    float: right;
    cursor: pointer;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    padding: 0px 10px;
}

a.schname {
    color: #494949;
    margin-right: 12px;
}

#mngrole
{
    display:none;
}
.accmenusettings
{
    position:relative;
    width:19px;
    height:20px;
    cursor:pointer;
    background:url(../images/login/settings.png) no-repeat scroll center top / cover;
}
.accmenusettings:hover,.acc-menu-high
{
    background-position:0 -20px;
}
.menus 
{
    display: none;
    left: -40px;
    min-width: 100px;
    position: absolute;
    top: 38px;
    z-index:900;
    border:1px solid #eaeaea;
    box-shadow:1px 2px 0 0px rgba(0, 0, 0, 0.1);
}
.acc-menu-high .menus
{
    display:block !important;
}
a.menuitem 
{
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    font-size:14px;
    text-align: center;
    color:#33BADC;
    display:block;
    -webkit-transition: .2s;
       -moz-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
}
a.menuitem:hover 
{
    background-color: #fff;
    color:#88e3fe;
}