/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
#mycustomscroll {
	/* Typical fixed height and fixed width example */
    width: 740px;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 4px;
}


/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
/*  scrollbar grab middle */ 
.vscrollerbar {width: 9px; background: #F2E8D2 repeat-y -36px 0px;}
/*  scrollbar grab top */ 
.vscrollerbarbeg {height: 24px !important;width: 9px;background: #F2E8D2;}
/*  scrollbar grab bottom */ 
.vscrollerbarend {height: 24px;width: 9px;background: #F2E8D2;}
/*  scrollbar bg */ 
.vscrollerbase {
	width: 9px;
	background-color: #FFFFFF;
}
/*  top button */ 
.vscrollerbasebeg {width: 9px;height: 28px !important;background: #FFFFFF url(../images/scroll_up.gif) no-repeat;}
/*  bot button */ 
.vscrollerbaseend {height: 28px;width: 9px;background: #FFFFFF url(../images/scroll_down.gif) no-repeat;}

.hscrollerbase {height: 16px; background-color: white;}
.hscrollerbar {height: 16px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox {width: 36px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

/* Scroll Bar Master Styling Ends Here */
#scrollbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #896532;
	line-height: 18px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 2px;
	padding-right: 2px;
	text-align: left;
}
#scrollbody a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #896532;
	font-weight: bold;
}