/*=========== Tag Raiz */
.dgRoot * {
	z-index:98;
	white-space: normal;/*lgarza Fix para respetar el width de asAncho*/
}
/*=========== Div Acciones Superiores */
.dgSuperior{ border-collapse: collapse; empty-cells : show; }
.dgSuperior tbody tr td{ vertical-align: bottom; padding-right: 2px; }

.DataGridAccionesSuperiores_2{

}
/*=========== Tag Table  */
.dgTabla{
	border-collapse: collapse;
	empty-cells		: show;
}
/*=========== Tag thead  */
.dgTabla thead tr th{
	background-color: #ebeadb; border: solid 1px #e2decd; border-bottom	: solid 2px #c7c5b2;
	text-align: left;
	font-weight : normal;
}
.dgTabla thead tr th:hover{ border-bottom	: solid 2px #fcc247; }
.dgTabla thead tr th:first-child{ }
.dgTheadOrder{
	background-image	: url(../images/double-arrow.gif) ;
	background-position	: right;
	background-repeat	: no-repeat;
}
/*=========== Tag tbody  */
.dgTabla tbody tr td{
	border			: solid 1px #D1CFC4;
	padding			: 0px;
	margin			: 0px;
}
.dgTabla tbody tr td:first-child{
	background-color: #ebeadb; color: #B1AD9D;
	border			: solid 1px #e2decd;
	width: 15px;
	text-align: left;
}
.dgTabla tbody tr td:first-child:hover{}
/*=========== Tag tfoot  */
.dgTabla tfoot tr td{
	border-top		: solid 1px #d9ecf9;
	border-right	: ridge 1px #e8e9ee;
	background		: #f3f4f8;
	color			: #000;
}
/**
 * Especiales
 * */
.dgTheadNormal{
	background-image : none;
}
.dgTheadAsc{
	background			:  none;
	background-image	: url(../images/arrow-up.gif);
	background-position	: right;
	background-repeat	: no-repeat;
}
.dgTheadDesc{
	background			:  none;
	background-image	: url(../images/arrow-down.gif);
	background-position	: right;
	background-repeat	: no-repeat;
}
.DataGridTbodySelectTr{
	background-image	: url(../images/actual.gif);
	background-position	: right;
	background-repeat	: no-repeat;
}
.DataGridTbodyEditTr{
	background-image	: url(../images/editando.png);
	background-position	: right;
	background-repeat	: no-repeat;
}
.DataGridTbodyUnSelectTr{
	background-image : none;
}

/* tbody Row*/
.dgTabla .dgRowPar{ background-color: #fff; }
.dgTabla .dgRowImpar{ background-color: #f5f5f5;}
.dgTabla tbody .dgRowPar:hover, .dgTabla tbody .dgRowImpar:hover{ background-color: #CEE5EC;}
.dgRowPar:hover, .dgRowImpar:hover{background-color	: #fefba5;cursor: pointer;}
.dgRowSelected{background: url(../images/actual.gif) right no-repeat;}
.dgRowSelected_Click{background-color: #ADD8E6;}
.dgRowSelected_DblClick{background-color: #73CEE6;}
.dgRowEdit{background			: url(../images/editando.png) right no-repeat;}
.dgRowNormal{background			: none;}
.dgMsjLoadingStart{ background	: url(../images/ajax-loading.gif) center no-repeat; }

/** * FORMA DE CAPTURA [DIV] **/
.dgForma{
	z-index			: 98;
	margin-left			: 18px;
	position			: absolute;
	display				: none;
    background-color	: #e3f4f4;
	border				: solid 1px #91d5d5;
	-moz-border-radius: 8px;border-radius: 8px;-webkit-border-radius: 8px;
}


/*=========== Tag Div Inferior (despues de la tabla)  */
.DataGridAccionesInferiores{/*border: solid 1px #ccc;*/}

/*=========== CSS de los Mensajes  */
.dgMsjAccion {
	/*background-image 	: url(icongrid/lock.gif);
	background-position : left;
	background-repeat 	: no-repeat;*/
	background-color	: #ffffeb;
}
.dgMsjAtencion{
	/*background-image 	: url(icongrid/infoe.gif);
	background-position : left;
	background-repeat 	: no-repeat;*/
	background-color : #ebffee;
}
.dgMsjError{
	/*background-image 	: url(icongrid/exclaim.gif);
	background-position : left;
	background-repeat 	: no-repeat;*/
	background-color	: #ffebf1;
}

/*
 ====================================================================================================================================
 ====================================================================================================================================
*/
/* PEQUENOS BOTONES EN AZUL */
.DGbtnRefrescar_Enabled,
.DGbtnPrimero_Enabled,
.DGbtnUltimo_Enabled,
.DGbtnSiguiente_Enabled,
.DGbtnAnterior_Enabled,
.DGbtnStop_Enabled,
.DGbtnPrint_Enabled,
.DGbtnInicio_Enabled,
.DGbtnMensajes_Enabled,
.DGbtnColumnas_Enabled,
.DGbtnX_Enabled,
.DGbtnSelTodo_Enabled,
.DGbtnMenu_Enabled
{
	border: none;
	background: #133B5E url(themes/start/images/ui-icons_d8e7f3_256x240.png);
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	cursor	: pointer;
	width	: 18px;
	height	: 16px;
}

/* EN VERDE */
.DGbtnBuscar_Enabled,
.DGbtnEditar_Enabled,
.DGbtnBorrar_Enabled,
.DGbtnGrabar_Enabled,
.DGbtnAgregar_Enabled,
.DGbtnCopiar_Enabled
{
	border: none;
	background: #5F9410 url(themes/start/images/ui-icons_d8e7f3_256x240.png);
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	cursor	: pointer;
	width	: 18px;
	height	: 16px;
}


/* PEQUENOS BOTONES */
.DGbtnRefrescar_Disabled,
.DGbtnPrimero_Disabled,
.DGbtnUltimo_Disabled,
.DGbtnSiguiente_Disabled,
.DGbtnAnterior_Disabled,
.DGbtnBuscar_Disabled,
.DGbtnEditar_Disabled,
.DGbtnBorrar_Disabled,
.DGbtnGrabar_Disabled,
.DGbtnAgregar_Disabled,
.DGbtnStop_Disabled,
.DGbtnPrint_Disabled,
.DGbtnInicio_Disabled,
.DGbtnMensajes_Disabled,
.DGbtnColumnas_Disabled,
.DGbtnX_Disabled,
.DGbtnSelTodo_Disabled,
.DGbtnMenu_Disabled,
.DGbtnCopiar_Disabled
{	border: none;
	background: #ABA8A6 url(themes/start/images/ui-icons_d8e7f3_256x240.png);
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	cursor	: pointer;
	width	: 18px;
	height	: 16px;
}
/* Caja de texto de busquedas */
.dgTextSearch{
	color : darkblue;
}
.dgTextSearch:focus{
	color : darkblue;
	background-image: url(../images/magnify.gif);
	background-position : right;
	background-repeat: no-repeat;
}

.DGbtnRefrescar_Enabled {		background-position: -160px -64px;}
.DGbtnRefrescar_Disabled {		background-position: -160px -64px;}

/* Navegacion - disabled*/
.DGbtnPrimero_Disabled {		background-position: -80px -160px;}
.DGbtnUltimo_Disabled {			background-position: -64px -160px;}
.DGbtnSiguiente_Disabled {		background-position: -32px -16px;}
.DGbtnAnterior_Disabled {		background-position: -96px -16px;}
/* Navegacion - enabled*/
.DGbtnPrimero_Enabled {			background-position: -80px -160px;}
.DGbtnUltimo_Enabled {			background-position: -64px -160px;}
.DGbtnSiguiente_Enabled {		background-position: -32px -16px;}
.DGbtnAnterior_Enabled {		background-position: -96px -16px;}


/* Boton de Busquedas */
.DGbtnBuscar_Disabled {			background-position: -160px -112px;}
.DGbtnBuscar_Enabled {			background-position: -160px -112px;}


/* Boton de edicion */
.DGbtnEditar_Disabled{		background-position: -64px -112px;}
.DGbtnEditar_Enabled{		background-position: -64px -112px;}

/* Boton de borrar */
.DGbtnBorrar_Disabled{		background-position: -176px -96px;}
.DGbtnBorrar_Enabled{		background-position: -176px -96px;}

/* Boton de grabar */
.DGbtnGrabar_Disabled{		background-position: -64px -144px;}
.DGbtnGrabar_Enabled{		background-position: -64px -144px;}

/* Boton de Agregar */
.DGbtnAgregar_Disabled{		background-position: -32px -128px;}
.DGbtnAgregar_Enabled{		background-position: -32px -128px;}

/* Boton de DesdeCero */
.DGbtnCeroState_Disabled{	background-position: -96px -48px;}
.DGbtnCeroSate_Enabled{		background-position: -96px -48px;}

/* Boton de Stop */
.DGbtnStop_Disabled{		background-position: -96px -160px;}
.DGbtnStop_Enabled{			background-position: -96px -160px;}

/* Boton de Printer */
.DGbtnPrint_Disabled{		background-position: -160px -96px;}
.DGbtnPrint_Enabled{		background-position: -160px -96px;}

/* Boton de inicio */
.DGbtnInicio_Disabled{		background-position: 0 -112px;}
.DGbtnInicio_Enabled{		background-position: 0 -112px;}

/* Boton de Mensajes */
.DGbtnMensajes_Disabled{	background-position: -96px -96px;}
.DGbtnMensajes_Enabled{		background-position: -96px -96px;}

/* Boton de Copiar */
.DGbtnCopiar_Disabled{		background-position:  0 -208px}
.DGbtnCopiar_Enabled{		background-position:  0 -208px}

/* Boton de edicion de Columnas */
.DGbtnColumnas_Disabled{	background-position: -224px -96px;}
.DGbtnColumnas_Enabled{		background-position: -224px -96px;}
/* Boton de edicion de Columnas */
.DGbtnX_Disabled{			background-position: -80px -128px;}
.DGbtnX_Enabled{			background-position: -80px -128px;}

/* Boton de edicion de Columnas - Seleccionar Todo... asterisco */
.DGbtnSelTodo_Disabled{		background-position: -48px -224px;}
.DGbtnSelTodo_Enabled{		background-position: -48px -224px;}

/* Boton de MEnu */
.DGbtnMenu_Disabled{	background-position: -160px -128px;}
.DGbtnMenu_Enabled{		background-position: -160px -128px;}
