/* Tizra Style Sheet
Created by Henry Woodbury, Fall 2007
*/
/* Erik mayer resets. just for fun. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

ul.sidebar-user-licenses {
    height: 450px;
    overflow-y: scroll;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
    padding-left: 20px;
    font-size: 0.72em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* Default Styles */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    position: relative;
    font-family: verdana, sans-serif;
    font-size: medium;
    color: #333333;
    background-color: #ffffff;
}

a,
a:link,
a:active {
    color: #cc6600;
    text-decoration: none;
    overflow-wrap: anywhere;
}

a:visited {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    color: #cc6600;
    text-decoration: underline;
}

a.dialogitem {
    position: relative;
}

a.action:visited,
a.nester:visited,
a.nesterall:visited,
a.helper:visited,
a.adder:visited,
a.tagger:visited,
a.dialog:visited,
a.filelink:visited,
a.bklink:visited {
    color: #cc6600;
}

a.nester:link,
a.nester:visited,
a.nester:active,
a.nester:hover {
    color: #333333;
}

div.col-2 a.nester:link,
div.col-2 a.nester:visited,
div.col-2 a.nester:active,
div.col-2 a.nester:hover {
    color: #333333;
}

div.col-3 a.nester:link,
div.col-3 a.nester:visited,
div.col-3 a.nester:active,
div.col-3 a.nester:hover {
    color: #333333;
}

div.bk-on a.bklink:link,
div.bk-on a.bklink:active,
div.bk-on a.bklink:visited,
div.bk-on a.bklink:hover,
div.bk-on a.nester:link,
div.bk-on a.nester:active,
div.bk-on a.nester:visited,
div.bk-on a.nester:hover {
    color: #663300;
}

div.bk-on-hidden a.bklink:link,
div.bk-on-hidden a.bklink:active,
div.bk-on-hidden a.bklink:visited,
div.bk-on-hidden a.bklink:hover,
div.bk-on-hidden a.nester:link,
div.bk-on-hidden a.nester:active,
div.bk-on-hidden a.nester:visited,
div.bk-on-hidden a.nester:hover {
    color: #663300;
}

h1 {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.58em 20px 0.58em 20px;
}

h1 a:link,
h1 a:active,
h1 a:visited,
h1 a:hover {
    color: #0066cc;
}

h2 {
    font-size: 0.9em;
    font-weight: bold;
    padding: 0.36em 20px 0.72em 20px;
}

h2 span.p {
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 1em;
}

h3 {
    font-size: 0.8em;
    font-weight: bold;
    padding: 0.4em 20px 0.8em 20px;
}

img {
    vertical-align: 0;
}

img.placeholder {
    float: left;
    padding: 0 0 0.64em 20px;
}

input[type="file" i] {
    vertical-align: top;
}

input,
textarea {
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    padding: 2px 2px 2px 2px;
    font-size: 100%;
    font-family: verdana, sans-serif;
}

textarea.input-long,
input.input-long {
    /* not using box-sizing:border-box, must subtract border and padding */
    width: calc(100% - 6px);
}

col.label {
    width: 200px;
}

col.wide-label {
    width: 300px;
}


col.rest {
    width:auto;
}

textarea.highlighted,
input.highlighted, div.highlighted, span.highlighted {
    box-shadow: 0 0 3px 3px palegreen;
}

.dialogbox textarea.input-long, .dialogbox input.input-long {
     width: 100%;
}
textarea.input-longest,
input.input-longest {
    width: 650px;
}

span.controlgroup {
    display: inline-block;
    min-width: 70px;
}

/* html editor window */
span.cke_skin_kama {
    padding: 0;
}
td.cke_top {
    background: rgba(255,255,255,0.2);
}

span.t-remote-access {
    overflow-x: scroll;
    display: block;
    max-width: 500px;
    white-space: nowrap;
}

hr {
    border: 1px;
    border-style: inset;
    margin: .5em;
}

input.input-date {
    width: 7em;
}

input.input-num {
    width: 4em;
}

input.input-med {
    width: 249px;
}

input.input-m {
    width: 199px;
}

input.input-s {
    width: 149px;
}

.file-long::file-selector-button  {
    background-color: #66aa66;
    font-weight: bold;
    color: black;
    padding: 0.5em;
    border: thin solid grey;
    border-radius: 3px;
}

.is-dragover::file-selector-button {
    background-color: white;
}

input.cb {
    border: 0;
    padding: 0;
}

div.row input.cb {
    vertical-align: 0;
    margin-top: -3px;
}

input.radio {
    vertical-align: middle;
    border: 0;
    padding: 0;
}

input.radio-up {
    margin-top: -4px;
    border: 0;
    padding: 0;
}

input.button {
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    font-size: 100%;
    padding: 1px 2px 2px 2px;
    vertical-align: 1px;
    _padding-bottom: 1px;
    _vertical-align: 0;
}

input.submitter {
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    font-size: 100%;
    padding: 1px 2px 2px 2px;
    vertical-align: 1px;
    _padding-bottom: 1px;
    _vertical-align: 0;
    font-weight: bold;
}

div#blockOptionsMenu {
    position: absolute;
    z-index: 50;
}


div.menubar-tools input.submitter {
    padding: 0 0 2px 0;
    width: 2.5em;
}

.key {
    font-weight: bold;
}

p {
    font-family: verdana, sans-serif;
    font-size: 0.72em;
    padding: 0 20px 0.9em 20px;
    line-height: 1.5em;
    max-width: 600px;
}

