
html {
	height: 100%;
	overflow: hidden;
}

.body
{
    color: black;
    font : 8pt verdana, arial, sans-serif;
    background-color : #eee;
	margin-left : 0px;
	margin-top  : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	height:100%;
	margin:0px;
	padding:0px;
}

div.cartoDiv
{
	position:absolute;
	z-index:5;
	left:20px;
	top:20px;
	width:870px;
	height:560px;
}

div.legalNotice
{
	position:absolute;
	z-index:5;
	left:20px;
	top:620px;
	width:910px;
	height:20px;
	text-align:right;
}

div.divControlPanel {
	position:absolute;
	z-index:15;
	top:30px;
	left:820px;
	width:100px;
	height:233px;
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='themes/default/images/control_panel_small.png', sizingMethod='scale');
	background:url('images/control_panel_small.png') !important;
	background:none;	
}

div.ctrl_up
{
	position:absolute;
	z-index:16;
	left:34px;
	top:0px;
	width:32px;
	height:28px;
	cursor:pointer;
	overflow:hidden;
}

div.ctrl_left
{
	position:absolute;
	z-index:16;
	left:0px;
	top:33px;
	width:28px;
	height:32px;
	cursor:pointer;
}

div.ctrl_right
{
	position:absolute;
	z-index:16;
	left:72px;
	top:33px;
	width:28px;
	height:32px;
	cursor:pointer;
}

div.ctrl_down
{
	position:absolute;
	z-index:16;
	left:34px;
	top:72px;
	width:32px;
	height:28px;
	cursor:pointer;
}

div.ctrl_all
{
	position:absolute;
	z-index:16;
	left:36px;
	top:36px;
	width:27px;
	height:27px;
	cursor:pointer;
}

div.ctrl_zoomin
{
	position:absolute;
	z-index:16;
	left:36px;
	top:106px;
	width:27px;
	height:27px;
	cursor:pointer;
}

div.ctrl_zoomout
{
	position:absolute;
	z-index:16;
	left:36px;
	top:202px;
	width:27px;
	height:27px;
	cursor:pointer;
}

div.ZoomCursor
{
	width:10px;
	height:15px;
	cursor:pointer;
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='themes/default/images/zoomCursor.png', sizingMethod='scale');
	background:url('images/zoomCursor.png') !important;
	background:none;		
	font-size:1px;
}

div.ZoomBar
{
	position:absolute;
	z-index:12;
	left:42px;
	top:133px;
	width:6px;
	height:69px;
}


