.jointH {
    position: absolute;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

.jointV {
    position: absolute;
    width:  0px;
    font-size: 0px;
    line-height: 0px;
}

.jointB {
    border: none;
    position: absolute;
}


.Editor{
    position: absolute;
    border: 0px; 
    overflow: scroll;
    top: 0px;
    width: 100%; 
    height: 100%; 
    background-color: #E4E4E4;
    z-index: 0;
}

.SQLEditor{
    position: absolute;
    border: 0px; 
    overflow: scroll;
    top: 0px;
    width: 100%; 
    height: 100%; 
    z-index: -1;
}



.Table {
    border: 1px solid blue;
    width: 100px;
}


.Table TH {
    text-align: left;
    cursor: default;
    background-color: #6495ED;
    font-size: 11px;
    padding: 2px 4px 2px 0px;
    height: 100%;
    white-space: nowrap;
}

.Table TD {
    cursor: default;
    background-color: #FFEFD5;
    font-size: 10px;
    padding: 2px 4px 2px 0px;
    white-space: nowrap;
}

.Type {
    color: blue;
    font-size: 9px;
    text-align: right;
}

.Table input {
    width: 11px;
    margin: -3px 2px -2px 2px;
}


.DragableItem {
    text-align: left;
    cursor: default;
    background-color: #6495ED;
    font-size: 11px;
    display: none;
    white-space: nowrap;
    border: 1px dashed blue;
    position: absolute;
    opacity:.50;
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5;
    z-index: 999;
    padding: 1px 2px 0px 4px;
	vertical-align: middle;
	font-weight: bold;
}


.DragableItemE {
    text-align: left;
    cursor: default;
    background-color: #FF5050;
    font-size: 11px;
    display: none;
    white-space: nowrap;
    border: 1px dashed blue;
    position: absolute;
    opacity:.50;
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5;
    z-index: 999;
    padding: 1px 2px 0px 4px;
	vertical-align: middle;
	font-weight: bold;
}