p.section {
    border-top: 1px solid #d5d10e;
    font-weight: bold;
    margin: 0 20px 0 20px;
    padding: 0.9em 0 0.9em 0;
}

p.add-file-input {
    position: absolute;
    left: 124px;
    _left: 228px;
    top: 0;
}

p.add-file-input input {
    width: 63px;
    _width: 65px;
}

p.caption {
    font-weight: bold;
    font-size: 0.64em;
}

.label {
    width: 210px;
}

td .label, p.tagger-label {
    text-align: right;
    font-weight: bold;
}

.negative {
    background-color: #40000040;
}

p.tagnew,
p.note {
    font-style: italic;
    font-size: 0.64em;
}

p span.note {
    font-style: italic;
    font-size: .89em;
}

p.option {
    font-size: 0.68em;
    padding-bottom: 0.94em;
    text-indent: -11px;
}

p.push {
    padding-top: 0.9em;
}


ul.noble li {
    margin-left: 0;
    list-style-type: none;
}

li {
    font-family: verdana, sans-serif;
    padding-bottom: 0.44em;
    line-height: 1.5em;
    margin-left: 1.5em;
    list-style-type: square;
}

li ol,
li ul,
li p {
    font-size: 1em;
}

select {
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    font-size: 100%;
}

select.m {
    width: 249px;
}

table {
    border-collapse: collapse;
}

div.basic-table {
    position: relative;
    padding: 0 20px 0.1em 0;
    margin-right: 250px;
    width: 75%;
}

div.basic-table table{
    width: 100%;
}

div.basic-table td p {
    padding: 0 0 0.7em 20px;
    max-width: revert;
}

div.basic-table td p.section {
    border-top: 1px solid #d5d10e;
    margin: 0 0 0 20px;
    padding: 0.7em 0 0.7em 0;
}

div.basic-table td p.push {
    padding-top: 0.7em;
}

div.basic-table td ol,
div.basic-table td ul {
    padding-bottom: 0.2em;
}

tbody td {
    vertical-align: top;
}

thead td {
    vertical-align: bottom;
}

#banner {
    position: relative;
    background: #efefc1 url(/aa_admin/aa_images/banner_gradient.gif) 0 0 repeat-x;
    width: 100%;
    min-width: 999px;
    height: 43px;
    border-bottom: 1px solid #bdbbb9;
}

#banner #logo-spray {
    position: absolute;
    left: 0px;
    top: 9px;
}

#banner #logo-tizra {
    position: absolute;
    left: 53px;
    top: 9px;
}

#banner div.banner-title {
    position: absolute;
    left: 125px;
    top: 10px;
    font-size: 1.3em;
    white-space: nowrap;
}

#banner div.banner-tools {
    float: right;
    padding-top: 5px;
    margin-top: 0.5em;
    white-space: nowrap;
}

#banner div.banner-tools p {
    max-width: none;
    font-size: 0.68em;
    padding: 0;
}

div.breadcrumb p {
    font-size: 0.7em;
    padding-bottom: 0.8em;
}

div.clear {
    clear: both;
}

div.push {
    margin-top: 1em;
}

div.half-push {
    margin-top: 5px;
}

div.content-section {
    position: relative;
    width: 100%;
    min-width: 960px;
    background-color: #f3f2bc;
    border-bottom: 1px solid #d5d10e;
    overflow: hidden; /* force contained to clear at end of block and affect size of this block */
}

div.content-section:after {
    content: "";
    display: inline-block;
    clear: both;
}

div.content-section div.bounds a,
div.content-section div.bounds a:hover {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 3px 20px 1px 20px;
    font-size: 13px;
    _font-size: 1px;
}

div.content-section p {
    padding: 0.9em 20px 0.9em 20px;
    max-width: 80%;
}

div.content-section p.info {
    line-height: 1.33em;
    float: right;
}

div.content-section span.hider-closed {
    background: url(/aa_admin/aa_images/icon_hider_closed.gif) 0 0 no-repeat;
}

div.content-section span.hider-open {
    background: url(/aa_admin/aa_images/icon_hider_open.gif) 0 0 no-repeat;
}

div.content-section-home {
    clear: both;
    position: relative;
    width: 100%;
    min-width: 960px;
    background-color: #f3f2bc;
    border-bottom: 1px solid #d5d10e;
}

div.content-section-home div.bounds a,
div.content-section-home div.bounds a:hover {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 7px 20px 0 20px;
    font-size: 18px;
    _font-size: 10px;
}

div.content-section-home span.hider-closed {
    background: url(/aa_admin/aa_images/icon_hider_closed.gif) 0 3px no-repeat;
}

div.content-section-home span.hider-open {
    background: url(/aa_admin/aa_images/icon_hider_open.gif) 0 3px no-repeat;
}

div.content-section span.hider-closed img,
div.content-section span.hider-open img,
div.content-section-home span.hider-closed img,
div.content-section-home span.hider-open img {
    padding-left: 20px;
}


div.content-section-block h2 {
    font-size: 0.9em;
    padding: 0 20px 0.36em 20px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-both {
    clear: both;
}

div.floater-column {
    width: 220px;
    float: left;
}

#footer {
    clear: both;
    padding-top: 0.7em;
}

#footer p {
    font-size: 0.68em;
    padding: 0 20px 0.94em 20px;
}

div.p-list,
div.u-list,
div.uv-list,
div.userset-license-list,
div.o-list,
div.i-list,
div.mdx-list,
div.m-list,
div.x-list,
div.c-list,
div.e-list,
div.d-list {
    padding-bottom: 0.64em;
}

