.RubberBandImage
{    
   border-width:2px;
   border-style :groove;
   cursor :default;   
}

.RubberBand 
{
   position :absolute;
   visibility : hidden;
   width : 0px;
   height : 0px;
   border : 1px dashed red;   
}

.NonSelectedRegionLeft 
{
   cursor : default;
   position :absolute;
   visibility : hidden;
   width : 0px;
   height : 0px;
   background: url(../images/shade.gif) repeat top left;
}

.NonSelectedRegionRight 
{
   cursor : default;
   position :absolute;
   visibility : hidden;
   width : 0px;
   height : 0px;
   background: url(../images/shade.gif) repeat top left;
}

.NonSelectedRegionTop
{
   cursor : default;
   position :absolute;
   visibility : hidden;
   width : 0px;
   height : 0px;
   background: url(../images/shade.gif) repeat top left;
}

.NonSelectedRegionBottom 
{
   cursor : default;
   position :absolute;
   visibility : hidden;
   width : 0px;
   height : 0px;
   background: url(../images/shade.gif) repeat top left;
}

.SelectedRegion 
{
   cursor : default;
   position :absolute;
   visibility : hidden;
   width : 0px;
   height : 0px;
   border : 1px dashed #005081;
   background: transparent;
}

.Coordinate
{
   width : 72px;
}

.CoordinateMaxX
{
   text-align : right;
   vertical-align : top;
}

.CoordinateMinX
{
   text-align : left;
   vertical-align : top;
}

.CoordinateMinY
{
   vertical-align : bottom;
   text-align : left;
}

.CoordinateMaxY
{
   vertical-align : top;
   text-align : left;
}

.CoordinateRight
{
   border-style : none;
   border-color : White;
   width : 72px;
}

.CoordinateLeft
{
   text-align : right;
   border-style : none;
   border-color : White;
   width : 72px;
}
