.header {
    background-color: #413E3F;
    color: #FFFFFF;
    padding: 5px 0px 5px 10px;
    font-weight: bold;
}

.headerdocklink {
    background-color: #EDEDED;
    color: #000000;
    padding: 5px 0px 5px 10px;
    font-weight: bold;
}

.header_details {
    background-color: #EDEDED;
    color: #000000;
    padding: 5px 0px 5px 10px;
}

.header_details td {
    padding: 4px;
}

.hdr_body1 {
    background-color: #EDEDED;
    color: #000000;
    font-weight: bold;
    vertical-align: top;
}

.txt_body1 {
    background-color: #EDEDED;
    color: #000000;
    font-weight: normal;
    vertical-align: top;
    padding: 4px;
}

.txt_body1 td {
    padding: 4px;
}

.txt_body1g {
    background-color: #EDEDED;
    color: Lime;
    padding: 5px 0px 5px 10px;
    font-weight: normal;
    vertical-align: top;
}

.hdr_body2 {
    background-color: #FFFFFF;
    color: #000000;
    padding: 5px 0px 5px 10px;
    font-weight: bold;
    vertical-align: top;
}

.txt_body2 {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: normal;
    vertical-align: top;
}

.txt_body2 td {
    padding: 4px;
}

.txt_body3 {
    color: #000000;
    padding: 0 0 0 5px;
    font-weight: normal;
    vertical-align: top;
}

.txt_body2g {
    background-color: #FFFFFF;
    color: Lime;
    padding: 5px 0px 5px 10px;
    font-weight: normal;
    vertical-align: top;
}

.flatTable {
    border: 0;
    padding: 0;
}

body, p, ul, ol, li, textarea {
    font-family: verdana,arial,courier,sans-serif;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
}

table {
    font-family: verdana,arial,courier,sans-serif;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    border: 0;
}

tr {
    border-style: none;
}

td {
    border-color: lightgray;
}

a:link.header {
    font-size: 10px;
    font-family: verdana,arial,courier,sans-serif;
    background-color: #413E3F;
    color: #FFFFFF;
    padding: 5px 0px 5px 10px;
    font-weight: bold;
    text-decoration: underline;
}

a:visited.header {
    font-size: 10px;
    font-family: verdana,arial,courier,sans-serif;
    background-color: #413E3F;
    color: #FFFFFF;
    padding: 5px 0px 5px 10px;
    font-weight: bold;
    text-decoration: underline;
}

a:hover.header {
    font-size: 10px;
    font-family: verdana,arial,courier,sans-serif;
    background-color: #413E3F;
    color: #FFFFFF;
    padding: 5px 0px 5px 10px;
    font-weight: bold;
    text-decoration: underline;
}

a:active.header {
    font-size: 10px;
    font-family: verdana,arial,courier,sans-serif;
    background-color: #413E3F;
    color: #FFFFFF;
    padding: 5px 0px 5px 10px;
    font-weight: bold;
    text-decoration: underline;
}

.header_fox {
    padding: 5px 0px 5px 10px;
    font-size: 16px;
    font-family: verdana,arial,courier,sans-serif;
    color: #62AC1E;
    font-weight: 800;
}

.body_fox {
    padding: 5px 0px 5px 10px;
    font-family: verdana,arial,courier,sans-serif;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
}

.PromptLabel {
    font-weight: normal;
    font-size: 10px;
    color: Black;
    font-family: Tahoma,sans-serif;
}

.PromptText {
    font-weight: normal;
    font-size: 12px;
    color: Black;
    font-family: Tahoma,sans-serif;
}

/*CollapsiblePanel*/
.collapsePanel {
    overflow: hidden;
}
/*AutoComplete flyout */

.autocomplete_completionListElement {
    margin: 0px !important;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    font-size: 11px;
    color: #000;
    padding: 3px 5px;
    float: left;
    z-index: 1;
    position: absolute;
    margin-left: 0px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}
