#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 550px;
	height: 390px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	color: #816A44;
	text-align: left;
	background-color: #DDD1BB;
	border-bottom:0px #A07E63 solid;
	padding-top: 20px;
	padding-bottom: 20px;
}

#search #mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 550px;
	height: 450px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	color: #816A44;
	text-align: left;
	background-color: #DDD1BB;
	border-bottom:0px #A07E63 solid;
	padding-top: 20px;
	padding-bottom: 20px;
}

#mycustomscroll-full {
	/* Typical fixed height and fixed width example */
	width: 550px;
	height: 430px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	color: #816A44;
	text-align: left;
	background-color: #DDD1BB;
	border-bottom:0px #A07E63 solid;
	padding-top: 25px;
	padding-bottom: 20px;
}

#mycustomscroll-press {
	/* Typical fixed height and fixed width example */
	width: 550px;
	height: 430px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	color: #816A44;
	text-align: left;
	background-color: #DDD1BB;
	border-bottom:0px #A07E63 solid;
	padding-top: 25px;
	padding-bottom: 20px;
}

#mycustomscroll-sitemap {
	/* Typical fixed height and fixed width example */
	width: 550px;
	height: 430px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	color: #816A44;
	text-align: left;
	background-color: #DDD1BB;
	border-bottom:0px #A07E63 solid;
	padding-top: 20px;
	padding-bottom: 20px;

}

#mycustomscroll-disclaimer {
	/* Typical fixed height and fixed width example */
	width: 560px;
	height: 430px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	color: #816A44;
	text-align: left;
	background-color: #DDD1BB;
	border-bottom:0px #A07E63 solid;
	padding-top: 20px;
	padding-bottom: 20px;

}

#career_front, #mycustomscroll {
	padding:10px;
}

#hiddenField { display:none; }

#scrollcontent {padding-left:0px; padding-right: 10px; padding-top:10px;}
#scrollcontent td {padding-left:5px; padding-top:5px;}
#scrollcontent th {border-bottom:1px #000 solid; padding-left:5px; padding-bottom:5px; font-weight:bold;}
#scrollcontent a:link {text-decoration: none;}
#scrollcontent a:hover {text-decoration: underline;}

#search #scrollcontent th {border-bottom:1px #c8b38c solid; padding-left:5px; padding-bottom:0px; font-weight:bold;}
/* Scroll Bar Master Styling Starts Here */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 5px;
background-color: white;
}
.vscrollerbar {
width: 5px;
background-color: #968365;
}
.hscrollerbase {
height: 5px;
background-color: white;
}
.hscrollerbar {
height: 5px;
background-color: #968365;
}

.scrollerjogbox {
width: 3px;
height: 3px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