tr.header,
div.header {
    font-weight: bold;
    background-color: #bfbfbf;
}
.property-row {
    overflow-wrap: anywhere;
}
div.header a,
div.header a:active,
div.header a:visited,
div.header a:link,
div.header a:hover {
    color: #333333;
}

#blackout {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
}

div.blackout-world {
    background-color: #000000;
}

#clearout,
#clearout1,
#clearout2 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 499;
    background: url(/aa_admin/aa_images/clearout.gif) 0 0 repeat;
}

div.dialogbox, #dialog-layout-block-properties {
    position: fixed;
    top: 15%;
    left: 17%;
    width: 66%;
    max-height: 70%;
    overflow-y: scroll;
    z-index: 1000;
    border-top: 1px solid #bebb2d;
    border-bottom: 1px solid #bebb2d;
}

img.spinner {
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 1000;
}

div.dbw {
    width: 475px;
}

div.dialogbox-confirm {
    text-align: center;
}

div.dialogbox div.bounds {
    border: 2px solid #d5d10f;
    background-color: #ffffff;
    padding-top: 20px;
}

div.dialogbox h2 {
    padding: 0 20px 0.36em 20px;
}

div.dialogbox h3 {
    padding: 0 20px 0.4em 20px;
}

div.dialogbox p {
    font-size: 0.68em;
    padding: 0 20px 0.7em 20px;
    max-width: revert;
}

div.dialogbox p.label {
    padding: 0 20px 0.7em 8px;
}

select.db {
    max-width: 500px;
}

div.helpbox, div.tagger-box  {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 550px;
    z-index: 1200;
}

div.tagger-box {
    left: 1em;
    width: 90%;
    min-width: 650px;
}

div.helpbox .helpicon {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1500;
}

div.helpbox div.bounds, div.tagger-box div.bounds  {
    margin: 6px 4px 6px 4px;
    border: 1px solid #d5d10f;
    background-color: #f9f9e7;
    padding-top: 11px;
    position: static;
}

div.helpbox h2 {
    padding: 0 17px 0.36em 11px;
}

div.helpbox h3 {
    padding: 0 17px 0.4em 11px;
}

div.helpbox p.defaulter {
    font-size: 0.72em;
    padding: 0 0 0.7em 20px;
}

div.helpbox p.label.defaulter {
    padding: 0 2px 0.7em 11px;
    _padding: 0 3px 0 15px;
}

div.helpbox p {
    font-size: 0.68em;
    padding: 0 17px 0.7em 11px;

}

div p.close {
    font-size: 0.68em;
    font-weight: bold;
    text-align: right;
    padding: 0 6px 3px 0;
}

div.dialogbox p.close a:visited,
div.helpbox p.close a:visited {
    color: #cc6600;
}

div.dialogbox input.input-long {
    width: 300px;
}

span.ip-col-1 {
    display: block;
    float: left;
    width: 250px;
}
span.acct-col-1 {
    display: block;
    float: left;
    width: 170px;
}

div.list-of-bookmarks {
    border-bottom: 2px solid #999999;
/* margin-bottom: 1em; */
}

div.u-list div.row {
    position: relative;
    height: 1.5em;
}
div.uv-list div.row,
div.userset-license-list div.row,
div.i-list div.row,
div.p-list div.row,
div.o-list div.row,
div.mdx-list div.row,
div.m-list div.row,
div.x-list div.row,
div.c-list div.row,
div.d-list div.row,
div.e-list div.row,
div.list-of-bookmarks div.row {
    position: relative;
    height: 1.5em;
}

div.list-of-bookmarks div.file-row  {
    position: relative;
    height: 1.5em;
    background-color: #bfbfbf;
}

div.list-of-bookmarks div.file-row:hover,
div.list-of-bookmarks div.file-row-on  {
    background-color: #adadad;
}

