body
{
	background-color: White;
	color: Black;
	font-family: Arial, Helvetica;
	font-size: Medium;
}

a, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: Blue;
	font-size: x-small;
}

a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

.calendario
{
	width: 16px;
	height: 16px;
}

.InfUsuario
{
	font-size: xx-small;
	text-align: left;
	margin-left: 5px;
	height: 13px;
	width: 1019px;
}

#Relatorio
{
	border: solid 2px black;
	width: 1026px;
}

#Relatorio1
{
	border: solid 2px black;
	width: 720px;
}

#Cabecalho
{
	text-align: center;
	width: 1024px;
	margin: 5px 5px 0px 5px;
}

#Filtros
{
	margin: 0px 5px 5px 5px;
	border: solid 2px black;
	width: 1024px;
}

#FiltrosTitulo
{
	position: relative;
	top: 30px;
	left: 25px;
	text-align: left;
	font-weight: bold;
	width: 133px;
}

#Image1
{
	margin-left: -223px;
	margin-bottom: 0px;
}

#Resultado
{
	margin: 5px 5px 5px 5px;
	width: 1024px;
}

#Resultado #Resumo
{
	margin: 5px 0px 5px 0px;
}

#DataGrid1
{
	width: 1024px;
	overflow: auto;
}


.borda
{
	border: solid 1px black;
}

.semborda
{
	border: 0px;
}

.Titulo
{
	font-weight: bold;
	font-size: larger;
}