
#scrollbarTareas{
margin:auto;
	width: 410px;
	height:333px;
	padding:0px;
	padding-top:0px;
	padding-right:0px;
	overflow:auto;
}


.scrollBar .bar{
	width:5px;
	height:5px;
}

.scrollBar .button{
	width:5px;
	height:5px;
	color:#322b95;
	
	outline:none;
	cursor:pointer;
}

.scrollBar .button.topButton{
	background-image:url('');
}

.scrollBar .button.bottomButton{
	background-image:url('');
}

.scrollBar .button.leftButton{
	background-image:url('');
}

.scrollBar .button.rightButton{
	background-image:url('');
}

.scrollBar .button.topButton:hover{
	background-image:url('');
}

.scrollBar .button.bottomButton:hover{
	background-image:url('');
}

.scrollBar .button.leftButton:hover{
	background-image:url('');
}

.scrollBar .button.rightButton:hover{
	background-image:url('');
}


.scrollBar .button.active{
	background-color:#322b95;
}

.scrollBar .scrollable{
	cursor:pointer;
	background-color:#dededc;
}

.scrollBar .knob{
	height:5px;
	background-color:#322b95;
	outline:none;
}

.scrollBar .knob.verticalKnob{
	background-color:#ef9650;
}

.scrollBar .knob.horizontalKnob{
	background-color:#322b95;
}

.scrollBar .active{
	background-color:#000000;
}

.scrollBar .corner{
	background-color:#dededc;
}	

