.vDotLine
{
    background-color: transparent;
    background-image: url(../images/delim_v.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
    width: 20px;
    /*font-size: 1px;*/
}

.hDotLine
{
    background-image: url(../images/delim_v.gif);
    padding:1px 0;
}

/*.tabTable {display: table;width:100%;*//*padding-left: 20px;*//*font-size: 8pt;*/}
.trRow {display: table-row;}
.tdContent {display: table-cell;padding: 5px 8px;}
