/*	
 Copyright 2014 Adobe Systems Incorporated.  All rights reserved. 

Purpose- 
Css for Table Hud
*/

html,body
{
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0;
}

body
{
    background-color:transparent;
    pointer-events: none; 
    z-index: 1;
}

.transformHandle
{
	position:absolute;
    height: 8px;
    width: 8px;
    background-color: black;
    display: none;
    z-index:5;
}

#bottomHandle
{
    cursor:ns-resize;
}

#rightHandle
{
    cursor:ew-resize;
}

#cornerHandle
{
    cursor:nwse-resize;
}

#overlayDiv
{
	position:absolute;
    border: 2px solid black;
    display: none;
    z-index: 1;
}

div {
    pointer-events: auto; 
    -webkit-user-select: none;
}

#cellOverlayHolder {
    position: absolute;
    left : 0;
    top : 0;
    width : 100%;
    height: 100%;
    z-index: 1;
}

.cellHandle {
    outline:1px solid black;
}