div.u-list div.row p,
div.uv-list div.row p,
div.userset-license-list div.row p,
div.i-list div.row p,
div.p-list div.row p,
div.o-list div.row p,
div.mdx-list div.row p,
div.m-list div.row p,
div.x-list div.row p,
div.c-list div.row p,
div.d-list div.row p,
div.e-list div.row p,
div.list-of-bookmarks div.row p,
div.list-of-bookmarks div.file-row p {
    width: 940px;
    padding: 0.2em 0 0.24em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.list-of-bookmarks div.row {
    border-bottom: 1px solid #ffffff;
}

div.list-of-bookmarks div.bkn {
    border-bottom: 1px solid #bfbfbf;
}

div.list-of-bookmarks div.row p,
div.list-of-bookmarks div.file-row p {
    font-size: 0.7em;
}

div.list-of-bookmarks div.in0 p {
    padding: 0.3em 0 0.3em 15px;
    font-size: 0.7em;
}

div.list-of-bookmarks div.in0 p img.float-left {
    margin-top: 0.3em;
    _margin-top: 0.5em;
    margin-left: 5px;
    margin-right: 3px;
}

div.list-of-bookmarks div.row p input {
    padding: 1px 2px 2px 2px;
    _vertical-align: -3px;
    margin-left: -6px;
}

div.list-of-bookmarks div.row p input.cb {
    vertical-align: -2px;
    margin-top: 0;
    margin-left: 0;
}

p.bk-hidden {
    display: none;
}

div.bk-on p.bk-hidden {
    display: block;
}

div.bk-odd {
    background-color: #e6e6e6;
}

div.bk-hide-in-doc {
    background: url(/aa_admin/aa_images/bk_bg_hidden.gif) repeat;
}

div.bk-odd-hide-in-doc {
    background: url(/aa_admin/aa_images/bk_bg_odd_hidden.gif) repeat;
}

div.bk-on {
    background-color: #d5d10e;
}

div.bk-nester-on {
    background-color: #d5d10e;
}

div.bk-nester-on-hide-in-doc {
    background: #d5d10e url(/aa_admin/aa_images/bk_bg_on_hidden.gif) repeat;
}

div.bk-on-sub {
    background-color: #f2f1b6;
}

div.bk-on-hide-in-doc {
    background: #d5d10e url(/aa_admin/aa_images/bk_bg_on_hidden.gif) repeat;
}

div.bk-on-sub-hide-in-doc {
    background: #f2f1b6 url(/aa_admin/aa_images/bk_bg_on_sub_hidden.gif) repeat;
}

span.bk-nesterall-levels {
    float: left;
}

span.bk-nesterall-commands {
    float: left;
    padding-left: 3em;
}

span.bk-nesterall-commands img {
    vertical-align: -2px;
    _vertical-align: -4px;
}

span.bk-nesterall-commands-hx {
    padding-left: 1em;
    _vertical-align: -1px;
}

a.nesterall {
    padding-left: 0.75em;
}

a.na,
a.na:link,
a.na:active,
a.na:visited,
a.na:hover {
    color: #bfbfbf;
    text-decoration: none;
    cursor: default;
}

div.list-of-bookmarks div.file-row div.col-1 {
    position: absolute;
    left: 0;
    top: 0;
}

div.list-of-bookmarks div.file-row div.col-2 {
    position: absolute;
    left: 710px;
    top: 0;
}

div.list-of-bookmarks div.file-row div.col-3 {
    position: absolute;
    left: 800px;
    top: 0;
}

div.list-of-bookmarks div.file-row div.col-1 p {
    width: 680px;
    padding-left: 0.4em;
}

div.list-of-bookmarks div.file-row div.col-2 p {
    width: 110px;
    padding-top: 0.4em;
    padding-left: 0;
}

div.list-of-bookmarks div.file-row div.col-3 p {
    width: 180px;
    padding-left: 0;
}

div.list-of-bookmarks div.row div.col-1 {
    position: absolute;
    left: 20px;
    top: 0;
    _top: 2px;
}

div.list-of-bookmarks div.bk-on div.col-1,
div.list-of-bookmarks div.bk-on-hidden div.col-1 {
    _top: 0px;
}

div.list-of-bookmarks div.row div.col-2 {
    position: absolute;
    left: 520px;
    top: 0;
}

div.list-of-bookmarks div.row div.col-3 {
    position: absolute;
    left: 610px;
    top: 0;
}

div.list-of-bookmarks div.row div.col-4 {
    position: absolute;
    left: 710px;
    top: 3px;
}

div.list-of-bookmarks div.row div.col-5 {
    position: absolute;
    left: 840px;
    top: 2px;
}

div.list-of-bookmarks div.in1 div.col-1 p {
    padding-left: 0px;
}

div.list-of-bookmarks div.in2 div.col-1 p {
    padding-left: 20px;
}

div.list-of-bookmarks div.in3 div.col-1 p {
    padding-left: 40px;
}

div.list-of-bookmarks div.in4 div.col-1 p {
    padding-left: 60px;
}

div.list-of-bookmarks div.in5 div.col-1 p {
    padding-left: 80px;
}

div.list-of-bookmarks div.in6 div.col-1 p {
    padding-left: 100px;
}

div.list-of-bookmarks div.in7 div.col-1 p {
    padding-left: 120px;
}

div.list-of-bookmarks div.in8 div.col-1 p {
    padding-left: 140px;
}

div.list-of-bookmarks div.in9 div.col-1 p {
    padding-left: 160px;
}

div.list-of-bookmarks div.in10 div.col-1 p {
    padding-left: 180px;
}

div.list-of-bookmarks div.in11 div.col-1 p {
    padding-left: 200px;
}

div.list-of-bookmarks div.in12 div.col-1 p {
    padding-left: 220px;
}

div.list-of-bookmarks div.in13 div.col-1 p {
    padding-left: 240px;
}

div.list-of-bookmarks div.in14 div.col-1 p {
    padding-left: 260px;
}

div.list-of-bookmarks div.in15 div.col-1 p {
    padding-left: 250px;
}

div.list-of-bookmarks div.in16 div.col-1 p {
    padding-left: 300px;
}

div.list-of-bookmarks div.in1 div.col-1 p input {
    width: 451px;
}

div.list-of-bookmarks div.in2 div.col-1 p input {
    width: 440px;
}

div.list-of-bookmarks div.in3 div.col-1 p input {
    width: 420px;
}

div.list-of-bookmarks div.in4 div.col-1 p input {
    width: 400px;
}

div.list-of-bookmarks div.in5 div.col-1 p input {
    width: 380px;
}

div.list-of-bookmarks div.in6 div.col-1 p input {
    width: 360px;
}

div.list-of-bookmarks div.in7 div.col-1 p input {
    width: 340px;
}

div.list-of-bookmarks div.in8 div.col-1 p input {
    width: 320px;
}

div.list-of-bookmarks div.in9 div.col-1 p input {
    width: 300px;
}

div.list-of-bookmarks div.in10 div.col-1 p input {
    width: 280px;
}

div.list-of-bookmarks div.in11 div.col-1 p input {
    width: 260px;
}

div.list-of-bookmarks div.in12 div.col-1 p input {
    width: 240px;
}

div.list-of-bookmarks div.in13 div.col-1 p input {
    width: 220px;
}

div.list-of-bookmarks div.in14 div.col-1 p input {
    width: 200px;
}

div.list-of-bookmarks div.in15 div.col-1 p input {
    width: 180px;
}

div.list-of-bookmarks div.in16 div.col-1 p input {
    width: 160px;
}

div.list-of-bookmarks div.row div.col-2 p {
    width: 90px;
}

div.list-of-bookmarks div.row div.col-2 p input {
    width: 25px;
}

div.list-of-bookmarks div.row div.col-3 p {
    width: 90px;
}

div.list-of-bookmarks div.row div.col-3 p input {
    width: 25px;
}

div.list-of-bookmarks div.row div.col-4 p {
    width: 110px;
}

div.list-of-bookmarks div.row div.col-5 p {
    padding-top: 0;
    width: 150px;
}

div.u-list div.row div.col-1 {
    position: absolute;
    left: 20px;
    top: 0;
}

div.u-list div.row div.col-2 {
    position: absolute;
    left: 60px;
    top: 0;
}

div.u-list div.row div.col-3 {
    position: absolute;
    left: 200px;
    top: 0;
}

div.u-list div.row div.col-4 {
    position: absolute;
    left: 540px;
    top: 0;
}

div.u-list div.row div.col-5 {
    position: absolute;
    left: 840px;
    top: 0;
}

div.u-list div.row div.col-1 p { width: 90px; }
div.u-list div.row div.col-2 p { width: 120px; }
div.u-list div.row div.col-3 p { width: 300px; }
div.u-list div.row div.col-4 p { width: 300px; }
div.u-list div.row div.col-5 p { width: 360px; }

div.uv-list div.row div.col-1 {
    position: absolute;
    left: 20px;
    top: 3px;
    _top: 0px;
}

div.uv-list div.row div.col-2 {
    position: absolute;
    left: 60px;
    top: 0;
}

div.uv-list div.row div.col-3 {
    position: absolute;
    left: 460px;
    top: 0;
}

div.uv-list div.row div.col-4 {
    position: absolute;
    left: 860px;
    top: 0;
}


div.uv-list div.row div.col-1 p { width: 20px; }
div.uv-list div.row div.col-2 p {
    width: 400px;
    /* white-space:wrap; not for now because of table spacing */
}
div.uv-list div.row div.col-3 p { width: 400px; }
div.uv-list div.row div.col-4 p { width: 400px; }

div.d-list div.row div.col-1 {
    position: absolute;
    left: 20px;
    top: 3px;
    _top: 0px;
}

div.d-list div.row div.col-2 {
    position: absolute;
    left: 60px;
    top: 0;
}

div.d-list div.row div.col-3 {
    position: absolute;
    left: 280px;
    top: 0;
}

div.d-list div.row div.col-4 {
    position: absolute;
    left: 480px;
    top: 0;
}

div.d-list div.row div.col-5 {
    position: absolute;
    left: 700px;
    top: 0;
}

div.d-list div.row div.col-6 {
    position: absolute;
    left: 845px;
    top: 0;
}

div.d-list div.row div.col-7 {
    position: absolute;
    left: 990px;
    top: 0;
}

div.d-list div.row div.col-8 {
    position: absolute;
    left: 1135px;
    top: 0;
}

div.d-list div.row div.col-9 {
    position: absolute;
    left: 1135px;
    top: 0;
}

div.d-list div.row div.col-1 p { width: 20px; }
div.d-list div.row div.col-2 p { width: 200px; }
div.d-list div.row div.col-3 p { width: 180px; }
div.d-list div.row div.col-4 p { width: 200px; }
div.d-list div.row div.col-5 p { width: 125px; }
div.d-list div.row div.col-6 p { width: 125px; }
div.d-list div.row div.col-7 p { width: 125px; }
div.d-list div.row div.col-8 p { width: 125px; }
div.d-list div.row div.col-8 p { width: 125px; }

div.i-list div.row div.col-1 {
    position: absolute;
    left: 20px;
    top: 0;
}

div.i-list div.row div.col-2 {
    position: absolute;
    left: 120px;
    top: 0;
}

div.i-list div.row div.col-3 {
    position: absolute;
    left: 260px;
    top: 0;
}

div.i-list div.row div.col-4 {
    position: absolute;
    left: 380px;
    top: 0;
}

div.i-list div.row div.col-5 {
    position: absolute;
    left: 740px;
    top: 0;
}

div.i-list div.row div.col-6 {
    position: absolute;
    left: 860px;
    top: 0;
}
div.i-list div.row div.col-7 {
    position: absolute;
    left: 960px;
    top: 0;
}
div.i-list div.row div.col-8 {
    position: absolute;
    left: 1060px;
    top: 0;
}

div.i-list div.row div.col-1 p { width: 90px; }
div.i-list div.row div.col-2 p { width: 120px; }
div.i-list div.row div.col-3 p { width: 100px; }
div.i-list div.row div.col-4 p { width: 340px; }
div.i-list div.row div.col-5 p { width: 100px; }
div.i-list div.row div.col-6 p { width: 100px; }
div.i-list div.row div.col-7 p { width: 100px; }
div.i-list div.row div.col-8 p { width: 100px; }

div#i-list-data-load-docs div.row div.col-1 p,
div#i-list-keys-load-docs div.row div.col-1 p {
    width: 50px;
}

