/* custom styles added here */

/*body
{
	color: red;
}*/

#pnlResults .x-tool-print
{
	background: url(../../icons/disk_download-png/ext.axd) top left no-repeat !important;
}

.False
{
    display:none;
}

/*div.ResultPanel .x-tool-close
{
	background: url(../../images/26Close.png) top left no-repeat !important;
	width: 26px;
	height: 26px;
}

div.ResultPanel .x-tool-toggle
{
	background: url(../../images/26Toggle.png) top left no-repeat !important;
	width: 26px;
	height: 26px;
}*/

/*div.ResultPanelMessage
{
	font-size: 18px !important;
	font-weight: bold !important;
}*/

/*#windowMoreInformation
{
	width: 500px !important;
}

#windowMoreInformation .x-window-body
{
	width: 486px !important;
	height: 468px !important;
}

#propertyControl .x-table-layout-ct
{
	
	height: 460px !important;
        
}

#pnlPropertyHTMLUrl_IFrame
{
	width: 400px;
	height: 350px;
}*/




/* Map slider amendment to create a white background */

#pnlMapSlider .x-box-inner
{
height: 181px !important;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
border-radius: 5px;
border-style: solid;
border-width: 1px;
Border-color: rgb(150,150,150);
background-color: rgb(255,255,255);
background-color: rgba(255,255,255,1.0);
}



/* Tweek to change line weight in map Overview box */

#divHorizontalCrosshair
{
   border-top: 2px dotted red!important;
}

#divVerticalCrosshair
{
   border-left: 2px dotted red!important;
}

#divBoxCrosshair
{
   border: 2px solid red!important;
}




/* Tweek to change label text for x an y boxes */

/*

#ext-gen289:after 
{
	Content: 'Easting (x):';
}

#ext-gen291:after 
{
	Content: 'Northing (y):';
}


*/


.WindowGoToLocationBody label[for="txtLocationX"]:after {
	content: 'Easting (x):';
}


.WindowGoToLocationBody label[for="txtLocationY"]:after {
	content: 'Northing (y):';
}





