﻿.fernandezja {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the GridView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.YodaGrilla .AspNet-GridView
{

}

.YodaGrilla .AspNet-GridView div.AspNet-GridView-Pagination,
.YodaGrilla .AspNet-GridView div.AspNet-GridView-Pagination a,
.YodaGrilla .AspNet-GridView div.AspNet-GridView-Pagination span
{
    background: #E9F5DA;
    font-weight:  normal;
    text-align: center;
    height: 50em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.YodaGrilla .AspNet-GridView div.AspNet-GridView-Top
{
}

.YodaGrilla .AspNet-GridView div.AspNet-GridView-Bottom
{
    margin-top: 0.3em;
}

.YodaGrilla .AspNet-GridView table
{
    border: #303f9f 1px solid;
    width: auto;
}

.YodaGrilla .AspNet-GridView table thead tr th {
    /*color: #000000;*/
    font-weight: bolder;
    /*background-color: #ffcd54;*/
    background-color: #303f9f;
    text-align: center;
    border-right: #FFF 1px solid;
    border-right-width: 1px;
    /*width: auto;*/
    height: 30px;
    color: #FFF;
    max-width: 250px;
}

.YodaGrilla .AspNet-GridView table thead tr th:nth-child(6) {
    width: 300px;
}
.YodaGrilla .AspNet-GridView table thead tr th a
{
    color: #fff;
}

.YodaGrilla .AspNet-GridView table thead tr th table tr td
{
	background-color:Transparent;
	color: #fff;
    border-bottom:#fff 1px solid;
    height:30px;
}

.YodaGrilla .AspNet-GridView table tbody tr td
{
	color: #333333;
	background: White;
	border-right: #303f9f 1px solid;
	border-bottom: #303f9f 1px solid;
	margin-left:3px;
	padding-left:3px;
}


.YodaGrilla .AspNet-GridView table tbody tr.AspNet-GridView-Alternate_Out td,
.YodaGrilla .AspNet-GridView table tbody tr._Out td 
{    
    background-color:#FFF;
}

.YodaGrilla .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{    
    background-color:#fff;
}

.YodaGrilla .AspNet-GridView table tbody tr.filaSeleccionada td
{
    background-color: #FFFF99;
    color: #666666;
}



.YodaGrilla .AspNet-GridView table tbody tr.filaActual td
{
   
}
.YodaGrilla .AspNet-GridView table tbody tr td.colSeleccion {
    vertical-align: middle;
    width: auto;
}
.YodaGrilla .AspNet-GridView table tbody tr td.colSeleccion .sel
{
    margin-left:3px;    
}
.YodaGrilla .AspNet-GridView table tbody tr td.colSeleccion .sel input
{  
    float:left;
}

.YodaGrilla .AspNet-GridView table tbody tr td.colSeleccion .navSel
{
	width: 9px;
	height: 11px;
	min-width: 9px;
	min-height: 11px;
	float:left;
	margin-top:5px;
	margin-left:3px;
}
.YodaGrilla .AspNet-GridView table tbody tr.filaActual td.colSeleccion .navSel
{

	background-image: url(imagenes/grilla/grillaIconos_actual.png);
	background-repeat:no-repeat;
}
.YodaGrilla .AspNet-GridView table tbody tr.filaActual td.colSeleccion .sel
{
    
}


.YodaGrilla .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
	background-color:#000000;
}

.YodaGrilla .AspNet-GridView table tfoot tr td
{
}


.selTest, .YodaGrilla .AspNet-GridView table tbody tr .selTest, .YodaGrilla .AspNet-GridView table tbody .selTest, .YodaGrilla .AspNet-GridView table tbody tr.selTest, .YodaGrilla .AspNet-GridView table tbody tr.selTest td
{
	background-color: #000000;
}



