
#rootviewer textarea {
    font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
    font-size: 80%
}

#rootviewer h1 {
    font-size: 20pt
}

#rootviewer h2 {
    font-size: 18pt;
    font-weight: bold;
    color: navy
}

#rootviewer h3 {
    font-size: 16pt;
    font-weight: bold;
    color: #483d8b
}

#rootviewer h4 {
    font-size: 14pt;
    font-weight: bold;
    color: #c71585;
    margin-bottom: 2px;
    margin-top: 8px
}

#rootviewer h5 {
    font-size: 10pt;
    font-weight: bold;
    color: #6495ed;
    margin-bottom: 2px
}

#rootviewer h6 {
    font-size: 10pt;
    font-weight: bold;
    color: navy
}

#rootviewer textarea {
    font-size: 100%
}

#rootviewer p {
    margin-top: 5px;
    margin-bottom: 5px
}

#rootviewer #left-div {
    left: 1px;
    width: 300px;
    padding: 5px;
    overflow: auto
}

#rootviewer #separator-div {
    left: 305px;
    width: 4px;
    border: 0;
    position: absolute;
    top: 1px;
    bottom: 1px;
    background-color: white;
    cursor: ew-resize
}

#rootviewer #right-div {
    left: 310px;
    right: 1px;
    margin-left: 0
}

#rootviewer #browser {
    font-size: 70%
}

#rootviewer div.column {
    border: 1px dotted #666;
    background-color: #e6e6fa;
    position: absolute
}

#rootviewer div.separator {
    background-color: white;
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0
}

#rootviewer input.tb {
    margin-left: 8px;
    margin-right: 8px;
    width: 94%
}

#rootviewer .basic div {
    background-color: #eee
}

#rootviewer .ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em
}

#rootviewer .ui-accordion .ui-accordion-header .ui-icon {
    left: .5em;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

#rootviewer .ui-accordion .ui-accordion-content {
    border: 1px solid #aaa;
    border-top: 0;
    margin-top: -2px;
    margin-bottom: 2px;
    overflow: hidden;
    padding: 3px 0 3px 0
}

#rootviewer .ui-state-active {
    background: #fff;
    border-bottom: 0;
    color: #3a3a3a
}

#rootviewer .ui-accordion-content-active {
    background-color: #fff
}

#rootviewer button.closeButton {
    margin-top: -3px;
    margin-right: -2px;
    float: right
}

#rootviewer .ui-icon-close {
    float: left;
    margin: .4em .2em 0 0;
    cursor: pointer
}
