@charset "utf-8";
/* CSS Document */



#scrolldiv_content{
	float:left;
	padding:10px;
	position:relative;
	<!--font-size: .9;-->
	line-height:130%;
	color: #000000;
	line-height:20px;
	text-align:justify;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:200px;
		float:left;
		/*border:0px solid #00b4f5;*/
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		/*height:160px;	/* Total height - 40 pixels */*/
		border: none;
		position:relative;
		background-image:url(../images/dot.bg.gif);
		background-repeat:repeat-y;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:18px;
		height:36px;
		background-image:url(../images/scroll_bg.png);
		
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:10px;
		border: none;
		color: #BC8FBD;
		text-align:center;
		font-size:10px;
		line-height:10px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:0px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
