.jScrollPaneTrack {
	background: #aaa url(/i/windows_track.gif) repeat-y;
	cursor: pointer;
	height: 100%;	
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width:15px!important;
}

.jScrollPaneDrag {
    background: transparent url(/i/windows_drag_middle.gif) no-repeat 0 50%;
	cursor: pointer;
	height: 15px!important;
	overflow: hidden;
	position: absolute;
    width:15px!important;
}

.jScrollPaneDragTop {
/*	background: url(/i/windows_drag_top.gif) no-repeat;*/
	height: 4px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.jScrollPaneDragBottom {
/*	background: url(/i/windows_drag_bottom.gif) no-repeat;*/
	bottom: 0;
	height: 4px;
	overflow: auto;
	left: 0;
	position: absolute;
}

a.jScrollArrowUp {
	background: url(/i/windows_arrow_up.gif) no-repeat;
	display: block;
	height: 17px;
	overflow: auto;
	position: absolute;
	right: 0;
	text-indent: -2000px;
	top: 0;	
	z-index: 1;
}

a.jScrollArrowUp:hover, a.jScrollArrowDown:hover {
  background-position: 0 -20px;
}

a.jScrollArrowDown {
	background: url(/i/windows_arrow_down.gif) no-repeat;
	bottom: 0;
	display: block;
	height: 17px;
	overflow: hidden;
	position: absolute;
	right: 0;	
	text-indent: -2000px;
	z-index: 1;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
  background-position: 0 -40px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.scroll-pane {height: 120px;width:100%;overflow: auto;}
.scroll-pane a {color:#666;font:12px/1 Arial, Helvetica, FreeSans, sans-serif;font-weight:700;text-decoration:none;}
.scroll-pane p {background:#f7f2ee;padding:5px 0;text-align:right;}
.scroll-pane p a {color:#8d8d8d;font-size:11px;font-weight:500;margin:0 10px;text-decoration:underline;}
.scroll-pane p a:hover,.scroll-pane p a:active {text-decoration:none;}
.scroll-pane li a {display:block;padding:4px 0 4px 14px;}
.scroll-pane span { font-size:10px; font-weight:500;}

.tabs-red {position:relative;}
.tabs-red .ui-tabs-panel {position:relative;z-index:2;overflow:hidden;height:120px;}
.tabs-red div.ui-tabs-hide {display:block;position:absolute;z-index:1;top:21px;}
#tabs7 div.ui-tabs-hide {background-color: #FAF8F3;}
#tabs7 div.ui-tabs-active {z-index: 2!important;}

* html .tabs-red .ui-tabs-selected a {position:static;}

.online-help .scroll-pane {width:100%;}

