﻿/* Some defaults for jquery.ui.resizable. jQuery UI is actually built to have a whole CSS theme applied to it,
but I just broke out this piece. These defaults are meant for a textarea but could probably work fine for whatever. */

.ui-resizable {
	position: relative;
}
.ui-resizable-se {
	float: left;
	cursor: se-resize; 
	width: 12px;
	height: 12px;
	right: 2px;
	margin-top: -14px;
	background-image: url('/Content/Images/resizable-drag-se.gif');
}
.ui-resizable-handle  {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}