.tf_title {
	text-align: center;
}

.tf_subtitle {
	font-size: 12px; 
	color: #ea2e0d;
	line-height: 16px;
	text-align: center;
}

.form_tf_imovel {
	margin: 0 auto;
	text-align: center;
}

.form_tf_imovel fieldset {
	border: 1px solid #FF4500;
}

.form_tf_imovel legend {
	border: 1px solid #FF4500;
	padding: 2px 6px
}


.form_tf_imovel ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.form_tf_imovel  li {
	margin: .2em 0 !important;
	list-style: none !important;
}

.form_tf_imovel label { 
    width: 200px !important; 
    margin-right: 15px !important; 
    text-align: right !important; 
  }

.form_tf_imovel input {
	width: 200px !important;
}

.form_tf_imovel input[type="text"] {
	color: black !important;
	background: white;
}

.form_tf_imovel h3 {
	text-align: left;
}

.clear {
	clear: both;
}

.img-icon {
	display: inline;
}

.legenda {
	display: inline-block;
	border: 1px solid;
	padding: 10px;
}

.legenda img {
	display: inline;
	width: 16px;
}

/*==============

	TABLE 
	
==============*/


.tf_table {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	width: 100%;
}	

#tf_table_imoveis th {
	background: url(http://jackrugile.com/images/misc/noise-diagonal.png), linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
  font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

#tf_table_imoveis th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

#tf_table_imoveis th:first-child {
	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;
}

#tf_table_imoveis th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}

#tf_table_imoveis td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
}

#tf_table_imoveis td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

#tf_table_imoveis td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	

#tf_table_imoveis tr {
	background: url(http://jackrugile.com/images/misc/noise-diagonal.png);	
}

#tf_table_imoveis tr:nth-child(odd) td {
	background: #f1f1f1 url(http://jackrugile.com/images/misc/noise-diagonal.png);	
}

#tf_table_imoveis tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

#tf_table_imoveis tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

#tf_table_imoveis tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	

#tf_table_imoveis tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}

#tf_table_imoveis tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

#tf_table_imoveis tr, td, th {
	padding: 5px !important;
}

.td-center{
	text-align: center;
}

caption { 
    display: table-caption;
    text-align: center;
    font-size: 16px;
}



.hide{
	display: none;
}