.graph {
	width : 100%;
}
.labelY, .graphCel_top, .graphCel_bottom, .zeroAxis, .zeroAxisTic {
   font-family : verdana, sans-serif;
   font-size : 10px;
	height : 40px; /* crit */
}
.labelY {
   border-right : 1px black solid;
   text-align : right;
}
.graphCel_top, .graphCel_bottom {
   text-align : center;
 	 padding-left : 10px; /* crit */ 
   padding-right : 10px;
}
.graphCel_top {	vertical-align : bottom;	}
.graphCel_bottom {	vertical-align : top;	}

.zeroAxis, .zeroAxisTic {
   background-repeat : repeat-x;
   background-position : right;
   text-align : center;
   vertical-align : top;
}
div.zeroAxis {
	 border-bottom : 1px black solid;
   text-align : center;
}
.zeroAxisTic {	
	vertical-align : bottom;
}
div.zeroAxisTic {	
	border-top : 1px black solid;	
}
.top_bar, .bottom_bar {	position : relative;	}
.top_bar {	bottom : -19px; /* crit */	}
.bottom_bar {	bottom : 20px; /* crit */	}

.topBar_01, .topBar_02, .topBar_03, .topBar_04, .topBar_05, .topBar_06, .bottomBar_01, .bottomBar_02, .bottomBar_03, .bottomBar_04, .bottomBar_05, .bottomBar_06 {
   width : 80px; /* crit */
   text-align : center;
   margin-left : auto; 
	 margin-right : auto;
   line-height : 0px;
   font-size : 0px;
}
.topBar_01 div, .topBar_02 div, .topBar_03 div, .bottomBar_01 div, .bottomBar_02 div, .bottomBar_03 div {
   line-height : 11px;
   font-size : 10px;
}
.bar_clear {
/*   background-color : #000000;
   border-top : 1px solid #000000;
   border-left : 1px solid #000000;
   border-right : 1px solid #000000;*/
   width : 80px;
   line-height : 0px;
   font-size : 0px;
}
/*
.topBar_01 {
	color: #E2C35E;
	border-top: 2px solid #AD9649;
	border-left: 60px solid #FFE799;
	border-right: 2px solid #AD9649;
	line-height : normal;
}
.topBar_02 {
	background-color: #FFE799;
	border-top: 1px solid #FFF7D9;
	border-left: 1px solid #FFF7D9;
	border-right: 1px solid #E2C35E;
	line-height : normal;
}
.topBar_03 {
	background-color: #AD9649;
	border-top: 1px solid #E2C35E;
	border-left: 1px solid #E2C35E;
	border-right: 1px solid #816F2F;
	line-height : normal;
}
.topBar_04 {
	background-color: #877DC2;
	border-top: 1px solid #A59CD4;
	border-left: 1px solid #A59CD4;
	border-right: 1px solid #5542C8;
}
.topBar_05 {
	background-color: #5542C8;
	border-top: 1px solid #877DC2;
	border-left: 1px solid #877DC2;
	border-right: 1px solid #30208C;
}
.topBar_06 {
	background-color: #30208C;
	border-top: 1px solid #5542C8;
	border-left: 1px solid #5542C8;
	border-right: 1px solid #1B1344;
}
.bottomBar_01 {
   background-color : #E2C35E;
   border-left : 1px solid #FFE799;
   border-right : 1px solid #AD9649;
   border-bottom : 1px solid #AD9649;
   line-height : normal;
}
.bottomBar_02 {
   background-color : #FFE799;
   border-left : 1px solid #FFF7D9;
   border-right : 1px solid #E2C35E;
   border-bottom : 1px solid #E2C35E;
   line-height : normal;
}
.bottomBar_03 {
   background-color : #AD9649;
   border-left : 1px solid #E2C35E;
   border-right : 1px solid #816F2F;
   border-bottom : 1px solid #816F2F;
   line-height : normal;
}
.bottomBar_04 {
	background-color: #877DC2;
	border-left: 1px solid #A59CD4;
	border-right: 1px solid #5542C8;
	border-bottom: 1px solid #5542C8;
}
.bottomBar_05 {
	background-color: #5542C8;
	border-left: 1px solid #877DC2;
	border-right: 1px solid #30208C;
	border-bottom: 1px solid #30208C;
}
.bottomBar_06 {
	background-color: #30208C;
	border-left: 1px solid #5542C8;
	border-right: 1px solid #1B1344;
	border-bottom: 1px solid #1B1344;
}
*/

.legend_01, .legend_02, .legend_03, .legend_04, .legend_05, .legend_06 {
	font-size : 11px;
	line-height : 12px;
	padding : 4px;
	width : 300px;
}
.legend_01 {
	background-color: #E2C35E;
	border-top: 1px solid #FFE799;
	border-left: 1px solid #FFE799;
	border-right: 1px solid #AD9649;
	border-bottom: 1px solid #AD9649;
}
.legend_02 {
	background-color: #FFE799;
	border-top: 1px solid #FFF7D9;
	border-left: 1px solid #FFF7D9;
	border-right: 1px solid #E2C35E;
	border-bottom: 1px solid #E2C35E;
}
.legend_03 {
	background-color: #AD9649;
	border-top: 1px solid #E2C35E;
	border-left: 1px solid #E2C35E;
	border-right: 1px solid #816F2F;
	border-bottom: 1px solid #816F2F;
}
.legend_04 {
	background-color: #877DC2;
	border-top: 1px solid #A59CD4;
	border-left: 1px solid #A59CD4;
	border-right: 1px solid #5542C8;
	border-bottom: 1px solid #5542C8;
	color: #FFF;
}
.legend_05 {
	background-color: #5542C8;
	border-top: 1px solid #877DC2;
	border-left: 1px solid #877DC2;
	border-right: 1px solid #30208C;
	border-bottom: 1px solid #30208C;
	color : #FFF;
}
.legend_06 {
	background-color: #30208C;
	border-top: 1px solid #5542C8;
	border-left: 1px solid #5542C8;
	border-right: 1px solid #1B1344;
	border-bottom: 1px solid #1B1344;
	color : #FFF;
}
td.plotchart {
	border: 1px gray solid;
	text-align: left; 
	vertical-align: top; 
	width: 50px; 
	height: 42px;
}
td.plottile {
	text-align: left; 
	vertical-align: top; 
}