@charset "UTF-8";
/* CSS Document */

div.scrollholder
{
	position: relative;
	height: 300px;
	overflow: auto;
	z-index: 1;
	margin-left: 24px;
	float: left;
	width: 675px;
	margin-right: 24px;
	background: url(../images/trans-bkg.png);
	margin-top: 80px;
}

div.scroll
{
	position: absolute;
	top: 0;
	width: 85%;
	z-index: 2;
	margin-left: 12px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-right: 24px;
	height: 283px;
}

/* <Scroll> */
div.track
{
	position: relative;
	float:right;
	top: 0;
	width: 11px;
	height: 100%;
	font-size: 0;
	z-index: 3;
	background: white;
}

div.drag_bar
{
	position: absolute;
	width: 100%;
	height: 14px;
	cursor: pointer;
	z-index: 4;
	background: #00497B;
}  
div.scrollholder2 {
	position: relative;
	height: 300px;
	overflow: auto;
	z-index: 1;
	margin-left: 24px;
	margin-top: 0px;
	margin-bottom: 24px;
	float: left;
	width: 400px;
}
div.scroll2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 93%;
	z-index: 2;
	margin-left: 12px;
}
div.track2 {
	position: relative;
	float:right;
	top: 0;
	width: 18px;
	height: 100%;
	font-size: 0;
	z-index: 3;
	background: white;
}
div.drag_bar2 {
	position: absolute;
	width: 100%;
	height: 14px;
	cursor: pointer;
	z-index: 4;
	background: #00497B;
}
div.scrollholder3 {
	position: relative;
	height: 400px;
	overflow: auto;
	z-index: 1;
	float: right;
	width: 575px;
	margin: 0px 24px;
	line-height: 18px;
}
div.scroll3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 93%;
	z-index: 2;
}
