﻿
/******************************************************************************************
										TABLA NORMAL
*******************************************************************************************/
.tblNormalStyle 
{
    width: 588px;
	font-family: arial;
	font-size: 0.9em;
	border: solid 1px #7f7f7f;
}

.tblNormalAltrowStyle 
{
    background-color: #E3E9EE;
}

.tblNormalHeaderStyle th 
{
    background: #B9C5D3;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #111111;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
}  

.tblNormalHeaderStyle th a
{
    font-weight: normal;
	text-decoration: none;
	text-align: center;
    color: #111111;
	display: block;
    padding-right: 10px;
}    

.tblNormalRowStyle .sortaltrow, .tblNormalAltrowStyle .sortaltrow 
{
    background-color: #edf5ff;
}

.tblNormalRowStyle .sortrow, .tblNormalAltrowStyle .sortrow 
{
    background-color: #00ff00;
}

.tblNormalRowStyle td, .tblNormalAltrowStyle td 
{
    padding: 2px 2px 2px 2px;
    border-right: solid 1px #cbcbcb;
}

.tblNormalHeaderStyle .sortascheader 
{
    background: #B9C5D3;
}

.tblNormalHeaderStyle .sortascheader a 
{
    background: url(img/tablas/dt-arrow-up.png) no-repeat right 50%;
} 

.tblNormalHeaderStyle .sortdescheader 
{
    background: #B9C5D3;
}   

.tblNormalHeaderStyle .sortdescheader a 
{
    background: url(img/tablas/dt-arrow-dn.png) no-repeat right 50%;
} 

.tblEditRowStyle
{
	background-color: #636363;
	color:#ffffff;
}


.tblEielHeaderStyle  
{
    background: #B9C5D3;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}  



.tblRowEielImpar 
{
    background-color: #ffffff;
    text-align: center;
}

.tblRowEielPar 
{
    background-color: #f4edc1;
    text-align: center;
}


