.overview_table_valuediv {
	margin-top: 20px;
	font-size: 11px;
}
.overview_table_valuecollection {
	font-weight: bold;
}
.overview_table_valuetable {
	margin-top: 5px;
	background: #FFF none repeat scroll 0% 0%;
	border-width: 1px;
	border-style: solid;
	border-color: #A0A0A0;
	border-collapse: collapse;
	font-size: 7pt;
}
.overview_table_valuetable th {
    background: #004C99 none repeat scroll 0% 0%;
	color: #FFF;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.overview_table_valuetable tr:nth-child(even){
	background: #FAFAFA none repeat scroll 0% 0%;
}
.overview_table_valuetable td + td {
	border-left: 1px dotted #C0C0C0;
}
.overview_table_valuetable th + th {  
	border-left: 1px dotted #FFF;
}
.overview_table_valuetable tr + tr { 
	border-top: 1px solid #C0C0C0; 
}
.overview_table_valuetable td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	max-width: 200px;
}
.property-name-span {
	float:left;
}
.y-axis-selection {
	text-decoration:none;
	width:9px;
	height:9px;
	float:right;
	cursor: pointer;
	background-image: url('../images/bullet_arrow_up.png');
}
.y-axis-selection.selected {
	background-image: url('../images/bullet_arrow_up_selected.png');
}
.x-axis-selection {
	text-decoration:none;
	width:9px;
	height:9px;
	float:right;
	cursor: pointer;
	background-image: url('../images/bullet_arrow_right.png');
}
.x-axis-selection.selected {
	background-image: url('../images/bullet_arrow_right_selected.png');
}
.z-axis-selection {
	text-decoration:none;
	width:10px;
	height:10px;
	float:right;
	cursor: pointer;
	background-image: url('../images/bullet_star.png');
}
.z-axis-selection.selected {
	background-image: url('../images/bullet_star_selected.png');
}
.stop-axis-selection {
	text-decoration:none;
	width:9px;
	height:9px;
	float:right;
	cursor: pointer;
	background-image: url('../images/bullet_toggle_minus.png');
}
.full-dia-selection {
	display: inline-block;
	margin-left: 5px;
	text-decoration:none;
	width:10px;
	height:10px;
	cursor: pointer;
	background-image: url('../images/bullet_star.png');
}
.stop-full-dia-selection {
	display: inline-block;
	margin-left: 5px;
	text-decoration:none;
	width:9px;
	height:9px;
	cursor: pointer;
	background-image: url('../images/bullet_toggle_minus.png');
}

#overview_table_visualizationContentDiv {
	font-size: 9px;
}
path { 
	stroke-width: 2;
	fill: none;
}
.axis path,
.axis line {
	fill: none;
	stroke: grey;
	stroke-width: 1;
	shape-rendering: crispEdges;
}
.grid .tick line {
	stroke: lightgrey;
	opacity: 0.7;
}
.grid path {
	stroke-width: 0;
}
.legend {
	padding: 5px;
	font: 10px sans-serif;
	background: yellow;
	box-shadow: 2px 2px 1px #888;
}

.x-axis-text {
	font: 10px sans-serif;
}

.y-axis-text {
	font: 10px sans-serif;
}

.ext-axis-text {
	font: 10px sans-serif;
}

.legend-text {
	font: 10px sans-serif;
}

.axis {
	shape-rendering: crispEdges;
}
.x.axis .minor {
	stroke-opacity: .5;
}
.helperLine {
	stroke: gray;
	stroke-width: 1;
}

.overview_table_legend {
	font-size: 9px;
	margin-top: 20px;
	margin-left: 5px;
}