@charset "UTF-8";
/* CSS Document */

p{
		margin-top:0px;
	}
	#dhtmlgoodies_scrolldiv{
	/* The total width of the scrolling div including scrollbar */
		width:430px;
	height:335px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
	width:430px;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	border:0px solid #BC8FBD;
	float:left;
	position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
	padding: 0px;
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 0.9em;
	line-height:130%;
	color: #333;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:358px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
	width:15px;
	height:358px;	/* Total height - 40 pixels */
	border:0px solid #BC8FBD;
	position:relative;
	background-image: url(images/pleca_scroll.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
	margin:1px;
	width:15px;
	height:13px;
	background-color:#73D1F1;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:0px solid #BC8FBD;
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
