/*!
 * 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
 */
.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;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*background: #000000;*/
	background: #FF3300;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}

/*#vmap {width: 320px; height: 580px; border: 2px solid #bbb; float: left; margin-right: 10px;}*/


#vmap {width: 420px; height: 680px; border: 2px solid #bbb; float: left; margin-right: 10px; margin-left: 10px;}

#dvContent {background-color: #eee; float: left; width: 380px; padding: 10px; margin-left: 10px; display: none;  border: 1px solid #bbb; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}

#dvContent h2 {color: #FF4D20; margin-bottom: 2px;}
#dvContent ul {font-size: 1.4em; list-style-type:circle; margin-left: 25px; }

#dvContent ul a {font-weight: bold;}

a.normal { float: left;   padding: 9px 3px 3px; vertical-align: middle;}
a.bverdegrad { text-decoration: none;}

.bverdegrad {
   border-top: 1px solid #adadad;
   background: #4dd417;
   background: -webkit-gradient(linear, left top, left bottom, from(#116068), to(#4dd417));
   background: -moz-linear-gradient(top, #116068, #4dd417);
   padding: 3px 7px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white !important;
   font-size: 12px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   float: right;
   margin-right: 5px;
   }
.bverdegrad:hover {
   border-top-color: #11a800;
   background: #11a800;
   color: #ffffff;
   }

.bverdegrad:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

#dvContent a.link2 { color:#232323; font-size: 0.9em;} 