div#i-list-data-load-docs div.row div.col-2, div#i-list-keys-load-docs div.row div.col-2 { left: 100px; }
div#i-list-data-load-docs div.row div.col-2 p,
div#i-list-keys-load-docs div.row div.col-2 p {
    width: 400px;
}

div#i-list-data-load-docs div.row div.col-3, div#i-list-keys-load-docs div.row div.col-3 { left: 500px; }
div#i-list-data-load-docs div.row div.col-3 p,
div#i-list-keys-load-docs div.row div.col-3 p {
    width: 100px;
}

div#i-list-data-load-docs div.row div.col-4, div#i-list-keys-load-docs div.row div.col-4 { left: 600px; }
div#i-list-data-load-docs div.row div.col-4 p,
div#i-list-keys-load-docs div.row div.col-4 p {
    width: 100px;
}

div#i-list-data-load-docs div.row div.col-5, div#i-list-keys-load-docs div.row div.col-5 { left: 700px; }
div#i-list-data-load-docs div.row div.col-5 p,
div#i-list-keys-load-docs div.row div.col-5 p {
    width: 100px;
}

div#i-list-data-load-opers div.row div.col-1 p,
div#i-list-keys-load-opers div.row div.col-1 p {
    width: 200px;
}

div#i-list-data-load-opers div.row div.col-2, div#i-list-keys-load-opers div.row div.col-2 { left: 200px; }
div#i-list-data-load-opers div.row div.col-2 p,
div#i-list-keys-load-opers div.row div.col-2 p {
    width: 150px;
}

