div.pageContentDynamic {
    height: 100%;
}

#cgControls {
    position:absolute;
    z-index: 10;
    top: 184px;
    right: 0px;
    border: 1px solid;
    background-color: white;
    vertical-align: top;
    border-radius: 5px;
    font-size: 90%
}

#toggleCtrls {
    float: right;
    padding-left: 10px;
    padding-top: 2px;
}

#cgControlsHead {
    padding: 4px;
    font-weight: bold;
    background-color: #444444;
    color: #ffffff;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

div#cgDiagram {
    width: 100%;
    margin: -30px;
    z-index: 0;
    height: -webkit-fill-available;
    height: -moz-available;
}

div#cgDiagram div {
    height: -webkit-fill-available;
    height: -moz-available;
    height: 100%;
}

.cgCtrlHead {
    font-weight: bold;
    background-color: #bbbbbb;
    text-align: center;
}

.cgCtrlBody {
    padding: 10px;
}

.cgCtrlBody td {
    max-width: 300px;
}

.cgCtrlBody ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

th {
    font-size: inherit;
}

input[type="color"] {
    height: 20px;
    width: 20px;
    padding: 0px;
}

input[type="number"] {
    max-width: 50px;
}

.cgControlPanel input[type="text"] {
    width: 240px;
}


.fgBlock {
    height: 10px;
    width: 10px;
    margin: 2px;
    display: inline-block;
    vertical-align: text-top;
}

.bgBlock {
    padding: 2px;
    cursor: pointer;
}

#tracklist td {
    vertical-align: top;
}

.icon {
    padding: 2px;
}

.cursorProgress * {
    cursor: progress !important;
}

/* TaskNode styles */
.ygtvspacer { height: 10px; width: 18px; }
.ygtvcheck0 { background: url(/yui/examples/treeview/assets/img/check/check0.gif) 0 0 no-repeat; width:16px; cursor:pointer }
.ygtvcheck1 { background: url(/yui/examples/treeview/assets/img/check/check1.gif) 0 0 no-repeat; width:16px; cursor:pointer }
.ygtvcheck2 { background: url(/yui/examples/treeview/assets/img/check/check2.gif) 0 0 no-repeat; width:16px; cursor:pointer }

.ui-tooltip {
    font-size: 12px;
    background: #eeeeee;
    border: 1px solid;
    padding: 3px;
}


