
#header li.search {
    right: 32px;
    position: absolute;
}
#header li.search input {
    border: 1px solid #F3C056;
    border-radius: 2px 4px 0 0;
    -moz-border-radius: 2px 4px 0 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 4px;
    padding-left: 2px;
    padding-right: 4px;
}

#sidenav {
    position: absolute;
    top: 4px;
    left: 8px;
    width: 42px;
}
#sidenav > div {
    position: fixed;
    z-index: 150;
}
#sidenav #pagetoc {
    position: absolute;
    left: 54px;
    top: -18px;s
    z-index: 300;
    background-color: transparent;
    display: none;
    min-width: 18em;
}
#sidenav #pagetoc > div {
    padding: 0.25em;
}

#sidenav img.nav {
    clear: both;
    margin: 2px 0;
}

#pagetoc {
    background-color: #f3e8d1;
}
#pagetoc div.toc-pane {
    background-color: #f3e8d1;
    min-height: 162px;
}
#pagetoc ul {
    margin-top: 0;
    margin-bottom: 0.05em;
}
#pagetoc .toc-pane {
    font-size: 0.85em;
    overflow-y: auto;
}
#pagetoc .toc-pane a {
    border-bottom: 1px solid #eec673;
}
#pagetoc .toc-pane a.current {
    font-weight: bold;
    color: #7f7f7f;
}

body.docs div.main div.body {
    font-size: 0.8em;
}

body.docs div.main div.body table.docutils col.field-name,
  body.docs div.main div.body table.docutils th.field-name {
    width: 6em;
    background-color: inherit;
    padding: 0.05em 0.5em 0 0;
    vertical-align: top;
    text-align: right;
}

body.docs div.main div.body span.pre {
    background-color: #e4ede7;
    border: dotted #fffcf5 1px;
}

.doc-version {color: #735B29; }

p.tip-warning {
    font-weight: normal;
    font-size: 80%;
    margin: 0;
    padding: 0.2em 0 0.2em 10px;
    color: #735B29;
}

.ui-tabs-hide { display: none; }

.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    padding-right: 1px;
    display: inline;
}

.ui-tabs-nav a {
    border: 1px solid #7f7f7f;
    border-radius: 8px 2px 0 0;
    -moz-border-radius: 8px 2px 0 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 2px;
    padding: 1px 0.5em;
    color: #4f4f4f;
    background-color: #f8f4ed;
    text-decoration: none;
    background-image: url(/i/x-bling-sm.png);
    background-repeat: no-repeat;
}

.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #4f4f4f;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover {
    background-color: #f3e8d1;
    border-color: #F3C66A;
    border-bottom-color: #f3e8d1;
    color: #3f3f3f;
    outline: 0;
}
.ui-tabs-nav .ui-tabs-selected a {
    cursor: default;
}
.ui-tabs-nav .ui-tabs-selected a:hover {
    text-decoration: none;
}

.ui-tabs-panel {
    border: 1px solid #eec673;
}

.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}


