/********************************************************************************************************
MicroSource ContentManager

Autor ..................: Tiago Torres						
Ficheiro ...............: scroll.css
Descrição ..............: Folha de estilos do scroll.
Versão .................: 1.2.0
Última actualização	....: 21-11-2008

Notas:
-
********************************************************************************************************/

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

/* BARRA VERTICAL */
.vscrollerbase {
	width: 10px;
	background-color: #EEEEEE;
	visibility:visible !important;
}
.vscrollerbar {
	width: 10px;
	background-color: #2A3783;
}

/* BARRA HORIZONTAL */
.hscrollerbase {
	height: 10px;
	background-color: #EEEEEE;
}
.hscrollerbar {
	height: 10px;
	background-color: #2A3783;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}