#layout_main div {
    border-top: 15px #79FD92 solid;
    border-left: 2px solid #79FD92;
    border-right: 2px solid #79FD92;
    border-bottom: 2px solid #79FD92;
    
    position: relative !important;
    min-height: 50px;
    margin: 3px 3px !important;
}

#layout_main .clear {
    min-height: 0px;
    height:0px;
    border: none;
    width: 0px;

}

.red {
    border-color: #ff0000 !important;
}

.blue {
    border-color: blue !important;
}

.module_name {
    padding:5px 5px;
    font-size:12px;
    font-weight: bold;
    min-height: 0px !important;
    height:auto;
}

.module_param,.module_param2 {
    padding-left:5px;
    padding-right:5px;
    font-size:10px;
    min-height: 0px !important;
    height:auto;
}

.module_param {
    font-weight: bold;
}

.module_box {
    min-height: 0px !important;
}

.module_box div {
    border: none !important;
    min-height: 0px !important;
}

.cursor {
    cursor:pointer;
}

.module_actions {
    text-align: right;
}

#active_site_buttons {
    width:950px;
    text-align: right;
    visibility:hidden;
}