/****************************************/
	/*      rich:dataTable Paginador        */
	/****************************************/
.paginadorWrapper {
	display: table;
	min-width: 370px;
	width: 100%;
}

.rich-table {
	width: 100%;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 1px solid #E6E3E9;
	border-right: 1px solid #E6E3E9;
}

.dr-table-caption,.rich-table-caption {
	padding-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #8A75A0;
	color: #666666;
	font-size: .9em;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.rich-table-headercell,.rich-table-subheadercell {
	color: #ffffff;
	background: #8A75A0;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	word-spacing: normal;
	padding-bottom: 2px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	border-left: 1px solid #8A75A0;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #8A75A0;
}

.rich-table-cell {
	border: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #E6E3E9 #E6E3E9;
	padding-right: 4px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8A75A0;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.dr-table-cell {
	border: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #E6E3E9 #E6E3E9;
	padding-right: 4px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8A75A0;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

/****************************************/
	/*        Scroller paginador            */
	/****************************************/
.scrollerWrapper {
	position: relative;
	left: -.5px;
	margin-top: 2px;
	border-top: 5px solid #E6E3E9;
}

.numRegistros {
	float: left;
	padding: 2px 0px 0px 25px;
	color: #666666;
	font-size: 0.75em;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.scrollerEsquinaIzq {
	position: relative;
	padding-left: 24px;
	background-image: url(./imagenes/paginador/inclina.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: right;
}

/* capa que contiene la tabla del scroller */
.dr-dscr,.rich-datascr {
	float: right;
	height: 24px;
	padding-right: 12px;
	background-color: #E6E3E9;
	background-image: url(./imagenes/paginador/form_curva2_pag.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: right;
}

/* tabla del scroller */
.dr-dscr-t,.rich-dtascroller-table {
	width: 100%;
	border: 0px;
	background-color: #E6E3E9;
}

.dr-dscr-t td,rich-dtascroller-table td {
	text-align: center;
}

/* botones del scroller */
.dr-dscr-button-dsbld,.rich-datascr-button-dsbld,.dr-dscr-button,.rich-datascr-button
	{
	width: 0px;
	max-height: 16px;
	max-width: 16px;
	padding-top: 1px;
	border: 0px;
	background-color: #E6E3E9;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.first {
	display: block;
	height: 16px;
	width: 16px;
	font-size: 0px;
	overflow: hidden;
	background-image: url(./imagenes/paginador/reg_prim.gif);
}

.firstDisabled {
	cursor: default;
	background-image: url(./imagenes/paginador/reg_prim_dis.gif);
}

.last {
	display: block;
	height: 16px;
	width: 16px;
	font-size: 0px;
	overflow: hidden;
	background-image: url(./imagenes/paginador/reg_ultim.gif);
}

.lastDisabled {
	cursor: default;
	background-image: url(./imagenes/paginador/reg_ultim_dis.gif);
}

.previous {
	display: block;
	height: 16px;
	width: 16px;
	font-size: 0px;
	overflow: hidden;
	background-image: url(./imagenes/paginador/reg_anterior.gif);
}

.previousDisabled {
	cursor: default;
	background-image: url(./imagenes/paginador/reg_anterior_dis.gif);
}

.next {
	display: block;
	height: 16px;
	width: 16px;
	font-size: 0px;
	overflow: hidden;
	background-image: url(./imagenes/paginador/reg_siguiente.gif);
}

.nextDisabled {
	cursor: default;
	background-image: url(./imagenes/paginador/reg_siguiente_dis.gif);
}

.invisible {
	width: 0px;
	height: 0px;
	display: none;
}

.grey {
	background-color: #C0C0C0;
}

.lightGreen {
	background-color: #CCFF99 !important;
}

.green {
	background-color: #98FB98 !important;
}

.yellow {
	background-color: #FFFF66 !important;
}

.brown {
	background-color: #DEB887 !important;
}

.blue {
	background-color: #C3D9FF !important;
}

.textoPaginas {
	padding: 0px 8px 0px 8px;
	color: #666666;
	font-size: 0.72em;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}