/* http://www.hesido.com/web.php?page=customscrollbar */
/* All comments can be freely removed from the css */
html {scrollbar-base-color:#FF9900;}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.saffron .vscrollerbase {
width: 22px;
background: url(saffron_track.gif) repeat-y;
}

.saffron .vscrollerbar {
width: 22px;
height: 22px !important;
cursor:pointer;
background: url(saffron_drag.png) no-repeat;
}

.blue .vscrollerbase {
width: 22px;
background: url(saffron_track.gif) repeat-y;
}

.blue .vscrollerbar {
width: 22px;
height: 22px !important;
cursor:pointer;
background: url(saffron_drag.png) no-repeat;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 300px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}

#articlepanel {
	height:200px;
	font-size:120%;
}

.bluesepline {
	margin:8px 4px;
	border: 1px solid #4ec9f3;
	border-bottom-width:thin !important;
}

