@charset "UTF-8";
/* CSS Document */

.download-link {
    background: url("../imagens/ico-download.png") no-repeat scroll 7px 1px transparent;
	padding-left: 50px;
}

.print-link{
    background: url("../imagens/ico-print.png") no-repeat scroll 7px 1px transparent;
	padding-left: 50px;
}

.rm-link{
    background: url("../imagens/ico-x.png") no-repeat scroll 7px 1px transparent;
	padding-left: 50px;
}

.error{
	color:#F00;
	font:"Arial Black", Gadget, sans-serif;
	font-size:10px;
}

.linkHeader{
	color:#009;
	font:Verdana, Geneva, sans-serif
	font-size:14px;
	
}

input{
    color: #000000;
    font-family: Verdana, Geneva, sans-serif
    font-size: 12px;
    font-weight: bold;
}

.fieldDescription {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}

body {
/*  background-color: #ECE9D8; */
    background-color: #F5F5F5;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%/1.4;
    font-weight: normal;
}

.tableNF{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.footer {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.resultPosition {
    left: 80%;
    position: absolute;
    top: 35%;
}

a{
	cursor:pointer;	
}

a:hover{
	color: #666666;	
}

.titleListNF {
    color: #CC0000;
    font-size: 16px;
    padding-bottom: 20px;
}
