﻿/*Bug ContentCell Height & Resize Corner Disable*/
.reContentCell
{
    height: 80% !important;
}
.reResizeCell
{
    width: 0px !important;
    display: none !important;
}
.reResizeCell DIV
{
    display: none !important;
}
