
.map-canvas {	/* For dialog box */
	width: 100%;
	height: 100%;
}


/******************* Map single viev portlet *******************/

.map-single-portlet {
	border-left: dashed 1px #CCC;
	padding-left: 10px;
}

.map-single-portlet .map-canvas {
	width: 100%;
	height: 300px;	
}

.map-single-portlet h1 {
	font-size: 1.6em;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #454545;
	padding: 0;
	border-bottom: dashed 1px #CCC;
	margin-bottom: 15px 0 5px 0;
}

/******************** Map viev portlet ************************/
.map-view-portlet #map_canvas {
	margin: 0;
	padding: 0;
    height: 600px;
    width: 100%;
}

.map-view-portlet #map_wrapper {
	position: relative;
}

.map-view-portlet #map_info {
	display: none;
	width: 250px;
	position: absolute;
	left: 10px;
	top: 45px;
	padding: 15px;
	min-height: 120px;
	background: #FFF;
	border-top: solid 2px #E0001E;
	-moz-box-shadow: 3px 3px -3px #888;
	-webkit-box-shadow: 3px 3px -3px #888;
	box-shadow: -2px 3px 3px #999;
}

.map-view-portlet #map_info img.type {
	position: absolute;
	top: 0px;
	right: 0px;
}

.map-view-portlet #map_info h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.map-view-portlet #map_info p.description {
	margin: 10px 0;
	text-align: justify;
	font-size: 12px;
	font-family: arial, 'Book Antiqua', Palatino, serif;
	color: #333;
}

.map-view-portlet #map_info a.full {
	color: #E0001E;
	text-align: right;
	display: block;
}

.map-view-portlet #map_sidelist {
	padding-left: 10px;
	#padding-top: 10px;
	position: absolute;
	right:0px;
	top:0px;
	height: 100%;
	width:220px;
	background-color: rgba(255,255,255,0.8);
	overflow-y: scroll;
	-moz-box-shadow: -3px 0px 3px #888;
	-webkit-box-shadow: -3px 0px 3px #888;
	box-shadow: -2px 0px 3px #999;
	
}

.map-view-portlet #map_sidelist div {
	
	display: block;
}

.map-view-portlet #map_sidelist li {
	
	font-family: arial, 'Book Antiqua', Palatino, serif;
    color: #333;
	font-size: 11px;
	line-height: 12px;
}

.map-view-portlet #map_sidelist li:HOVER {
	cursor: pointer; 
	text-decoration: underline;
	color: rgb(0,0,0);
	
}

.map-view-portlet #map_filter {
	
	position: absolute;
	left:0px;
	bottom:-30px;
	height: 30px;
	width:450px;
	background-color: rgba(255,255,255, 0);
}


.map-view-portlet #map_filter input {
	
	padding-right: 10px;
	margin-right: 5px;
	margin-top: 8px;
}

.map-view-portlet #map_filter span {
	
	margin-right: 20px;
	font-family: arial, 'Book Antiqua', Palatino, serif;
    color: #333;
	font-size: 11px;
	
}


/******************** Map path portlet ************************/
.map-path-portlet #map_canvas {
	margin: 0;
	padding: 0;
    height: 600px;
    width: 100%;
}

.map-path-portlet #map_wrapper {
	position: relative;
}

.map-path-portlet #map_info {
	display: none;
	width: 250px;
	position: absolute;
	right: 0px;
	top: 40px;
	padding: 15px;
	min-height: 120px;
	background: #FFF;
	border-top: solid 2px #E0001E;
	-moz-box-shadow: -3px 3px 3px #888;
	-webkit-box-shadow: -3px 3px 3px #888;
	box-shadow: -2px 3px 3px #999;
}

.map-path-portlet #map_info img.type {
	position: absolute;
	top: 0px;
	right: 0px;
}

.map-path-portlet #map_info h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.map-path-portlet #map_info p.description {
	margin: 10px 0;
	text-align: justify;
	font-size: 12px;
	font-family: arial, 'Book Antiqua', Palatino, serif;
	color: #333;
}

.map-path-portlet #map_info a.full {
	color: #E0001E;
	text-align: right;
	display: block;
}

.map-canvas-path {
	border: solid 1px #c4c4c4;
}