/**************************/
/*     CSS ListReports    */
/**************************/

#geralFV
{
	margin-left:60px;
	text-align: left;
	background-color:white;
	height: auto;
	width: auto;
	background-color:Transparent;
}
/*
#tituloListReports
{	
	color: Black;
	text-align:left;
	position: relative;
	top: 10px;
}*/

#Back
{
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	color: #ed1c24;
	position: relative;
	top: 20px;
	width:645px;
	z-index: 1;
}
	
#FileViewer
{
    margin-top: 20px;
	text-transform:uppercase;
	color:Black;
}

#ctl00_MainContent_visualizer_TreeView1
{
	margin-left: 100px;
	position: relative;
	top: 10px;
	min-height: 410px;
	width: 600px;
	overflow:auto;
	z-index: 10;
}

#ctl00_MainContent_visualizer_folderandfiles
{
	text-decoration:underline;
	font-style:italic;
}

#aDefaults
{
	color:#ed1c24;
	text-decoration: none;
}

#aDefaults:hover
{
	color:#ed1c24;
	text-decoration: underline;
}