#canvas_div
{ 
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border: none;
    width:100%;
    height:100%;
}

#main_canvas
{ 
    position: absolute;
    top: 1px;
    left: 1px;
}

#drag_canvas
{
    position: absolute;
    top: 1px;
    left: 1px;
}

#alt_edit_canvas
{
    position: absolute;
    top: 1px;
    left: 1px;
}
#canvas_tool_tip_div
{
    left: 0px;
    top: 0px;
    position: relative;
    width:auto;
    height:auto;

    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;

    white-space: normal;

    overflow:hidden;
    /*overflow: scroll;*/
    /*overflow-x: auto;*/
    /*overflow-y: auto;*/

    border-collapse:collapse;

    border-left-color:#0D0D0D;
    border-left-style:solid;
    border-left-width:1px;

    border-right-color:#0D0D0D;
    border-right-style:solid;
    border-right-width:1px;

    border-top-color:#0D0D0D;
    border-top-style:solid;
    border-top-width:1px;

    border-bottom-color:#0D0D0D;
    border-bottom-style:solid;
    border-bottom-width:1px;

    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;

    background-color:LemonChiffon;

    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

