﻿	/*	20080521 > FCFO > Style Sheet Definition v3.0
	
		AZUL:		#1F406B - #8FA0B5
		VERDE:		#B2CB1D - #D9E58E
		VERMELHO:	#E7342F - #F39A97
	*/
	


	/* ScrollingPanel 
	 -------------------------------------------------------------------- */
	div.ScrollingPanel
	{
		position: relative;
		height: 288px;
	}
	div.ScrollingPanel a
	{
		color: #1F406B;
	}
	
	div.ScrollingPanel div.Container
	{
		position: relative;
		top: 5px;
		left: 5px;
		height: 278px;
		overflow: hidden;
		margin-right: 35px;
	}
	
	div.ScrollingPanel div.BtnUP
	{
		position: absolute;
		cursor: pointer;
		top: 5px;
		right: 5px;
		width: 20px;
		height: 20px;
	}
	div.ScrollingPanel div.BtnDown
	{
		position: absolute;
		cursor: pointer;
		bottom: 5px;
		right: 5px;
		width: 20px;
		height: 20px;
	}
	
	div.ScrollingPanel div.Slide
	{
		top: 0px;
		position: absolute;
	}
