/* PANE SCROLL BAR CSS STARTS HERE */

/*
 * CSS Styles that are needed by jScrollPane.
 */

#webgen-css .jspContainer{
	overflow: hidden;
	position: relative;
}

#webgen-css .jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 20px;
}

#webgen-css .jspTrack{
	background: #fff;
	position: relative;
}

#webgen-css .jspDrag{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

#webgen-css .jspArrow{
	background: #aaa;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

/* PANE SCROLL BAR COMMON CSS STARTS HERE */
#webgen-css .jspPane{
	position: absolute;
}

#webgen-css .jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *, .jspHorizontalBar *{
	margin: 0;
	padding: 0;
}

#webgen-css .jspCap{
	display: none;
}

#webgen-css .jspHorizontalBar .jspCap{
	float: left;
}

#webgen-css .jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}

#webgen-css .jspVerticalBar .jspArrow{
	height: 16px;
}

#webgen-css .jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}

#webgen-css .jspVerticalBar .jspArrow:focus{
	outline: none;
}

#webgen-css .jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}

#webgen-css .jspHorizontalBar .jspTrack, #webgen-css .jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}

/* PANE SCROLL BAR COMMON CSS ENDS HERE */

/* Start : cdm_ArticleBox-*/
/*
 * CSS Styles that are needed by jScrollPane.
 */
 
div#content-cdm_ArticleBox-1009 
{
	overflow: auto;
	position: relative;
    width:100%;
    height:623px;
}

div#content-cdm_ArticleBox-1009 .moduletablemenu, div#content-cdm_ArticleBox-1009 .moduletable
{
    width:auto;
}

div#content-cdm_ArticleBox-1009 .jspContainer
{
	overflow: hidden;
	position: relative;
}

div#content-cdm_ArticleBox-1009 .horizontal-only
{
	height: auto;
	max-height: 623px;
}

div#content-cdm_ArticleBox-1009 .jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: ;
}

div#content-cdm_ArticleBox-1009 .jspTrack
{
	position: relative;
}

div#content-cdm_ArticleBox-1009 .jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

div#content-cdm_ArticleBox-1009 .jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

div#content-cdm_ArticleBox-1009 .jspVerticalBar .jspDrag
{
	background: #022a4d !important;
}
div#content-cdm_ArticleBox-1009 .jspVerticalBar .jspArrow,
div#content-cdm_ArticleBox-1009 .jspVerticalBar .jspTrack
{
	background: #6e6b6b !important;
}

div#content-cdm_ArticleBox-1009 .jspHorizontalBar .jspDrag
{
	background: #CCCCCC !important;
}
div#content-cdm_ArticleBox-1009 .jspHorizontalBar .jspArrow,
div#content-cdm_ArticleBox-1009 .jspHorizontalBar .jspTrack
{
	background: #111111 !important;
}

/* PANE SCROLL BAR COMMON CSS STARTS HERE */
div#content-cdm_ArticleBox-1009 .jspPane
{
	position: absolute;
}

div#content-cdm_ArticleBox-1009 .jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
    background: #111111 !important;
}

div#content-cdm_ArticleBox-1009 .jspVerticalBar *,
div#content-cdm_ArticleBox-1009 .jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

div#content-cdm_ArticleBox-1009 .jspCap
{
	display: none;
}

div#content-cdm_ArticleBox-1009 .jspHorizontalBar .jspCap
{
	float: left;
}
div#content-cdm_ArticleBox-1009 .jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

div#content-cdm_ArticleBox-1009 .jspVerticalBar .jspArrow
{
	height: 16px;
}

div#content-cdm_ArticleBox-1009 .jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

div#content-cdm_ArticleBox-1009 .jspVerticalBar .jspArrow:focus
{
	outline: none;
}

div#content-cdm_ArticleBox-1009 .jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

div#content-cdm_ArticleBox-1009 .jspHorizontalBar .jspTrack,
div#content-cdm_ArticleBox-1009 .jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

/* PANE SCROLL BAR COMMON CSS ENDS HERE */
/* Start : cdm_ArticleBox-1009*/
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* #webgen-css html .jspCorner
{
	margin: 0 -3px 0 0;
}