div#i-list-data-load-opers div.row div.col-3, div#i-list-keys-load-opers div.row div.col-3 { left: 350px; }
div#i-list-data-load-opers div.row div.col-3 p,
div#i-list-keys-load-opers div.row div.col-3 p {
    width: 150px;
}

div.mdx-list div.row div.col-1 {
    position: absolute;
    left: 20px;
    top: 3px;
    _top: 0px;
}

div.mdx-list div.row div.col-2 {
    position: absolute;
    left: 60px;
    top: 0;
}

div.mdx-list div.row div.col-3 {
    position: absolute;
    left: 180px;
    top: 0;
}

div.mdx-list div.row div.col-4 {
    position: absolute;
    left: 560px;
    top: 0;
}

div.mdx-list div.row div.col-5 {
    position: absolute;
    left: 880px;
    top: 0;
}

div.mdx-list div.row div.col-1 p { width: 20px; }
div.mdx-list div.row div.col-2 p { width: 100px; }
div.mdx-list div.row div.col-3 p { width: 360px; }
div.mdx-list div.row div.col-4 p { width: 300px; }
div.mdx-list div.row div.col-5 p { width: 100px; }


div.m-list div.row div.col-1,
div.x-list div.row div.col-1,
div.c-list div.row div.col-1 {
    position: absolute;
    left: 20px;
    top: 3px;
    _top: 0px;
}

div.m-list div.row div.col-2,
div.x-list div.row div.col-2,
div.c-list div.row div.col-2 {
    position: absolute;
    left: 60px;
    top: 0;
}

div.m-list div.row div.col-3,
div.x-list div.row div.col-3,
div.c-list div.row div.col-3 {
    position: absolute;
    left: 320px;
    top: 0;
}

div.m-list div.row div.col-4,
div.x-list div.row div.col-4,
div.c-list div.row div.col-4 {
    position: absolute;
    left: 715px;
    top: 0;
}

div.m-list div.row div.col-5,
div.x-list div.row div.col-5,
div.c-list div.row div.col-5 {
    position: absolute;
    left: 855px;
    top: 0;
}

div.m-list div.row div.col-1 p,
div.x-list div.row div.col-1 p,
div.c-list div.row div.col-1 p { width: 20px; }
div.m-list div.row div.col-2 p,
div.x-list div.row div.col-2 p,
div.c-list div.row div.col-2 p { width: 240px; }
div.m-list div.row div.col-3 p,
div.x-list div.row div.col-3 p,
div.c-list div.row div.col-3 p { width: 375px; }
div.m-list div.row div.col-4 p,
div.x-list div.row div.col-4 p,
div.c-list div.row div.col-4 p { width: 125px; }
div.m-list div.row div.col-5 p,
div.x-list div.row div.col-5 p,
div.c-list div.row div.col-5 p { width: 125px; }


#menubar {
    position: relative;
    background: #d6d3d1 url(/aa_admin/aa_images/menu_gradient_off.jpg) 0 0 repeat-x;
    width: 100%;
    min-width: 999px;
}

#menubar div.menubar-menus {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 30px;
}

#menubar div.menubar-menus a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 0.75em;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

#menubar div.menubar-menus div.menubar-border {
    width: 1px;
    background: #d6d3d1 url(/aa_admin/aa_images/menu_gradient_border.jpg) 0 0;
}

#menubar div.menubar-menus a.current {
    background: #c2bfbd url(/aa_admin/aa_images/menu_current_gradient.jpg) 0 0 repeat-x;
}

#menubar div.menubar-menus a:hover {
    background: #d6d3d1 url(/aa_admin/aa_images/menu_gradient_on.jpg) 0 0 repeat-x;
}

#menubar div.menubar-menus a.panel-on,
#menubar div.menubar-menus a.menubar-task-menu:hover {
    background: #d6d3d1 url(/aa_admin/aa_images/task_menu_gradient_on.jpg) 0 0 repeat-x;
}

div.menubar-shadow {
    position: relative;
    background: #ffffff url(/aa_admin/aa_images/menu_shadow.gif) 0 0 repeat-x;
    width: 100%;
    min-width: 960px;
    height: 10px;
}

