﻿#layout_container_new, #layout_blockui_new {
    width: 100%;
    height: 100%;
    padding: 0px;
    font-size: 12px;
    overflow-y: auto;    
    overflow-x: hidden;
}
#layout_center_new {
    margin-left:16.67%;
    overflow-y: auto;
    overflow-x: hidden;
}

.title-wide {
    width: 200px;
    height: 25px;
    background-color: #F1F8FE;
    float: left;
    border-radius: 4px;
    line-height: 25px;
}
.description {
    width: 200px;
    height: 25px;
    float: right;
    border-radius: 4px;
    line-height: 25px;
}
.row_3 {
    list-style: none;
    width: 100%;
    height: 83px;
    margin: 2px;
    padding: 0px;
}
.cell-base_3 {
    height: 79px;
    float: left;
    margin: 2px;
    padding: 0px;
}
.title_3 {
    width: 100px;
    height: 79px;
    background-color: #F1F8FE;
    float: left;
    border-radius: 4px;
    line-height: 25px;
}
.row_5 {
    list-style: none;
    width: 100%;
    height: 137px;
    margin: 2px;
    padding: 0px;
}
.cell-base_5 {
    height: 133px;
    float: left;
    margin: 2px;
    padding: 0px;
}
.title_5 {
    width: 100px;
    height: 133px;
    background-color: #F1F8FE;
    float: left;
    border-radius: 4px;
    line-height: 25px;
}
.row_grid {
    list-style: none;
    width: 100%;
    height: 204px;
    margin: 2px;
    padding: 0px;
}
.cell-base_grid {
    height: 200px;
    float: left;
    margin: 2px;
    padding: 0px;
}
.cell-16-5 {
    width: 16.5%;
}

.group_new {
    background-color: #F9F7F1;
    width: 66.67%;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: blue;
    font-weight: bold;
    cursor: pointer;
}

    .group img {
        float: left;
    }