@charset "utf-8";

/* CSS Document */ /*JScrollPane CSS*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	/*line-spacing:2px;*/
	padding-right: 0px;
	padding-bottom: 5px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-image: url('../../img/scroll.gif');
	background-repeat: repeat-y;
}

.jScrollPaneDrag {
	position: absolute;
	background: #34B5D0;
	cursor: pointer;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.scroll-pane {
	width: 220px;
	min-height: 1px;
	max-height: 300px;
	overflow: auto;
	padding: 0;
}

.scroll-pane p {
	padding: 0px;
	line-height: 13px;
}

.roundedCorners {
	width: 10px;
	background-color: #DDEEF6;
	border: 1px solid #DDEEF6;
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
