@charset "utf-8";
/* CSS Document */
* {
	font-size: 12px;
	font-family:tahoma;
}
body, html {
	margin:0;
	padding:0;
	overflow: hidden;
	height: 100%;
}
ul, li {
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
textarea {
	resize:none;
}

div.panel {
	border: 1px solid #bbbbbb;
	border-top: none;
}
div.chartPanel {
	
}
div.chartPanel div.chart {
	height: 100%;
	display: none;
}
div.chartPanel div.chart.selected {
	display: block;
}
div.radioPanel {
	float: left;
}
div.radioPanel div.row {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-indent: 20px;
	cursor: pointer;
}
div.radioPanel div.row.selected {
	color: red;
}
