h2, h3.bold {
    font-weight: bold;
}

h4 {
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 10px;
}

hr.gray {
    margin: 3ex auto;
    border: 1px solid rgb(235, 235, 235);
}

table.va_list {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.va_list th:nth-child(1) { width: 160px; }
.va_list th:nth-child(2) { width: 53px; }
.va_list th:nth-child(3) { width: 225px; }
.va_list th:nth-child(4) { width: 120px; }
.va_list th:nth-child(5) { width: 100px; }
.va_list th:nth-child(6) { width: 65px; }

.va_list th {
    border-bottom: 1px solid rgb(128, 128, 128);
    font-size: 10px;
    font-weight: normal;
    height: 30px;
    padding: 0 0 10px 0;
    vertical-align: bottom;
}

img.icon_info {
    cursor: pointer;
}

.va_list tr.subheader td {
    font-weight: bold;
    height: 40px;
    padding: 0 0 10px 0;
    vertical-align: bottom;
}

.va_list td {
    border-bottom: 1px solid rgb(235, 235, 235);
    font-size: 12px;
    color: rgb(128, 128, 128);
    line-height: 14px;
    padding: 12px 1em 12px 0;
}

.va_list td:first-child, .va_list td:nth-child(5) {
    font-weight: bold;
}

.va_list td:nth-child(2) {
    color: black;
}

.va_list td:last-child {
    padding: 0;
}

.va_list form {
    margin: 0;
}

.va_list button {
    background-color: white;
    border: 1px solid rgb(20, 120, 183);
    cursor: pointer;
    font-size: 11px;
    margin: 3px auto 5px;
    padding: 2px;
    white-space: nowrap;
}

#cat_lightbox {
    padding: 2em;
}

.lightbox + .ui-widget-overlay {
    background-image: none;
    background-color: black;
    opacity: 0.5;
}

.lightbox .ui-widget-header {
    background: none;
    border: 0;
    color: white;
}

.lightbox .ui-dialog-titlebar-close {
    padding: 0;
}

.lightbox .ui-icon {
    background-image: url("icon_lightbox_close01.png");
    background-position: 0px 0px;
    color: rgb(75, 146, 216);
    font-weight: normal;
    padding: 6ex 0 0 0;
    text-indent: inherit;
}

.lightbox .ui-dialog-titlebar-close,
.lightbox .ui-icon {
    height: 32px;
    width: 32px;
}

.lightbox .ui-state-hover {
    background: none;
    border: 0;
    text-decoration: none;
}

.lightbox h3 {
    margin: 40px auto 25px;
}

.cat_table {
    border-collapse: collapse;
}

.cat_table h3 {
    margin: auto;
}

.cat_table th, .cat_table td {
    border-bottom: 1px solid rgb(235, 235, 235);
}

.cat_table th {
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 10px;
    text-align: left;
}

.cat_table td {
    font: 12px/14px;
    padding: 10px 2em 10px 0;
}

.cat_table tr.summary td {
    border-top: 1px solid rgb(128, 128, 128);
}

a.nohref {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
