/* Used in nav_vert_gen_js.php */
/* Background color is determined at cell level in gen_innerhtml() ! */
.vm_table_ihtml_DEBUG  { 
    background-color: red; color: #555555; font-weight: bold; font-size: 12px; line-height: 12px; font-family: Verdana, Arial, sans-serif; 
}
.vm_table_ihtml  { 
    font-weight: bold; color: #555555; font-size: 12px; line-height: 12px; font-family: Verdana, Arial, sans-serif; 
}

.vm_table_preview_DEBUG  { 
    background-color: red; color: #555555; font-weight: bold; font-size: 12px; line-height: 12px; font-family: Verdana, Arial, sans-serif; 
}
.vm_table_preview  { 
    background-color: transparent; border: 0px solid #dddddd; font-weight: bold; color: #555555; font-size: 12px; line-height: 12px; font-family: Verdana, Arial, sans-serif; 
}


/* Style for a block - DIV */
.m1table {
    background: transparent;            /* colors padding area between cells!  & menu-border */ 
    border: 0px;
    padding: 0px;
    /* border: 1px dashed red;         /* DEBUG */
}

/* outer (box) properties */

.m1l0mouto,
.m1l1mouto {
    /* color: #ff0000;                 /* DEBUG: red */
    /* background-color: #ff0000;      /* DEBUG: red */
    /* background: #ffffff; */
    background-color: #8cb0d2;
    border: 0px;
    /* border: 1px dashed red;         /* DEBUG */
    padding-bottom: 2px;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
}
.m1l2mouto {
    background-color: transparent;
    border: 0px;
}

.m1l0movero,
.m1l0mdowno,
.m1l1movero,
.m1l1mdowno {
    background-color: #8cb0d2;
    border: 0px;
    padding-bottom: 2px;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
}
.m1l2movero,
.m1l2mdowno {
    background-color: transparent;
    border: 0px;
}

/* inner (text) properties */

.m1l0mouti,
.m1l0moveri,
.m1l0mdowni,
.m1l1mouti,
.m1l1moveri,
.m1l1mdowni,
.m1l2mouti,
.m1l2moveri,
.m1l2mdowni {
    font-family: Verdana, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
