@charset "UTF-8";
/* CSS Document */

#contentshort {
	position:relative;
	float: right;
	width:385px; 
	height:360px;
	margin: 10px 0px 0px 0px;
	overflow:auto;
}


#scrollcontent {
	position:absolute; 
	width:365px; 
	z-index:200;
}

#scrollcontentfull {
	position:absolute; 
	width:580px; 
	z-index:200;
}

#scrollbar {
	float:right; 
	position:relative; 
	border: 1px solid #2534DA;
	display:none; 
	width:15px; 
	height:398px; 
	z-index:100; 
	/*background:url(../images/scroll-bg.gif);*/
}

#scrollbarshort {
	float:right; 
	position:relative; 
	border: 1px solid #2534DA;
	display:none; 
	width:15px; 
	height:358px; 
	z-index:100; 
	/*background:url(../images/scroll-bg.gif);*/
}

.scroller {
	position:absolute; 
	top:0; 
	width:15px;
	cursor:pointer; 
	background-color:#2534DA; 
	background-image:url(../images/scroll-arrows.gif); 
	background-position:50% 50%; 
	background-repeat:no-repeat;
}

.buttonclick {
	background-color:#5151D4;
}


/* Scroll Bar Master Styling Starts Here */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
}

.vscrollerbar {
	width: 18px;
	background: #2534DA url(../images/db_scroll.gif) no-repeat;
	height: 18px !important;
}

.vscrollerbase {
	width: 18px;
	background: #ffffff;
	border-left: 1px #2534DA solid;
	border-right: 1px #2534DA 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: #2534DA;
}