.resultado th {
	background-image: url('/public/img/icon/border_top.jpg');
	background-repeat: repeat-x;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7b7b7b;
	text-align: center;
	border: none;
	padding: 0;
}

.resultado td {
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 3px 0;
}

.resultado .bodar-extra-esquerda {
	border: none;
}

.resultado .bodar-extra-direita {
	border: none;
}

.resultado .resultado-tabela {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 11px;
	color: #7b7b7b;
	text-align: center;
}

.resultado .resultado-tabela a{
	color: #666666;
	text-decoration: none;	
}

.resultado .resultado-tabela a:hover{
	text-decoration: underline;
	color: #FF9B37;	
}

.resultado .border-top-left-bg {
	background-image: url('/public/img/icon/border_top_left.jpg');
	background-repeat: no-repeat;
	width: 10px;
	height: 21px;
	margin-right: -2px;
}

.resultado .border-top-right-bg {
	background-image: url('/public/img/icon/border_top_right.jpg');
	background-repeat: no-repeat;
	width: 10px;
	height: 21px;
}

.resultado .border-bottom {
	margin-top: -1px;
}

.resultado .border-bottom .border-bottom-bg {
	background-image: url('/public/img/icon/border_bottom.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 29px;
}

.resultado .border-bottom .border-bottom-bg a:link,
.resultado .border-bottom .border-bottom-bg a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7b7b7b;
	text-decoration: none;
	cursor: pointer;
}

.resultado .border-bottom .border-bottom-bg a:hover span {
	color: #f49d0d;
}
	

.resultado .border-bottom .border-bottom-bg .border-bottom-left-bg {
	background-image: url('/public/img/icon/border_bottom_left.jpg');
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 29px;
}

.resultado .border-bottom .border-bottom-bg .border-bottom-right-bg {
	background-image: url('/public/img/icon/border_bottom_right.jpg');
	background-repeat: no-repeat;
	float: right;
	width: 10px;
	height: 29px;
}

.titulo {
	font-size: 11px;
	color: #ff7c00;
	border-bottom: 1px solid #ff7c00;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
	position: relative;
}

/* sistema de Fieldset*/

fieldset {
	padding: 5px;
	border: none;	
}
		
legend {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	color: gray;
}

label{
	float: left;
	width: 130px;
	text-align: left;
	padding-right: 3px;
	font-weight: bold;
}

table{
	border: 0;
}