@charset "utf-8";

body
{
	margin: 0px;
	padding: 0px;
	background-color: #f5ede8;
}

.table_center
{
	width: 100%;
	height: 488px;	
}

/* TITLE */
.table_center_title
{
	background-image: url(../images/title_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
}

.table_title
{
	width: 720px;
	height: 27px;
}

.td_title
{
	background-image: url(../images/title_indique.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 160px;
}

.td_subtitle
{
	background-image: url(../images/subtitle_indique.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* CONTENT */
.table_center_content
{
	text-align: center;
	vertical-align: top;
}

.table_content
{
	width: 720px;
	height: 448px;
}

.td_content_desc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #917c72;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	height: 50px;	
}

.td_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #713846;
	vertical-align: top;
}

.text_label, .text_label_left
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #937e74;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.div_content
{
	background-color: #eee4df;
	border: 1px #e4d6d2 solid;
	padding: 10px;	
}

.td_padding
{
	padding-top: 10px;
	padding-left: 15px;
}

.td_link
{
	height: 20px;
	text-align: left;
	vertical-align: middle;
}

.font_title
{
	color: #713846;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.font_text
{
	color: #b0a093;
	font-weight: bold;
}

.form_input_busca
{
	width: 100px;
}

.box_dica
{
	background-image: url(../images/list_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 14px;
	margin-bottom: 14px;
}


.table_form_label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #937e74;
	text-align: right;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
}

.table_form_input
{
	width: 270px;
	text-align: left;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
}

.button_enviar
{
	background-image: url(../images/button_enviar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 6px;
	margin-right: 6px;
	width: 79px;
	height: 19px;	
}
