	#wrapper{
		position:relative;
		height:402px;
		width:940px;
	}
	#wrapper_g{

		width:100%;
		height:100%;
	}	
	#sidebar{
		float:left;
		width:228px;
		height: 400px; min-height:402px; background-color:#9C69C7;
		margin-right:9px;
		overflow-y:auto;
		overflow-x:hidden;
	}
	#map{
		float:left;
		width:700px;
		height:400px;
		border:#000 thin solid
	}
	#map_g{
		width:100%;
		height:100%;
		border:#000 thin solid
	}
	.sidebar_home{
		color:#9C69C7;
		width:100%;
		height:20px;
		padding:5px 10px 5px 10px;
		border-bottom:1px solid white;
		cursor: pointer;
		text-align:left;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size:16px;
		font-weight:bold;
		border-top:1px solid white;
		border-bottom:1px solid white;	
		background:url(../img/mon.png) #000 no-repeat 170px 4px; 
	}
		
	.sidebar_home a{
		color:#FFF;
		text-decoration:none;
		}
	.sidebar_home a:hover{
		color:#9C69C7;
		text-decoration:none;
		}			
	.sidebar_home:hover{
		color:#9C69C7;
		text-decoration:none;
		border-top:1px solid black;
		border-bottom:1px solid black;
		background:url(../img/mon2.png) #FFF no-repeat 170px 4px; 
	}



	.continent_sidebar_item{
		width:100%;
		height:20px;
		padding:5px 10px 5px 28px;
		border-bottom:1px solid white;
		cursor: pointer;
		text-align:left;
		color:#fff;
		font-family: Arial, Helvetica, sans-serif;
		background:url(../img/fletxa_baix.png) no-repeat 5px 8px; 
    	}
	
	.continent_sidebar_item:hover{
		color:#9C69C7;
		background-color:#FFF;

	}
	
	.country_sidebar_item{
		text-align:left;
		width:100%;
		height:20px;
		padding:3px 10px 3px 37px;
		border-bottom:1px solid white;
		cursor: pointer;
		color:#fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;		
	}
	
	.country_sidebar_item:hover{
		color:#9C69C7;
		background-color:#FFF;	}	
	
	.uni_sidebar_item{
		width:150px;
		height:auto;
		padding:3px 10px 3px 50px;
		border-bottom:1px solid white;
		cursor: pointer;
		text-align:left;
		color:#fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size:10px;
	}
	
	.uni_sidebar_item:hover{
		color:#9C69C7;
		background-color:#FFF;
	}
	
	.iconlabel{
		color: black;
		font-family: "Lucida Grande", "Arial", sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		width:18px;	
	}
	
	/*Map legend control*/
	.legend{
		height:80px;
		width:305px;
		background-color:white;
		padding:5px 5px 5px 5px;
		line-height:3.5;
		font-family:"Lucida Grande", "Arial", sans-serif;
		font-size:12px;
	
	}
	
	/*Info bubble styling*/
	
	.bubble{color:black;
		width:400px;
		margin:0;
		padding:0;
		border:none;
		height:240px;
		overflow:hidden;
		background-color: #FFF;
	}
	.bubble_header{
		display:block;float:left;max-height:45px;width:100%;padding:5px 0px 0px 5px;color:black;margin-bottom:10px;
	}
	.bubble_subheader{
		display:block;float:left;max-height:45px;width:100%;padding:5px 0px 0px 5px;color:black;margin-bottom:10px;
	}
	
	.bubble_foto{
		float:left;height:100px;width:100px;background-color:#FFF;
	}
	.bubble_text{
		float:left;height:245px;width:280px;padding:0px 5px 5px 12px;font-size:10px; font-family:Verdana, Geneva, sans-serif
	}
	
	