div.min-width {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 999px;
}

.nowrap {
    white-space: nowrap;
}

.odd {
    background-color: #e6e6e6;
}

div.panel-shadow {
    position: relative;
    height: 4px;
}

div.panel-shadow-left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 15px;
    height: 4px;
    background: url(/aa_admin/aa_images/panel_shadow_left.png) 0 0 no-repeat;
    font-size: 1px;
}

div.panel-shadow-right {
    position: absolute;
    left: 115px;
    top: 0px;
    width: 15px;
    height: 4px;
    background: url(/aa_admin/aa_images/panel_shadow_right.png) 0 0 no-repeat;
    font-size: 1px;
}

div.panel-shadow-center {
    position: absolute;
    left: 15px;
    top: 0px;
    width: 100px;
    height: 4px;
    background: url(/aa_admin/aa_images/panel_shadow.png) 0 0 repeat-x;
    font-size: 1px;
}

#task-menu-create div.panel-shadow-right {
    left: 165px;
}

#task-menu-create div.panel-shadow-center {
    width: 150px;
}

#task-menu-quick div.panel-shadow-right {
    left: 215px;
}

#task-menu-quick div.panel-shadow-center {
    width: 200px;
}

#task-menu-recent div.panel-shadow-right {
    left: 215px;
}

#task-menu-recent div.panel-shadow-center {
    width: 200px;
}

div.panel-shadow-left-ie {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/aa_admin/aa_images/panel_shadow_left.png', sizingMethod='scale');
    background: none;
}

div.panel-shadow-center-ie {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/aa_admin/aa_images/panel_shadow.png', sizingMethod='scale');
    background: none;
}

div.panel-shadow-right-ie {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/aa_admin/aa_images/panel_shadow_right.png', sizingMethod='scale');
    background: none;
}

div.progress-bar {
    position: relative;
    margin: 5px 0 0.4em 0;
    border: 1px solid #999999;
    width: 303px;
    font-size: 0.5em;
}

div.progress {
    font-size: 0.5em;
    height: 10px;
    background-color: #d5d10e;
}

div.dialogbox div.progress-bar {
    width: 367px;
}

div.right-sidebar {
    float: right;
    width: 200px;
    z-index: 1;
    padding-right: 0.5em;
}

h2 input.button {
    font-size: 80%;
    font-weight: normal;
    margin-left: 3em;
}

div.right-sidebar h1 {
    padding-left: 0;
}

div.right-sidebar h2 {
    color: #666666;
    padding: 0.4em 20px 0.4em 0;
    margin-bottom: 0.4em;
    border-bottom: 3px solid #cccccc;
}

div.right-sidebar h2 a,
div.right-sidebar h2 a:active,
div.right-sidebar h2 a:link,
div.right-sidebar h2 a:visited {
    color: #666666;
}

div.right-sidebar-group {
    margin-bottom: 0.4em;
    border-bottom: 3px solid #cccccc;
}

div.right-sidebar div.right-sidebar-group h2 {
    margin-bottom: 0;
    border-bottom: 0;
}

div.right-sidebar-group h3 {
    padding: 0 20px 0.2em 20px;
}

div.right-sidebar-group ul.noble {
    padding: 0 20px 0.4em 20px;
}

div.right-sidebar-group ul.noble li {
    padding: 0 0 0.2em 0;
}

.pipe {
    color: #999999;
}

#banner .separator {
    color: #dad629;
}

#site-browser ul.outer {
    padding: 0;
    font-size: 0.72em;
}

#site-browser ul.subtype {
    padding-left: 10px;
    font-size: 1em;
}

#site-browser li {
    margin: 0px;
    padding:0;
    list-style-type: none;
}


#site-browser p {
    font-size: 0.72em;
    padding:5px 0 0 0;
    line-height: 1.3em;
    list-style-type: none;
}


#site-browser .path {
    background-color: #e6e6e6;
}

#site-browser .current {
    background-color: #d5d10e;
}

#site-browser a,
#site-browser a:link,
#site-browser a:active,
#site-browser a:visited,
#site-browser a:hover {
    display: block;
    color: #333333;
    padding: 2px;
}

#site-browser div.column {
    display:inline-block;
    height: 100%;
    overflow: auto;
    border-left: 1px solid #cccccc;
    vertical-align:top;
    padding: 0 20px 0 20px;
}

#site-browser-bounds {
    white-space: nowrap;
    overflow: auto;
    vertical-align: top;
}

#site-browser-end {
    width: 100%;
    min-width: 960px;
    background-color: #f3f2bc;
    border-bottom: 1px solid #d5d10e;
    height: 3px;
}

div.tabbox {
    position: relative;
    background-color: #b3b3b3;
    height: 2.38em;
    font-size: 0.8em;
    font-weight: bold;
    border-top: 2px solid #b3b3b3;
}

div.tabbox a,
div.tabbox a:link,
div.tabbox a:active,
div.tabbox a:visited,
div.tabbox label {
    display: block;
    float: left;
    padding: 0.5em 20px 0 20px;
    color: #333333;
    background-color: #b3b3b3;
    border-right: 1px solid #636363;
    height: 1.9em;
}

div.tabbox a:hover {
    background-color: #e6e6e6;
    text-decoration: none;
}

div.tabbox a.on,
div.tabbox a.on:link,
div.tabbox a.on:active,
div.tabbox a.on:visited {
    background-color: #ffffff;
    border-right: 1px solid #b3b3b3;
}

