.App{
    border: 1px solid black;
    width:  100%;
    height: 100%;
}

.DBTD {
    
    height: 100%;
    border-right: 2px dashed black;
    width: 200px;
    background-color: white;
}

.EditorTable {
    height: 100%;
    width: 100%;
}

.EditorTD {
    height: 100%;
}
.InforTD{
    height: 100px;
    background-color: white;
}




.DBTables{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

.DBTables li {
    cursor:move;
    padding: 2px 2px;
    border: 1px solid #ccc;
    background-color: #eee;
    position: relative;
}

.DBTables li:hover {
    opacity:.70;
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7;
    z-index: 999;
}

.DBDatabases {
    width: 100%;
}

.Connect {
    position: absolute;
    top: 30%;
    left: 40%;
    border: 1px dashed black;
}


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

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

.Blank{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height:100%;
    background-color: silver;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
}