﻿/* Override do docbweb.css para arquivos */
.record_detail
{
    padding-left: 0px;
}

.family
{
    display: table;
    width: 100%;
}

.familytree
{
    display: table-cell;
    width: 30%;
    padding-left: 15px; /*background-color:Green;*/
}

.familytable td
{
    vertical-align: top;
}

.familytree ul
{
    padding-left: 25px;
    list-style: none outside none; /*list-style: none outside url(../images/Folder.png); 		list-style: list-style-type || list-style-position || list-style-image*/
}

.familydetail
{
    display: table-cell;
    width: 70%; /*background-color:yellow;*/
}

.detailhidden
{
    display: none;
}

.detailvisible
{
    display: block;
    padding-left: 10px;
}

a.li_highlight
{
    color: #e67111; /*font-weight:bold;*/
}

