#content_header {
    position: relative;
    height: auto;
}
#userinfo {
    position: absolute;
    top: 0px;
    right: 10px;
    text-align: right;
    padding: 5px;
}
#username {
    color: #6a5acd;
    font-weight: bold;
}
#accesslvl {
    color: gray;
    font-style: italic;
}
#supportmenu {
    background-color: #fff;
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
    padding: 0;
    margin: 8px 0;
    width: 100%;
}
#supportmenu ul {
    display: table;
    padding: 0;
    padding-left: 20px;
    margin: 0;
    list-style-type: none;
    font-size: 1.2em;
    font-family: Verdana, sans-serif;
    font-weight: bold;
}
#supportmenu ul li {
    display: inline;
    padding: 0;
    margin: 0;
    margin-left: 1px;
    border-right: 1px dotted gray;
    border-left: 1px dotted gray;
}
#supportmenu ul li a {
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    color: #000;
}
#supportmenu ul li a:hover {
    background-color: navy;
    color: white;
}
#supportmenu ul li a.selected {
    background-color: #BCF;
}
#supportmenu ul li a.selected:hover {
    background-color: #BCF;
    color: black;
}
#product_block {
    position: relative;
    width: 100%;
    height: 300px;
    border-style: ridge;
    background-color: #eee;
    margin: 0;
    padding: 0;
}
#product_block ul {
    list-style-type: none;
    padding: 10px;
    margin: 0;
}
#product_block td {
    vertical-align: top;
}
#product_block ul a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}
#product_block ul a:hover {
    text-decoration: underline;
}
#product_block ul li {
    padding-bottom: 5px;
}
#level1 {
    width: auto;
    padding: 0px 5px;
    border-right-style: double;
    background-color: #ccc;
}
#level2 {
    width: auto;
    padding: 0px 5px;
    border-right-style: double;
    background-color: #ddd;
}
#level3 {
    width: 100%;
}
#level3 a {
    font-weight: bold;
    color: navy!important;
}
#level3 table {
    background-color: white;
    border: 1px solid black;
    margin-bottom: 10px;
    width: 100%;
    # width: 95%;
}
#level3 ol li {
    padding: 4px 0;
}
#level3 a .edit {
    font-size: 0.85em;
    font-weight: normal;
    color: gray;
    text-decoration: underline;
}
#submit_results {
    background-color: white;
    border: 1px solid black;
    margin-bottom: 10px;
    width: 60%;
}
#submit_results strong {
    font-weight: bold;
    color: navy!important;
}
#support_sub_menu a {
    color: #808080;
    text-decoration: none;
}
#support_sub_menu a:hover {
    text-decoration: underline;
}
.table_header {
    font-weight: bolder;
    text-decoration: underline;
    color: gray;
    font-size: 1.2em;
}
.required {
    color: red;
}
.menu_selected {
    background-color: white;
    padding: 0 2px;
}
.search_string {
    background-color: #ddd;
}
.errormsgs {
    color: red;
    font-size: 1.2em;
}
