#myMooChart1,
#myMooChart2 {
	display: inline;
	font-size: 13px;
	}

	.apfChart {
		position: relative;
		font-family: sans-serif;
		font-size: 11px !important;
		background-color: #ffeeaa;
		border: 1px solid #000000;
		}
	
	.apfChart-x-axis {
		line-height : 20px;
		background-color: #eedd99;
		border-top: 1px solid #ddcc88;
		color:#998844;
		text-align: center;
		}
	
	.apfChart-y-axis {
		text-align: center;
		background-color: #eedd99;
		border-right: 1px solid #ddcc88;
		color:#998844;
		}
	
	.apfChart-display-y-axis-step {
		line-height:1px;
		font-size:1px;
		height:1px;
		border-bottom: 1px dashed #ddcc88;
		}
	
	.apfChart-bar,
	.apfChart-bar1,
	.apfChart-bar2,
	.apfChart-bar3,
	.apfChart-bar4,
	.apfChart-bar5,
	.apfChart-bar6 {
		font-size: 10px;
		letter-spacing: -1px;
		text-align:center;
		color:#fff;
		background-color: #445577;
		}
	
	.apfChart-bar-label {
		font-weight: bold;
		font-size: 11px;
		}
	
	.apfChart-bar1 {
		background-color: #775544;
		}
	
	.apfChart-bar2 {
		background-color: #337711;
		}
	
	.apfChart-bar3 {
		background-color: #772255;
		}

/*
*
*
*/

	.apfChart2 {
		position: relative;
		font-family: sans-serif;
		font-size: 11px !important;
		background: url('../images/chartbg.jpg') transparent no-repeat -1px -1px;
		border: 1px solid #334454;
		}
	
	.apfChart2-display-y-axis-step {
		line-height:1px;
		font-size:1px;
		height:1px;
		background-color: #7591ac;
		}
	
	.apfChart2-bar,
	.apfChart2-bar1,
	.apfChart2-bar2,
	.apfChart2-bar3,
	.apfChart2-bar4,
	.apfChart2-bar5,
	.apfChart2-bar6 {
		border: 1px solid #334454;
		font-size: 11px;
		text-align:center;
		color:#235c63;
		background-color: #29c1d3;
		}
	
	.apfChart2-bar-label {
		font-weight: bold;
		font-size: 11px;
		}

	.apfChart2-x-axis {
		line-height : 40px;
		background-color: #1e2831;
		color: white;
		text-align: center;
		}

	.tip {
		z-index: 100010 !important;
		font-size: 11px;
		padding: 3px;
		font-family: tahoma,arial;
		background-color: black;
		}

	.tip-title {
		font-weight: bold;
		color: white;
		}

	.tip-text {
		font-weight: normal;
		color: #ffeeaa;
		}
