/* SCROLLER CODE */
#bioScroll {
	position: relative;
	width: 206px;
	height: 442px;
	background-color: #000000;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 2px solid #FF7900;
	float: left;
}

#bioScrollContent {
	position: absolute;
	width: 187px;
	height: 442px;
	overflow: hidden;
	color: #FFFFFF;
}

#bioScroll .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
	height: auto;
}

#bioScrollbar {
	position: absolute;
	left: 189px;
	height: 442px;
}

#bioScroll .Scrollbar-Track, .Scrollbar-Track-Pressed {
	width: 12px; 
	height: 442px;
	position: absolute;
	background: url(/media/img/about/BGscrollTrackTile.gif);
	background-repeat: repeat-y;
}


#bioScroll .Scrollbar-Handle, #bioScroll .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 12px;
	height: 65px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#bioScroll .Scrollbar-Handle {
	background: url(/media/img/about/BGscrollHandle.gif);
}

#bioScroll .Scrollbar-Handle-Pressed {
	background: url(/media/img/about/BGscrollHandlePressed.gif);
}


/* SCROLLER CONTENT */
.moduleOff, .moduleOn {
height: 37px;
width: 187px;
padding: 24px 15px 0px 5px;
border-right: 0;
border-left: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
background-repeat: repeat-y;
cursor: pointer !important;
}

.moduleOff {
border-top: 1px solid #4E4E50;
border-bottom: 1px solid #4E4E50;
background: url(/media/img/about/BGmoduleOff.gif);
}

.moduleOn {
border-top: 1px solid #FF7900;
border-bottom: 1px solid #FF7900;
background: url(/media/img/about/BGmoduleOn.gif);
}

.moduleOff a:link, .moduleOff a:visited, .moduleOff a:hover, .moduleOff a:active,
 .moduleOn a:link, .moduleOn a:visited, .moduleOn a:hover, .moduleOn a:active {
color: #FFFFFF;
text-decoration: none;
cursor: pointer !important;
}


</style>
