body {
    font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table {
    border-collapse: collapse;
    font-size: 10pt;
}
tr {
    width: 100%;
}
td {
    border: 1px solid #cccccc;
    padding: 2px;
}

.bodylink { color: red;}

#main td {
    border-bottom: 1px solid #cccccc;
    
}

#main td.cmd_cell, #main td.cmd_text {
    border: 1px solid #cccccc;
}

#main td.cmd_cell {
    text-align: center;
}

#main td.cmd_text {
    text-align: left;
}

col {
    background-color: #fcfcfc;
}

col.hilite {
    background-color: #f5f5f5;
}

.cmd {
    font-size: 8pt;
}

.cmd_typ {
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #cbcbcb;
    background-image: url(/images/sub_hdr.gif);
    background-repeat: repeat-x;
    text-align: center;
    text-transform: capitalize;
    height: 25px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.cmd_col {
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    background-color: black;
    background-image: url(/images/col_hdr.gif);
    background-repeat: repeat-x;
    height: 20px;
    border: 1px solid black;
    border-collapse: collapse;
}

.cmd_nav {
    width: 100%;
    background-color: black;
    color: #bebebe;
    font-size: 10pt;
    font-weight: bold;
}

.hdr {
    background-color:black;
    background-image: url(/images/hdr.gif);
    background-repeat: repeat-x;
    color: #bebebe;
    /* border-spacing: 0px; */
    border-width: 1px;
    border-collapse: collapse;
}

a {
    color: white;
}
a, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

tr.cmd:hover {
    background-color: #fffde3;
}

.hidden {display:none;}

.shown  {display:inline;}

select {
    font-size: 9pt;
}
input.textinput {
    font-size: 9pt;
    width: 30pt;
}
buttons {
    font-size: 9pt;
}
form {
    padding-top: 5pt;
}
#legend h1{
    font-size: 10pt;
    font-weight: bold;
    color: #bebebe;
    /* letter-spacing: 2px; */
    background-color: #cbcbcb;
    background-image: url(/images/hdr.gif);
    background-repeat: repeat-x;
    /* padding-top: 2px; */
    margin: 0;
    text-align: left;
    text-transform: capitalize;
    line-height: 25px;
    border: 1px solid black;
}

#legend h2 {
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #cbcbcb;
    background-image: url(/images/sub_hdr.gif);
    background-repeat: repeat-x;
    /* padding-top: 2px; */
    margin: 0;
    text-align: left;
    text-transform: capitalize;
    line-height: 25px;
    border: 1px solid #cccccc;
}

#legend h3 {
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 5px auto 5px;
    width: 95%;
    text-align: left;
    text-transform: capitalize;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgb(223,223,223);
}

#legend p {
    font-size: 10pt;
    margin: 5px auto;
    width: 95%;
}

#legend .footer {
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    color: #bebebe;
    background-color: black;
    background-image: url(/images/col_hdr.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    border: 1px solid black;
    border-collapse: collapse;
}

dl {
    line-height: 110%;
    padding: 0;
    margin: 5px auto 10px;
    width: 95%;
}
dt, dd {
    font-size: 70%;
    padding: 2px 3px;
    margin: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: rgb(223,223,223);
}

dt {
    width: 150px;
    float: left;
    clear: both;
}
dd::after {
	content: "";
	clear: both;
	display: block;
	speak: none;
}
dd+dd {
    margin-left: 153px;
}

dt:first-child, dt:first-child+dd {
    border-top-width: 0;
}
