﻿/* --- chart --- */
.chart_tabs .tablebox_big 
{
	background: none !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

div.chart
{
	padding-top: 15px;
}

div.NoData
{
	width: 551px;
	height: 280px;
	line-height: 280px;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #005b79;
	margin-bottom: 15px;
	margin-left: 1px;
	color: Red;
	font-weight: bold;
}

div.ShowNoDataChart
{
	display: none;
}

#PushChartLinkHolder {
	visibility: hidden;
	margin-bottom: 10px;
	text-align: center;
	
}

#PushChartLink {
	color: #007297;
	font-weight:bold;
}
p.additional-chart-text a{
	color:Blue;
}
p.additional-chart-text{
	color: Red;
}