﻿.gridFrame
{
    background-color: #F3F3F6;
    border-style: solid;
    border-width: 1px;
    border-color:#A8A7BF;
    font-family: Verdana;
    font-size: 8pt;
}
.gridRowSelected{
    background-color:Window;
}
.gridRow{
    background-color:Window;
    border-color:#A8A7BF;
    border-left-color:Window;
    border-top-color:Window;
    border-bottom-color:#A8A7BF;
    border-right-color:#A8A7BF;
    border-style:solid;
    border-width:1px 1px 1px 1px;
    font-family:verdana;
    font-size:8pt;
    padding-left:3px;
}
.gridHeader
{
    color: Black;
    display: block;
    font-weight: normal;
    border-style: solid;
    background-color: #CECDDB;
    border-left-color: White;
    border-left-width: 1px;
    border-top-color: White;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #A8A7BF;
    border-right-width: 1px;
    border-right-color: #A8A7BF;
    padding: 0px 0px 0px 0px;
    padding-left: 3px;
    text-align: left;
}
.gridCell{
    background-color:#B7B6CA !Important;
}
.rowAlternate
{
	background-color:#C0FFFF;
}

/* Este estilo no es del grid pero....*/
.lblDescuentos
{
	font-size:8pt !Important;
}
/*Tabla de la página default*/
.tblGestion{
	z-index: 100; 
	left: 125px; 
	position: absolute; 
	top: 0px; 
	width: 717px;
}
