﻿

.ChartPanel .Price
{
	font-weight: bold;
	padding-left: 10px;
	padding-right:10px;
}


.ChartPanel TABLE
{
	background-color: #EEF1F4;
}

.ChartPanel TABLE TD
{
	line-height: 1.99em;
	text-indent: 15px;
}

.ChartPanel TABLE TH
{
	text-align: left;
	font-weight: bold;
	text-indent: 15px;
}

ChartPanel TABLE .Button
{
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.ChartPanel .Labeling
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 18px;
	padding-left: 18px;
}

.ChartPanel .Labeling .Negatief,
.ChartPanel .Labeling .Positief
{
	position: relative;
	font-size: 11px;
	display: block;
	background-position: bottom center;
	background-repeat: no-repeat;	
	padding-bottom: 4px;
	margin-bottom: -4px;
}
.ChartPanel .Labeling .Negatief
{
	background-image: url(../Images/red_arrow.gif);
}
.ChartPanel .Labeling .Positief
{
	background-image: url(../Images/green_arrow.gif);
}
.ChartPanel .Labeling .Negatief SPAN,
.ChartPanel .Labeling .Positief SPAN
{
	color: White;
	font-weight: bold;
	display: block;	
	text-align: center;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;	
}
.ChartPanel .Labeling .Negatief SPAN
{
	background: Red url(../Images/red_grad_bg.gif) repeat-x;	
}
.ChartPanel .Labeling .Positief SPAN
{
	background: Green url(../Images/green_grad_bg.gif) repeat-x;	
}

.ChartPanel  INPUT.inputBox
{
	width: 66px;
	border: solid 1px #D2DCE2;
}

.ChartPanel  .Button
{
	vertical-align: middle;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

