/* Buffer Comparison Chart*/
table tr td {
	border:2px solid #000000;
}

tr td {
	padding:5px;
}

tr.table_hover:hover {
	background:#E9E9E9;	
}

.chart_header {
	background:#bdcbed;
}

h3 a:link, h3 a:active, h3 a:visited, h3 a:hover{
	color:#000000;
	text-decoration:none;
}

.package-margin{
	margin-top:10px;
	clear:both;
}

/* Menzerna Polishing Chart */
#menzerna-chart{
	margin-bottom:5px;	
}

#menzerna-chart table tr td {
	border:none;
}

#menzerna-chart a:link, #menzerna-chart a:active, #menzerna-chart a:visited, #menzerna-chart a:hover{
	color:#111111;
	text-decoration:underline;
}

#menzerna-chart .chart-border-top{
	border-top:2px solid #000000;
}

#menzerna-chart .chart-border-right{
	border-right:2px solid #000000;
}

#menzerna-chart .chart-border-bottom{
	border-bottom:2px solid #000000;
}

#menzerna-chart .chart-border-left{
	border-left:2px solid #000000;
}

#menzerna-chart .chart-border-top1{
	border-top:1px solid #000000;
}

#menzerna-chart .chart-border-right1{
	border-right:1px solid #000000;
}

#menzerna-chart .chart-border-bottom1{
	border-bottom:1px solid #000000;
}

#menzerna-chart .chart-border-left1{
	border-left:1px solid #000000;
}

