/* Tags */
      body{padding: 0px; margin: 0px;}

      img{border:none;}
      
      /*----size-----*/
      .wstretch{width: 100%;}
      .hstretch{height: 100%;}
      .stretch{height: 100%; width: 100%;}
      /*position*/
      .left{float: left;}
      .right{float: right;}
      .clear{clear:both;}
      .rclear{clear:right;}
      .lclear{clear:left;}
      
      .bar-graph{height: 100%; font-size: 11px;font-family: verdana, arial;}
			.bar-graph .label{font-weight: bold; font-size: 11px;font-family: verdana, arial; color: #333333;vertical-align:top;}
			.bar-graph .bars td{vertical-align:bottom; height: 100%;background: #e4f0ee;}
			.bar-graph td.seperator{width: 20px !important;}
			.bar-graph td{width: 40px;}
			.bar-graph .bar_container{height: 100% !important;padding: 0px;background: transparent;padding-top: 10px;}
			.bar-graph td .bar{text-align: center;border: 1px solid #cccccc;
										background: #aaaaaa url(/images/simple_graph/v-bar.gif) repeat-y left;  color: #333333; padding: 5px 0px;}
      
			.vertical-graph{height: 100%; font-size: 11px;font-family: verdana, arial;}
			.vertical-graph .label{font-weight: bold; color: #333333;vertical-align:top;}
			.vertical-graph .bars td{vertical-align:bottom; height: 100%;}
			.vertical-graph .bars .seperator{width: 20px !important;}
			.vertical-graph td{width: 40px}
			.vertical-graph .bar_container{height: 100% !important;border: 1px solid #cccccc;padding: 0px;padding-top: 10px;
                                      background: #eef9fc url(/images/simple_graph/v-bg.gif) repeat-y right;}
			.vertical-graph td .bar{background: #eeeeee;text-align: center;border-top: 1px solid #cccccc;
										background: #aaaaaa url(/images/simple_graph/v-bar.gif) repeat-y left;  color: #333333;padding: 5px 2px;}
			
			.horizontal-graph{width: 100%;margin: 10px 0px; font-size: 11px;font-family: verdana, arial;}
      .horizontal-graph .seperator{height: 5px;}
			.horizontal-graph .label{width: 100px; text-align: right;vertical-align: middle;padding-right: 5px; padding-top: 3px;font-weight: bold; color: #333333;}
			.horizontal-graph td{padding: 0px; vertical-align:top;}			
			.horizontal-graph .bar_container{border: 1px solid #cccccc;padding: 0px;background: #eef9fc url(/images/simple_graph/bg.gif) repeat-x;
														padding-right: 10px;}
			.horizontal-graph td .bar{background: #eeeeee;text-align: right;border-right: 1px solid #cccccc; 
										background: #aaaaaa url(/images/simple_graph/bar.gif) repeat-x; padding: 10px 5px; color: #333333;}
