/* tabela de listagem */
.rich-table {
	width: 99%;
	margin: 0 auto;
	border: 1px solid #fff;
}

.dr-table {
	border: none !important
}

.dr-table-header {
	padding-bottom: 4px;
	font-weight: bold;
	color: #005899;	
	background-color:#0167BC;
	height:24px;
	background-image: none;
}

.dr-table-cell {
	border: none !important;
	border-right: none !important;
}

.dr-dscr-button, .dr-dscr-sepctrl {
	background: none;
	border: none;
	width: auto;	
}

/* PAGINACAO */
.paginacao {
	height: 21px;
	padding: 7px 2px 0 2px;
	background: url(../../../publica/img/bg/linha_paginacao.gif) repeat-x;
}

.paginacao table {
	//width: 300px;	
}

.paginacao table tbody tr td {
	font-weight: bold;
	margin-left: 10px;	
	padding-left: 5px;
	padding-right: 5px;	
	cursor: pointer;
}

.paginacao .rich-datascr-act {
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	background: #0167bc;
}

.paginacao .rich-datascr-inact {
	padding-left: 5px;
	padding-right: 5px;
	color: #0167BC;
}

.paginacao .dr-table-footer {
	background-color: none;	
}

.paginacao table tbody tr td {
	border: none;
	padding: 0px;
}

.paginacao .dr-table-footercell {
	border: none;
	padding: 0px;	
}
/* FIM - PAGINACAO */


tr.rodape {
	background: none;
	border: red;
	text-align: center;
}

tr.rodape td.rodape{
	padding: 0px;
	border: none;
}

tr.rodape td.rodape div table{
	border: none;
	background: none;
}

tr.rodape td.rodape div table tbody tr td{
	border: none;
}

tr.rodape td.rodape div table tbody tr td.rich-datascr-button{
	background: none;
}

.componentes_desativados {
	display: hidden;
}

/* modal */ 
.dr-mpnl-mask-div {background-color: black !important;}