#header {
	 background:#2B522E;padding:10px;color:#FFFFFF;font-family:'Droid Sans',arial;font-weight:bold;font-size:14pt; 
}

#gallerybutton {
position: absolute;
top: 0px;
right: 10px;
}


#wrapper {
font-family:'Droid Sans';
	width: 960px;
	margin: 30px auto;
	color: black;
}

#chart {
	margin: 10px auto;
	height: 500px;
}

#legendSpace {
	float: left;
	width: 170px;
	height: 500px;
}

#svgSpace {
	float: left;
}

#statisticsSpace {
	float: left;
	width: 230px;
	height: 470px;
	background-color: rgb(228, 234, 223);
	margin: 0px 10px 0px 10px;
	border-radius: 5px;
	padding: 15px;
	color: #555;
	
}

.stats {
	font-size: 11px;
}

.title {
	font-weight: bold;
}

.stats.name {
	float:left;
	font-size: 16px;
	margin-top: 0px;
	text-decoration: underline;
}

.stats.color {
	float: left;
	margin-top: 2px;
	margin-left: 8px;
	width: 15px;
	height: 14px;
	border-radius: 20px;
}

.stats.theme {
	margin-top: 20px;
	font-size: 15px;
}



}

.value {
	margin-left: 0px;
	padding-top: 5px !important;
	font-weight: normal !important;
}

div.source {
font-size: 12px;
	
	padding-top: 5px !important;
	font-weight: normal !important;
}

circle:not(.root) {
	cursor: pointer;
}

.inactive{
	display: none;
}

.children {
	fill-opacity: 1;
}

text {
	font: 10px sans-serif;
}

body {
	font-family: 'Droid Sans',arial;
	color: #aaa;
	margin: auto;
}

.legend_left.text {
	cursor: pointer;
}

.tipsy {
	cursor: pointer;
	color: white;
} 

.tipsy .hasChild {
	text-decoration: underline;
}

.tipsy { 
	font-size: 11px; 
	position: absolute; 
	padding: 3px; 
	z-index: 100000; 
	text-align: center;
	max-width: 80px;
}

.tipsy-inner { color: white;}

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }