/* Classes and IDs for the javascript scroll bar */
#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

#mycustomscroll {
width: 100%;
height: 375px;
overflow: auto;
position: relative;
padding: 0px 20px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}

/* For Aircraft Data Sheet pages */
#mycustomscroll2 {
width: 745px;
height: 390px;
overflow: auto;
position: relative;
padding: 10px 0px 0px 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}

/* For the executive Travel Page */
#mycustomscroll3 {
width: 100%;
height: 370px;
overflow: auto;
position: relative;
padding: 0px 20px 5px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}

/* For the film page */
#mycustomscroll4 {
width: 100%;
height: 375px;
overflow: auto;
position: relative;
padding: 0px 20px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}

/* For the Aircraft Management Page */
#mycustomscroll5 {
width: 100%;
height: 360px;
overflow: auto;
position: relative;
padding: 0px 20px 5px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}

/* For the Heli Adventures / Tour Opttions pages */
#mycustomscroll6 {
width: 100%;
height: 366px;
overflow: auto;
position: relative;
padding: 0px 20px 20px 0px;
margin: -20px 0px 0px 0px;
}

/* For the About Us page */
#mycustomscroll7 {
width: 100%;
height: 310px;
overflow: auto;
position: relative;
padding: 0px 20px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}

/* For the Utility Page */
#mycustomscroll8 {
width: 100%;
height: 320px;
overflow: auto;
position: relative;
padding: 0px 20px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}

/* For the news page */
#mycustomscroll9 {
width: 100%;
height: 365px;
overflow: auto;
position: relative;
padding: 0px 20px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 15px;
height: 240px;
background: url(../../images/icons/scroll_ln.gif) 0px 0px repeat-y;
}
.vscrollerbar {
width: 15px;
height: 45px;
background: url(../../images/icons/scroll_knob.gif) 0px 18px no-repeat;
}
.hscrollerbase {
height: 0px;
background: url(../../images/icons/horizontalbarbody_cornerjog.png) 0px 0px repeat-x;
}
.hscrollerbar {
height: 0px;
background: url(../../images/icons/horizontalbarbody_cornerjog.png) 0px 0px repeat-x;
}
.vscrollerbar, .hscrollerbar {
padding: 0px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(../../images/icons/basebarcaps_verticalbarbody.png) 0px 0px no-repeat;
width: 0px;
height: 0px !important;
}
.vscrollerbarend {
background: url(../../images/icons/basebarcaps_verticalbarbody.png) 0px 0px no-repeat;
width: 0px;
height: 0px;
}
.hscrollerbarbeg {
background: url(../../images/icons/basebarcaps_verticalbarbody.png) 0px 0px no-repeat;
height: 0px;
width: 0px !important;
}
.hscrollerbarend {
background: url(../../images/icons/basebarcaps_verticalbarbody.png) 0px 0px no-repeat;
height: 0px;
width: 0px;
}
.scrollerjogbox {
width: 0px;
height: 0px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: url(../../images/icons/horizontalbarbody_cornerjog.png) 0px 0px;
}
.vscrollerbasebeg {
background: url(../../images/icons/basebarcaps_verticalbarbody.png) 0px 0px no-repeat;
width: 0px;
height: 0px !important;
}
.vscrollerbaseend {
background: url(../../images/icons/basebarcaps_verticalbarbody.png) 0px 0px no-repeat;
height: 0px;
width: 0px;
}
.hscrollerbasebeg {
background: url(../../images/icons/basebarcaps_verticalbarbody.png) 0px 0px no-repeat;
height: 0px;
width: 0px !important;
}
.hscrollerbaseend {
height: 0px;
width: 0px;
background: url(../../images/icons/basebarcaps_verticalbarbody.png) 0px 0px no-repeat;
}
.scrollerjogbox:hover {
background: url(../../images/icons/basebarcaps_verticalbarbody.png) 0px 0px;
}
