﻿/* Drag Drop */
/*.mygrid-header {
    background-color:#83B0CC;
}*/
/*.mygrid-header-over {
    background-color:#aebae6;
}*/
.mygrid-group-corner {
    background-color:#fff;
}
.mygrid-group-left {
    background-color:#fff;
}
.mygrid-group-top {
    background-color:#fff;
}
.mygrid-group-top-over {
    background-color:#aebae6;
}
.mygrid-tree {
    background-color: #F1F7F6;
}
.mygrid-tree-over {
    background-color:#FFF;
}
.mygrid-icoplus {
    background-image: url(images/mygrid-icoplus.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.mygrid-icominus {
    background-image: url(images/mygrid-icominus.gif);
    background-position: center;
    background-repeat: no-repeat;
}
