/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0px; left: 0px;
z-index:99;
}
.pan_contant{ margin:0px; padding:0px; list-style:none; line-height:20px;}
.pan_contant li{ border-bottom:1px solid #ccc; padding:6px 0px;}
.pan_contant li:last-child{ border:0px;}
.pan_contant li a{ color:#000; text-decoration:none;}
.vscrollerbase {
    background-color: #fff;
    left: 302px !important;
    width: 12px;
	border-radius:7px;
}
.vscrollerbar {
	background:#D3D3D3;
width: 10px;
left:1px;
border-radius:6px;
}
.vscrollerbar:hover{cursor:pointer;background:#AAA7A7;}

.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
#mycustomscroll2{ height:227px; padding:8px;}
#mycustomscroll1{ height:227px; padding:8px;}
#mycustomscroll3{ height:227px; padding:8px;}

.contentwrapper{ width:100% !important;}