/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

*:focus  
{  
    outline: none;  
} 

.jspContainer
{
	overflow: hidden;
	position: relative;
	outline: none;	
}

.jspPane
{
	position: absolute;
	outline: none;	
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0px;
	width: 12px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
}

.jspDrag
{
    background: url(../img/common/transparent-black.png) repeat;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius:6px;
	-webkit-border-radius:6px; 
    -moz-border-radius:6px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


/*scrollpane custom CSS*/
/* 
#filedrag_container .jspHorizontalBar,
#menu_format_folder .jspHorizontalBar,
#menu_format_list .jspHorizontalBar {
    bottom: 5px;
    width: 100%;
    height: 8px;
    background: transparent;
}
*/

#leftSearchON .jspVerticalBar,
#info .jspVerticalBar,
#filedrag_container .jspVerticalBar,
#filenames_container .jspVerticalBar,
#menu_format_folder .jspVerticalBar,
#menu_format_list .jspVerticalBar {
	margin-top:5px;
    width: 8px;
    background: transparent;
    right:5px;
	z-index: 1000;
}


#leftSearchON .jspTrack,
#info .jspTrack,
#filedrag_container .jspTrack,
#filenames_container .jspTrack,
#menu_format_folder .jspTrack,
#menu_format_list .jspTrack {
    background: transparent;
}
 
#leftSearchON .jspDrag,
#info .jspDrag,
#filedrag_container .jspDrag,
#filenames_container .jspDrag,
#menu_format_folder .jspDrag,
#menu_format_list .jspDrag {
    background: url(../img/common/transparent-black.png) repeat;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
 
/*
#menu_format_folder .jspHorizontalBar .jspTrack,
#menu_format_folder .jspHorizontalBar .jspDrag,
#menu_format_list .jspHorizontalBar .jspTrack,
#menu_format_list .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}
 
#menu_format_folder .jspCorner,
#menu_format_list .jspCorner {
    display:none
}
*/
