﻿TABLE.CHECKLIST
{
    border: #006666 1px solid; 
    width: 171px; 
    padding: 8px; 
    background-color: #ffffcc;
}
DIV.CHECKLIST-TITLE
{
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 12px;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-weight: bold;
    color: Black;
    text-align: center;
}
UL.CHECKLIST
{
    list-style-type: none;
    list-style-position: outside;
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-size: 12px; 
    font-family: Tahoma, Verdana, Arial, Helvetica;
    text-align: left;
} 
LI.CHECKLIST-ITEM
{
    list-style-image: url(images/checkbox.gif);
    margin-left: 20px;
    margin-right: 3px;
    margin-bottom: 2px;
    font-weight: bold;
    vertical-align: middle;
}
LI.CHECKLIST-ITEM-DETAIL
{
    margin-left: 20px;
    margin-right: 3px;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: normal; 
}
