﻿/*
    These styles control the appearance of the Chart controls.

	Note that ChartArea, Legend, Series and Titles don't have SkinID properties.

	Refer to td_viewing_colour_scheme.css for colours.

    Sample code not used can be found at the end of this document.

*/

/* Chart -------------------------------------------------- */
/* Charts are displayed as img tags. e.g. img id="..." class="td_chart" src="/portfolio/ChartImg.axd?i=....png&amp;g=..." alt="Oops! ..." style="height:300px;width:300px;border-width:0px;" */
/* There is at least one colour setting in the skin file relating to the Chart control. */

img.td_chart
{
    /* visibility: visible; */
}
td.td_td_containing_chart
{
	background-color: white;
	/* border: 0px none transparent; */
	/* border-radius: 5px; */
	/* padding-top: 15px; */
	vertical-align: top;
}

/* Div used by AMCharts to contain javascript charts -------------------------------------------------- */

div.td_div_containing_chart {
	min-height: 350px;
	min-width: 200px; /* Pre May 2016 450px; */
	padding: 0px;
	/* width: 100%;" */
}

/* end --------------------------------------------------  */
