#tombstone
{
    background-color: #E5FFE5;
    border-collapse:  collapse;
    margin:           0px 10px 10px 0px;
    table-layout:     fixed;
    font-size:        8pt;
    text-align:       center;
    width:            90%;
}

#tombstone_top_left
{
    width:            32px;

    padding:          0px;
}

#tombstone_top_middle
{
    border-style:     solid none none none;
    border-width:     2px;
    border-color:     #A6AACA;
}

#tombstone_top_right
{
    width:            32px;

    border-style:     solid solid none none;
    border-width:     2px;
    border-color:     #A6AACA;
}

#tombstone_title
{
    height:           25px;
    border-style:     none solid none solid;
    border-width:     2px;
    border-color:     #A6AACA;

    font-family:      Verdana;
    font-weight:      bold;
}

#tombstone_body
{
    border-style:     none solid solid solid;
    border-width:     2px;
    border-color:     #A6AACA;

    height:           140px;

    vertical-align:   top;

    padding:          5px;
}
