﻿#lukyanenko-graphs {position: relative; width: 600px; height: 300px;
  margin: 1.1em 0 3.5em; padding: 0;
  background:#F7F7F7;
  border: 3px solid gray; list-style: none;
  border-color:#FFF #999 #666 #FFF;
  border-top:  1px solid #CCC;
  border-left:  1px solid #CCC;
	}
#lukyanenko-graphs ul {margin: 0; padding: 0; list-style: none;}
#lukyanenko-graphs li {position: absolute; bottom: 0; width: 120px; z-index: 2;
  margin: 0; padding: 0;
  text-align: center; list-style: none;}
#lukyanenko-graphs li.chartUsers {height: 298px; padding-top: 2px;
  border-right: 1px dotted #C4C4C4; color: #AAA;}
#lukyanenko-graphs li.RLbar {width: 40px; border: 1px solid; border-bottom: none; color: #000;}
#lukyanenko-graphs li.RLbar p {margin: -20px 0 0; padding: 0;}
#lukyanenko-graphs li.RLChartFirst, .chartRed {left: 9px; background: #9D9 url(/commonGrahics/statistics/longVertRed.jpg) repeat-x;
  border-color:#EDC #BA9 #000 #EDC; }
#lukyanenko-graphs li.RLChartSecond, .chartGreen {left: 65px; background: #DCA url(/commonGrahics/statistics/longVertGreen.jpg) repeat-x;
  border-color: #EDC #BA9 #000 #EDC;}
#lukyanenko-graphs #user1 {left: 0;}
#lukyanenko-graphs #user2 {left: 120px;}
#lukyanenko-graphs #user3 {left: 240px;}
#lukyanenko-graphs #user4 {left: 360px;}
#lukyanenko-graphs #user5 {left: 480px; border-right: none;}
 
#lukyanenko-graphs #ticks {width: 600px; height: 300px; z-index: 1;}
#lukyanenko-graphs #ticks .tick {position: relative; border-bottom: 1px solid #BBB; width: 600px;}
#lukyanenko-graphs #ticks .tick p {position: absolute; left: 100%; top: -0.67em; margin: 0 0 0 0.5em;}

#lukyanenko-graphs-legend{ text-align:right; font-size:10px; width: 598px; padding:3px; margin-top:-42px; }

#lukyanenko-graphs-legend span{ padding-left:4px; padding-right:4px;}
.chartRed{color:#fff;}


.lukyanenko-basic-stat dd {
  margin:0; cursor: hand;
  height:30px; 
  background:#0a0; 
  border-bottom:3px solid #fff;
}

.lukyanenko-basic-stat dd b {
  float:right; cursor: hand;
  display:block; 
  background:#F4F4F4; 
  height:30px; 
  line-height:30px; 
  text-align:right;
  color: #046806;
} 

.lukyanenko-basic-stat  dd a:hover b {
  background:#FFFFCC;
  color: Black;
} 

.lukyanenko-basic-stat dd img {
  float:left;
  display:block; 
  line-height:30px; 
  text-align:left;
  margin-left: 5px;
} 
