div.liveSettings {
    width: 450px;
    float: right;
    padding: 0 10px;
}

div.sectionBlank {
    background-color:#eee;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.50;
    z-index: 1;
    position: absolute;
}

div.sectionZoomTrigger {
    border: 1px solid #999;
    position: absolute;
}

div.sectionZoomTrigger .title h2 {
    display: inline;
    position: relative;
    width: auto;
    padding: 0px 6px 0px 10px;
}

div.sectionTint {
    background-color:#eee;
    filter: alpha(opacity=25);
    opacity: 0.25;
    -moz-opacity: 0.25;
    z-index: -1;
    position: absolute;
}

div.editCol {
    width: 25%;
    float: left;
    position: relative;
}

.windowElement {
    cursor: pointer;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    color:black;
    font-weight: bold;
}

.selectWindow {
    margin-right: 20px;
}

.deleteWindow {
    padding-top: 8px;
}

.window {
    display: none;
}

.nw:hover {
    cursor: nw-resize;
}

.n:hover {
    cursor: n-resize;
}

.ne:hover {
    cursor: ne-resize;
}

.e:hover {
    cursor: e-resize;
}

.se:hover {
    cursor: se-resize;
}

.s:hover {
    cursor: s-resize;
}

.sw:hover {
    cursor: sw-resize;
}

.w:hover {
    cursor: w-resize;
}

.region:hover {
    cursor: move;
}
