.errorwin { width: 50%; margin: 50px auto; padding: 10px; border: 1px solid #f00; background: #fcc; color: #f00; }

html  {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	width: 100%;
	background: #fff;
}








#embmapcontainer {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#embmapcontainer {
	position: relative;
}

#embmapdiv {
	height: 100%;
	width: 100%;
	background: #fff;
}










/* specific for mini head */

#iwtop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#userhead {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	width: 100%;
	height: 32px;
	line-height: 24px;
	background: rgba(255,255,255,0.8);
	padding: 4px;
	text-align: center;
	color: #666;
}

#userhead img { vertical-align: -6px; height: 100%; margin: 0px; padding: 0px; border: 0px; }

#title {
	/*position: absolute;
	top: 32px;
	left: 0px;*/
	/*width: 100%;*/
	height: 54px;
	background: rgba(0,0,0,0.5);
	padding: 3px;
	text-align: center;
	line-height: 48px; font-size: 24px; text-shadow: 2px 2px #333;
	font-weight: 600; text-transform: uppercase;
	color: #fff;
}

.titlewithsidebar { margin-right:350px; }

#title > img { height: 30px; vertical-align: -6px; margin-right: 5px; }

#title > span { border-radius: 5px; vertical-align: 3px; line-height: 24px; font-size: 16px; display: inline-block; background: #fff; color: #666; padding: 2px 7px; text-shadow: none; margin-left: 10px; }
#title > span > img { vertical-align: -5px; margin-right: 5px; height: 21px; }

@media only screen and (min-width: 768px) {
	#title { line-height: 48px; font-size: 48px; }
	#title > img { height: 42px; vertical-align: -4px; }
	#title > span { line-height: 32px; font-size: 32px; vertical-align: 5px; }
	#title > span > img { vertical-align: -3px; height: 28px; }
}







#sidebar { padding: 10px 10px 10px 10px; /* 58px in css principale */ }
#controlbar { top: 10px; /* 58px in css principale */ }




#poweredby {
	position: absolute;
	bottom: 0px;
	left: 0px;
	/*width: 100%;*/
	height: 32px;
	line-height: 24px;
	background: rgba(255,255,255,0.8);
	padding: 5px;
	z-index: 500;
}

#poweredby img { height: 24px; vertical-align: -4px; }









