/* tabela de listagem */
.rich-table {
	width: 99%;
	margin: 0 auto;
	border: 1px solid #fff;
}
.dr-table {
	border: none;
	background: none;	
}

.dr-table-header {
	padding-bottom: 4px;
	font-weight: bold;
	height:24px;
	background-image: none;
	background: none;
	border: none;
}

.dr-table-cell {
	border: none;
	padding: 0px;
	color: #585858;
}

.dr-table-headercell {
	border: none;	
}

.dr-dscr-button, .dr-dscr-sepctrl {
	background: none;
	border: none;
	width: auto;	
}

/* PAGINACAO */
.paginacao {
	padding: 7px 2px 0 2px;
	background: url(../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;
}


/* slider */
.dr-insldr-handler {
	background: url(../img/ico/ponteiro.gif) no-repeat !important;
	height: 10px;
	margin-top: 10px;
	width: 11px;	
	cursor: pointer;
}

.dr-insldr-handler-sel {
	background: url(../img/ico/ponteiro_laranja.gif) no-repeat !important;
	height: 10px;
	margin-top: 10px;
	width: 11px;	
	cursor: pointer;
}

/* FIM slider */

/* modal */ 
.dr-mpnl-mask-div {background-color: black;}