/* Scroll Pane Enclosure stack v1.1.0 */

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}





/* Scroll Pane Advanced stack v1.1.0 */


/*
 * CSS Styles that are needed by jScrollPane jQuery Plugin to operate correctly.
 *
 */

#stacks_in_59_page21 .jspContainer
{
	overflow: hidden;
	position: relative;
}

#stacks_in_59_page21 .jspPane
{
	background: #FFFFFF;
	background: transparent !important;
	position: absolute;
}

#stacks_in_59_page21 .jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: transparent;
}

#stacks_in_59_page21 .jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: transparent;
	display: none;
}

#stacks_in_59_page21 .jspVerticalBar *
{
	margin: 0;
	padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;	
}

#stacks_in_59_page21 .jspHorizontalBar *
{
	margin: 0;
	padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;		
}

#stacks_in_59_page21 .jspCap
{
	display: none;
}

#stacks_in_59_page21 .jspHorizontalBar .jspCap
{
	float: left;
}

#stacks_in_59_page21 .jspTrack
{
	background: #CCCCCC;
	
	position: relative;
}

#stacks_in_59_page21 .jspDrag
{
	background: #660033;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;		
}

#stacks_in_59_page21 .jspDrag:hover
{
	background: #008080;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;		
}

#stacks_in_59_page21 .jspDrag:active
{
	background: #008080;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;		
}

#stacks_in_59_page21 .jspHorizontalBar .jspTrack
{
	float: left;
	height: 100%;
}

#stacks_in_59_page21 .jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

#stacks_in_59_page21 .jspArrow
{
	background: transparent url('../files/atmScrollPaneAdvanced/9.png') no-repeat;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

#stacks_in_59_page21 .jspArrow:hover
{
	background: transparent url('../files/atmScrollPaneAdvanced/33.png') no-repeat;
}

#stacks_in_59_page21 .jspArrow.jspDisabled
{
	background: transparent url('../files/atmScrollPaneAdvanced/9.png') no-repeat;
	cursor: default;	
}

#stacks_in_59_page21 .jspArrow.jspDisabled:hover
{
	background: transparent url('../files/atmScrollPaneAdvanced/9.png') no-repeat;
	cursor: default;	
}

#stacks_in_59_page21 .jspVerticalBar .jspArrow
{
	height: 15px;
}

#stacks_in_59_page21 .jspHorizontalBar .jspArrow
{
	width: 15px;
	float: left;
	height: 100%;
}

#stacks_in_59_page21 .jspArrowUp
{
    background-position: 0 0;
}

#stacks_in_59_page21 .jspArrowDown
{
    background-position: -65px 0 !important; 
}

#stacks_in_59_page21 .jspArrowLeft
{
    background-position: -96px 0 !important;
}

#stacks_in_59_page21 .jspArrowRight
{
    background-position: -32px 0 !important;
}

#stacks_in_59_page21 .jspVerticalBar .jspArrow:focus
{
	outline: none;
}

#stacks_in_59_page21 .jspCorner
{
	background: transparent;
	float: left;
	height: 100%;
}

 /* CSS Hack for IE6 3 pixel bug moved to Scroll Pane Enable stack */


#stacks_in_59_page21 .atmScrollPane 
{
	background: transparent;
	width: 100%;
	height: 506px;
	overflow: auto;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	outline: none;
	float: left;
}




