#popHeaderCaption {
	font-size:1.5em;
	color:#ffcc99;
	font-family:tahoma,arial,helvetica,sans-serif;
	padding:2px 0px 0px 0px;
	}
#popupContainer{
	z-index:1000;
		/* The total width of the scrolling div including scrollbar */
/*		width:530px;
		height:500px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
/*		width:500px;	/* Width of the scrolling text */
/*		height:100%;*/
		height:400px;
		overflow:hidden;
		border:1px solid #968e60;
		margin:1px;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		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:17px;
		margin:1px;
		height:500px;
		float:right;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:14px;
		height:450px;	/* Total height - 40 pixels */
		border:1px solid #968e60;
		border-top:none;
		border-bottom:none;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		width:14px;
		height:115px;
		background:url(../images/sb.gif) no-repeat;
		position:absolute;
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:17px;
		height:16px;
		border:none;
		color: #968e60;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}/* CSS Document */

