    table.frmContent{
	    border-collapse: collapse;
    }
    
	table.frmContent td{
	    border-width: 1px;
	    border-style: solid;
	    border-color: #bbbbbb;
        font-size: 11px;
        height: 35px;
	}

    tr.frmTopHead{
        background: #ffd200;
        font-weight:bold;
    }
    tr.frmHeader{
        background: #e3eff0;
        font-weight: bold;
    }
    tr.frmListA{
        background: #ffffff;
    }
    tr.frmListB{
        background: #f5f5f5;
    }

    td.frmTopHead{
        color: #7a5608;
        font-weight:bold;
    }
    td.frmThredHead{
        padding: 0px 10px 0px 10px;
        background: #f5f5f5;
    }
    td.frmThredContent{
        padding: 10px 10px 10px 10px;
        background: #ffffff;
    }
    td.frmThredBottom{
        padding:0px 10px 0px 10px;
    }
    
    
    
    img.frmTypeBtn{
        vertical-align:middle;
    }
    
    a.frmTopNavStr{
        font-size:11px;
        color: #585858;
    }
    a.frmNavList{
        color: green;
        text-decoration: none;
    }
    a.frmThredFunc{
        color: green;
        text-decoration: none;
        float:right;
        padding-left: 8px;
        font-weight: bold;
    }
    a.frmThredAbjuse{
        color: green;
        text-decoration: none;
        font-weight: bold;
    }
    a.frmThredJump{
        color: green;
        text-decoration: none;
        font-weight: bold;
    }



    table.frmCitat{
	    border-collapse: collapse;
	    margin-bottom: 10px;
    }
	table.frmCitat th{
	    border-width: 1px;
	    border-style: none;
	    border-color: #bbbbbb;
	    height: 20px;

        padding: 0px 0px 0px 6px;
        font-size: 11px;
        font-weight: bold;
	}
	table.frmCitat td{
	    border-width: 1px;
	    border-style: solid;
	    border-color: #bbbbbb;
	    height: 20px;
        padding: 6px 6px 6px 6px;
        font-size: 10px;
	}
