/********************************************************************************************
*  																							*
* MAP BORDERS																				*
*																							*
********************************************************************************************/

div #map
{
	border-top: 2px solid #2695c0;
	border-bottom: 2px solid #2695c0;
	width: 780px;
	height: 436px;
	position:inherit;
	color: #000;
	font-size: 12px;
}

div #leftFade
{
	width: 9px;
	height: 440px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url(../images/left_fade.png) no-repeat 0 0;
}

div #rightFade
{
	width: 9px;
	height: 440px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 101;
	background: url(../images/right_fade.png) no-repeat 0 0;
}

/********************************************************************************************
*  																							*
* LEGEND ICON POSITIONING																				*
*																							*
********************************************************************************************/

img.mapIcon
{
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}