/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
#mycustomscroll {
	/* Typical fixed height and fixed width example */
    width: 250px;
	height: 342px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 2px;
}
#mycustomscroll500 {
	/* Typical fixed height and fixed width example */
    width: 250px;
	height: 498px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 2px;
}
#mycustomscrollbig {
	/* Typical fixed height and fixed width example */
    width: 730px;
	height: 366px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 2px;
}
#mycustomscrollbig500 {
	/* Typical fixed height and fixed width example */
    width: 730px;
	height: 498px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 2px;
}
#mycustomscroll450 {
	/* Typical fixed height and fixed width example */
    width: 250px;
	height: 472px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 2px;
}
#mycustomscroll475 {
	/* Typical fixed height and fixed width example */
    width: 250px;
	height: 500px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 2px;
}
#mycustomscrollbig475 {
	/* Typical fixed height and fixed width example */
    width: 730px;
	height: 500px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 2px;
}
#mycustomscroll600 {
	/* Typical fixed height and fixed width example */
    width: 250px;
	height: 650px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 2px;
}
#mycustomscrollbig600 {
	/* Typical fixed height and fixed width example */
    width: 730px;
	height: 650px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 2px;
}
#mycustomscrollbig450 {
	/* Typical fixed height and fixed width example */
    width: 730px;
	height: 472px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 2px;
}
#mycustomscroll400 {
	/* Typical fixed height and fixed width example */
    width: 250px;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 2px;
}
#mycustomscrollbig400 {
	/* Typical fixed height and fixed width example */
    width: 730px;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 2px;
}
/*  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: #847b67 repeat-y -36px 0px;}
/*  scrollbar grab top */ 
.vscrollerbarbeg {height: 22px !important;width: 9px;background: #847b67;}
/*  scrollbar grab bottom */ 
.vscrollerbarend {height: 22px;width: 9px;background: #847b67;}
/*  scrollbar bg */ 
.vscrollerbase {
	width: 9px;
	background-color: #bdb093;
}
/*  top button */ 
.vscrollerbasebeg {width: 9px;height: 22px !important;background: #bdb093 url(../images/scroll_up.gif) no-repeat;}
/*  bot button */ 
.vscrollerbaseend {height: 22px;width: 9px;background: #bdb093 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: #847b67;}

/* Scroll Bar Master Styling Ends Here */
#scrollbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #134e0e;
	line-height: 18px;
	margin-left: 2px;
	padding-left: 2px;
	margin-right: 2px;
	padding-right: 2px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#scrollbody2 {
	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: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}