﻿.invico {} /* 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. */

.AutogestionGrilla .AspNet-GridView
{
	width: 90%;
}


.AutogestionGrilla .AspNet-GridView div.AspNet-GridView-Pagination,
.AutogestionGrilla .AspNet-GridView div.AspNet-GridView-Pagination a,
.AutogestionGrilla .AspNet-GridView div.AspNet-GridView-Pagination span
{
    background: #E9F5DA;
    font-weight: normal;
    text-align: center;
    height: 2em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.AutogestionGrilla .AspNet-GridView div.AspNet-GridView-Top
{
}

.AutogestionGrilla .AspNet-GridView div.AspNet-GridView-Bottom
{
    margin-top: 0.3em;
}

.AutogestionGrilla .AspNet-GridView table
{
    border: none;
    width: 100%;
}

.AutogestionGrilla .AspNet-GridView table thead tr th
{
    color: #fff;
    font-weight: bold;
    background-color:#75895F;
    text-align:center;
	border-right: #d3d3d3 1px solid;
}

.AutogestionGrilla .AspNet-GridView table thead tr th a
{
    color: #fff;
}

.AutogestionGrilla .AspNet-GridView table tbody tr td
{
	color: #333333;
	background: White;
	text-align: center;
	border-right: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
}


.AutogestionGrilla .AspNet-GridView table tbody tr.AspNet-GridView-Alternate_Out td,
.AutogestionGrilla .AspNet-GridView table tbody tr._Out td 
{    
    background-color:#FFF;
}

.AutogestionGrilla .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{    
    background-color:#EAFFEB;
}
.AutogestionGrilla .AspNet-GridView table tbody tr.AspNet-GridView-Alternate_FilaSeleccionada td,
.AutogestionGrilla .AspNet-GridView table tbody tr._FilaSeleccionada td 
{    
    background-color:#B8EFA5;
}

.AutogestionGrilla .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.AutogestionGrilla .AspNet-GridView table tfoot tr td
{
}



/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */

#SampleGridView .GridView-Skin-Header
{
    background:url(bg-fade-light.png) repeat-x bottom;
}

#SampleGridView .GridView-Skin-AlternatingRow
{
    background:url(bg-fade-light-short.png) repeat-x;
}

