/*body {
    background-color: azure;
}*/
#containerMain {
    display: block;
    width: 600px;
    height: 500px;
}

#containerTab {
    overflow-y: hidden;
    width: 600px;
    height: 100%;
}

.containerLeft {
    display: block;
    float: left;
    width: 150px;
    height: 100%;
    margin: 0 10px 10px 0;
    overflow-y: hidden;
}

.containerRight {
    display: block;
    background-color: beige;
    float: left;
    width: 220px;
    height: 400px;
    padding: 5px;
    margin: 0 0 0 0;
    overflow-y: hidden;
}

.fieldList {
    color: darkblue;
    /*background-color: lightgreen;*/
    padding: 0 0 0 5px;
    margin: 0;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .fieldList li {
        padding: 0;
        list-style-type: none;
    }

#debugStatus {
    margin: 10px 0 10px 0;
    color: darkred;
    background-color: orange;
    width: 300px;
}

.designTile {
    position: relative;
    color: white;
    float: none;
    background-color: DarkGreen;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    padding: 5px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.designTileIcon {
    width: 48px;
    float: left;
}

.designTileZone {
    /*position: absolute;
    left: 50px; top: 2px;*/
    margin-left: 2px;
    width: 70px;
    height: 16px;
    text-align: right;
    overflow: hidden;
}

.designTileTitle {
    display: block;
    float: left;
    width: 120px;
    height: 66px;
    margin-top: 5px;
    text-align: left;
    text-wrap: normal;
    word-wrap: break-word;
    overflow: hidden;
}
