/* Tabela */

.top_table {
	color:#666666;
	font-size:11px;
	padding:3px;
	font-weight:bold;
}

.datatable .btnEditar {
	display:block;
	width:16px;
	height:16px;
	background:url("../images/admin/editar.gif") center no-repeat;
}

.datatable .btnStatus_1 {
	display:block;
	width:16px;
	height:16px;
	background:url("../images/admin/btnStatus_1.gif") center no-repeat;
}

.datatable .btnStatus_2 {
	display:block;
	width:16px;
	height:16px;
	background:url("../images/admin/btnStatus_2.gif") center no-repeat;
}

.datatable .btnStatus_3 {
	display:block;
	width:16px;
	height:16px;
	background:url("../images/admin/btnStatus_3.gif") center no-repeat;
}

.datatable .btnStatus_4 {
	display:block;
	width:16px;
	height:16px;
	background:url("../images/admin/btnStatus_4.gif") center no-repeat;
}


.datatable .btnExcluir {
	display:block;
	width:16px;
	height:16px;
	background:url("../images/admin/excluir.gif") center no-repeat;
}

.datatable .btnFoto {
	display:block;
	width:16px;
	height:16px;
	background:url("../images/admin/foto_add.gif") center no-repeat;
}

.datatable .btnValor {
	display:block;
	width:16px;
	height:16px;
	background:url("../images/admin/btnValor.gif") center no-repeat;
}


.datatable .btnVisualizar  {
	display:block;
	width:16px;
	height:16px;
	background:url("../images/admin/visualizar.gif") center no-repeat;
}

.datatable .btnImprimir  {
	display:block;
	width:16px;
	height:16px;
	background:url("../images/admin/imprimir.gif") center no-repeat;
}


.btnDesativo, .btnAtivo {
	display:block;
	width:16px;
	height:16px;
	background-image:url("../images/admin/btnAtivoCinza.gif");
	background-position:center;
	background-repeat: no-repeat;
}
.btnAtivo {
	background-image:url("../images/admin/btnAtivo.gif");
}


.btnEnviarProposta {
	width:160px; height:30px;
	display:block;
	margin-bottom:5px;
	background:url(../images/btnEnviarProposta.gif) center no-repeat;
}



.datatable {
	border-collapse: collapse;
	border-bottom:6px solid #FFF;
	width:100%;
}
.datatable * {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.datatable .acao {
	width:20px;
	text-align:center;
}

.datatable caption {
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.datatable .tableSub {
	font-size:10px;
}

.datatable th {
	background-color:#333333;
	color:#FFF;
	border-bottom:5px solid #FFF;
	font-weight:bold;
	/*padding:4px 0;*/
	padding:6px 3px 3px 3px ;
	text-align:left;
}
.datatable #trPrincipal {
	background-color:#FDF2CC;
}

.datatable td {
	text-align:left;
	padding:4px 2px;
}

.datatable th, .datatable td {
	padding-left:6px;
}

.datatable tr {
	background-color:#F8F8F8;
}

.datatable tr.altrow {
	background-color: #EEEEEE;
}

.datatable tr.destaqueLinha{
	background-color: #CFE4FE;
}
.datatable .salvar {
	border:0;
	background: url("../imagens/admin/salvar.gif") center no-repeat;
	width:20px;
	height:16px;
	cursor: pointer;
}
.datatable .salvar img {
	border:0;
	padding:0;
	padding-top:5px;
}

