@charset "utf-8";
/* CSS Document 
ESTILOS SCROLL SUMARIO
*/

#scroll-sumario {
	position: relative;
	width: 450px;
	height: 330px;
}

#scroll-sumario-Content {
	position: absolute;
	top: 10px; 
	width: 450px;
	height: 330px;
	overflow: hidden;
}

#scroll-sumario .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
	padding: 0px 0px 0px;
	margin-left:-20px;	
}
#scroll-sumario p {
	padding: 0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 20px !important;
	color: #777;
}

#scroll-sumario-Scrollbar {
	position: absolute;
	left: 460px;
}

#scroll-sumario .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 10px; 
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

#scroll-sumario .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 330px;
	width: 10px; height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

#scroll-sumario .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 10px; 
	height: 300px;
	position: absolute;
	top: 20px;
	background-color: #EEE;
}

#scroll-sumario .Scrollbar-Track-Pressed {
	background-color: #DDD;
}

#scroll-sumario .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 10px; height: 30px;
	background-color: #CCC;
}

#scroll-sumario .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #AAA;
}

#scroll-sumario .Scrollbar-Disabled {
	display: none;
}
