/* 
    Document   : tabelas
    Created on : 10/08/2009, 11:24:40
    Author     : Diego
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.table_exibirdados{
    padding:0px;
    margin:0px;
    border:1px solid #FC0;
    border-bottom:0px;
    border-left:0px;
    border-right:0px;
    border-top:0px;
}

.tr_exibirdados_titulo{

       
}
.td_exibirdados_titulo{
    padding:5px;
    border-bottom:1px solid #FC0;
    background-image:url('../images/fundo_td_titulo.png');
    behavior:url(iepngfix.htc);
    font-weight:bold;
}

.tr_exibirdados_linha{

    background-color:#FFD;
}
.td_exibirdados_linha{
    padding:5px;
    border-bottom:1px solid #FC0;
}

.tr_exibirdados_linha_{

    background-color:transparent;
}
.td_exibirdados_linha_{
    padding:5px;
    border-bottom:1px solid #FC0;
}

.tr_exibirdados_linha_ON{

    background-color:#FD6;
    color:#F00;
    cursor: default;
}