
.list_cell_title{
    padding             :2;
    font-size           :14px;
    font-family         :verdana, arial;
    border-width        :1;
    border-right-width  :0;
    border-style        :solid;
    border-color        :window;
    text-align          :center;
    background-color    :threedface;
    cursor              :default;
}

.list_row{
    background-color    :window;
}

.list_cell{
    padding             :2;
    font-size           :12px;
    font-family         :verdana, arial;
    border-width        :1;
    border-top-width    :0;
    border-right-width  :0;
    border-style        :solid;
    border-color        :threedface;
    cursor              :default;
}


.list_button{
    font-size           :10px;
    width               :18;
    height              :18;
    border-width        :1; 
}

.list_table{
    border-width        :0;
    border-style        :inset;
    width               :100%;
}

