.submenu-item-son {
    background:rgba(81,88,95,1);
    display: none;
}
.submenu-item-son li {
    padding: 10px 0;
    text-align: center;
}
.submenu-item-son li a{
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    display: block;
}
.left-submenu-item {
    position: relative;
}
.left-submenu-item s {
    position: absolute;
    width: 8px;
    height: 6px;
    background: url(../images/common/down.png) no-repeat center;
    top: 50%;
    margin-top: -3px;
    margin-left: 10px;
}
.left-submenu-item.active s {
    background: url(../images/common/up.png) no-repeat center;
}
.tabPage {
    padding: 30px 0 20px;
}
.tabPage ul {
    text-align: center;
}
.tabPage ul li {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    border:1px solid rgba(0,68,132,1);
    background:rgba(255,255,255,1);
    position: relative;
    overflow: hidden;
}
.tabPage ul li:hover {
    background:#004484;
}
.tabPage ul li:hover a {
    color: #ffffff;
}
.tabPage ul li a {
    color: #004484;
    font-size: 14px;
}
.tabPage ul li.active {
    background:#004484;
}
.tabPage ul li.active a {
    color: #ffffff;
}
.tabPage ul li.active s {
    border: 6px solid #004484;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -3px;
}
.cke_show_borders table.cke_show_border, .cke_show_borders table.cke_show_border > tr > td, .cke_show_borders table.cke_show_border > tr > th, .cke_show_borders table.cke_show_border > tbody > tr > td, .cke_show_borders table.cke_show_border > tbody > tr > th, .cke_show_borders table.cke_show_border > thead > tr > td, .cke_show_borders table.cke_show_border > thead > tr > th, .cke_show_borders table.cke_show_border > tfoot > tr > td, .cke_show_borders table.cke_show_border > tfoot > tr > th {
    border: #d3d3d3 1px dotted;
}

.uploaddiv{
    position: fixed;
    top: 41px;
    left: 691.5px;
    z-index: 10010;
}