﻿.AlignCenter
{
    margin-left: auto;
    margin-right: auto;
}

.TextBox
{
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    color: #000000;
    border-bottom: darkgray 1px solid;
    font-family: Arial;
    background-color: #f8f8f8;
    font-size: 11px;
}

.Btn
{
    background-color: #ffffff;
    border-right: #c2c2c2 1px solid;
    border-top: #c2c2c2 1px solid;
    border-left: #c2c2c2 1px solid;
    border-bottom: #c2c2c2 1px solid;
    font-family: Verdana;
    font-size: 9pt;
    height: 20px;
    color: #000000;
}

.AppButton
{
	background: #aaaaaa none;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height:20px;
}
.GridHeader
{    
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    background-position: left top;
    background-image: url(../images/EncGrid.jpg);
    background-repeat: repeat-x;
}

.GridFooter
{	
	font-family:Arial;
	font-size:11px;
	font-weight:bold;	
	color:#3d6ca6;
	background-position: left top;
    background-image: url(../images/BackgroundGris.jpg);
    background-repeat: repeat-x;
    background-color:#dbdbdb;
}

.GridItem
{
	background-color:#f1f1f1;
	font-family:Arial;
	font-size:11px;
	height:20px;
}

.GridAlternateItem
{
	background-color:#DCDCDC;
	font-family:Arial;
	font-size:11px;
	height:20px;
}

.GridBorder
{
    border:solid 1px #7AAD5E;    
        
}

.Desplegable
{
	font-family:Arial;
	font-size:11px;
	
}

.GridMessage
{
	border-right: 2px outset;
	border-top: 2px outset;
	border-left: 2px outset;
	border-bottom: 2px outset;    
}
.Link
{
	font-family:Tahoma;
	font-size:8pt;		
	color:#0099CC;	
	font-weight:bold;
}
.GridEncabezadoPrincipal
{
	background-image: url(../images/EncabezadoGrid.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma;
	padding-bottom: 3px;			
}

.GridEncabezadoAzul
{
	background-image: url(../images/grid/EncGridCentroAzul.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma;
	padding-bottom: 3px;				
}

.GridEncabezadoAzulIzquierda				
{
	background-image: url(../images/grid/EncGridIzqAzul.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 5px;	
}

.GridEncabezadoAzulDerecha				
{
	background-image: url(../images/grid/EncGridDerAzul.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 5px;	
}
