/* Scroll Pane Enclosure stack v1.1.0 */

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





/* Scroll Pane Custom stack v1.1.0 */


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

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

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

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

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

#stacks_in_354_page19 .jspVerticalBar *
{
	margin: 0;
	padding: 0;
}

#stacks_in_354_page19 .jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

#stacks_in_354_page19 .jspCap
{
	display: none;
}

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

#stacks_in_354_page19 .jspTrack
{
	position: relative;
	top: 0; 
	background: transparent url('../resources/') repeat-y center top;
	
}

#stacks_in_354_page19 .jspDrag
{
	position: relative;
	top: 0;
	cursor: pointer;
	background: transparent url('../resources/Arrows/Drag5.png') repeat-y center top;
}

#stacks_in_354_page19 .jspDrag:hover
{
	position: relative;
	top: 0;
	cursor: pointer;
	background: transparent url('../resources/Arrows/Track4.png') repeat-y center top;
}

#stacks_in_354_page19 .jspDrag:active
{
	position: relative;
	top: 0;
	cursor: pointer;
	background: transparent url('../resources/Arrows/Track4.png') repeat-y center top;
}

#stacks_in_354_page19 .jspHorizontalBar .jspTrack
{
	float: left;
	height: 100%;
	background: transparent;
}

#stacks_in_354_page19 .jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
	background: transparent;
}

#stacks_in_354_page19 .jspArrow
{
	background: transparent;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

#stacks_in_354_page19 .jspArrow:hover
{
	background: transparent;
}


#stacks_in_354_page19 .jspVerticalBar .jspArrow
{
	height: 20px;
}

#stacks_in_354_page19 .jspHorizontalBar .jspArrow
{
	width: 20px;
	float: left;
	height: 100%;
}

#stacks_in_354_page19 .jspArrowUp
{
	background: transparent url('../resources/Arrows/up.png') no-repeat center top;	
}

#stacks_in_354_page19 .jspArrowUp:hover
{
	background: transparent url('../resources/Arrows/up.png') no-repeat center top;
}

#stacks_in_354_page19 .jspArrowUp.jspDisabled
{
	background: transparent url('../resources/Arrows/up.png') no-repeat center top;	
	cursor: default;
}

#stacks_in_354_page19 .jspArrowUp.jspDisabled:hover
{
	background: transparent url('../resources/Arrows/up.png') no-repeat center top;	
	cursor: default;
}


#stacks_in_354_page19 .jspArrowDown
{
	background: transparent url('../resources/Arrows/down.png') no-repeat center bottom;
}

#stacks_in_354_page19 .jspArrowDown:hover
{
	background: transparent url('../resources/Arrows/down.png') no-repeat center bottom;
}

#stacks_in_354_page19 .jspArrowDown.jspDisabled
{
	background: transparent url('../resources/Arrows/down.png') no-repeat center bottom;
	cursor: default;
}

#stacks_in_354_page19 .jspArrowDown.jspDisabled:hover
{
	background: transparent url('../resources/Arrows/down.png') no-repeat center bottom;
	cursor: default;
}


#stacks_in_354_page19 .jspArrowLeft
{
    background: transparent !important;
}

#stacks_in_354_page19 .jspArrowRight
{
    background: transparent !important;
}

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

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

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


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





#stacks_in_354_page19 {
	margin: 30px 2px 5px 2px;
}
