.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 Mensagens */
.erro, .sucesso, .alerta, .informacao {
	font-size: 12px;
	border-style: dashed;
	border-width: 2px;
	margin: 5px;
	padding: 5px;
}

.erro {
	background-color:#FFEEEE;
	border-color:#995555;
	color:#995555;
}

.sucesso {
	background-color:#EEFFEE;
	border-color:#009900;
	color:#009900;
}

.alerta {
	background-color:#FFFFEE;
	border-color:#999933;
	color:#999933;
}

.informacao {
	background-color:#EEEEFF;
	border-color:#5555DD;
	color:#5555DD;
}

.msn {
	padding-left: 10px;
	padding-right: 10px;
}

.msn_titulo {
	padding-left: 10px;
	font-weight: bold;
	float: left;
}
		
/* 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;
}

.input_text {
	background-image: url('/public/img/layout/busca_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	border: 2px solid #CCCCCC;
	border-bottom: 0;
	padding-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.input_combo {
	border: 2px solid #CCCCCC;
	margin-bottom: 5px;
}