
table.dualview
{
	border: outset 2px #afb3b6;
	padding: 2px;
}

div.ecwcontainer
{
	border: solid 1px #afb3b6;
	background-color: #eee;

}

div.areaswitcher
{
}

div.error
{
	border: 2px solid red;
	background-color: #ecc;
	padding: 0.5em;
	width: 25em;
}
a.zoomin:active
{
	background :url('../streetsahead/images/buttons/zoomInClick_down.gif') no-repeat;
	
	
}


img.NCSOverlayRect
{
}

.demo a
{
	background-color: #ffc;
	padding: 0.5em;
	border: solid black 1px;
	display: block;
	float: left;
	margin: 0.5em;
}



.contentcontainer
{
	display: block;
	padding: 1em;
	padding-bottom: 5em;
}

#movecontainer
{
	position: relative;
	height: 450px;
	width: 450px;
	border: 0px solid #ccf;
	margin-left: 15px;
}

#regionfinder div.move
{
	position: absolute;
	height: 20px;
	width: 20px;
	z-index: 1;
}

#controlscontainer
{
	float: left;
	width: 310px;
	margin-left: 25px;
	margin-top: 25px;
}

#regionfinder #upleft
{
	top: 7.5px;
	left: 7.5px;
}
#regionfinder #up
{
	top: 0px;
	left: 200px;
}
#regionfinder #upright
{
	top: 7.5px;
	right: 7.5px;
}
#regionfinder #right
{
	top: 200px;
	right: 0px;
}
#regionfinder #downright
{
	bottom: 5px;
	right: 5px;
}
#regionfinder #down
{
	bottom: -5px;
	left: 200px;
}
#regionfinder #downleft
{
	bottom: 5px;
	left: 5px;
}
#regionfinder #left
{
	top: 200px;
	left: 0px;
}

#regionecwcontainer
{
	position: relative;
	display: block;
	top: 25px;
	left: 25px;
	height: 400px;
	width: 400px;
	z-index: 2;
}


div.selectionarea
{
	position: relative;
	top: 190px;
	left: 190px;
	width: 20px;
	height: 20px;
	border: solid 2px red;
	z-index: 3;
	margin-bottom: -24px;
}

div.circle
{
	position: relative;
	top: 180px;
	left: 180px;
	width: 40px;
	height: 40px;
	margin-bottom: -40px; /*display:none;*/
}

div.selectionareahighlight
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 360px;
	height: 360px;
	border: solid 2px red; /*	display:block;*/
}

div.selectionedge
{
	position: absolute;
	background: url( "graphics/transp_fill.gif" );
}

#selectionedgecontainer
{
	display: block;
}

/* dim means greyed. for the edges.*/
#dim_top, #dim_bottom
{
	height: 18px;
	width: 400px;
}
#dim_left, #dim_right
{
	width: 18px;
	height: 400px;
}

#dim_bottom
{
	bottom: 0px;
}
#dim_right
{
	right: 0;
}
/*
#dim_left{cursor:e-resize;}
#dim_right{cursor:w-resize;}
#dim_top{cursor:n-resize;}
#dim_bottom{cursor:s-resize;}
*/
/**/

ol.demolist
{
	list-style-type: none;
	font-weight: bold;
}
ol.demolist ol
{
	font-weight: normal;
}

.demotitle
{
	border: solid 1px #afb3b6;
	background-color:#afb3b6;
	margin: 1em;
	padding: 0.5em;
	width: 25em;
	text-align: center;
}

div.instructions
{
	
	float: right;
	font-size: smaller;
	margin: 2px;
	margin-right: 2em;
	width: 34em;
}


div.guideNext
{
	position: fixed;
	right: 10px;
	bottom: 10px;
	text-align: right;
}

div.clearing
{
	clear: both;
}
#controlscontainer H1
{
	background: url(  '../polygons/images/greenBarShort.png' ) no-repeat; /* background colour for failsafe (don't want white text on white background) */
	color: #fff;
	width: 235px; /* same width as h1 background image, less margin */
	padding-left: 10px;
	padding-right: 0;
	font-size: 12px;
	margin-left: -10px; /* align text with rest of content section. negative indent matches padding. */
}

/* search/coords/tiles/upload links */
ul#mapshop-links
{
	margin: 15px 0;
	padding: 0;
}

#mapshop-links li /* these are meant to display all on one line with no bullets */
{
	list-style: none;
	list-style-image: none !important; /* remove normal bullet image */
	padding: 0;
	margin: 0 6px 0 0;
	float: left;
	white-space: nowrap;
}

#mapshop-links img
{
	vertical-align: middle;
}

#mapshop-links a
{
	text-decoration: none;
	font-size: 10.5pt;
}

#mapshop-links .highlighted-conjunction
{
	color: #A2B100;
	padding-left:10px;
	padding-right:10px;
}

#mapshop-links-end
{
	clear: both;
}


