/* NDX Mapping styles */

.mapPoint {
	display: none;
}

#ndxMapBubbleDiv
{
	font-weight: bold;
	width: 320px;
}

.mapButtonControl
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding:  2px 5px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}

.mapButtonControl:hover
{
	background-color: #ddd;
	color: #000;
}

.mapButtonControlLeftTop
{
	margin-left: 23px;
	border-radius: 3px;
	line-height: 18px;
	box-shadow: 1px 1px 3px #333;
	border: 1px solid #aaa;
	color: #666;
	font-weight: bold;
}

.mapButtonControlTopRight
{
	margin-right: 5px;
	margin-top: 5px;
	box-shadow: 1px 1px 3px #666;
	border: 1px solid #666;
	color: #333;
}

.mapKeyControl
{
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding:  2px 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	box-shadow: 1px 1px 3px #666;
	border: 1px solid #666;
	color: #333;
}

.clear
{
	clear: both;
}

#mapKeyDiv {
	text-align: center;
	padding: 0.5em;
}

#mapKeyDiv th {
	font-weight: bold;
	padding-bottom: 1em;
}

.cws-ndx-map {
	height: 480px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.cws-ndx-map .mapDisplay {
	height: 100%;
	width: 100%;
}

.cws-ndxsold-map {
	width: 80%;
}

.cws-ndxsold-map-sidebar {
	float: right;
	width: 20%;
}

.cws-ndxsold-map-sidebar fieldset {
	margin-left: 1em;
	margin-right: 1em;
}