﻿
/********************************
	ESTILO PARA LOS GRIDVIEW
********************************/    

 .grid {width: 100%; border-width:1px; border-color:#a5e2e3 !important; }

        .grid caption 
        {
            line-height:200%;
	        /*background:#f9f9f9 url(Imagenes/GridView/captionbckg.gif) repeat-x;
	        color:#15428B;
	        text-align:left;
	        line-height:22px;
	        font-size:11px;
	        font-weight:bold;
	        padding-top:4px;
	        padding-left:10px;
	        font-family:tahoma,arial,verdana,sans-serif;
	        border:1px solid #99BBE8;*/
        } 
	    .grid tr
	    {
	        border-width:0px;
	    }	    		    	    	
        .grid td, .grid th
        {
            height:18px;
            vertical-align:middle;
            
        }

        .grid th
        {
	        /* background:transparent url(Imagenes/GridView/thbackground.gif) repeat-x; */
            height:19px;
            font-weight:normal;
            font-family:'swis721',Tahoma,Arial !important;
        }

        .grid td
        {
            
            color:Black;
            font-family:'swis721',Tahoma,Arial !important;
            /* border-top-color:#99BBE8; */
            
        }

        .selectedrow 
        {
	        background-color: #e3c6ac;
	        /* border:1px dotted #A3BAE9; */
        }
        .normalrow
        {
            background-color:#ffffff;
            cursor:pointer; 
        }
        .normalrow:hover
        {
            background-color:#dad2a8;
        }
                
        .altrow 
        {
	        background-color:#f0f7f7;
	        cursor:pointer; 
        }
        .altrow:hover
        {
	        background-color:#dad2a8;
        }       

        .rowvacia
        {
	        background-color:#a5e2e3;
	        font-family:'swis721',Tahoma,Arial !important;
        }
        .rowvacia td
        {
            padding-left:60px;
        }
        
        .vacia
        {
           background-color: white;
           text-align:left;
        }
        
        .vacia tr:hover
        {
           background-color: #e3c6ac;
        }
             
        .blanco
        {
           background-color: white;
        }
        .blanco tr:hover
        {
           background-color: white;
        }
                        
        .pagerstyle 
        {
	        font-size: 0.8em;
	        text-align:right;
            /*background-position: bottom left;            
            background: #D0DEF0 url(Imagenes/GridView/toolbarbck.gif) repeat-x scroll left top;
            */
        }

        .gopag 
        {
            font-size: 1.1em;
            height:1.7em;
            /* width:20px; */
        }


        .pad10 { padding-left:10px;}
        .icono {  height:15px; max-width:15px;}
        .icono2 {  height:20px; max-width:20px;}
        
        
        .pagina {background-color:white !important;
                 color: #00bdbf !important;}
/********************************
	ESTILO PARA Las Tablas
********************************/     

.TipoTabla
{
    border:0px; width:900px;  max-width:900px;font-family: 'swis721c' !important;
}
        .TipoTabla th
        {
	        /* background:transparent url(Imagenes/GridView/thbackground.gif) repeat-x; */
            height:19px;
            border:solid 1px #c5dbec;
            font-weight:bold;
            padding-left:10px;
            font-family: 'swis721' !important;
        }
        .TipoTabla tr
        {
	        border:1px solid #c5dbec;
        }
        
        .TipoTabla tr:hover
        {
	        background-color:#dad2a8 !important;
        }
        
        .TipoTabla tr:first-child:hover 
        {
            background-color:#ffffff;
        }        
        .TipoTabla td
        {
	        /* background:transparent url(Imagenes/GridView/thbackground.gif) repeat-x; */
            height:19px;
            font-weight:normal;
            padding-left:10px;
        }        

.TipoTablaVistaPrevia
 {
    border:0px; width:100%; 
    border-spacing:0;
    border-collapse:collapse;
}
        .TipoTablaVistaPrevia tr
        {
	        border:2px solid #a5e2e3;
        }
        .TipoTablaVistaPrevia td
        {
	        /* background:transparent url(Imagenes/GridView/thbackground.gif) repeat-x; */
	        border:1px solid #a5e2e3;
            height:19px;
            font-weight:normal;
            padding-left:10px;
        }
           