/* 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:"Celeste OT", "Celeste OT Bold Italic";
	font-size: 16px;
}

a.jScrollArrowUp {
	background: url(../images/logoup.gif);
}
a.jScrollArrowUp:hover {
	
}
a.jScrollArrowDown {
	background: url(../images/logodown.gif);
}
a.jScrollArrowDown:hover {
	
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 0px;
}

.scroll-pane {
	width: 200px;
	height: 200px;
	overflow: auto;
	background: #ededed;
	float: left;
}
.scroll-pane2 {
	width: 200px;
	height: 200px;
	overflow: auto;
	background: #dedede;
	float: left;
}
.scroll-pane3 {
	width: 200px;
	height: 100px;
	overflow: auto;
	background: #ededed;
	float: left;
	margin-left:25px;
}
.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 333px;
	width: 530px;
	font-size: 14px;

}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}
#pane6 {
	height: 326px;
	width: 550px;

}
#pane7 {
	height: 330px;
	width: 875px;

}
#pane8 {
	height: 330px;
	width: 175px;

}
#pane9 {
	height: 400px;
	width: 750px;

}

input{
	font-size: 12px;
	border: 0px solid #000;
	background: #cccccc;
	margin-right: 5px;	
}
.input2{
	font-size: 12px;
	border: 1px solid #000;
	background: #cccccc;
	margin-right: 5px;	
}
.textarea  {
   font-size: 12px;
   border: 1px solid #000000;
   background: #cccccc;
   width: 14em;
   height: 7em;
   }
.textarea2  {
   font-size: 12px;
   border: 1px solid #000000;
   background: #cccccc;
   width: 30em;
   height: 7em;
   }
.input3{
	font-family:"Celeste OT", "Celeste OT Bold Italic";
	font-size: 100%;
	border: 0px solid #000;
	background: #cccccc;
	margin-right: 5px;	
}

