@charset "utf-8";
html {
    background: #fff;
}
body {
    font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #3d3c34;
}
#top {
    text-align: center;
}
#doc {
    margin: 0 auto;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
#head {
    width: 100%;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 75px;
    background: url('../../layout/admin/images/logo.gif') no-repeat;
    background-color : #ebebeb;
    border-bottom: 1px solid #000;
    position: relative;

}
#head h1 {
    text-align: center;
    font-size: 30px;
    padding: 18px;
    font-weight: bold;
}
#logoutBox {
    text-align: right;
    font-size: 12px;
    padding-top: 5px;
    padding-right: 5px;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
}
#user {
    text-decoration: underline;
    color: #3d648c;
}
#role {
    color: #92C7FF;
}
#logout {
    color: #3d648c;
}
#body {
    width: 100%;
    margin: 0 1px;
}
#trunk {
    float: left;
    width: 80%;
}
#main {
    float: left;
    width: 500px;
    margin-bottom: 30px;
}
#menu {
    float: left;
    width: 250px;
    padding: 0px;
    margin: 1px 0 0;
}
#menu ul li {
    display: block;
    border-bottom: #ebebeb solid 1px !important;
    background: url('../../layout/admin/images/menuitem.gif') no-repeat 10px 13px !important;
    height: 23px !important;
    padding: 9px 0 0 20px !important;
    font-weight: normal !important;
    font-size: 8pt !important;
    color: #3d648c;
    cursor: pointer;
}
#menu ul li.selected {
    color: #ff8a00 !important;
}
#content {
    width: 100%;
}
#outro {
    width: 100%;
}
#extra {
    float: left;
    margin-left: 10px;
    width: 20%;
}
#leg {
    width: 100%;
    padding: 0 1px;
    display: none;
}
#foot {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 38px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background: #336699;
    line-height: 38px;
    color: #FFFFFF;
}
#footL {
    float: left;
    padding-left: 30px;
    margin: 0;
}
#footR {
    float: right;
    padding-right: 30px;
    margin: 0;
}
#foot a {
    color: #FFFFFF;
}
#head, #neck, #outro, #leg, #foot {
    clear:both;
}