@charset "UTF-8";
/* CSS Document */


#content {
	position:relative; 
	width:420px; 
	height:450px;
	margin: 10px 0px 0px 0px;
	overflow:auto;
}

#contentshort {
	position:relative; 
	width:420px; 
	height:418px;
	margin: 10px 0px 0px 0px;
	overflow:auto;
}

#contentfull {
	position:relative; 
	width:876px; 
	height:450px;
	margin: 10px 0px 0px 20px;
	overflow:auto;
}


#scrollcontent {
	position:absolute; 
	width:400px; 
	z-index:200;
}

#scrollcontentfull {
	position:absolute; 
	width:856px; 
	z-index:200;
}


#scrollbar {
	float:right; 
	position:relative; 
	border: 1px solid #000E39;
	display:none; 
	width:15px; 
	height:448px; 
	z-index:100; 
	/*background:url(../images/scroll-bg.gif);*/
}

#scrollbarshort {
	float:right; 
	position:relative; 
	border: 1px solid #000E39;
	display:none; 
	width:15px; 
	height:416px; 
	z-index:100; 
	/*background:url(../images/scroll-bg.gif);*/
}

.scroller {
	position:absolute; 
	top:0; 
	width:15px;
	cursor:pointer; 
	background-color:#000E39; 
	background-image:url(../images/scroll-arrows.gif); 
	background-position:50% 50%; 
	background-repeat:no-repeat;
}

.buttonclick {
	background-color:#263257;
}






/* Scroll Bar Master Styling Starts Here */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
}

.vscrollerbar {
	width: 18px;
	background: #3333CC url(../images/db_scroll.gif) no-repeat;
	height: 18px !important;
}

.vscrollerbase {
	width: 18px;
	background: #ffffff;
	border-left: 1px #3333CC solid;
	border-right: 1px #3333CC solid;
	/*border-left: 1px #FAE5E5 solid;
	border-right: 1px #FAE5E5 solid;*/
}

.vscrollerbasebeg {
	width: 18px;
	height: 18px !important;
	background: url(../images/db_scroll_top.gif) top left no-repeat;
}
.vscrollerbaseend {
	height: 18px;
	width: 18px;
	background: url(../images/db_scroll_bot.gif) no-repeat;
}

.hscrollerbase {
	height: 18px; background-color: white;
}
.hscrollerbar {
	height: 18px; background-color: black;
}

.vscrollerbar, .hscrollerbar {
	padding: 18px;
	z-index: 2;
}

.scrollerjogbox {
	width: 18px;
	height: 18px;
	top: auto; 
	left: auto;
	bottom: 0px; 
	right: 0px;
	background: #3333CC;
}