/* GENERAL STYLES */
div#ScrollContent { position:absolute; }

div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
    }

div#ScrollArea	{ 
    position:relative;
    width:710px; height:560px;
    overflow:hidden;
    float:left;
    margin:0 10px 0 25px;
	}
    
div#scrollbar { 
  position:relative;
  float:left;
  width:11px; height:510px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track { 
  position:absolute; left:0; top:0px;
  width:11px; height:510px;
	background-image: url(../Data/Assets/theme_one/Misc/separator.gif);
	background-repeat:repeat-y;
	background-position: top center;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  /*background-color:#ceced6;*/
  background-color: #00589d;
  }  
/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
