<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.HandleBottomLeft
{
	 width:16px;
	 height:16px;
	 background-image:url("images/imageviewer/HandleGripLeft.png");
	 overflow:hidden;
	 cursor:ne-resize;
}
.HandleBottomRight
{
	 width:16px;
	 height:16px;
	 background-image:url("images/imageviewer/HandleGripRight.png");
	 overflow:hidden;
	 cursor:se-resize;
}
.HandleTopLeft
{
	 width:16px;
	 height:16px;
	 background-image:url("images/imageviewer/HandleGripLeft.png");
	 overflow:hidden;
	 cursor:nw-resize;
}
.HandleTopRight
{
	 width:10px;
	 height:16px;
	 background-image:url("images/imageviewer/HandleGripRight.png");
	 overflow:hidden;
	 cursor:sw-resize;
}
.ResizingText
{
	 padding:0px;
	 border-style:solid;
	 border-width:2px;
	 border-color:#7391BA;
}
</pre></body></html>