@charset "utf-8";
/* CSS Document 
	
	Stiler for WorldMap

	Gunn - 25.mai 2012 - stiler dratt ut fra globalt kalkulator-stilsett
	
*/

.worldMap #imageWorldMapPrint {
	display:none;
}
@media print {
.worldMap div {
	display:none !important;
}
.worldMap #imageWorldMapPrint {
	display:block;
}
}
.worldMap #worldMapBackground {
	background:url("/portalfront/dnb/images/gfx/calculator/bg_worldMap.jpg") center top no-repeat;
	height:448px;
	width:700px;
}
.worldMap .worldMapCity {
	position:absolute;
	height:18px;
	width:17px;
}
.worldMap .worldMapCityLink {
	display:block;
	background:url("/portalfront/dnb/images/gfx/calculator/worldMapGreenPoint.png") center top no-repeat;
	height:18px;
	width:17px;
}
.worldMap .worldMapCityLink:hover {
	background:url("/portalfront/dnb/images/gfx/calculator/worldMapOrangePoint.png") center top no-repeat;
}
.worldMap-ui-widget-overlay {
	opacity:0.4;
	filter:alpha(opacity = 40);
}
.worldMapDialogClass hr {
	display:block;
	margin:10px 0px;
	border:none;
	border-bottom:1px solid #ebebeb;
}

