
Highcharts.theme = {
	colors: ["#78256F","#77B800", "#FEB137","#48B4F8","#FCE43F", "#E3ACD7", "#CFEA8B", "#A7EBF3", "#932424","bb4fa9", "a4a4a4", "#444", "#5f831d", "#1d836c", "#1d5483"],
	chart: {
		backgroundColor: '#fff',
		borderColor: '#000000',
		borderWidth: 0,
		className: 'mmbb-theme',
		plotBackgroundColor: 'rgba(255, 255, 255, .1)',
		plotBorderColor: '',
		plotBorderWidth: 0
	},
	title: {
		style: {
			color: '#872175',
			font: '20px Verdana, sans-serif'
		}
	},
	subtitle: {
		style: { 
			color: '#666',
			font: 'bold 12px  Verdana, sans-serif'
		}
	},
	xAxis: {
		gridLineColor: '#929292',
		gridLineWidth: 1,
		labels: {
			style: {
				color: '#A0A0A0'
			}
		},
		lineColor: '#929292',
		tickColor: '#929292',
		title: {
			style: {
				color: '#666',
				fontWeight: 'bold',
				fontSize: '12px',
				fontFamily: 'Verdana, sans-serif'

			}				
		}
	},
	yAxis: {
		gridLineColor: '#929292',
		labels: {
			style: {
				color: '#A0A0A0'
			}
		},
		lineColor: '#929292',
		minorTickInterval: null,
		tickColor: '#929292',
		tickWidth: 1,
		title: {
			style: {
				color: '#666',
				fontWeight: 'bold',
				fontSize: '12px',
				fontFamily: 'Verdana, sans-serif'
			}				
		}
	},
	legend: {
		itemStyle: {
			font: '9pt Verdana, sans-serif',
			color: '#A0A0A0'
		}
	},
	tooltip: {
		backgroundColor: 'rgba(0, 0, 0, 0.75)',
		style: {
			color: '#F0F0F0'
		}
	},
	toolbar: {
		itemStyle: { 
			color: 'silver'
		}
	},
	plotOptions: {
		line: {
			dataLabels: {
				color: '#CCC'
			},
			marker: {
				lineColor: '#333'
			}
		},
		spline: {
			marker: {
				lineColor: '#333'
			}
		},
		scatter: {
			marker: {
				lineColor: '#333'
			}
		}
	},		
	legend: {
		itemStyle: {
			color: '#666'
		},
		itemHoverStyle: {
			color: '#666'
		},
		itemHiddenStyle: {
			color: '#444'
		}
	},
	credits: {
		style: {
			color: '#666'
		}
	},
	labels: {
		style: {
			color: '#CCC'
		}
	},
	
	navigation: {
		buttonOptions: {
			backgroundColor: {
				linearGradient: [0, 0, 0, 20],
				stops: [
					[0.4, '#fff'],
					[0.6, '#fff']
				]
			},
			borderColor: '#666',
			symbolStroke: '#666',
			hoverSymbolStroke: '#666'
		}
	},
	
	exporting: {
		buttons: {
			exportButton: {
				symbolFill: '#8ac539'
			},
			printButton: {
				symbolFill: '#8ac539'
			}
		}
	},
	
	// special colors for some of the
	legendBackgroundColor: 'rgba(0, 0, 0, 0.5)',
	legendBackgroundColorSolid: 'rgb(35, 35, 70)',
	dataLabelsColor: '#444',
	textColor: '#C0C0C0',
	maskColor: 'rgba(255,255,255,0.3)'
};

// Apply the theme
var highchartsOptions = Highcharts.setOptions(Highcharts.theme);
