/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a.jScrollArrowUp {
	background: url(g/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(g/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background-color: #FFFFFF;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #fff;
	width: 10px;
}
			
.holder {
	float: left;
	margin: 10px 0px 10px 10px;
	padding-top: 10px;
	width: 643px;
}

.scroll-pane {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1.5em;
	color: #000000;
	display: block;
	padding-left: 0px;
	margin-left: 5px;
	padding-right: 25px;
	overflow: auto;
	height: 370px;
	width: 604px;
	overflow: auto;
	float: left;
}
.scroll-pane h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.65em;
	line-height: 1.35em;
	color: #C41230;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.scroll-pane h2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.35em;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid #C41230;
}

.scroll-pane h2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.35em;
	color: #C41230;
	font-weight: normal;
	border-bottom: 1px solid #333333;
}
.scroll-pane h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1em;
	color: #C41230;
}
.scroll-pane h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1em;
	color: #C41230;
	padding: 0px 0px 10px 0px;
	display: block;
}

.con .inner .holder #pane1 ul {
	padding-left: 12px;
	line-height: 1.65em;
	font-size: 1.05em;
	list-style-image: url(g/bullet.gif);
	list-style-position: outside;
	margin-left: 15px;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
.con .inner .holder #pane1 a {
	font-size: 12px;
}
#pane2 {
	height: 150px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}
