/* 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: 0; left: 0;}

.vscrollerbase {
width: 5px;
background: #dbdada url(basebarcaps_verticalbarbody.png) 0px 0px  repeat-y;
}
.vscrollerbar {
width: 5px;
background: #960606 url(basebarcaps_verticalbarbody2.png) -15px 0px no-repeat;
}
/*.hscrollerbase {
height: 15px;
background: #D7EBDF url(../images/horizontalbarbody_cornerjog.png) 0px -15px repeat-x;
}
.hscrollerbar {
height: 15px;
background: #99CBCB url(../images/horizontalbarbody_cornerjog.png) 0px -30px repeat-x;
}*/
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
background: #000 url(basebarcaps_verticalbarbody2.png) -45px -30px no-repeat;
width: 5px;
height: 15px !important;
}
.vscrollerbarend {
background: #000 url(basebarcaps_verticalbarbody2.png) -45px 0px no-repeat;
width: 5px;
height: 15px;
}
/*.hscrollerbarbeg {
background: url(../images/basebarcaps_verticalbarbody.png) -60px -15px no-repeat;
height: 15px;
width: 15px !important;
}
.hscrollerbarend {
background: url(../images/basebarcaps_verticalbarbody.png) -30px -15px no-repeat;
height: 15px;
width: 5px;
}*/
.scrollerjogbox {
width: 5px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #960606 url(horizontalbarbody_cornerjog.png) 0px 0px;
}
.vscrollerbasebeg {
background: url(basebarcaps_verticalbarbody.png) -30px -30px no-repeat;
width: 5px;
height: 15px !important;
}
.vscrollerbaseend {
background: url(basebarcaps_verticalbarbody.png) -60px -30px no-repeat;
height: 15px;
width: 5px;
}
/*.hscrollerbasebeg {
background: url(../images/basebarcaps_verticalbarbody.png) -60px 0px no-repeat;
height: 15px;
width: 15px !important;
}
.hscrollerbaseend {
height: 15px;
width: 5px;
background: url(../images/basebarcaps_verticalbarbody.png) -30px 0px no-repeat;
}*/
.scrollerjogbox:hover {
background: #960606 url(basebarcaps_verticalbarbody.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width:400px;
height:500px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
outline:none;
padding:10px;

}

#newsscroll {
/* Typical fixed height and fixed width example */
width: 99%;
height: 325px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
outline:none;
}

#recentscroll {
/* Typical fixed height and fixed width example */
width: 99%;
/*height: 210px;*/
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
outline:none;
}

#escroll {
/* Typical fixed height and fixed width example */
width: 99%;
/*height: 350px;*/
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
outline:none;
}

#whatscroll {
	/* Typical fixed height and fixed width example */
	width: 99%;
	height: 330px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	outline:none;
}

#cscroll {
	/* Typical fixed height and fixed width example */
	width: 99%;
	height: 366px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	outline:none;
}
#cscroll01 {
	/* Typical fixed height and fixed width example */
	width: 99%;
	height: 408px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	outline:none;
	padding-right:10px;
}

#pscroll {
	/* Typical fixed height and fixed width example */
	width: 99%;
	height: 327px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	outline:none;
	padding-right:10px;
}
#rwscroll {
	/* Typical fixed height and fixed width example */
	width: 99%;
/*	height: 70px;
	overflow: auto;*/
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	outline:none;
	padding-right:10px;
}
#agscroll {
	/* Typical fixed height and fixed width example */
	width: 100%;
	height: 329px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	outline:none;
	padding-right:10px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */
