.yresizable-handle
{
    FONT-SIZE: 1px;
    Z-INDEX: 100;
    BACKGROUND: white;
    FILTER: alpha(opacity=0);
    OVERFLOW: hidden;
    LINE-HEIGHT: 6px;
    ZOOM: 1;
    POSITION: absolute;
    opacity: 0
}
.yresizable-handle-east
{
    RIGHT: 0px;
    WIDTH: 6px;
    CURSOR: e-resize;
    MARGIN-RIGHT: -1px;
    TOP: 0px;
    HEIGHT: 100%
}
.yresizable-handle-south
{
    LEFT: 0px;
    MARGIN-BOTTOM: -1px;
    WIDTH: 100%;
    CURSOR: s-resize;
    BOTTOM: 0px;
    HEIGHT: 6px
}
.yresizable-handle-west
{
    LEFT: 0px;
    WIDTH: 6px;
    CURSOR: w-resize;
    TOP: 0px;
    HEIGHT: 100%
}
.yresizable-handle-north
{
    LEFT: 0px;
    WIDTH: 100%;
    CURSOR: n-resize;
    TOP: 0px;
    HEIGHT: 6px
}
.yresizable-handle-southeast
{
    Z-INDEX: 101;
    RIGHT: 0px;
    WIDTH: 6px;
    CURSOR: se-resize;
    BOTTOM: 0px;
    HEIGHT: 6px
}
.yresizable-handle-northwest
{
    Z-INDEX: 101;
    LEFT: 0px;
    WIDTH: 6px;
    CURSOR: nw-resize;
    TOP: 0px;
    HEIGHT: 6px
}
.yresizable-handle-northeast
{
    Z-INDEX: 101;
    RIGHT: 0px;
    WIDTH: 6px;
    CURSOR: ne-resize;
    TOP: 0px;
    HEIGHT: 6px
}
.yresizable-handle-southwest
{
    Z-INDEX: 101;
    LEFT: 0px;
    WIDTH: 6px;
    CURSOR: sw-resize;
    BOTTOM: 0px;
    HEIGHT: 6px
}
.yresizable-over .yresizable-handle
{
    FILTER: alpha(opacity=100);
    opacity: 1
}
.yresizable-pinned .yresizable-handle
{
    FILTER: alpha(opacity=100);
    opacity: 1
}
.yresizable-over .yresizable-handle-east
{
    BACKGROUND: url(../images/default/sizer/e-handle.gif) left 50%
}
.yresizable-pinned .yresizable-handle-east
{
    BACKGROUND: url(../images/default/sizer/e-handle.gif) left 50%
}
.yresizable-over .yresizable-handle-west
{
    BACKGROUND: url(../images/default/sizer/e-handle.gif) left 50%
}
.yresizable-pinned .yresizable-handle-west
{
    BACKGROUND: url(../images/default/sizer/e-handle.gif) left 50%
}
.yresizable-over .yresizable-handle-south
{
    BACKGROUND: url(../images/default/sizer/s-handle.gif) 50% top
}
.yresizable-pinned .yresizable-handle-south
{
    BACKGROUND: url(../images/default/sizer/s-handle.gif) 50% top
}
.yresizable-over .yresizable-handle-north
{
    BACKGROUND: url(../images/default/sizer/s-handle.gif) 50% top
}
.yresizable-pinned .yresizable-handle-north
{
    BACKGROUND: url(../images/default/sizer/s-handle.gif) 50% top
}
.yresizable-over .yresizable-handle-southeast
{
    BACKGROUND: url(../images/default/sizer/se-handle.gif) left top
}
.yresizable-pinned .yresizable-handle-southeast
{
    BACKGROUND: url(../images/default/sizer/se-handle.gif) left top
}
.yresizable-over .yresizable-handle-northwest
{
    BACKGROUND: url(../images/default/sizer/nw-handle.gif) right bottom
}
.yresizable-pinned .yresizable-handle-northwest
{
    BACKGROUND: url(../images/default/sizer/nw-handle.gif) right bottom
}
.yresizable-over .yresizable-handle-northeast
{
    BACKGROUND: url(../images/default/sizer/ne-handle.gif) left bottom
}
.yresizable-pinned .yresizable-handle-northeast
{
    BACKGROUND: url(../images/default/sizer/ne-handle.gif) left bottom
}
.yresizable-over .yresizable-handle-southwest
{
    BACKGROUND: url(../images/default/sizer/sw-handle.gif) right top
}
.yresizable-pinned .yresizable-handle-southwest
{
    BACKGROUND: url(../images/default/sizer/sw-handle.gif) right top
}
.yresizable-proxy
{
    BORDER-RIGHT: #6593cf 1px dashed;
    BORDER-TOP: #6593cf 1px dashed;
    Z-INDEX: 1001;
    LEFT: 0px;
    VISIBILITY: hidden;
    OVERFLOW: hidden;
    BORDER-LEFT: #6593cf 1px dashed;
    BORDER-BOTTOM: #6593cf 1px dashed;
    POSITION: absolute;
    TOP: 0px
}
.yresizable-overlay
{
    BORDER-RIGHT: red 1px solid;
    BORDER-TOP: red 1px solid;
    DISPLAY: none;
    Z-INDEX: 20000;
    BACKGROUND: white;
    FILTER: alpha(opacity=0);
    LEFT: 0px;
    BORDER-LEFT: red 1px solid;
    WIDTH: 100%;
    BORDER-BOTTOM: red 1px solid;
    POSITION: absolute;
    TOP: 0px;
    HEIGHT: 100%;
    opacity: 0;
    -moz-opacity: 0
}
