
#header{
    width: 100%;
    height:60px;
    background-color: #004d6f;
}
#header .logo{
    width:200px;
    display: inline-block;
    height: 60px;
    float: left;
    overflow: hidden;
}
#header .title{
    display: inline-block;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
}
#header ul.nav{
    display: inline-block;
    height: 100%;
    line-height: 60px;
    vertical-align: top;
}
#header ul.nav li{
    display: inline-block;
    /*padding:0 20px;*/
    cursor: pointer;
    line-height: 57px;
    color: #fff;
    font-size: 14px;
}
#header ul.nav li:hover{
    border-bottom: 2px solid #0f0;
    color: #ddd;
}
#header ul.nav li.selected{
    border-bottom: 2px solid #0f0;
    font-weight: bold;
}
#header ul.nav li >a {
    display: block;
    padding:0 20px;
    font-size: 14px;
}
#container{
    width:1280px;
    margin:auto;
}
#sidebar{
    width:200px;
    position: absolute;
    top:60px;
    bottom:0;
    left:0;
    background-color: #004d6f;
}
#sidebar > ul{

}
#sidebar > ul > li{
    line-height: 40px;
    padding-left:0px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}
#sidebar > ul > li.selected{
    background-color:#478ab9 !important;/* #036;*/
}
#sidebar >ul >li >a{
    position: relative;
    padding-left: 7px;
    display: block;
    border-top: 1px solid #eee;
    font-size: 14px;
    /*border-bottom: 1px solid #eee;*/
}
#sidebar >ul >li:first-child >a{
    border-top:0 none;
}
#sidebar >ul >li >a:hover{
    background-color:#478ab9;/* #036;*/
}
#sidebar > ul > li i{

}
#sidebar dl{
    background-color: inherit !important;
    color: inherit !important;
    border:none;
    line-height: inherit;
}
#sidebar dd {
    background-color: inherit !important;
    color:inherit !important;
    padding-left: 17px;
    text-align: left;
    line-height:inherit;
    font-size: 14px;
}
#sidebar dd:hover {
    background-color: #478ab9 !important; /* #036;*/
}
#sidebar dd.selected{
    background-color:#478ab9 !important;/* #036;*/
}
#sidebar dd a{
    font-size:14px;
}
#main{
    position: absolute;
    /*bottom:60px;*/
    bottom:0px;
    top:60px;
    left:200px;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    padding:10px;

}
#main_iframe, .main_iframe{
    width:100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    border: none !important;
}