div.tabbox-content-overflow {
    position: relative;
    height: 12em;
    overflow: auto;
}

div.tabbox-content {
    position: relative;
    margin-top: 0.1em;
    border-bottom: 2px solid #999;
}

div.tabbox-content div.row {
    position: relative;
    height: 1.5em;
}

div.tabbox-content div.row p {
    width: 960px;
    padding: 0.2em 20px 0.24em 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.tabbox-content div.row div.col-1 {
    position: absolute;
    left: 0;
    top: 0;
}

div.tabbox-content div.row div.col-2 {
    position: absolute;
    left: 550px;
    top: 0;
}

div.tabbox-content div.row div.col-1 p {
    width: 500px;
}

div.tabbox-content div.row div.col-2 p {
    width: 200px;
}

#task-menu {
    position: absolute;
    left: 599px;
    z-index: 100;
    width: 200px;
    text-align: right;
}

#task-menu-create {
    position: absolute;
    left: 727px;
    z-index: 200;
    width: 180px;
}

#task-menu-quick {
    position: absolute;
    left: 727px;
    z-index: 200;
    width: 230px;
}

#task-menu-recent {
    position: absolute;
    left: 727px;
    z-index: 200;
    width: 230px;
}

div.task-menu-panel a,
div.task-menu-panel a:link,
div.task-menu-panel a:visited,
div.task-menu-panel a:active {
    display: block;
    font-size: 0.72em;
    padding: 0.4em 20px 0.4em 0.4em;
    background: #efeeed;
    border-bottom: 1px solid #bfbdbb;
    border-left: 1px solid #bfbdbb;
    border-right: 1px solid #bfbdbb;
    color: #cc6600;
}

div.task-menu-panel a.on,
div.task-menu-panel a.on:link,
div.task-menu-panel a.on:active,
div.task-menu-panel a.on:visited,
div.task-menu-panel a.on:hover,
div.task-menu-panel a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #dc8523;
    border-bottom: 1px solid #dc8523;
    border-left: 1px solid #dc8523;
    border-right: 1px solid #dc8523;
}

div.task-submenu-panel {
    border-top: 1px solid #dc8523;
}

div.task-submenu-panel a,
div.task-submenu-panel a:link,
div.task-submenu-panel a:visited,
div.task-submenu-panel a:active {
    display: block;
    font-size: 0.72em;
    padding: 0.4em 20px 0.4em 0.4em;
    background-color: #ffffff;
    border-bottom: 1px solid #cc6600;
    border-left: 1px solid #cc6600;
    border-right: 1px solid #cc6600;
    color: #cc6600;
}

div.task-submenu-panel a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #dc8523;
}

.tagholder {
    width: 40%;
}
.tagger-cloud {
    width: 60%;
}

p.tagpicker {
    max-height: 20em;
    overflow:auto;
}

.tagpicker a,
.tagpicker a:active,
.tagpicker a:link,
.tagpicker a:hover,
.tagpicker a:visited {
    color: #cc6600;
}

.last {
    display: none;
}

span.tax-rate-col-1 {
    display: block;
    float: left;
    width: 250px;
}
span.tax-rate-col-2 {
    display: block;
    float: left;
    width: 250px;
}
span.tax-rate-col-3 {
    display: block;
    float: left;
    width: 250px;
}
span.tax-rate-col-4 {
    display: block;
    float: left;
    width: 250px;
}
span.tax-rate-col-5 {
    display: block;
    float: left;
    width: 250px;
}
span.tax-rate-col-6 {
    display: block;
    width: 250px;
}

.tax-rate-table td {
    padding: 5px;
}


div.site-css {
    padding: 0 20px 0.64em 20px;
}

div.site-css textarea {
    position: relative;
    width: 750px;
    height: 600px;
}

.error, .t-error {
    color:#c00;
    font-style:italic;
    font-weight:bold;
    white-space: pre;
}

.t-error-details {
    display: none;
}
.success {
    color:#0c0;
    font-style:italic;
    font-weight:bold
}
.hint {
    color:#999
}

.requiredlink {
    color:#FF0000
}

/* Begin Help Style */
#help {
    font-size: 1.2em;
    width: 100%;
    margin-left: 1em
}
#help table {
    border-collapse: collapse;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #000;
    font-family: verdana, sans-serif;
    font-size: 0.77em;
    width: 90%;
}
#help td {
    border: 1px solid #000;
    padding: 3px;
}
#help th {
    border: 1px solid #000;
    font-weight: bold;
    text-align: left;
    padding: 3px;
}
#help li {
    margin-left: 4em;
}
#help ol li {
    list-style-type: decimal;
}
#helplevel2 {
    margin-left: 3em;
}
/* End Help Style */

div.userset-license-list div.row div.col-1 { position: absolute; left: 20px; top: 3px; _top: 0px; }
div.userset-license-list div.row div.col-2 { position: absolute; left: 50px; top: 0px; }
div.userset-license-list div.row div.col-3 { position: absolute; left: 150px; top: 0px; }
div.userset-license-list div.row div.col-4 { position: absolute; left: 350px; top: 0px; }
div.userset-license-list div.row div.col-5 { position: absolute; left: 450px; top: 0px; }
div.userset-license-list div.row div.col-6 { position: absolute; left: 550px; top: 0px; }
div.userset-license-list div.row div.col-7 { position: absolute; left: 650px; top: 0px; }

div.separator {
    border-bottom: 3px solid #bbbbbb;
    margin-right: 40%;
    margin-top: 3px;
}
