/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */

#dvMap{
	display:none !important;
    margin: 30px 0 0 0;
    padding: 0;
}

#dvMap h2 {
    background: none repeat scroll 0 0 #1E71B8;
    color: #ffffff;
    border: 1px solid #aaaaaa;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
    padding:  5px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    margin-right: 2px;
    width: 160px;
    text-align: center;
}

#dvMap h2:hover {
    background: #63B2F5;
}


#dvMap h2.tab-selected {
    background: #63B2F5;
}

#dvMap #vmap-esperienze {
    position: relative;
    top: 0;
    left: 0;

}

#dvMap #vmap-strumentimateriali {
    position: relative;
    top: 0;
    left: 0;

    display: none;
}

#dvMap #vmap-offertaformativa {
    position: relative;
    top: 0;
    left: 0;

    display: none;
}

.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
}

#dvMap .jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 16px;
	height: 16px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}

#dvMap .jqvmap-zoomin
{
	top: 10px;
}

#dvMap .jqvmap-zoomout
{
	top: 30px;
}

#dvMap .jqvmap-region
{
  cursor: pointer;
}

#dvMap .jqvmap-ajax_response
{
  width: 100%;
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
