#graph_container #legend_container table {
    width: auto;
}
.list_outstanding_payments .listing .consignor {
    margin-bottom: 8px;
}

#ajax_container {
    position: relative;
}

#userLoginForm, #locationLoginForm {
    margin-left: 0px;
}

#userLoginForm #usernames,
#locationLoginForm #locations {
    list-style: none;
    font-size: 11pt;
    line-height: 20px;
}
#userLoginForm #finish_login,
#locationLoginForm #finish_login {
    display: none;
    background-color: #efefef;
    width: 200px;
    padding: 15px 10px 10px 2em;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
}
#storeLoginTitle,
#storeSignupTitle {
    margin-top: 5px;
}
.loginForm {
    width: 330px;
}
.loginForm input {
    border-radius: 5px;
    border-style: groove;
    font-size: 17px;
    padding: 9px 9px;
    margin: 3px 0px;
    width: 100%;
    box-sizing: border-box;
}
.loginForm ul {
    list-style: none;
    margin: 0px;
}
.loginForm li {
    margin-bottom: 6px;
}
.loginForm .submit_container .button {
    padding: 8px 24px !important;
}
.loginForm div.notice.expand {
    width: 300px !important;
    margin: 0 0 20px 0px !important;
}

#signup_form {
    width: 730px;
}
#signup_form .require, #signup_form .optional {
    position: relative;
    margin: 20px;
}
#signup_form .error {
    color: red;
    margin-left: 50px;
}
#signup_form input {
    padding-left: 9px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 25px;
    min-width: 300px;
    border-radius: 2px;
    border-style: groove;
}
#signup_form input[value] {
    color:#000;
}
#signup_form #submit_container {

    float:right;
    text-align: right;
    padding: 0px;
    margin: 0px;
}
#signup_form #submit {
    position: relative;
}
#signup_form label {
    font-size: 14px;
    margin-top: 5px;
    padding-left: 10px;
}
#signup_form #tos_checkbox_wrapper {
    width: 317px;
    float: left;
    text-align: right;
}
#signup_form #tos {
    width: 30px;
    min-width:initial;
}
#signup_form #tos_label{
    line-height: 25px;
}
#signup_form #submit, #signed_up #submit {
    color: white;
    height: 45px;
    font-size: 16px;
    border: 1px solid;
    border-radius: 0px;
    margin: 0px;
    background-color: #33CCFF;
}
.signup_form_message {
    position: relative;
    padding-top: 8px;
    padding-bottom: 2px;
    margin: 8px;
    width: 680px;
    text-align: center;
    font-size: 13px;
}
#consignorForm { padding-top: 13px; }
form input.pin {
	width: 50px;
}
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action {
    background-image: url(../images/uniform_sprite.png);
    background-repeat: no-repeat;
}
div.dropdown,
div.dropdown span {
    background-image: url(../images/uniform_sprite_dropdown.png);
    background-repeat: no-repeat;
}
div#slider_parent {
    width: 100%;
    height: 300px;
}
.flat_button.next {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.flat_button.save {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
div.panel {
    position: absolute;
    height: 100%;
    width: 100%;
}
.flat_button {
    color: white;
    font-size: 16px;
    min-width: 250px;
    border: 1px solid;
    border-radius: 0px;
    margin: 0px;
    background-color: #33CCFF;
}
input.flat_button {
    height: 45px;
}
a.flat_button{
    text-align: center;
    padding: 15px 0;
}
.flat_button:hover {
    -webkit-transition:all .75s ease;
    -moz-transition:all .75s ease;
    -o-transition:all .75s ease;
    transition:all .75s ease;
    background-color: #2EB8E6;
    text-decoration: none;
    border: #2EB8E6;
    color: white;
}
.flat_button.steel{
    background-color: #C0C0C0;
}
#filterItemsForm .searchfilter .range .selector {
    background-image: none;
}
#filterItemsForm input {
    outline: none;
}
#show_advanced_search, #export_price_tags, #print_labels {
    font-size: 11px;
    text-align: right;
    margin: 0px;
}
#content #advancedEmailsFilter {
    width: 741px;
    padding: 10px 0 20px;
}
#content #advancedEmailsFilter > div {
    display: inline-block;
    float: left;
    width: 50%;
}
#advancedItemsFilter {
    display: none;
    background: #f6f6f6;
    background: -webkit-linear-gradient(top, #f6f6f6, #eee);
    background: -moz-linear-gradient(top, #f6f6f6, #eee);
    width: 740px;
    padding: 10px 0 20px;
    border-radius: 0 0 8px 8px;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #eee;
    border-right: 1px solid #d9d9d9;
}
#content #advancedItemsFilter > div {
    display: inline-block;
    float: left;
    width: 50%;
}
#content #advancedItemsFilter div.column,
#content #advancedEmailsFilter div.column  {
    float: left;
    clear: left;
}
#content #advancedItemsFilter div.selector,
#content #advancedEmailsFilter div.selector {
    overflow: auto;
    height: auto;
    width: auto;
    padding: 0;
    background: none;
}
#content #advancedItemsFilter label,
#content #advancedEmailsFilter label  {
    float: left;
    display: block;
    width: 100px;
    text-align: right;
    line-height: 27px;
    padding-right: 8px;
    margin-top: 1px;
    text-shadow: 1px 1px 0 #FFFFFF;
}
#content #advancedItemsFilter div.range label,
#content #advancedEmailsFilter div.range label {
    width: 50px;
}
#content #advancedItemsFilter input[type=text],
#content #advancedEmailsFilter input[type=text] {
    background: #fff;
    border: 1px #ccc solid;
    border-right-color: #aaa;
    border-bottom-color: #999;
    border-radius: 18px;
    color: #666;
    padding: 0 8px;
    width: 150px;
}
#content #advancedItemsFilter input[type=text]:active,
#content #advancedItemsFilter input[type=text]:focus,
#content #advancedItemsFilter input[type=text].focus,
#content #advancedEmailsFilter input[type=text]:active,
#content #advancedEmailsFilter input[type=text]:focus,
#content #advancedEmailsFilter input[type=text].focus{
    border-color: #999;
    border-right-color: #777;
    border-bottom-color: #555;
}
#content #advancedItemsFilter div.range input[type=text],
#content #advancedEmailsFilter div.range input[type=text]{
    width: 90px;
    height: 27px;
}
#content #advancedItemsFilter div.selector.dropdown,
#content #advancedEmailsFilter div.selector.dropdown {
    width: auto;
}
#content #advancedItemsFilter div.selector.dropdown span,
#content #advancedEmailsFilter div.selector.dropdown span {
    background: white;
    width: 80px;
    height: 27px;
    border-radius: 18px;
    color: #666;
    padding: 0 14px;
    border: 1px solid #ccc;
    border-right-color: #aaa;
    border-bottom-color: #999;
    cursor: default;
    text-shadow: 1px 1px 0 #fff;
}
#content #advancedItemsFilter div.selector.dropdown.selector-large span,
#content #advancedConsignorsFilter div.selector.dropdown.selector-large span,
#content #advancedCustomersFilter div.selector.dropdown.selector-large span,
#content #advancedEmailsFilter div.selector.dropdown.selector-large span {
    width: 120px;
}
#content #advancedItemsFilter div.selector.dropdown:hover span,
#content #advancedEmailsFilter div.selector.dropdown:hover span {
    background: -webkit-linear-gradient(top, #ddd, #f3f3f3);
    background: -moz-linear-gradient(top, #ddd, #f3f3f3);
}
#content #advancedItemsFilter div.selector.dropdown span.down,
#content #advancedEmailsFilter div.selector.dropdown span.down{
    border: none;
    border-radius: 0;
    background: none;
    margin: 1px 0 0 -25px;
    width: auto;
    padding: 0;
}
#content .searchfilter #advancedItemsFilter div.selector.dropdown select {
    width: 90px;
    margin-left: 10px;
}
#content .searchfilter #advancedItemsFilter div.selector.dropdown.selector-large select,
#content .searchfilter #advancedConsignorsFilter div.selector.dropdown.selector-large select,
#content .searchfilter #advancedCustomersFilter div.selector.dropdown.selector-large select,
#content .searchfilter #advancedEmailsFilter div.selector.dropdown.selector-large select {
    width: 130px;
    margin-left: 10px;
}

#content #advancedItemsFilter span.dollar {
    background: none;
    color: #666;
    width: 10px;
    display: inline;
    position: relative;
    float: none;
    padding: 0 0 0 5px;
    margin-right: -12px;
    font-weight: normal;
}
#content #advancedItemsFilter div.range input.dollar {
    padding-left: 12px;
    width: 86px;
}
#advancedConsignorsFilter,
#advancedCustomersFilter {
    display: none;
    background: #f6f6f6;
    background: -webkit-linear-gradient(top, #f6f6f6, #eee);
    background: -moz-linear-gradient(top, #f6f6f6, #eee);
    width: 740px;
    padding: 10px 0 20px;
    border-radius: 0 0 8px 8px;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #eee;
    border-right: 1px solid #d9d9d9;
}
#return_table{
    margin-top: 30px;
}
#refund_type{
    margin-top: 10px;
}
#item-data{
    margin-top: 20px;
}
#content #advancedConsignorsFilter > div,
#content #advancedCustomersFilter > div {
    display: inline-block;
    float: left;
    width: 50%;
}
#content #advancedConsignorsFilter div.column,
#content #advancedCustomersFilter div.column {
    float: left;
    clear: left;
}
#content #advancedConsignorsFilter div.selector,
#content #advancedCustomersFilter div.selector {
    overflow: auto;
    height: auto;
    width: auto;
    padding: 0;
    background: none;
}
#content #advancedConsignorsFilter label,
#content #advancedCustomersFilter label {
    float: left;
    display: block;
    width: 100px;
    text-align: right;
    line-height: 27px;
    padding-right: 8px;
    margin-top: 1px;
    text-shadow: 1px 1px 0 #FFFFFF;
}
#content #advancedConsignorsFilter div.range label,
#content #advancedCustomersFilter div.range label {
    width: 50px;
}
#content #advancedConsignorsFilter input[type=text],
#content #advancedCustomersFilter input[type=text] {
    background: #fff;
    border: 1px #ccc solid;
    border-right-color: #aaa;
    border-bottom-color: #999;
    border-radius: 18px;
    color: #666;
    padding: 0 8px;
    width: 150px;
}
#content #advancedConsignorsFilter input[type=text]:active,
#content #advancedConsignorsFilter input[type=text]:focus,
#content #advancedConsignorsFilter input[type=text].focus,
#content #advancedCustomersFilter input[type=text]:active,
#content #advancedCustomersFilter input[type=text]:focus,
#content #advancedCustomersFilter input[type=text].focus {
    border-color: #999;
    border-right-color: #777;
    border-bottom-color: #555;
}
#content #advancedConsignorsFilter div.range input[type=text],
#content #advancedCustomersFilter div.range input[type=text]{
    width: 90px;
    height: 27px;
}
#content #advancedConsignorsFilter div.selector.dropdown,
#content #advancedCustomersFilter div.selector.dropdown {
    width: auto;
}
#content #advancedConsignorsFilter div.selector.dropdown span,
#content #advancedCustomersFilter div.selector.dropdown span {
    background: white;
    width: 80px;
    height: 27px;
    border-radius: 18px;
    color: #666;
    padding: 0 14px;
    border: 1px solid #ccc;
    border-right-color: #aaa;
    border-bottom-color: #999;
    cursor: default;
    text-shadow: 1px 1px 0 #fff;
}
#content #advancedConsignorsFilter div.selector.dropdown:hover span,
#content #advancedCustomersFilter div.selector.dropdown:hover span {
    background: -webkit-linear-gradient(top, #ddd, #f3f3f3);
    background: -moz-linear-gradient(top, #ddd, #f3f3f3);
}
#content #advancedConsignorsFilter div.selector.dropdown span.down,
#content #advancedCustomersFilter div.selector.dropdown span.down {
    border: none;
    border-radius: 0;
    background: none;
    margin: 1px 0 0 -25px;
    width: auto;
    padding: 0;
}
#content .searchfilter #advancedConsignorsFilter div.selector.dropdown select,
#content .searchfilter #advancedCustomersFilter div.selector.dropdown select {
    width: 90px;
    margin-left: 10px;
}

#content #advancedConsignorsFilter span.dollar,
#content #advancedCustomersFilter span.dollar {
    background: none;
    color: #666;
    width: 10px;
    display: inline;
    position: relative;
    float: none;
    padding: 0 0 0 5px;
    margin-right: -12px;
    font-weight: normal;
}
#content #advancedCustomersFilter div.range input.dollar,
#content #advancedConsignorsFilter div.range input.dollar {
    padding-left: 12px;
    width: 86px;
}
.fileSection{
    min-width: 700px !important;
    min-height: 200px !important;
}
#fileListContainer {
    margin-top: 40px;
    width: 500px;
}
#fileControls {
    width: 200px;
    float: right;
}
#noteListContainer {
    margin-top: 40px;
    width: 500px;
    float: left;
}
#noteControls {
    width: 200px;
    float: right;
    margin-top: 40px;
}
#noteControls a {
    margin: 10px 0;
}
#addNoteForm,
div.note_container {
    background-color: rgb(254,243,193);
    padding: 8px 8px 8px 10px;
    margin: 10px 0 10px -10px;
    color: #868686;
    text-shadow: 1px 1px 0 #fff;
    border-radius: 0 12px 12px 0;
    box-shadow: inset 0 0 2px #fff;
    border: 1px solid #FEA;

}
div.note_container p:last-of-type {
    margin-bottom: 0;
}
div.note_container p.options,
li.submit_container div.actions {
    float: right;
    margin: 0 0 4px 4px;
}
div.note_container p.date {
    color: #bbb;
    font-weight: bold;
    font-size: 14px;
    margin-top: 2px
}
#addNoteForm ul,
#editNoteForm ul {
    margin: 0;
    display: inline-block;
    width: 100%;
    list-style: none;
}
#addNoteForm textarea,
#editNoteForm textarea {
    border: 1px solid #ccc;
    width: 90%;
    height: 40px;
    color: #666;
    padding: 2px;
}
li.note_content {
    width: 75%;
    float: left;
}

#noNotes {
    background: #fea;
    padding: 10px;
    color: #666;
    margin-top: 10px;
    box-shadow: inset 0 0 2px #fff;
    border: 1px solid #fea;
    text-shadow: 0 1px 0 #fff;
}

.searchfilter div.column:not(.range) input[type=text] {
    background: url("/includes/images/uniform_sprite.png") no-repeat scroll right 0 transparent;
    border: 0 none;
    color: white;
    height: 27px;
    line-height: 27px;
}
#consignorsfilter input[type=text] {
    width: 130px;
}
#consignorsfilter #search-sortby div.selector span {
    width: 96px;
}
#consignorsfilter #search-show div.selector {
    width: 77px;
}
#consignorsfilter #search-show div.selector span {
    width: 45px;
}
#filterItemsForm input[type=text] {
    width: 102px;
}
.hidden {
	display: none;
}
.invisible{
    visibility:hidden;
    position:absolute;
}
.bookmarked_container img {
	cursor: pointer;
}
.searchfilter #search-submit {
    height: 27px;
    line-height: 27px;
}
#content .searchfilter #search-submit {
    float: right;
}
.lefthand {
    float: left;
    margin-right: 40px;
}
.righthand {
    float: left;
}
div.checker span {
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
}
body.locked_out #main {
    opacity: .2!important;
    -moz-opacity: .2!important;
}
div.selector {
    background-position: -480px -135px;
    line-height: 27px;
    height: 27px;
}
div.selector span {
    background-position: right 0;
    height: 27px;
    line-height: 27px;
}
div.selector select {
    top: 0;
    left: 0;
}
div.selector:active,
div.selector.active { background-position: -480px -162px }
div.selector:active span,
div.selector.active span { background-position: right -27px }
div.selector.hover,
div.selector:hover { background-position: -480px -189px }
.searchfilter input[type=text]:hover,
div.selector.hover span,
div.selector:hover span { background-position: right -54px !important; }
div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover { background-position: -480px -216px }
.searchfilter input[type=text]:hover:active,
div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span { background-position: right -81px }
div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active { background-position: -480px -243px }
div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span { background-position: right -108px }
div.checker {
    width: 18px;
    height: 16px;
}
div.checker input {
    width: 18px;
    height: 16px;
}
div.checker span {
    background-position: 0 1px;
    width: 18px;
    height: 16px;
}
div.checker span.checked { background-position: 0 -18px }
div.radio {
    width: 16px;
    height: 16px;
}
div.radio input {
    width: 16px;
    height: 16px;
}
div.radio span {
    height: 16px;
    width: 16px;
    background-position: 0 -286px;
}
div.radio:active span,
div.radio.active span { background-position: -16px -286px }
div.radio.focus span,
div.radio:hover span { background-position: -32px -286px }
div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span { background-position: -48px -286px }
div.radio span.checked { background-position: -64px -286px }
div.radio:active span.checked,
div.radio.active span.checked { background-position: -80px -286px }
div.radio.focus span.checked,
div.radio:hover span.checked { background-position: -96px -286px }
div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked { background-position: -112px -286px }
div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span { background-position: -128px -286px }
div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked { background-position: -144px -286px }
div.uploader {
    background-position: 0 -302px;
    height: 30px;
}
div.uploader span.action {
    background-position: right -422px;
    height: 30px;
    line-height: 30px;
}
div.uploader span.filename {
    height: 30px;
    margin: 2px 0 2px 2px;
    line-height: 30px;
}
div.uploader.focus,
div.uploader.hover,
div.uploader:hover { background-position: 0 -362px }
div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action { background-position: right -452px }
div.uploader.active span.action,
div.uploader:active span.action { background-position: right -482px }
div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action { background-position: right -512px }
div.uploader.disabled { background-position: 0 -332px }
div.uploader.disabled span.action { background-position: right -392px }
div.selector {
    width: 148px;
    margin: 0;
}
#filterConsignorsForm {
    display: block;
}
#filterConsignorsForm div.selector {
    width: 128px;
}
#filterItemsForm div.selector {
    width: 100px;
}
#filterItemsForm .range .selector {
    width: 147px;
}
#filterItemsForm #search-status div.selector {
    width: 89px;
}
#filterItemsForm #search-printed div.selector {
    width: 107px;
}
div.selector select {
    width: 148px;
    border: solid 1px #fff;
}
#content #filterItemsForm .searchfilter div.selector select {
    width: 100px;
}
div.selector, div.selector select, div.selector input[type=text], div.column input[type=submit] {
    font: 11px/16px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
}
div.selector span, div.selector input[type=text] {
    font-weight: bold;
}

div.selector span {
    color: #fff;
    text-shadow: none;
    padding: 0 32px 0 2px;
    cursor: pointer;
    width: 116px;
}
#filterItemsForm div.selector span {
    width: 57px;
}
#filterItemsForm #search-printed div.selector span {
    width: 71px;
}
div.selector.disabled span { color: #bbb }
div.checker {
    margin-top: 1px;
    margin-right: 2px;
}
div.radio { margin-right: 10px }
div.uploader {
    width: 148px;
    margin-bottom: 20px;
    cursor: pointer;
}
div.uploader span.action {
    width: 85px;
    text-align: center;
    text-shadow: #fff 0 1px 0;
    background-color: #fff;
}
div.uploader span.filename {
    color: #777;
    width: 82px;
    border-right: solid 1px #bbb;
    font-size: 90%;
}
div.uploader input { width: 190px }
div.uploader.disabled span.action { color: #aaa }
div.uploader.disabled span.filename {
    border-color: #ddd;
    color: #aaa;
}
.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus { outline: 0 }
div.selector {
    position: relative;
    padding-left: 13px;
    overflow: hidden;
}
div.selector span {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
div.selector select {
    position: absolute;
    opacity: 0;
    height: 25px;
    border: none;
    background: none;
}
div.checker {
    position: relative;
    float: left;
}
div.checker span {
    display: block;
    float: left;
    text-align: center;
}
div.checker input {
    opacity: 0;
    display: inline-block;
    background: none;
}
div.radio {
    position: relative;
    float: left;
}
div.radio span {
    display: block;
    float: left;
    text-align: center;
}
div.radio input {
    opacity: 0;
    text-align: center;
    display: inline-block;
    background: none;
}
div.uploader {
    position: relative;
    float: left;
    overflow: hidden;
}
div.uploader span.action {
    float: left;
    display: inline;
    padding: 2px 0;
    overflow: hidden;
    cursor: pointer;
}
div.uploader span.filename {
    padding: 0 10px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
div.uploader input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 25px;
    border: none;
}
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}
ul,
ol { list-style: none }
fieldset,
img { border: none }
caption,
th { text-align: left }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img.left {
    float: left;
    margin: 2px 20px 16px 0;
}
img.right {
    float: right;
    margin: 2px 0 16px 20px;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
strong,
b, .strong { font-weight: bold }
em,
i { font-style: italic }
sup {
    padding-left: 1px;
    font-size: 10px!important;
    font-weight: normal!important;
    vertical-align: baseline;
    position: relative;
    bottom: .33em;
    color: #76797c;
    _position: static!important;
}
h1 {
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}
h2 {
    margin-bottom: 18px;
    font: bold 24px/30px "museo-1","museo-2", Arial, sans-serif;
}
h2 .separator {
    display: inline-block;
    width: 13px;
    background: url(../images/h2_separator_bg.gif) no-repeat 50% 50%;
    text-indent: -9999px;
}
h3 {
    margin: 0 0 8px;
    padding: 20px 0 0;
    font: bold 15px/21px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
h4 {
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
}
p { margin-bottom: 18px }
p.more { text-align: right }
p.more a {
    font: bold 11px Verdana;
    text-decoration: none;
}
ul {
    margin-bottom: 18px;
    margin-left: 2em;
    list-style: disc outside;
}
ol {
    margin-bottom: 18px;
    list-style: decimal;
    margin-left: 25px;
}
ul ul {
    margin-top: 4px;
    margin-bottom: 5px;
}
body {
    font: 12px/17px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    background: #f6f6f6 url(../images/body_bg.jpg);
    text-align: center;
	margin-top: 0px;
}
a {
    color: #0077e4;
    text-decoration: none;
}
a:hover {
    color: #08e;
    text-decoration: underline;
}
a.popbox { outline: 0 }
a.popbox:active {
    position: relative;
    top: 1px;
}
.alert {
    padding: 20px 0;
    font: 12px/17px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    background: #ff9;
    border-bottom: 1px solid #d9d9d9;
    zoom: 1;
}
.alert:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.alert .message {
    position: relative;
    width: 830px;
    margin: 0 auto;
    padding: 0 150px 0 0;
    text-align: left;
}
.alert .message a {
    color: #0077e4;
    text-decoration: none;
}
.alert .message a:hover {
    color: #08e;
    text-decoration: underline;
}
.alert .message a.close {
    position: absolute;
    display: block;
    outline: 0;
    padding: 0 5px 0 16px;
    top: -1px;
    right: 0;
    font-weight: bold;
    font-size: 11px;
    color: #707070;
    background: url(../images/icon_delete.png) no-repeat 0 50%;
    text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
}
.alert .message a.close:hover {
    color: #0077e4;
    background-position: -386px 50%;
}
.alert .message a.close:active { top: 0 }
.alert .message h4 {
    margin: 0;
    padding: 0 5px 1px 0;
    font-weight: bold;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: rgba(255,255,255,0.35) 1px 1px 0;
}
.alert .message h4 .atime {
    margin-right: 2px;
    color: #666;
    font-weight: normal;
}
.alert .message p {
    margin: 0;
    color: #000;
}
.limit-warning {
    background: #f1db9a;
    color: #994520;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.limit-warning p { margin: 0 }
.shout {
    display: none;
    position: fixed;
    z-index: 100;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 91px;
    background: url(../images/shout_bg.jpg) repeat-x;
    text-align: center;
}
.shout .message {
    width: 981px;
    height: 91px;
    margin: 0 auto;
    background: url(../images/shout_message_bg.jpg) no-repeat;
    text-align: left;
}
.shout .message p {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 981px;
    margin: 0;
    padding: 33px 0 20px;
    font: 20px/26px Helvetica,Arial,sans-serif;
    color: #fff;
    text-shadow: rgba(0,0,0,.8) 3px 3px 3px;
}
.shout .message p strong {
    font-weight: normal;
    color: #aaa;
}
.shout.success .message p {
    padding-left: 55px;
    background: url(../images/shout_icon.png) no-repeat 0 26px;
}
.shout.failure .message p {
    padding-left: 58px;
    background: url(../images/shout_icon.png) no-repeat 0 -137px;
}
.help_overlay {
    position: absolute;
    z-index: 5;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/overlay_bg.png);
}
.inlinealert {
    position: absolute;
    display: none;
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #fff;
    background: url(../images/inlinealert_bg.jpg) no-repeat;
}
.inlinealert p {
    margin: 0;
    padding: 35px 0 0;
    font: 25px/34px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: rgba(0,0,0,.8) 3px 3px 3px;
}
.lightbox {
    display: none;
    width: 660px;
    text-align: left;
}
.lightbox .header {
    position: relative;
    height: 48px;
    background: url(../images/lightbox_bgtop.png) no-repeat;
}
.lightbox .header .close {
    position: absolute;
    cursor: pointer;
    display: block;
    top: -17px;
    right: -20px;
    width: 51px;
    height: 51px;
    background: url(../images/close.png) no-repeat 10px 10px;
}
.lightbox .header .close:active { top: -16px }
.lightbox .header h3 {
    margin: 0;
    padding: 18px 0 0 25px;
    font: 11px/18px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: #fff 1px 1px 0;
}
.lightbox .content {
    padding: 22px 26px 16px;
    color: #5c5c5c;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 850px;
    width: 598px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-left: 5px;
    -webkit-box-shadow: 0 0 8px #444;
    -moz-box-shadow: 0 0 8px #444;
    box-shadow: 0 0 8px #444;
}
.lightbox .content h2 {
    margin: 0;
    padding: 8px 0 0;
    font: bold 15px/21px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #2c2c2c;
}
.lightbox .content p { margin: 0 0 12px }
.lightbox .content ul { margin: 0 0 10px 25px }
.lightbox .content ul li { padding: 0 0 2px }
.lightbox .content code { background: #ffd }
.lightbox .overlay {
    z-index: 2;
    left: -10px;
    top: -10px;
    padding: 10px;
}
.lightbox .overlay .message {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    margin: -14px 0 0;
    color: #444;
    font-size: 20px;
    line-height: 28px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: #fff 1px 1px 0;
}
.lightbox .lightboxform {
    margin: -2px 0 20px -1px;
    width: 610px;
    background: url(../images/lightboxform_bg.gif) repeat-y;
}
.lightbox .lightboxform .cap {
    display: block;
    width: 100%;
    height: 7px;
    font-size: 1px;
    line-height: 1px;
}
.lightbox .lightboxform .cap.top { background: url(../images/lightboxform_bgtop.gif) no-repeat }
.lightbox .lightboxform .cap.bottom { background: url(../images/lightboxform_bgbottom.gif) no-repeat }
.lightbox .lightboxform .formrow { width: 568px }
.lightbox .lightboxform .formrow.first,
.lightbox .lightboxform .formrow:first-child { padding-top: 10px }
.lightbox .lightboxform .formrow dd input.textfield { width: 548px }
.lightbox .actions { margin: 0 0 7px -1px }
#headerstats .stats {
	float: left;
}
ul.stats {
    list-style: none;
    margin: 0;
    zoom: 1;
}
ul.stats:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.stats li {
    float: left;
    display: inline;
    margin: 0 0 0 21px;
    zoom: 1;
}
ul.stats li span.label {
    float: left;
    display: inline;
    margin: 2px 7px 0 0;
    font: 10px/18px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: #fff 1px 1px 0;
}
ul.stats li strong {
    float: left;
    display: inline;
    font: 16px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #505050;
    text-shadow: #fff 1px 1px 0;
}
ul.stats li a {
    outline: 0;
    display: block;
    text-decoration: none;
}
ul.stats li a:hover span.label { color: #08e }
ul.stats li a:hover strong { color: #08e }
ul.stats li a:active {
    position: relative;
    top: 1px;
}
ul.stats li .selector {
    position: relative;
    display: block;
    padding-right: 13px;
    background: url(../images/stats_selector_bg.gif) no-repeat 100% 50%;
    zoom: 1;
}
ul.stats li .selector:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.stats li .selector select {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}
#settleaccount .header {
    position: relative;
    width: 335px;
    height: 52px;
    background: url(../images/settleaccount_bgtop.png) no-repeat;
}
#settleaccount .header .close {
    position: absolute;
    cursor: pointer;
    display: block;
    top: -10px;
    right: -20px;
    width: 51px;
    height: 51px;
    background: url(../images/close.png) no-repeat 10px 10px;
}
#settleaccount .header .close:active { top: -9px }
#settleaccount .header h3 {
    margin: 0;
    padding: 19px 0 0 19px;
    font: 11px/18px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    color: #777;
}
#settleaccount .header h3 strong {
    float: left;
    display: inline;
    margin: 0 1px 0 0;
    line-height: 25px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: #fff 1px 1px 0;
}
#settleaccount .header div.selector,
#settleaccount .header div.selector span {
    width: auto;
    height: 24px;
    line-height: 24px;
    background-image: url(../images/simpledropdown_uniform_sprite.png);
}
#settleaccount .header div.selector {
    float: left;
    display: inline;
    margin-top: 1px;
    padding-left: 8px;
    background-position: 100% -75px;
}
#settleaccount .header div.selector span {
    max-width: 195px;
    padding: 0 22px 1px 0;
    color: #777;
    background-position: 100% 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: #fff 1px 1px 0;
}
#settleaccount .header div.selector select {
    cursor: pointer;
    width: 222px;
    background: #fff;
}
#settleaccount .header div.selector.hover,
#settleaccount .header div.selector:hover { background-position: -492px -100px }
#settleaccount .header div.selector.hover span,
#settleaccount .header div.selector:hover span {
    color: #0077e4;
    background-position: 100% -25px;
}
#settleaccount .header div.selector:active { background-position: -492px -125px }
#settleaccount .header div.selector:active span {
    padding: 1px 21px 0 1px;
    background-position: 100% -50px;
}
#settleaccount .content {
    width: 323px;
    padding: 0 6px 5px;
    background: url(../images/settleaccount_bg.png) no-repeat 0 100%;
}
#settleaccount .content ul {
    list-style: none;
    margin: 0;
}
#settleaccount .content ul li { border-bottom: 1px solid #eee }
#settleaccount .content ul li .item {
    outline: 0;
    display: block;
    padding: 7px 13px 6px;
    color: #666;
    border: 1px solid #fff;
    border-width: 1px 0;
    text-decoration: none;
}
#settleaccount .content ul li .item span.title {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font: bold 13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#settleaccount .content ul li .item span.info {
    font-size: 11px;
    color: #808080;
}
#settleaccount .content ul li .item span.info .separator {
    color: #d0d0d0;
    margin: 0 1px;
}
#settleaccount .content ul li.more { border: 0 }
#settleaccount .content ul li.more .actions {
	padding: 10px;
	margin-bottom: 18px;

}
#settleaccount .content ul li.more a {
    padding-top: 9px;
    padding-bottom: 11px;
    font: 13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-width: 1px 0 0;
}
#settleaccount .content ul li.more a:hover { text-decoration: underline }
#settleaccount .content p {
    margin: 0 14px 13px;
    padding: 13px 0 0;
}
#header {
    position: relative;
    z-index: 2;
    width: 981px;
    margin: 0 auto;
    text-align: left;
}
#header h2 {
    clear: both;
    float: left;
    display: inline;
    margin: 6px;
    padding: 0;
    font: 21px/26px "museo-1","museo-2", Helvetica, Arial, sans-serif;
    color: #363636;
    text-shadow: #fff 1px 1px 0;
}
#header h2 a {
    outline: 0;
    color: #363636;
}
#header h2 a:active {
    position: relative;
    top: 1px;
}
#header h2 a:hover {
    color: #222;
    text-decoration: none;
}
#header #headerstats {
    float: right;
    display: inline;
    padding: 6px 5px 0;
}
#header #headerstats .pendingtoday { display: none }
#header #super-nav {
    clear: both;
    width: 981px;
    height: 48px;
}
#header #nav {
    clear: both;
    width: 981px;
    height: 48px;
    margin: 0 0 15px;
    background: url(../images/nav_bg.gif) no-repeat;
    zoom: 1;
}
#header #nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#header #nav ul {
    width: 980px;
    float: left;
    display: inline;
    list-style: none;
    margin: 4px 0 0 4px;
}
#header #nav ul li {
    position: relative;
    float: left;
    display: inline;
    margin: 0 3px 0 0;
}
#header #nav ul li>a {
    outline: 0;
    position: relative;
    display: block;
    color: #b0b0b0;
    text-shadow: #191919 -1px -1px 0;
}
#header #nav ul li>a>span {
    display: block;
    padding: 10px 17px 13px;
    font-size: 13px;
	font-family: "museo-1","museo-2", Helvetica, Arial, sans-serif;
    line-height: 20px;
}
#header #nav ul li>a:active span {
    padding-top: 11px;
    padding-bottom: 14px;
}
#header #nav ul li>a:hover {
    color: #e6e6e6;
    text-decoration: none;
}
#header #nav ul li.selected>a {
    color: #fff;
    background: url(../images/nav_selected_bg.gif) no-repeat;
    text-shadow: #000 2px 2px 1px;
}
#header #nav ul li.selected>a>span {
    padding-right: 19px;
    background: url(../images/nav_selected_bg.gif) no-repeat 100% -40px;
}
#header #nav ul li.selected>a:hover { text-decoration: none }
#header #nav ul li#n-accountsettings>a>span { padding-right: 31px }
#header #nav ul li#n-accountsettings>a span.dropdown {
    position: absolute;
    top: 12px;
    right: 15px;
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/nav_accountsettings_bg.gif) no-repeat;
}
#header #nav ul li#n-accountsettings>a:active span.dropdown { top: 13px }
#header #nav ul li#n-accountsettings.selected >a span.dropdown { background-position: -285px 0 }
#header #nav ul li#n-accountsettings.selected:hover>a {
    color: #b0b0b0;
    background-position: -999px 0;
    text-shadow: #191919 -1px -1px 0;
}
#header #nav ul li#n-accountsettings:hover.selected>a span { background-position: -999px 0 }
#header #nav ul li#n-accountsettings:hover.selected>a span.dropdown { background-position: 0 0 }
#header #nav ul ul {
    position: absolute;
    z-index: 30;
    top: -999em;
    width: 180px;
    padding: 3px 0 5px;
    background: #303030;
    border-top: 1px solid #222;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-box-shadow: #fff 1px 1px 0;
    -webkit-box-shadow: #fff 1px 1px 0;
    box-shadow: #fff 1px 1px 0;
}
#header #nav ul li:hover ul {
    top: 38px;
    z-index: 30;
}
#header #nav ul ul li {
    float: none;
    width: 100%;
    margin: 0;
    font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
}
#header #nav ul ul li a {
    display: block;
    outline: 0;
    width: 156px;
    color: #b9b9b9;
    padding: 4px 12px;
    text-decoration: none;
    text-shadow: #262626 -1px -1px 0;
}
#header #nav ul ul li a:hover {
    color: #f0f0f0;
    background: #3c3c3c;
}
#header #nav ul ul li a:active { padding: 5px 12px 3px }
#header #search {
    float: right;
    display: inline;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 12px;
}

#header #search form {
    margin-left: 14px;
}

#header #search input.searchfield {
    float: left;
    display: inline;
    outline: 0;
    width: 184px;
    padding: 9px 0;
    color: #999;
    font: 11px/16px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    border: 0;
    background: transparent;

}
#header #search button {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    border: 0;
    opacity: 0;
    background: url(../images/search_icon.png);
}
#header #search form.active input.searchfield {
    color: #000;
    background-position: 0 -40px;
}
#header #search form.active button { background-position: 100% -40px }
#main {
    position: relative;
    z-index: 1;
    width: 981px;
    margin: 0 auto 20px;
    background: url(../images/main_bg.gif) repeat-y;
    text-align: left;
    zoom: 1;
}
#main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main .cap {
    clear: both;
    display: block;
    width: 100%;
    height: 8px;
}
#main .cap.top { background: url(../images/main_bgtop.gif) no-repeat }
#main .cap.bottom {
    width: 981px;
    height: 7px;
    background: url(../images/main_bgbottom.gif) no-repeat;
}
#main.nosidebar { background-image: url(../images/main_white_bg.gif) }
#main.nosidebar .cap.top { background-image: url(../images/main_white_bgtop.gif) }
#main.nosidebar .cap.bottom { background-image: url(../images/main_white_bgbottom.gif) }
#main.nosidebar #content {
    width: 940px;
    margin: 0 2px 0 1px;
}
#sidebar {
    float: left;
    display: inline;
    width: 216px;
    padding: 4px 0 10px;
}
#sidebar h3 {
    margin: 0 1px;
    padding: 5px 11px;
    font: 10px/20px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    color: #858585;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: rgba(255,255,255,.5) 1px 1px 0;
}
#sidebar ul {
    list-style: none;
    margin: 0 1px 10px;
    padding: 0;
    border-top: 1px solid #cadee4;
    border-bottom: 1px solid #e1e8ea;
}
#sidebar ul li { font: 13px/19px Helvetica,Arial,sans-serif }
#sidebar ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: block;
    outline: 0;
    width: 162px;
    padding: 6px 41px 6px 11px;
    color: #444;
    border-top: 1px solid #e1e8ea;
    border-bottom: 1px solid #cbd8da;
    text-decoration: none;
    text-shadow: rgba(255,255,255,.42) 1px 1px 0;
}
#sidebar ul li a .count {
    position: absolute;
    top: 50%;
    right: 11px;
    margin: -10px 0 0;
    font: 10px/20px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    color: #808080;
    text-shadow: rgba(255,255,255,.6) 1px 1px 0;
}
#sidebar ul li a:hover {
    color: #0077e4;
    background: #e5ebed;
    border-top: 1px solid #eaeff0;
}
#sidebar ul li a:active {
    padding-top: 7px;
    padding-bottom: 5px;
}
#sidebar ul li a:active .count { margin-top: -9px }
#sidebar ul li a.create {
    background-image: url(../images/sidebar_li_create_bg.gif);
    background-repeat: no-repeat;
    background-position: 0 -60px;
}
#sidebar ul li a.create:hover { background-position: 187px 5px }
#sidebar ul li a.create:active { background-position: 187px 6px }
#sidebar ul li a.arrow {
    background-image: url(../images/sidebar_li_arrow_bg.gif);
    background-repeat: no-repeat;
    background-position: 0 -60px;
}
#sidebar ul li a.arrow:hover { background-position: 187px 5px }
#sidebar ul li a.arrow:active { background-position: 187px 6px }
#sidebar ul li.draggable-over a {
    background: #0077e4;
    color: #fff;
    border-top: 1px solid #e4f2ff;
    text-shadow: rgba(0,0,0,.3) -1px -1px 0;
}
#sidebar ul li.draggable-over a .count { display: none }
#sidebar ul li.selected a {
    left: -1px;
    width: 162px;
    padding: 7px 42px 7px 12px;
    font-weight: bold;
    color: #fff;
    background: url(../images/sidebar_li_selected_bg.gif) no-repeat;
    border-top: 0;
    text-shadow: rgba(0,0,0,.4) 1px 1px 2px;
}
#sidebar ul li.selected a .count {
    right: 12px;
    margin-top: -9px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0,0,0,.4) 1px 1px 2px;
}
#sidebar ul li.selected a:active {
    padding-top: 8px;
    padding-bottom: 6px;
}
#sidebar ul li.selected a:active .count { margin-top: -8px }
#sidebar ul li.selected a.create:hover,
#sidebar ul li.selected a.arrow:hover { background: url(../images/sidebar_li_selected_bg.gif) no-repeat }
#sidebar .notice {
    margin: -1px 11px 11px;
    padding: 10px 13px 1px;
    background: #eaf0f1;
    border: 1px solid #c3c3c3;
    border-color: #c3c3c3 #d0d0d0 #d0d0d0 #c3c3c3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#sidebar .notice p {
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 16px;
    color: #444;
    text-shadow: rgba(255,255,255,.3) 1px 1px 0;
}
#content {
    position: relative;
    float: right;
    display: inline;
    width: 723px;
    margin: 0 2px 0 0;
    padding: 0 20px 5px;
}
#content #flash {
	display: none;
	background: #FFF4C2 url(../images/notice-icons.png) no-repeat 12px -230px;
	overflow: hidden;
	padding: 12px 12px 12px 40px;
	font-size: 12px
	font-weight: bold;
	margin: 9px 0 13px 0;
	border-radius: 8px;
}
#content #flash_error {
	display: none;
	background: #FFF4C2 url(../images/notice-icons.png) no-repeat 12px -230px;
	overflow: hidden;
	padding: 12px 12px 12px 40px;
	font-size: 12px;
	font-weight: bold;
	margin: 9px 0 13px 0;
	border-radius: 8px;
}
#content #flash_error p {
    margin-bottom: 18px;
}
#content #flash_error p:last-child {
    margin-bottom: 0;
}
#content h2 { padding-top: 9px }
#consignor_display_name {margin-bottom: 0;}
#content p.intro {
    display: block;
    margin: 0;
    color: #777;
}
#content p.intro.last {
    margin-bottom: 10px;
    margin-left: 3px;
}
#content div.expand {
    position: relative;
    width: 743px;
    margin: 0 -10px;
}
#content div.notice {
    color: #555;
    margin: 0 0 20px;
    padding: 8px 12px;
    background: #ffc;
    border: 1px solid #eeeec8;
    -moz-border-radius: 4px;
}
#content div.notice.expand {
    width: auto;
    margin: 0 -10px 20px;
}
#content div.notice p { margin: 0 }
#content ul li h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font: 13px/19px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #808080;
}
#content ul li h4 a {
    outline: 0;
    padding: 8px 0 2px;
}
#content ul li h4 a.title {
    outline: 0;
    font-weight: bold;
}
#content ul li h4 strong { color: #333 }
#content ul li p.info {
    margin: 0;
    color: #808080;
    font: 11px/16px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
}
#content ul li p.info a { color: #808080 }
.list_outstanding_payments #content ul li p.info a, .list_outstanding_payments #content ul li p.info a:hover {color: #0077E4;}
#content ul li p.info a:hover { color: #08e }

#content ul li .separator {
    color: #d0d0d0;
    margin: 0 1px;
}
#content .searchbar {
    margin: 0 -10px;
    padding: 10px 10px;
    background: #f6f6f6;
}
#content .searchbar input.textfield {
    width: 300px;
    margin: 0;
    padding: 5px 7px;
    font-size: 11px;
    background: #fff url(../images/textfield_bg.gif) no-repeat;
    border: 1px solid #c0c0c0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 0 #fff;
    -webkit-box-shadow: 1px 1px 0 #fff;
    box-shadow: 1px 1px 0 #fff;
}
#content div.expand.primer {
    margin-top: 3px;
    background: #ffffd5;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#content .primer .message { padding: 40px 196px 61px }
#content .primer .message h3 {
    margin: 0;
    padding-bottom: 3px;
    font-size: 16px;
}
#content .primer .message p { color: #555 }
#content .primer .actions { zoom: 1 }
#content .primer .actions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .primer .actions a:hover {  }
#content ul.listing>li .actions {
    position: relative;
    float: right;
    display: none;
}
#content ul.listing>li .actions ul {
    list-style: none;
    margin: 0;
    zoom: 1;
}
#content ul.listing>li .actions ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content ul.listing>li .actions ul li {
    float: left;
    display: inline;
    margin-left: 11px;
    font-weight: bold;
    font-size: 11px;
}
#content ul.listing>li .actions ul li a {
    outline: 0;
    color: #777;
}
#content ul.listing>li .actions ul li a:hover { color: #0077e4 }
#content ul.listing>li .actions ul li a:active {
    position: relative;
    top: 1px;
}
#content ul.listing>li .actions ul li.delete a {
    padding-left: 16px;
    background: url(../images/icon_delete.png) no-repeat 0 -1px;
}
#content ul.listing>li .actions ul li.delete a:hover { background-position: -386px -1px }
#content ul.listing>li .actions ul li.chat a {
    padding-left: 21px;
    background: url(../images/icon_chat.png) no-repeat 0 50%;
}
#content ul.listing>li .actions ul li.chat a:hover { background-position: -382px 50% }
#content ul.listing>li .actions ul li.profile a {
    padding-top: 1px;
    padding-left: 18px;
    background: url(../images/icon_profile.png) no-repeat 0 -1px;
}
#content ul.listing>li .actions ul li.profile a:hover { background-position: -384px -1px }
#content ul.listing>li .actions ul li.home a {
    padding-top: 1px;
    padding-left: 19px;
    background: url(../images/icon_home.png) no-repeat 0 -1px;
}
#content ul.listing>li .actions ul li.home a:hover { background-position: -384px -1px }
#content ul.listing>li .actions ul li.redo a {
    padding-top: 1px;
    padding-left: 20px;
    background: url(../images/icon_redo.png) no-repeat 0 -1px;
}
#content ul.listing>li .actions ul li.redo a:hover { background-position: -382px -1px }
#content ul.listing>li .overlay { z-index: 5 }
#content ul.listing>li .overlay .message {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    margin: -10px 0 0;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    text-shadow: #fff 1px 1px 0;
}
#content .manager {
    border-top: 1px solid #d0d0d0;
    margin: 0 -10px 20px;
}
#content .manager .heading {
    width: 100%;
    margin: 0 0 1px;
    border-bottom: 1px solid #eee;
    zoom: 1;
}
#content .manager .heading:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .manager .heading .column {
    float: left;
    display: inline;
    padding: 5px 10px 4px;
    font-weight: normal;
    font-size: 10px;
    color: #999;
    text-align: left;
    text-transform: uppercase;
    text-shadow: #fff 1px 1px 0;
    letter-spacing: 2px;
}
#content .manager .heading .column.last {
    float: right;
    text-align: right;
}
#content .manager ul {
    list-style: none;
    margin: 0;
}
#content .manager ul li.row {
    padding: 8px 10px 10px;
    border-bottom: 1px solid #eee;
}
#content .manager ul li.row:hover { background: #f4fafb }
#content .manager ul li.row.last { border-bottom: 0 }
#content .manager ul li.row h4 {
    font-size: 14px;
    line-height: 20px;
}
#content .manager .sortable li.row {
    position: relative;
    zoom: 1;
}
#content .manager .sortable li.row span.updown {
    float: left;
    position: absolute;
    top: 10px;
    left: 8px;
    display: inline;
    cursor: move;
    width: 16px;
    height: 16px;
    background: url(../images/icon_sort.png) no-repeat;
    text-indent: -9999px;
}
#content .manager .sortable li.row h4 { margin-left: 19px }
#content .manager .sortable li.row p.info { margin-left: 19px }
#content .manager ul li.row .status {
    float: right;
    display: inline;
    margin: 0 0 0 20px;
    color: #808080;
    text-align: right;
    font: 13px/19px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#content .alphafilter {
    width: 743px;
    /*height: 43px;*/
    margin: 0 -10px 1px;
}
#content .alphafilter.top {
    margin-bottom: 1px;
    border-bottom: 1px solid #ddd;
}
#content .alphafilter p {
    margin: 0;
    padding: 11px 10px 10px;
    font: 11px/18px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    color: #aaa;
}
#content .alphafilter p strong {
    color: #808080;
    font-weight: normal;
}
#content .alphafilter p span {
    padding: 8px 0 8px 1px;
    color: #0077e4;
}
#content .alphafilter p span:hover {
    cursor: pointer;
    color: #08e;
    text-decoration: underline;
}
#content .searchfilter {
    width: 737px;
    /*height: 43px;*/
    margin: 0 -5px 1px;
    font-size: 11px;
    color: #777;
    background: url(../images/consignorsfilter_bg.png) no-repeat;
    zoom: 1;
}
#content .consignorsfilter{
    padding: -5px 0 0 0;
    color: #333;
}
#content .consignorsfilter .column{
	margin: 2px 0 0 0;
}
#content .searchfilter:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .searchfilter .column {
    float: left;
    display: inline;
    margin: 7px 0;
    padding: 2px 6px 0 4px;
}
#content .searchfilter .column h4 {
    float: left;
    display: inline;
    margin: 5px 3px 0 0;
    font: 11px/18px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    text-shadow: #fff 1px 1px 0;
}
#content .searchfilter .column .form {
    float: left;
    display: inline;
}
#content .searchfilter .column div.selector select {
    width: 173px;
    background: #fff;
}
#content .searchfilter .column#df-category { margin-left: 1px }
#content .searchfilter .column#df-category div.selector { width: 160px }
#content .searchfilter .column#df-category div.selector span { width: 126px }
#content .searchfilter .column#df-queue div.selector { width: 122px }
#content .searchfilter .column#df-queue div.selector span { width: 88px }
#content .searchfilter .column#df-sortby div.selector { width: 122px }
#content .searchfilter .column#df-sortby div.selector span { width: 88px }
#content .searchfilter .column#df-show div.selector,
#content .searchfilter .column#df-show div.selector select { width: 215px }
#content .searchfilter .column#df-show {
    padding-right: 0;
    background-image: none;
}
#content .searchfilter .column#df-show ul {
    list-style: none;
    margin: 5px 0 0 9px;
    padding: 0;
    zoom: 1;
}
#content .searchfilter .column#df-show ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .searchfilter .column#df-show ul li {
    float: left;
    display: inline;
    margin: 0 13px 0 0;
    text-transform: lowercase;
    text-shadow: #fff 1px 1px 0;
}
#content .searchfilter .column#df-show ul li label:hover { color: #444 }
#content #filters li.disabled * { color: #ccc!important }
#content .noresults {
    padding: 50px 0 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
#content .noresults.topborder { border-top: 1px solid #d0d0d0 }
#content .noresults p { line-height: 20px }
#content .noresults p a { outline: 0 }
#content .consignorslist.nofilter {
    padding: 1px 0 0;
    border-top: 1px solid #d0d0d0;
}
#content .consignorslist ul.listing {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
}

#content .load-more-wrapper {
    text-align: center;
    margin: 20px;
}
#content #load-more-button {
    margin: auto;
    padding-top: 6px;
    width: 220px;
    height: 25px;
    background: #fafafa;
    border: 1px solid #bbb;
    border-radius: 5px;
}
#content .load-more-wrapper a {
    text-decoration: none;
    font-size: 1.2em;
    margin-top: 7px;
}
#content #load-more-button:hover {
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
    background-color: #f0f0f0;
}

.list_outstanding_payments #content .consignorslist ul.listing > li {
    padding-bottom: 20px;
}
#content .consignorslist ul.listing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .consignorslist ul.listing>li {
    width: 723px;
    float: left;
    display: inline;
    padding: 8px 10px 10px;
    font: 11px/16px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    border-bottom: 1px solid #eee;
    zoom: 1;
}
#content .consignorslist ul.listing>li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .consignorslist ul.listing>li:hover { background: #f5fbfc }
#content .consignorslist ul.listing li.checked { background-color: #ffd }
#content .consignorslist ul.listing li .indicator {
    float: left;
    display: inline;
    width: 26px;
    height: 14px;
    padding: 2px 0 0;
    background: url(../images/indicator_bg.png) no-repeat -100px 0;
}
#content .consignorslist ul.listing li .indicator.new { background-position: 0 0 }
#content .consignorslist ul.listing li .indicator.reply { background-position: -26px 0 }
#content .consignorslist ul.listing li .checkbox {
    float: left;
    display: inline;
    overflow: hidden;
    width: 23px;
    height: 15px;
    margin: 3px 0 0;
    background: url(../images/checkbox.png) no-repeat;
}
#content .consignorslist ul.listing li.checked .checkbox { background-position: 0 -19px }
#content .consignorslist ul.listing li .checkbox input { display: none }
.list_outstanding_payments #content .consignorslist ul.listing li .consignor {
    width: 450px;
}
#content .consignorslist ul.listing li .consignor {
    float: left;
    display: inline;
    width: 515px;
}
#content .consignorslist ul.listing li .consignor h4 a.queue { color: #808080 }
#content .consignorslist ul.listing li .consignor h4 a.queue:hover { color: #08e }
#content .consignorslist ul.listing li .consignor h4 a.title {
    outline: 0;
    font-weight: bold;
}
#content .consignorslist ul.listing li.bulkselect-closed .consignor h4 a.title {
    font-weight: normal;
    color: #3392e9;
}
#content .consignorslist ul.listing li.bulkselect-closed .consignor h4 a.title:hover { color: #08e }
#content .consignorslist ul.listing li .updated {
    float: right;
    display: inline;
    margin: 0 10px 0 10px;
    text-align: right;
	font: 13px/19px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #808080;
}
#content .consignorslist ul.listing li .updated a {
    outline: 0;
    display: block;
}
#content .consignorslist ul.listing li .updated a {
    display: inline;
}
#content .consignorslist ul.listing li .updated a:hover { color: #08e }
#content .consignorslist ul.listing li .updated a .time {
    display: block;
    font: 13px/19px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#content .consignorslist ul.listing li.updating .indicator,
#content .consignorslist ul.listing li.updating .checkbox,
#content .consignorslist ul.listing li.updating .consignor,
#content .consignorslist ul.listing li.updating .updated { opacity: .7 }
#content h2 span.qtotal {
    float: right;
    font-size: 11px;
    color: #999;
}
#content .consignorslist#comments ul.listing li div.checkbox { margin-left: 26px }
#content .consignorslist#comments ul.listing li div.avatar {
    float: left;
    display: inline;
    width: 32px;
    margin: 2px 10px 0 10px;
}
#content .consignorslist#comments ul.listing li div.comment {
    float: left;
    display: inline;
    width: 468px;
}
#content .consignorslist#comments ul.listing li div.comment h4 {
    margin-bottom: 3px;
    padding-top: 1px;
    font: 11px/16px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
}
#content .consignorslist#comments ul.listing li div.comment .body p {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}
#content .consignorslist#comments ul.listing li div.actions { margin: 0 10px 0 0 }
#content .consignorslist#users {
    border-top: 1px solid #d0d0d0;
    padding: 1px 0 0;
}
#content .consignorslist#users ul.listing>li {
    position: relative;
    padding: 9px 10px 8px;
}
#content .consignorslist#users ul.listing li div.checkbox {
    width: 24px;
    margin-left: 10px;
}
#content .consignorslist#users ul.listing li div.avatar {
    float: left;
    display: inline;
    width: 32px;
    margin: 3px 10px 0 0;
	padding: 0 0 0 10px;
}
#content .consignorslist#users ul.listing li div.user {
    float: left;
    display: inline;
    width: 405px;
}
#content .consignorslist#users ul.listing li div.user h4 { font-size: 14px }
#content .consignorslist#users ul.listing li div.user h4 a.company { color: #808080 }
#content .consignorslist#users ul.listing li div.user h4 a.company:hover { color: #08e }
#content .consignorslist#users ul.listing li div.user h4 small {
    font-weight: normal;
    font-size: 100%;
    color: #3392e9;
}
#content .consignorslist#users ul.listing li div.user .onhomepage { display: none }
#content .consignorslist#users ul.listing li div.user .onhomepage.show { display: inline }
#content .consignorslist#users ul.listing li div.actions { margin: 0 10px 0 0 }
#content #invites ul.listing>li { position: relative }
#content .bulkselect.top {
    margin-bottom: 1px;
    border-bottom: 1px solid #ddd;
}
#content .bulkselect p {
    margin: 0;
    padding: 11px 10px 10px;
    font: 11px/18px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    color: #aaa;
}
#content .bulkselect p strong {
    color: #808080;
    font-weight: normal;
}
#content .bulkselect p span {
    padding: 8px 0 8px 1px;
    color: #0077e4;
}
#content .bulkselect p span:hover {
    cursor: pointer;
    color: #08e;
    text-decoration: underline;
}
/*Austin, change this to whatever you want. Used on things like inactive consignors*/
#content .warning {
    color: red;
    font-weight: bold;
}
/*
* jQuery Tab UI changes for view_consignor.php page
*/
#tabs {
    background: transparent;
    border: none;
}
#tabs .ui-widget-header {
    background: transparent;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#tabs .ui-tabs-nav {
    padding-left: 0px;
    background: transparent;
    border-width: 0px 0px 1px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#tabs .ui-tabs-panel {
    background: #fff;
    border-width: 0px 1px 1px 1px;
}
#tabs .ui-tabs-nav .ui-state-default a {
    color: #111;
    background: #efefef;
    min-width: 50px
}
#tabs .ui-tabs-nav .ui-state-active a {
    color: #000;
    background: #fff;
    min-width: 50px
}
.blue-color {
    color: #0077E4 !important;
}
/*Buttons CSS*/
.add-sale-button {
    font: bold 13px/37px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    position: relative;
    z-index: 1;
    float: left;
    outline: 0;
    cursor: pointer;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 10pt;
    margin: 3px 9px 0 0;
    padding: 6px 12px !important;
    color: #fff;
    font: bold 14px/22px "Lucida Grande",Tahoma,Arial,sans-serif;
    background: -moz-linear-gradient(bottom, rgb(34,148,255) 0%, rgb(63,162,255) 49%, rgb(65,173,255) 51%, rgb(95,186,255) 100%);
    background: -webkit-linear-gradient(bottom, rgb(34,148,255) 0%, rgb(63,162,255) 49%, rgb(65,173,255) 51%, rgb(95,186,255) 100%);
    border-radius: 5px;
    border: 1px solid #004d92;
    text-shadow: rgba(0,0,0,.3) -1px -1px 0;
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1), 1px 1px 2px rgba(0,0,0,.4);
}
.add-sale-button:hover {
    opacity: .9;
    background-position: 0 0;
    color: #fff !important;
    outline: none;
    text-decoration: none !important;
}

.button span {
    position: absolute;
    top: 0;
    right: -9px;
    display: block;
    width: 9px;
    height: 39px;
}
.button.med,
.button {
    font: bold 13px/37px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    position: relative;
    z-index: 1;
    float: left;
    outline: 0;
    cursor: pointer;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 10pt;
    height: 24px;
    /*margin: 0 9px 0 0;*/
    padding: 8px 16px !important;
    color: #fff;
    font: bold 14px/22px "Lucida Grande",Tahoma,Arial,sans-serif;
    background: -moz-linear-gradient(bottom, rgb(34,148,255) 0%, rgb(63,162,255) 49%, rgb(65,173,255) 51%, rgb(95,186,255) 100%);
    background: -webkit-linear-gradient(bottom, rgb(34,148,255) 0%, rgb(63,162,255) 49%, rgb(65,173,255) 51%, rgb(95,186,255) 100%);
    border-radius: 5px;
    border: 1px solid #004d92;
    text-shadow: rgba(0,0,0,.3) -1px -1px 0;
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1),
		1px 1px 2px rgba(0,0,0,.4);
}
.button.small {
    height: 18px;
    line-height: 18px;
    padding: 5px 10px !important;
    text-shadow: rgba(0,0,0,.2) -1px -1px 0;
    font-size: 12px;
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1),
		1px 1px 1px rgba(0,0,0,.2);
}
.button.tiny {
    height: 12px;
    line-height: 12px;
    padding: 4px 8px !important;
    font-size: 11px;
}
.button.tiny:hover {
    opacity: .8 !important;
}
.button.red,
#content .button.red.disabled:active {
    color: #933;
    border-color: #c66;
    background: -moz-linear-gradient(bottom, rgb(200,100,100) 0%, rgb(255,150,150) 100%) !important;
    background: -webkit-linear-gradient(bottom, rgb(200,100,100) 0%, rgb(255,150,150) 100%) !important;
    text-shadow: #faa 1px 1px 0;
}
.button.big {
    height: 32px;
    line-height: 32px;
    padding: 10px 20px !important;
    font-size: 16px;
    text-shadow: rgba(0,0,0,.5) -1px -1px 0;
}
.button:hover {
    opacity: .9;
    background-position: 0 0;
    text-decoration: none !important;
}
.button a:hover {
    text-decoration: none !important;
}
.button:not(.gray) a,
a.button:not(.gray):hover {
    outline: none;
    color: #fff !important;
    text-decoration: none;
}
.button:active, .button.active {
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .3);
    text-shadow: rgba(0,0,0,.3) 1px 1px 0;
    background: rgb(34,148,255);
}
.button span{
    background: none;
}
.button.small:active, .button.small.active {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .3);
}

/*cancel the attributes above applied to all spans, so we can have spans as part of the display text*/
#content .button .text, #content .buttom.small .text, #content .buttom.blue .text {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: inline;
    width: auto;
    height: auto;
    background: none;
    margin: 0px;
    padding: 0px;
}
.button.gray,
.button.disabled:active {
    color: #666;
    border-color: #999;
    background: -moz-linear-gradient(bottom, rgb(200,200,200) 0%, rgb(245,245,245) 100%);
    background: -webkit-linear-gradient(bottom, rgb(200,200,200) 0%, rgb(245,245,245) 100%);
    text-shadow: #f6f6f6 1px 1px 0;
}
.button.gray:not(.disabled):active, .button.gray:not(.disabled).active {
    background: rgb(200,200,200);
    text-shadow: #eee -1px -1px 0;
}
.button:hover {
    text-decoration: none !important;
}
a.button.red:hover {
    color: #a33 !important;
}
.button.red:active, .button.red.active {
    text-shadow: #faa -1px -1px 0;
    background: #a33 !important;
}
.button.disabled,
.button.disabled:hover,
.button.disabled:active {
    opacity: .6 !important;
    cursor: default;
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1),
		1px 1px 2px rgba(0,0,0,.2);
}
#search-submit .button.small{
    margin-top: -2px;
}
.button.blue span {
    position: absolute;
    top: 0;
    right: -9px;
    display: block;
    width: 9px;
    height: 30px;
    background: none; /*url(../images/button_small_bg_blue.png) no-repeat 100% 0;*/
}
.button.blue:hover {
    color: white;
    opacity: .9;
}
#content .pageactions {
    float: right;
    display: inline;
    margin: 11px -2px 5px 0;
}
#content .pageactions ul {
    list-style: none;
    margin: 0;
    zoom: 1;
}
#content .pageactions ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .pageactions ul li {
    float: left;
    display: inline;
    margin: 0 0 0 4px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
#content .pageactions ul li form.pagesearch { padding-top: 2px }
#content .pageactions ul li form.pagesearch input.searchfield {
    float: left;
    display: inline;
    outline: 0;
    width: 130px;
    height: 16px;
    padding: 6px 0 4px 8px;
    color: #999;
    font: 11px/16px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    border: 0;
    background: url(../images/pagesearch_bg.gif) no-repeat;
}
#content .pageactions ul li form.pagesearch button {
    float: left;
    display: inline;
    width: 25px;
    height: 26px;
    border: 0;
    background: url(../images/pagesearch_bg.gif) no-repeat 100% 0;
}
#content .pageactions ul li form.pagesearch:hover input.searchfield { background-position: 0 -26px }
#content .pageactions ul li form.pagesearch:hover button { background-position: 100% -26px }
#content .pageactions ul li form.pagesearch.active input.searchfield {
    color: #000;
    background-position: 0 -52px;
}
#content .pageactions ul li form.pagesearch.active button { background-position: 100% -52px }
#content .paymentbuttons {
    float: right;
    display: inline;
    margin: 0px -2px 0px 0;
}
#content .paymentbuttons ul {
    list-style: none;
    margin: 0;
    zoom: 1;
}
#content .paymentbuttons ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content .paymentbuttons ul li {
    float: left;
    display: inline;
    margin: 0 0 0 4px;
}

.add_sale #consignor_lookup {
	position: absolute;
    bottom: 58px;
    left: 0px;
    width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.add_sale #consignor_lookup #consignor_info ul {
    list-style: none;
    margin: 0px;
}

.add_sale #consignor_lookup #consignor_info li {
    line-height: 16px;
    padding: 10px 0px 11px;
}

.add_sale #newSaleForm .sum_title {
    line-height: 16px;
    height: 16px;
}

.add_sale #newSaleForm .sum_title a {
    height: 16px;
}

.add_sale #newSaleForm tr.strong td {
	font-size: 16px;
	font-weight: normal;
}

.add_sale #newSaleForm tr th {
    border-bottom: none;
}

.add_sale #newSaleForm tr td {
    border-bottom: none;
    border-top: 1px solid #EEEEEE;
}

.add_sale #newSaleForm .protected .container {
	position: relative;
}

.add_sale #newSaleForm .protected .editable {
    display: none;
}

.add_sale #newSaleForm .protected .edit {
    position: absolute;
    right: 0px;
    top: -7px;
    text-align: right;
    height: 30px;
    width: 60px;
	opacity: 0;
}
/* items/view_item.php */
.item_view .item_overview div,
.item_view .item_under div {
    border-style: solid;
    border-radius: 5px;
    border-width: 2px;
    border-color: #e6e6e6;
}
.item_overview {
    margin-top: 10px;
    padding: 10px 0 10px 0;
    width: 723px;
    height: 40px;
}
.item_basic {
    width: 471px;
    float: left;
    margin-right: 5px;
}
.item_basic ul{
    width: 430px;
    height: 28px;
    text-align: center;
    margin: 0;
    padding: 10px 20px 0 20px;
}
.item_basic ul li{
    display: inline;
    list-style: none;
    margin: 0 20px;
    padding-top: 5px;
    font-size: 1.3em;
    color: #555;
}
.item_left {
    border: none !important;
    width: 430px;
    float: left;
}
.item_right {
    border: none !important;
    width: 282px;
    float: left;
}
.item_overview h5 {
    float: left;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 130%;
}
.item_consignor_name {
    float: left;
    width: 232px;
    margin-left: 5px;
}
.item_consignor_name h5 {
    width: 225px;
}
.item_under {
    width: 723px;
}
.item_detail {
    float: left;
    width: 425px;
}
.item_detail td.item_descriptor {
    text-align: right;
    font-size: 1em;
    font-weight: 100;
    text-transform: uppercase;
}
.item_detail td.item_factum {
    font-size: 1.3em;
    font-weight: 200;
}
.item_detail #price_weight,
.item_detail #shipping_weight,
.item_detail #total_weight {
    font-weight: 600;
}
.item_entry {
    float: left;
    width: 279px;
    margin-left: 5px;
}
.item_image_div {
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    width: 259px;
    padding: 10px;
    text-align: center;
}
.item_image_div.hover {
    background-color: #e6e6e6;
    border-color: #888 !important;
    border-style: dashed !important;
}
.item_image_text_div {
    width:259px;
    height:155px;
    margin-bottom: -4px;
    border: 0 !important;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.item_image_text_div_item {
    margin: 10px;
}
.item_image_img {
    max-width: 100%;
    max-height: 155px;
    margin-bottom: -4px;
}
.item_price_rundown {
    float: left;
    margin-top: 10px;
    padding-top: 0px;
    width: 425px;
}
.item_price_rundown td {
    border-bottom: none !important;
    font-size: 1.0em;
    width: 213px;
}
.item_price_rundown td.final {
    font-size: 1.6em !important;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid !important;
}
.item_price_rundown td.pricetr {
    text-align: right;
    font-size: 1.5em;
}
div.little_space {
    margin: 10px;
}
div.medium_space {
    margin: 30px;
}
div.finalized-sale {
    background: #5B5;
    background: -moz-linear-gradient(top, #5b5, #6c6);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5b5), to(#6c6));
    color: #161;
    border: 1px solid #292;
    border-radius: 8px;
    display: none;
    font-size: 1.2em;
    font-weight: bold;
    height: 1.5em;
    line-height: 1.5em;
    margin-bottom: 1em;
    padding: 1em;
    text-shadow: 0 1px 1px #9F9;
}
div.finalized-sale .button {
    float: right;
    margin-top: -4px;
    margin-left: 4px;
}
div.finalized-sale a {
    color: #666;
}
#facebox span.good,
#facebox span.error {
    color: red;
    font-size: .75em;
    margin-top: 1em;
    display: block;
}
#facebox span.good {
    color: green;
}

#global_calculations input[type=text], #newSaleForm .discount input[type=text] {
	width: 38px;
}
#consignor_credit_modal .paymentbuttons ul {
    list-style: none;
}
#consignor_credit_modal .paymentbuttons ul li .consignorsearch { padding: 5px 0px 6px; }
#consignor_credit_modal .paymentbuttons ul li .consignorsearch input.searchfield {
    float: left;
    display: inline;
    outline: 0;
    width: 130px;
    height: 16px;
    padding: 6px 0 4px 8px;
    color: #999;
    font: 11px/16px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    border: 0;
    background: url(../images/consignorsearch_bg.gif) no-repeat;
}
#consignor_credit_modal .paymentbuttons ul li .consignorsearch button {
    float: left;
    display: inline;
    width: 25px;
    height: 26px;
    border: 0;
    background: url(../images/consignorsearch_bg.gif) no-repeat 100% 0;
}
#consignor_credit_modal .paymentbuttons ul li .consignorsearch:hover input.searchfield { background-position: 0 -26px }
#consignor_credit_modal .paymentbuttons ul li .consignorsearch:hover button { background-position: 100% -26px }
#consignor_credit_modal .paymentbuttons ul li .consignorsearch.active input.searchfield {
    color: #000;
    background-position: 0 -52px;
}
#content .simpleoptions {
    float: right;
    display: inline;
    margin: 13px -2px 5px 0;
    zoom: 1;
}
#content .simpleoptions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .simpleoptions .column {
    float: left;
    display: inline;
    font-size: 11px;
    line-height: 16px;
}
#content .simpleoptions h4 {
    float: left;
    display: inline;
    margin: 2px 0 0 20px;
    padding: 0;
    font-weight: normal;
    color: #707070;
}
#content .simpleoptions ul {
    float: left;
    display: inline;
    list-style: none;
    margin: 0 0 0 2px;
    padding: 0;
    zoom: 1;
}
#content .simpleoptions ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .simpleoptions ul li {
    float: left;
    display: inline;
    margin: 0 0 0 2px;
}
#content .simpleoptions ul li a {
    display: block;
    outline: 0;
    padding: 2px 6px;
    font-weight: bold;
    border: 1px solid #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#content .simpleoptions ul li a:active {
    padding-top: 3px;
    padding-bottom: 1px;
}
#content .simpleoptions ul li.selected a,
#content .simpleoptions ul li a.selected {
    cursor: default;
    color: #fff;
    background: #0077e4;
    border-color: #0062bb #3295ee #3295ee #0062bb;
    text-shadow: #0062bb -1px -1px 0;
}
#content .simpleoptions ul li.selected a:hover,
#content .simpleoptions ul li a.selected:hover { text-decoration: none }
#content .column.wsep {
    border-left: 1px dotted #cecece;
    margin-left: 10px;
}
#content a.infopop {
    background: #fff url(../images/infopop.png) 0 0 no-repeat;
    display: block;
    margin-left: 5px;
    padding: 5px 0 5px 26px;
    vertical-align: middle;
    line-height: 100%;
}
#content .actionbar {
    width: 743px;
    height: 44px;
    margin: 0;
    background: #cfcfcf url(../images/actionbar_bg.gif);
    zoom: 1;
}
#content .actionbar:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .actionbar.top { background-position: -743px 0 }
#content .actionbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
}
#content .actionbar ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .actionbar ul li {
    float: left;
    display: inline;
    padding: 0;
    font: bold 9px/16px "Lucida Grande",Tahoma,Arial,sans-serif;
    border: 0;
    zoom: 1;
}
#content .actionbar ul li a {
    display: block;
    zoom: 1;
}
#content .actionbar .buttons {
    position: relative;
    z-index: 1;
    float: left;
    display: inline;
    margin: 7px 0 0 0;
    padding-left: 6px;
    zoom: 1;
}
#content .actionbar .buttons .buttonsoverlay {
    position: absolute;
    z-index: 3;
    display: block;
    top: 0;
    left:0;
    width: 532px;
    height: 30px;
}
#content .actionbar .buttons.active .buttonsoverlay { display: none }
#content .actionbar .buttons .button.small {
    margin: 0 8px 0 0;
    padding: 6px 0 6px 8px;
}
#content .actionbar .buttons ul li span.button {
    opacity: .3;
    cursor: default;
}
#content .actionbar .buttons.active ul li span.button {
    opacity: 1;
    cursor: pointer;
}
#content .actionbar .buttons ul li.dropdown div.selector,
#content .actionbar .buttons ul li.dropdown div.selector span {
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
    background-image: url(../images/actionbar_uniform_sprite.png);
}
#content .actionbar .buttons ul li.dropdown div.selector {
    opacity: .3;
    padding-left: 10px;
    background-position: -490px -90px;
}
#content .actionbar .buttons.active ul li.dropdown div.selector { opacity: 1 }
#content .actionbar .buttons ul li.dropdown div.selector span {
    padding: 0 36px 0 1px;
    color: #666;
    background-position: 100% 0;
    text-shadow: #fff 1px 1px 0;
}
#content .actionbar .buttons ul li.dropdown div.selector select {
    cursor: pointer;
    background: #fff;
}
#content .actionbar .buttons ul li.dropdown div.selector.hover,
#content .actionbar .buttons ul li.dropdown div.selector:hover { background-position: -490px -120px }
#content .actionbar .buttons ul li.dropdown div.selector.hover span,
#content .actionbar .buttons ul li.dropdown div.selector:hover span {
    color: #444;
    background-position: 100% -30px;
}
#content .actionbar .buttons ul li.dropdown div.selector.active,
#content .actionbar .buttons ul li.dropdown div.selector:active { background-position: -490px -150px }
#content .actionbar .buttons ul li.dropdown div.selector.active span,
#content .actionbar .buttons ul li.dropdown div.selector:active span {
    padding: 1px 35px 0 3px;
    line-height: 29px;
    background-position: 100% -60px;
}
#content .actionbar .pagination {
    float: right;
    display: inline;
    margin: 7px 7px 0 0;
}
#content .actionbar .pagination .control a,
#content .actionbar .pagination .control span {
    outline: 0;
    display: block;
    width: 35px;
    height: 30px;
    background: url(../images/pagination_a_bg.png) no-repeat;
    text-indent: -9999px;
}
#content .actionbar .pagination .control.next a { background-position: -35px 0 }
#content .actionbar .pagination .control.previous a:hover { background-position: 0 -30px }
#content .actionbar .pagination .control.next a:hover { background-position: -35px -30px }
#content .actionbar .pagination .control.previous a:active { background-position: 0 -60px }
#content .actionbar .pagination .control.next a:active { background-position: -35px -60px }
#content .actionbar .pagination .control.previous span { background-position: 0 -90px }
#content .actionbar .pagination .control.next span {
    width: 2px;
    background-position: -35px -90px;
}
#content .actionbar .pagination .current {
    position: relative;
    z-index: 1;
    font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
    color: #fff;
    padding: 6px 11px;
    background: url(../images/pagination_current_bg.gif) no-repeat;
    text-shadow: rgba(0,0,0,.38) 1px 1px 1px;
}
#pagination {
    margin: -18px 0 20px;
    padding-right: 150px;
}
#pagination .selected {
    font-weight: bold;
}
#pagination .hide {
    display: none;
}
#content .actionbar .pagination .current span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 2px;
    height: 30px;
    background: url(../images/pagination_current_bg.gif) no-repeat 100% 0;
}
.notitle { padding-top: 13px }
#content .form .heading {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
    background: url(../images/form_heading_bg.gif) no-repeat;
    zoom: 1;
}
#content .form.open .heading { margin: 0 }
#content .form .heading:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .form .heading h3 {
    margin: 0 0 0 16px;
    padding: 15px 0 0;
    font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #606060;
    text-shadow: rgba(255,255,255,.5) 1px 1px 0;
}
#content .form .heading h3.cog {
    padding-left: 22px;
    background: url(../images/form_heading_icon_cog.gif) no-repeat 0 17px;
	display: inline;
    line-height: 50px;
}
#content .form .heading:hover {
    cursor: pointer;
}
#content .form .heading p.subtitle {
    display: inline;
    margin: 0 0 0 16px;
    padding: 15px 0 0;
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #aaa;
}
#content .form .heading h3.private {
    padding-left: 21px;
    background: url(../images/form_heading_icon_private.gif) no-repeat 0 17px;
}
#content .form .heading h3.search {
    padding-left: 22px;
    background: url(../images/form_heading_icon_search.gif) no-repeat 0 17px;
}
#content .form .heading h3 small {
    font-size: 100%;
    color: #888;
}
#content .form .heading .toggler {
    position: absolute;
    z-index: 3;
    top: 9px;
    right: 9px;
    width: 104px;
    height: 32px;
}
#content .form .heading .toggler span {
    outline: 0;
    display: block;
    cursor: pointer;
    height: 32px;
    background: url(../images/toggler_span_bg.png) no-repeat;
    text-indent: -9999px;
}
#content .form .heading .toggler span.on {
    float: left;
    display: inline;
    width: 50px;
}
#content .form.open .heading .toggler span.on,
#content .form.open .heading .toggler span.on:hover { background-position: 0 -64px }
#content .form .heading .toggler span.on:hover { background-position: 0 -32px }
#content .form .heading .toggler span.on { background-position: 0 0 }
#content .form .heading .toggler span.off {
    float: left;
    display: inline;
    width: 54px;
    background-position: 100% -64px;
}
#content .form.open .heading .toggler span.off:hover { background-position: 100% -32px }
#content .form.open .heading .toggler span.off { background-position: 100% 0 }
#content .form .content {
    display: none;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: -12px 0 20px;
    background: url(../images/form_content_bg.gif) repeat-y;
}
#content .form.open .content { display: block }
#content .form .content.nobottommargin { margin-bottom: 0 }
#content .form .info { margin-top: -14px }
#content .form .info p {
    margin: 0 0 18px;
    font-size: 11px;
    font-style: italic;
    color: #666;
}
#content .form .content .cap {
    display: block;
    width: 100%;
    font-size: 1px;
    line-height: 1px;
}
#content .form .content .cap.top {
    height: 13px;
    background: url(../images/form_content_bgtop.gif) no-repeat;
}
#content .form .content .cap.bottom {
    height: 7px;
    background: url(../images/form_content_bgbottom.gif) no-repeat;
}
.formrow {
    width: 681px;
    margin: 0 1px;
    padding: 14px 20px 16px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e9e9e9;
    clear: both;
}
.formrow.rightHalf {
	width: 275px;
    float: left;
    display: block;
    clear: right;
}
.formrow.leftHalf {
	width: 275px;
    float: left;
    display: block;
    clear: left;
}
.formrow.rightHalf dd,
.formrow.rightHalf dt {
	width: 220px;
}
.formrow.leftHalf dt,
.formrow.leftHalf dt {
	width: 220px;
}
.formrow.rightThird {
	width: 165px;
	clear: none !important;
    float: left;
    display: inline;
}
.formrow.middleThird {
	width: 110px;
	clear: none !important;
    float: left;
    display: inline;
}
.formrow.leftThird {
	width: 165px;
	clear: none !important;
    float: left;
    display: inline;
}
.formrow.rightThird dd,
.formrow.rightThird dt {
	width: 110px;
}
.formrow.middleThird dd,
.formrow.middleThird dt {
	width: 110px;
}
.formrow.leftThird dd,
.formrow.leftThird dt {
	width: 110px;
}
.formrow.first,
.formrow:first-child { border-top: 0 }
.formrow.last,
.formrow:last-child {
    padding-bottom: 11px;
    border-bottom: 0;
}
.formrow .highlight {
    padding: 1px;
    background: #ffa;
    text-shadow: none;
}
.formrow .inlineactions {
    float: right;
    display: inline;
}
.formrow .inlineactions a {
    outline: 0;
    padding-left: 20px;
    font-weight: normal;
}
.formrow .inlineactions a:active {
    position: relative;
    top: 1px;
}
.formrow .inlineactions a.drawer {
    color: #606060;
    background: url(../images/icon_drawer.png) no-repeat 0 50%;
}
.formrow .inlineactions a.drawer:hover {
    background-position: -400px 50%;
    color: #0077e4;
}
.formrow .form-subcontainer {
    margin-left: 20px;
    width: 400px;
}
.formrow .form-subheading {
    display: block;
}
.formrow .form-subheading label {
    text-transform: uppercase;
    font-size: 10px;
}
.deleteThis {
    height: 100%;
}
#content #addItemForm .form {
	margin-bottom: 16px;
}

#content #addItemForm .content {
    margin-bottom: 0px;
}

#content #addItemForm .section.collapsed .content {
	display: none;
}

#content #addItemForm .cog {
	cursor: pointer;
	font-weight: bold;
}

#content #addItemForm .section.blank .cog{
	/*color: red;*/
}

#content form .inline-loading, #content form .inline-complete, #content form .inline-error  {
	display: none;
	padding-left: 16px;
	height: 16px;
	line-height: 16px;
}

#content form .inline-loading {
	background: url(../images/loading-small.gif) top left no-repeat;
}

#content form .inline-complete {
	background: url(../images/accept.png) top left no-repeat;
}

#content form .inline-error {
	background: url(../images/exclamation.png) top left no-repeat;
}

.formrow.draweropen .inlineactions a.drawer { background-position: -800px 50% }
.formrow.draweropen .inlineactions a.drawer:hover { background-position: -1200px 50% }
.formrow dt {
    display: block;
    width: 540px;
    padding: 0 0 4px;
    font-weight: bold;
    color: #222;
    text-shadow: #fff 1px 1px 0;
}
.formrow dt.withdescription { padding: 0 0 8px }
.formrow dt small {
    font-size: 100%;
    font-weight: normal;
    color: #777;
}
.formrow dd {
    width: 550px;
    zoom: 1;
}
.formrow dd:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.formrow dd.nolabel { padding-top: 5px }
.formrow dd input.textfield {
    width: 520px;
    margin: 0 0 4px;
    padding: 7px 9px;
    font-size: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #fff url(../images/textfield_bg.gif) no-repeat;
    border: 1px solid #c0c0c0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 0 #fff;
    -webkit-box-shadow: 1px 1px 0 #fff;
    box-shadow: 1px 1px 0 #fff;
}
.formrow dd input.textfield:hover { border-color: #aaa }
.formrow dd input.textfield:focus { border-color: #0077e4 }
.formrow dd input.textfield.short { width: 110px }
.formrow dd input.textfield.shorter { width: 200px }
.formrow dd input.textfield.cc_number { width: 220px }
.formrow dd input.textfield.domain { width: 320px }
.formrow dd input.textfield.ga-code { width: 140px }
.formrow dd select { margin: 0 0 3px }
.formrow dd .checkbox_container {
    float: left;
    display: inline;
    margin: 0 0 3px;
    padding: 5px 8px;
    color: #333;
    background: #dde8eb;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    zoom: 1;
}
.formrow dd .checkbox_container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.formrow dd .checkbox_container:hover {
    color: #222;
    background: #e3ecef;
    border-color: #ccc #bbb #bbb #ccc;
}
.formrow dd .checkbox_container .note {
    display: block;
    margin: 0 0 0 23px;
    font: 11px/17px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
}
.formrow dd ul.checkboxes {
    list-style: none;
    margin: 0;
}
.formrow dd ul.checkboxes li { clear: both }
.formrow dd ul.checkboxes li .checkbox_container { padding: 2px 6px 3px 4px }
.formrow dd ul.checkboxlist {
    list-style: none;
    width: 541px;
    margin: 4px 0 3px;
}
.formrow dd ul.checkboxlist li {
    display: block;
    margin: 0;
    padding: 8px 10px;
    color: #333;
    background: #dde8eb;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    text-shadow: rgba(255,255,255,.4) 1px 1px 0;
    zoom: 1;
}
.formrow dd ul.checkboxlist li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.formrow dd ul.checkboxlist li:hover {
    color: #222;
    background: #e3ecef;
}
.formrow dd ul.checkboxlist li.first {
    border-top: 1px solid #ddd;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.formrow dd ul.checkboxlist li.last {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.formrow dd ul.checkboxlist li span {
    float: left;
    display: inline;
    padding: 0 0 0 1px;
    vertical-align: middle;
}
.formrow dd ul.checkboxlist li span.note {
    font-size: 11px;
    line-height: 17px;
}
.formrow dd ul.checkboxlist li select {
    float: left;
    display: inline;
    vertical-align: middle;
    margin: 0 0 0 6px;
}
.formrow dd textarea {
    width: 520px;
    height: 120px;
    padding: 8px 10px;
    margin: 0 0 4px;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #fff url(../images/textfield_bg.gif) no-repeat;
    border: 1px solid #c0c0c0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 0 #fff;
    -webkit-box-shadow: 1px 1px 0 #fff;
    box-shadow: 1px 1px 0 #fff;
}
.formrow dd textarea:hover { border-color: #aaa }
.formrow dd textarea:focus { border-color: #0077e4 }
.formrow dd .helper {
    display: block;
    margin: 0 0 4px;
    zoom: 1;
}
.formrow dd .helper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.formrow dd .helper span {
    float: left;
    display: inline;
    margin: 9px 7px 0;
    font-size: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #666;
    text-shadow: #fff 1px 1px 0;
}
.formrow dd .helper span.first { margin-left: 0 }
.formrow dd .helper input {
    float: left;
    display: inline;
    margin: 0;
}
.formrow dd p {
    display: block;
    margin: 0;
    line-height: 16px;
    color: #777;
    text-shadow: #fff 1px 1px 0;
}
.formrow dd p.note {
    padding: 1px 0 0;
    font-size: 11px;
    color: #888;
}
.formrow dd p.note span { vertical-align: middle }
#price_estimate span { vertical-align: inherit}
.formrow dd p.note img { vertical-align: middle }
.formrow dd .secondary-action { float: right }
.formrow dd .body { zoom: 1 }
.formrow dd .body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.formrow.article dt { width: auto }
.formrow.article dd { width: auto }
.formrow.article dd textarea {
    outline: 0;
    width: 659px;
    height: 200px;
}
form .actions {
    margin: 0 0 8px;
    zoom: 1;
}
form .actions .button input[type=submit], form .actions .button input[type=button] {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
}
form .actions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form .actions.pagebreak {
    margin: 0 -20px 20px;
    padding: 0 20px 18px;
    border-bottom: 1px solid #ddd;
}
form .actions .or {
    float: left;
    display: inline;
    margin: 0 0 0 7px;
    line-height: 39px;
    color: #808080;
}
form .actions .or a { outline: 0 }
form .actions .or a:active {
    position: relative;
    top: 1px;
}
form .content .split-column {
    float: left;
    padding-right: 150px;
}
#content form .formrow input.invalid {
    background: yellow;
}
#content .form .content .formrow#watchers-content { display: none }
#content .form .content .formrow#attachments #attachedfiles {
    display: none;
    margin: 0 0 10px;
    font-weight: normal;
}
#content .form .content .formrow#attachments #attachedfiles ul {
    list-style: none;
    margin: 0;
}
#content .form .content .formrow#attachments #attachedfiles ul li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
#content .form .content .formrow#attachments #attachedfiles ul li a.delete {
    outline: 0;
    float: right;
    display: inline;
}
#content .form .content .formrow#attachments #attachedfiles ul li a.delete:active {
    position: relative;
    top: 1px;
}
#content .form .content .formrow#attachments label span { display: none }
#content .form .content .formrow#attachments label.multiple span { display: inline }
#content .private .form .heading h3.cog {
    padding-left: 21px;
    background: url(../images/form_heading_icon_private.gif) no-repeat 0 17px;
}
#content .private .form .content .checkboxlist li#discussion_private { background-color: #fae8e8 }
#content .private .form .content .checkboxlist li#discussion_private span.note {
    font-weight: bold;
    color: #d11;
}
#content .instantform {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #fff;
}
#content .instantform form {
    margin-top: 13px;
    margin-left: 20px;
}
#content .sales input {
    padding: 10px 5px 10px 15px;
    border-radius: 8px;
    border: 1px #efefef solid;
}
#content .sales td.SKU {
    width: 230px;
}
#content .sales td.discount {
    width: 100px;
}
#content table {
    width: 100%;
    margin: 0;
    font-size: 11px;
    line-height: 16px;
}
#content table a { padding: 11px 0 }
#content table tr th {
    padding: 6px 10px 5px;
    font-weight: normal;
    font-size: 10px;
    color: #999;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #eee;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#content table.sales tr th {
    padding: 5px 8px 4px;
    font-weight: normal;
    font-size: 10px;
    color: #999;
    border-top: none;
}
#content table.sales tr td {
    padding: 10px 10px 10px;
}
#content table tr.sale_item {
    height: 58px;
}
#content table tr.sale_item:nth-child(odd) {
    background: #e5e5e5;
}
#content table tr th.center { text-align: center }
#content table tr th.right,
#content table tr td.right { text-align: right }
#content table tr td {
    padding: 12px 10px 12px;
    color: #333;
    border-bottom: 1px solid #eee;
}
#content table tr td.item-title, td.global-gross {
    font-size: 12px;
	font-weight: bold;
}
#content table tr.strong td, #content table tr.strong th {
    border-top: 1px solid #000;
	font-weight: bold;
}
#content table tr.taxes td {
    border-bottom: none;
}
#content table tr td.center { text-align: center }
#content table tr td.title {
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
}
#content table tr td.title a { font-weight: bold }
#content table tr td.date {
    text-align: right;
    color: #808080;
}
#content table tr td.actions a { outline: 0 }
#content table tr td.actions a:active {
    position: relative;
    top: 1px;
}
#content table tr.last-child td,
#content table tr.last td { border-bottom: 0 }
#content .arrownav {
    margin: 0 0 20px;
    background: url(../images/arrownav_bg.png) repeat-y;
}
#content .items table {
    width: 100%;
    margin: 0;
    font-size: 11px;
    line-height: 13px;
    table-layout: fixed;
}
#content .items  table a { padding: 11px 0 }
#content .items  table tr th {
    padding: 5px 10px;
    font-weight: normal;
    font-size: 10px;
    color: #999;
    border-top: none;
    border-bottom: 1px solid #ddd;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#content .items  table tr th.first,
#content .items  table tr td.first { padding-left: 0px; }
#content .items  table tr th.last,
#content .items  table tr td.last { text-align: right; padding-right: 0; }
#content .items  table tr th.center { text-align: center }
#content .items  table tr th.right,
#content .items  table tr td.right { text-align: right }
#content .items  table tr td {
    padding: 9px 10px 9px;
    color: #333;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    hyphens: auto;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /*white-space: nowrap;*/
    vertical-align: top;
}
#content .items  table tr td.center { text-align: center }
#content .items  table tr td.title a { font-weight: bold }
#content .items  table tr td.date {
    text-align: right;
    color: #808080;
}
#content .items  table tr td.actions a { outline: 0 }
#content .items  table tr td.actions a:active {
    position: relative;
    top: 1px;
}
#content .items  table tr.last-child td,
#content .items  table tr.last td { border-bottom: 0 }
#content .items  table tr td.id { width: 50px; }
#content .items  table tr td.description { width: 120px; }
#content .items  table tr td.title { width: 95px; }
#content .items  table tr td.brand { width: 140px; }
#content .items  table tr td.size { width: 65px; }
#content .items  table tr td.color { width: 85px; }
#content .items  table tr td.price { width: 80px; }
#content .items  table tr td.date { width: 95px; }
#content .arrownav.standalone { margin: 0 0 10px }
#content .arrownav .cap {
    height: 7px;
    background: url(../images/arrownav_bg.png) no-repeat -723px 100%;
}
#content .arrownav h3 { background: url(../images/arrownav_bg.png) no-repeat -723px 0 }
#content .arrownav h3 {
    margin: 0;
    padding: 15px 0 13px 21px;
    font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #606060;
    text-shadow: rgba(255,255,255,.5) 1px 1px 0;
}
#content .arrownav ul {
    list-style: none;
    margin: 0 19px 12px;
    border: 1px solid #d0d0d0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: rgba(0,0,0,.10) 0 0 2px;
    -webkit-box-shadow: rgba(0,0,0,.10) 0 0 2px;
    box-shadow: rgba(0,0,0,.10) 0 0 2px;
    zoom: 1;
}
#content .arrownav ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .arrownav ul li {
    position: relative;
    float: left;
    display: inline;
    width: 683px;
    margin: 0;
    padding: 0;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    text-shadow: rgba(255,255,255,.4) 1px 1px 0;
    zoom: 1;
}
#content .arrownav ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .arrownav ul li .moreinfo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font: 11px/17px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
}
#content .arrownav ul li .moreinfo a { color: #777 }
#content .arrownav ul li .moreinfo a:hover { color: #08e }
#content .arrownav ul li a {
    display: block;
    outline: 0;
    padding: 9px 12px;
}
#content .arrownav ul li a:active {
    padding-top: 10px;
    padding-bottom: 8px;
}
#content .arrownav ul li.first {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
#content .arrownav ul li.last {
    border: 0;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#content #createqueue { display: none }
#createqueue { position: relative }
#content #articles .actionbar {
    margin-top: -1px;
    margin-bottom: -20px;
}
#content #pendinginvitations {
    position: relative;
    width: 743px;
    margin: 0 -10px;
}
#content #filters ul li.row { zoom: 1 }
#content #filters ul li.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content #filters ul li.row dl {
    float: left;
    display: inline;
    width: 580px;
    zoom: 1;
}
#content #filters ul li.row dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content #filters ul li.row dl dt {
    float: left;
    display: inline;
    width: 100px;
    margin: 0 10px 0 0;
    font-weight: normal;
    font-size: 10px;
    color: #999;
    text-align: right;
    text-transform: uppercase;
    text-shadow: #fff 1px 1px 0;
    letter-spacing: 2px;
}
#content #filters ul li.row dl dd {
    float: left;
    display: inline;
    width: 450px;
}
#content #filters ul li.row dl.ifmatches { margin-bottom: 2px }
#content #filters ul li.row dl.ifmatches dt { padding-top: 2px }
#content #filters ul li.row dl.ifmatches dd a { outline: 0 }
#content #filters ul li.row dl.ifmatches dd a {
    font-size: 14px;
    line-height: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#content #filters ul li.row dl.ifmatches dd a:hover ul li { text-decoration: underline }
#content #filters ul li.row dl.dothis { margin-bottom: 2px }
#content #filters ul li.row dl.dothis dt { padding-top: 0 }
#content #filters ul li.row dl.dothis dd ul li { color: #333 }
#content #filterform .form dl#company { padding-bottom: 17px }
#content #filterform .form #selectactions { background: url(../images/selectactions_bg.gif) no-repeat }
#content #filterform .form #selectactions .heading {
    height: auto;
    padding-top: 1px;
    background-image: none;
}
#content #filterform .form #selectactions .heading h3 {
    margin-left: 21px;
    padding: 16px 0 2px 24px;
    background: url(../images/form_heading_icon_selectactions.gif) no-repeat 0 18px;
}
#content #filterform .form #selectactions .content { background-image: none }
#content #filterform .form #selectactions .content .formrow dd ul.checkboxlist {
    -moz-box-shadow: rgba(255,255,255,0.8) 0 0 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#content #filterform .form #selectactions .content .formrow dd ul.checkboxlist li { border-color: #ccc #b9b9b9 #b9b9b9 #ccc }
#content #filterform .form #selectactions .content .formrow dd ul.checkboxlist li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content #filterform .form #selectactions .content .formrow dd ul.checkboxlist li:hover {
    color: #222;
    background: #e3ecef;
    border-color: #ccc #bbb #bbb #ccc;
}
#content #filterform .form #selectactions .content .formrow dd ul.checkboxlist li.first { border-top-color: #ccc }
#content #filterform .form #selectactions .cap.bottom { background: url(../images/selectactions_bgbottom.gif) no-repeat }
#content #testsearch { display: none }
.lightbox .content #testsearch { margin: -4px 0 0 }
.lightbox .content #testsearch #testsearch-status p {
    margin: 0 0 17px;
    padding: 0 0 0 25px;
    background: url(../images/icon_loading.gif) no-repeat 0 50%;
}
.lightbox .content #testsearch #testsearch-status p.finished {
    padding: 0;
    background-image: none;
}
.lightbox .content #testsearch #testsearch-listing {
    overflow-y: scroll;
    height: 299px;
    margin: -1px -1px 9px;
    border: 1px solid #e6e6e6;
    border-color: #c0c0c0 #e6e6e6 #e6e6e6 #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.lightbox .content #testsearch #testsearch-listing ul { margin: -1px 0 0 }
.lightbox .content #testsearch #testsearch-listing ul>li {
    padding: 7px 12px;
    border-top: 1px solid #eee;
    zoom: 1;
}
.lightbox .content #testsearch #testsearch-listing ul>li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.lightbox .content #testsearch #testsearch-listing ul>li h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font: 13px/19px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #808080;
}
.lightbox .content #testsearch #testsearch-listing ul>li h4 a {
    outline: 0;
    padding: 8px 0 2px;
}
.lightbox .content #testsearch #testsearch-listing ul>li h4 a.title {
    outline: 0;
    font-weight: bold;
}
.lightbox .content #testsearch #testsearch-listing ul>li p.info {
    margin: 0;
    color: #808080;
    font: 11px/16px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
}
.lightbox .content #testsearch #testsearch-listing ul>li .separator {
    color: #d0d0d0;
    margin: 0 1px;
}
#companystats .stats {
    margin: 0 -10px;
    background: #f6f6f6;
}
#companystats .stats li {
    margin: 0;
    padding: 6px 10px 4px;
}
#companystats .stats li .selector {
    display: block;
    float: left;
    zoom: 1;
}
.heartbeat p.success {
    background: url(../images/heartbeats_success.png) no-repeat 0 50%;
    padding: 0 0 0 20px;
}
.heartbeat p.success strong { color: #0a0 }
.heartbeat p.error {
    background: url(../images/heartbeats_error.png) no-repeat 0 -1px;
    padding: 0 0 0 20px;
}
.heartbeat p.error strong { color: #d11 }
pre.email {
    overflow-x: scroll;
    margin: 0 0 20px;
    padding: 1px 20px 18px;
    background: #f6f6f6;
    border: 1px solid #d0d0d0;
    border-color: #c1c1c1 #d6d6d6 #d6d6d6 #c1c1c1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px border-radius:4px;
}
table#multipass {
    margin: 10px 0 15px;
    border: 1px solid #c0c0c0;
    border-color: #c0c0c0 #e0e0e0 #e0e0e0 #c0c0c0;
}
table#multipass th { background: #f6f6f6 }
table#multipass tr.last th { border: 0 }
ol.steps li.debug {
    list-style: none;
    zoom: 1;
}
ol.steps li.debug:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
pre.copypaste { margin: 0 0 20px }
pre.copypaste code { background: #ffc }
#compareplans table { margin: 0 }
#compareplans table thead.recommended th {
    padding: 0 10px 9px;
    font-size: 11px;
    border: 0;
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
}
#compareplans table thead.recommended th strong {
    display: block;
    padding: 0 0 9px;
    font-weight: normal;
    color: #390;
    background: url(../images/compareplans_recommended_bg.gif) no-repeat 50% 100%;
}
#compareplans table thead.plans th {
    padding: 9px 10px 10px;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    background: #282828;
    border: 0;
    border-left: 1px solid #444;
    border-bottom: 1px solid #fff;
    text-align: center;
    text-shadow: #0f0f0f -1px -1px 0;
}
#compareplans table thead.plans th.3 {
    border-left: 3px solid #dfdfdf;
}
#compareplans table thead.plans th.first { border-left: 0 }
#compareplans table thead.plans th small {
    display: block;
    font-weight: normal;
    font-size: 100%;
    color: #c0c0c0;
    letter-spacing: 0;
    text-transform: none;
}
#compareplans table thead.plans th.current {
    background: #390;
    text-shadow: #297a00 -1px -1px 0;
}
#compareplans table thead.plans th.current small { color: #cbe5a4 }
#compareplans table tbody th {
    padding: 12px 10px 12px 9px;
    font-size: 11px;
    color: #333;
    border-top: 0;
    letter-spacing: 0;
    text-transform: none;
}
#compareplans table tbody tr.last th { border-bottom: 0 }
#compareplans table tbody td {
    border-left: 1px solid #fff;
    text-align: center;
}
#compareplans table tbody td.3 {
    border-left: 3px solid #444;
}
#compareplans table tbody td span.yes {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    font-size: 1px;
    line-height: 1px;
    background: url(../images/compareplans_yes_bg.png) no-repeat;
    text-indent: -9999px;
}
#compareplans table tbody td.current { background: #ebffe4 url(../images/td_current_bg.gif) no-repeat 100% 0 }
#compareplans table tbody tr.buttons td {
    padding: 7px 8px 7px;
    background: #eee;
    border-left: 1px solid #fff;
}
#compareplans table tbody tr.buttons td a {
    float: none;
    padding: 6px 4px 6px 12px;
}
#compareplans table tbody tr.buttons td.first { border: 0 }
#compareplans table tbody tr.buttons td span.yourplan {
    font-weight: bold;
    color: #888;
    text-shadow: #fff 1px 1px 0;
}
#compareplans table tbody tr.notice td {
    font-size: 12px;
    background: #ffc;
}
#compareplans table tbody tr.notice-alert td {
    font-size: 14px;
    background: rgb(255, 90, 60);
    font-weight: bold;
    color: white;
}
#compareplans:after {
      content: "";
      display: table;
      clear: both;
}
#footer {
    width: 981px;
    margin: 0 auto;
    padding: 0 0 15px;
}
#footer p {
    margin: 0 0 15px 4px;
    font-size: 11px;
    color: #707070;
    text-align: left;
    text-shadow: #fff 1px 1px 0;
}
body.blankslate { padding: 30px 0 }
.blankslate #header h2 {
    float: none;
    display: block;
    margin: 0 0 22px;
}
.blankslate #header #progress {
    width: 981px;
    background: url(../images/blankslate/progress_bg.gif) no-repeat 0 10px;
}
.blankslate #header #progress ul {
    list-style: none;
    margin: 0 0 17px;
    padding: 0;
    zoom: 1;
}
.blankslate #header #progress ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.blankslate #header #progress ul li {
    float: left;
    display: inline;
    padding-top: 32px;
    font: 11px/18px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    color: #909090;
    background: url(../images/blankslate/progress_li_bg.gif) no-repeat 50% 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: #fff 1px 1px 0;
}
.blankslate #header #progress ul li.step1 { margin-left: 21px }
.blankslate #header #progress ul li.step2 { width: 699px }
.blankslate #header #progress ul li.step3 {
    float: right;
    margin-right: 22px;
}
.blankslate.step1 #header #progress ul li.step1,
.blankslate.step2 #header #progress ul li.step2,
.blankslate #header #progress ul li.current {
    color: #222;
    background-position: 50% -100px;
}
.blankslate.step2 #header #progress ul li.step1,
.blankslate #header #progress ul li.done { background-position: 50% -200px }
.blankslate #main { background-image: url(../images/main_white_bg.gif) }
.blankslate #main .cap.top { background-image: url(../images/main_white_bgtop.gif) }
.blankslate #main .step .content {
    width: 938px;
    margin: 13px 22px 20px 21px;
    background: url(../images/blankslate/step_content_bg.jpg) no-repeat;
    zoom: 1;
}
.blankslate #main .step .content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.blankslate #main .step .content .cap {
    clear: both;
    display: block;
    width: 938px;
    height: 6px;
    line-height: 1px;
    background: url(../images/blankslate/step_content_bgbottom.gif) no-repeat;
}
.blankslate #main .step .content .description {
    float: left;
    display: inline;
    width: 266px;
    margin: 0 0 -4px 0;
    padding: 15px 30px 0 20px;
    background: url(../images/blankslate/description_bg.gif) no-repeat;
}
.blankslate #main .step .content .description h3 {
    margin: 0 0 15px;
    padding: 0;
    font: bold 15px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
}
.blankslate #main .step .content .description p {
    margin: 0 0 15px;
    color: #c9c9c9;
}
.blankslate #main .step .content .form {
    float: right;
    display: inline;
    width: 570px;
    margin: 0;
    padding: 18px 21px 0;
    background: url(../images/blankslate/form_bg.jpg) no-repeat;
}
.blankslate #main .step .content .form p.last { margin: 0 0 14px }
.blankslate #main .step .content .form label {
    display: block;
    padding: 0 0 7px;
    font-weight: bold;
    color: #222;
}
.blankslate #main .step .content .form label small {
    font-size: 100%;
    font-weight: normal;
    color: #909090;
}
.blankslate #main .step .content .form input.textfield {
    width: 548px;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    background: #fff url(../images/textfield_bg.gif) no-repeat;
    border: 1px solid #c9c9c9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.blankslate #main .step .content .form input.textfield:hover { border-color: #aaa }
.blankslate #main .step .content .form input.textfield:focus { border-color: #0077e4 }
.blankslate #main .step .content .form textarea {
    width: 548px;
    height: 78px;
    margin: 0;
    padding: 10px;
    font: 14px/18px Helvetica,Arial,sans-serif;
    background: #fff url(../images/textfield_bg.gif) no-repeat;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.blankslate #main .step .content .form textarea:hover { border-color: #bbb }
.blankslate #main .step .content .form textarea:focus { border-color: #0077e4 }
.blankslate #main .step .content .form label#addmessagetrigger {
    font-weight: normal;
    color: #0077e4;
}
.blankslate #main .step .content .form label#addmessagetrigger:hover {
    cursor: pointer;
    color: #08f;
    text-decoration: underline;
}
.blankslate #main .step .content .form label#addmessagetrigger.selected {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.blankslate #main .step .content .form span#addmessagecontent { display: block }
.blankslate #main .step .actions {
    clear: both;
    width: 981px;
    height: 79px;
    margin: 0;
    background: url(../images/blankslate/actions_bg.gif) no-repeat;
    zoom: 1;
}
.blankslate #main .step .actions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.blankslate #main .step .actions .next {
    float: right;
    display: inline;
}
.blankslate #main .step .actions .next span.skip {
    float: left;
    display: inline;
    margin: 29px 0 0;
    line-height: 20px;
    color: #909090;
}
.blankslate #main .step .actions .next span.skip a {
    outline: 0;
    margin-right: 5px;
    font-weight: normal;
    color: #0077e4;
}
.blankslate #main .step .actions .next span.skip a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.blankslate #main .step .actions .next span.skip a:active {
    position: relative;
    top: 1px;
}
.blankslate #main .step .actions .next span.button {
    position: relative;
    cursor: pointer;
    float: left;
    display: inline;
    height: 37px;
    margin: 19px 22px 0 13px;
    padding: 1px 30px 1px 16px;
    font-size: 14px;
    line-height: 35px;
    background: url(../images/blankslate/next_button_bg.png) no-repeat;
    color: #fff;
    text-shadow: rgba(0,0,0,.3) -1px -1px 0;
}
.blankslate #main .step .actions .next span.button span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 20px;
    height: 39px;
    background: url(../images/blankslate/next_button_bg.png) no-repeat 100% 0;
}
.blankslate #main .step .actions .next span.button:hover { background-position: 0 -39px }
.blankslate #main .step .actions .next span.button:hover span { background-position: 100% -39px }
.blankslate #main .step .actions .next span.button:active {
    padding: 2px 29px 0 17px;
    background-position: 0 -78px;
}
.blankslate #main .step .actions .next span.button:active span { background-position: 100% -78px }
.blankslate #main .step#step2 .form input.textfield {
    font-size: 24px;
    line-height: 30px;
}
#welcome #main { background-image: url(../images/main_white_bg.gif) }
#welcome #main .cap.top { background-image: url(../images/main_white_bgtop.gif) }
#welcome #main .cap.bottom { background-image: url(../images/main_white_bgbottom.gif) }
#welcome #content {
    float: none;
    display: block;
    width: 938px;
    margin: 0 2px 0 1px;
    padding-bottom: 0;
}
#welcome #content .pageactions ul { margin-top: 2px }
#welcome #content .pageactions li a {
    outline: 0;
    padding-left: 16px;
    font-size: 11px;
    color: #777;
    background: url(../images/icon_delete.png) no-repeat 0 -1px;
}
#welcome #content .pageactions li a:hover {
    color: #0077e4;
    background-position: -386px -1px;
}
#welcome #content .pageactions li a:active {
    position: relative;
    top: 1px;
}
#welcome #content #getstarted {
    position: relative;
    margin: 0 -20px;
    padding: 17px 0 15px;
    border-top: 1px solid #d0d0d0;
    background: #f5fbfc;
    text-align: center;
    zoom: 1;
}
#welcome #content #getstarted a {
    outline: 0;
    padding-right: 11px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url(../images/welcome/getstarted_a_bg.png) no-repeat 100% 50%;
    text-shadow: #fff 1px 1px 0;
}
#welcome #content #getstarted a:active {
    position: relative;
    top: 1px;
}
#welcome #content .grid {
    position: relative;
    padding: 0 0 5px;
    zoom: 1;
}
#welcome #content .grid:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#welcome #content .grid .column { margin: 0 20px 0 0 }
#welcome #content .grid .column a {
    display: block;
    padding: 0 0 0 52px;
}
#welcome #content .grid .column a#c-queues { background: url(../images/welcome/queues.png) no-repeat 0 1px }
#welcome #content .grid .column a#c-filters { background: url(../images/welcome/filters.png) no-repeat 0 1px }
#welcome #content .grid .column a#c-emails { background: url(../images/welcome/emails.png) no-repeat 0 1px }
#welcome #content .grid .column a#c-sections { background: url(../images/welcome/sections.png) no-repeat 0 1px }
#welcome #content .grid .column a#c-article { background: url(../images/welcome/article.png) no-repeat 0 1px }
#welcome #content .grid .column a#c-autosuggest { background: url(../images/welcome/autosuggest.png) no-repeat 0 1px }
#welcome #content .grid .column a h4 {
    margin: 0 0 3px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #202020;
}
#welcome #content .grid .column a p {
    font-size: 11px;
    line-height: 18px;
    color: #707070;
}
#welcome #content .grid .column a p .link {
    padding-right: 8px;
    color: #0077e4;
    background: url(../images/welcome/link_bg.png) no-repeat 100% 50%;
    zoom: 1;
}
#welcome #content .grid .column a:hover { text-decoration: none }
#welcome #content .grid .column a#c-queues:hover,
#welcome #content .grid .column a#c-filters:hover,
#welcome #content .grid .column a#c-emails:hover,
#welcome #content .grid .column a#c-sections:hover,
#welcome #content .grid .column a#c-article:hover,
#welcome #content .grid .column a#c-autosuggest:hover { background-position: -458px 1px }
#welcome #content .grid .column a:hover h4 { color: #0f0f0f }
#welcome #content .grid .column a:hover p { color: #494949 }
#welcome #content .grid .column a:hover p .link {
    color: #08e;
    text-decoration: underline;
}
#welcome #content .grid.grid3col .column {
    float: left;
    display: inline;
    width: 299px;
}
#welcome #content .grid.grid3col .column.last {
    float: right;
    display: inline;
    margin: 0;
}
#welcome #content h2 {
    padding: 7px 10px 14px;
    margin: 0 -10px;
}
#welcome #content h3 {
    position: relative;
    margin: 0 -20px 19px;
    padding: 15px 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #eee;
    zoom: 1;
}
#welcome #content img { margin: 0 0 10px }
#content .form .content .formrow.article.draweropen dd textarea {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
#article_form .body {
    display: block;
    clear: both;
    position: relative;
}
#article_form .body #drawer {
    opacity: 0;
    position: absolute;
    float: left;
    display: none;
    right: 0;
    top: 0;
    width: 0;
    height: 417px;
    -moz-box-shadow: 1px 1px 0 #fff;
    -webkit-box-shadow: 1px 1px 0 #fff;
    box-shadow: 1px 1px 0 #fff;
}
#article_form #drawer .droptarget { height: 62px }
#article_form #drawer .droptarget a {
    position: relative;
    z-index: 1;
    top: 0;
    left: -1px;
    display: block;
    width: 188px;
    height: 62px;
    padding: 0 0 0 52px;
    line-height: 62px;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    background: url(../images/drawer_droptarget_a_bg.png) no-repeat;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.35);
}
#article_form #drawer .droptarget input {
    opacity: 0;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    padding: 0;
    width: 238px;
    height: 60px;
}
#article_form #drawer .filter-bar {
    position: relative;
    height: 32px;
    border-right: 1px solid #c0c0c0;
    background: #eaeaea;
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#f5f5f5),to(#e0e0e0));
    background: -moz-gradient(linear,0% 0,0% 100%,from(#f5f5f5),to(#e0e0e0));
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
}
#article_form #drawer .filter-bar input {
    outline: 0;
    width: 145px;
    margin-top: 5px;
    margin-left: 5px;
    padding: 3px 3px 3px 22px;
    background: #fff url(../images/drawer_filterbar_bg.png) no-repeat 7px 50%;
    border: solid 1px #bbb;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    -moz-border-radius: 10px;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    color: #666;
}
#article_form #drawer .filter-bar input:focus { border-color: #aaa }
#article_form #drawer .filter-bar #edit-assets-button {
    opacity: .8;
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    outline: 0;
    width: 48px;
    height: 22px;
    font-size: 11px;
    line-height: 22px;
    font-weight: bold;
    color: #555;
    background: url(../images/drawer_edit_bg.png) no-repeat 50% 50%;
    text-decoration: none;
    text-align: center;
}
#article_form #drawer .filter-bar #edit-assets-button:hover {
    opacity: 1;
    color: #444;
}
#article_form #drawer .file-list {
    list-style: none;
    margin: 0;
}
#article_form #drawer #drawer-scroll-area {
    position: absolute;
    top: 94px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #c0c0c0;
    border-width: 1px 1px 1px 0;
}
#article_form #drawer #drawer-pagination,
#article_form #drawer #drawer-search-action {
    display: none;
    height: 35px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 35px;
    border-bottom: solid 1px #eee;
}
#article_form #drawer #drawer-pagination a,
#article_form #drawer #drawer-search-action a {
    font-weight: bold;
    text-decoration: none;
}
#article_form #drawer #drawer-searching {
    display: none;
    height: 35px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 35px;
    border-bottom: solid 1px #eee;
    color: #999;
}
#article_form #drawer #drawer-searching img { margin-right: 10px }
#article_form #drawer #drawer-no-results {
    display: none;
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    color: #999;
    border-bottom: solid 1px #eee;
    text-align: center;
}
#article_form #drawer .file-list>li {
    overflow: hidden;
    position: relative;
    clear: both;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 0;
    background-color: #fafafa;
    border-bottom: solid 1px #eee;
}
#article_form .insertenabled #drawer .file-list>li:hover { background: #fff }
#article_form #drawer .file-list .thumbnail {
    position: relative;
    float: left;
    display: inline;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-right: solid 1px #eee;
    background: none;
}
#article_form #drawer .file-list .thumbnail.loading {
    margin: 0 10px 0 0;
    padding: 0;
    font-weight: normal;
    background: url(/images/ajax-loader-light.gif?1282254413) no-repeat 50% 50%;
}
#article_form #drawer .file-list .thumbnail.processing { background: url(/images/asset-thumb-processing.png?1282254413) no-repeat 50% 50% }
#article_form #drawer .file-list .thumbnail.processing img { display: none }
#article_form #drawer .file-list .thumbnail span {
    overflow: hidden;
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    text-align: middle;
}
#article_form #drawer .file-list .thumbnail div.hovericon {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 2;
    width: 35px;
    height: 35px;
    background: url(../images/drawer_thumbnail_hovericon_bg.png) no-repeat;
}
#article_form .insertenabled #drawer .file-list li:hover .thumbnail div.hovericon { display: block }
#article_form #drawer .file-list li .title {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: 35px;
}
#article_form #drawer .file-list li .title span {
    overflow: hidden;
    float: left;
    display: inline-block;
    width: 140px;
    font-size: 11px;
    color: #666;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
#article_form .insertenabled #drawer .file-list li:hover .title span { color: #0077e4 }
#article_form #drawer .file-list li.loading .title a {
    font-style: italic;
    color: #999;
}
#article_form #drawer .file-list li.loading div.thumbnail { background: url(/images/ajax-loader-light.gif?1282254413) no-repeat 50% 50% }
#article_form #drawer .file-list li.loading div.thumbnail img { display: none }
#article_form #drawer .file-list li a.remove-asset-btn {
    opacity: .85;
    position: absolute;
    top: 10px;
    right: 10px;
    outline: 0;
    width: 17px;
    height: 17px;
    background: transparent url(../images/drawer_li_remove_bg.png) no-repeat 0 0;
    text-indent: -9999px;
}
#article_form #drawer .file-list li .title a:hover { opacity: 1 }
.uploadframe { display: none }
#drawer-status {
    padding: 10px 40px;
    font-weight: bold;
    line-height: 1;
    color: #555;
    border-bottom: solid 1px #eee;
    background: url(/images/ajax-loader-light.gif?1282254413) no-repeat 10px 50%;
}
#drawer-drop-message {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 245px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: rgba(0,0,0,0.7) url(/images/asset-icon-drop.png?1282254413) no-repeat 50% 160px;
    text-align: center;
}
h2.management-header {
    padding-left: 22px;
    background: url(../images/form_heading_icon_cog.gif) no-repeat 0 17px;
    display: inline;
    line-height: 50px;
}
.management tr {
    transition: 0.2s background-color;
}
.management tr:hover {
    background-color: #ffffeb;
    transition-delay: 0.1s;
}
.management .managementImage {
    width: 250px;
}
.management img {
    margin-left: 95px;
}
.report {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.report .report-table {
    -webkit-user-select: text;
    -moz-user-select: text;
}
#content .report-table th.wavatar {
    padding: 6px;
    text-transform: none;
    font-size: 11px;
}
#supporter-list tr td:last-child { text-align: center }
.report-table .avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.report:after {
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    visibility: hidden;
}
.report td.report-cnt {
    border: 1px solid #d9d9d9;
    background: #fff;
    font-size: 300px;
}
.reports .pageactions form {
    text-align: right;
}
.reports .pageactions #date, 
.reports .pageactions #to_date, 
.reports .pageactions #from_date {
    width: 100px;
}
#content h2.rhead {
    position: relative;
    margin: 0 0 9px;
    padding: 6px 10px 0;
    font-size: 14px;
    line-height: 20px;
    zoom: 1;
}
#content h2.rhead:after {
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
}
h2.rhead .capsule {
    float: right;
    display: inline-block;
}
h2.rhead .capsule.text li a { width: 70px }
h2.rhead .capsule.text li a.selected {
    color: #006fbb;
    background-color: rgba(0,111,187,0.1);
    border-left-color: rgba(0,111,187,0.3);
}
h2.rhead .gbutton {
    position: absolute;
    right: 69px;
    top: 6px;
}
h2.rhead .gbutton.flush { right: 8px }
h2.rhead .gbutton.first { right: 9px }
h2.rhead .gbutton {
    margin: 0 3px 0 0;
    padding: 6px;
    min-width: 24px;
}
.report ul.legend {
    font-weight: bold;
    text-shadow: 1px 1px rgba(255,255,255,1);
    list-style: none;
    margin: 0 0 0 21px;
    padding: 13px 0 0;
    display: inline-block;
}
.report ul.legend li {
    display: inline;
    margin: 0 18px 0 0;
}
.report ul.legend li .dot {
    font-size: 14px;
    margin-right: 3px;
}
.report .fieldswrapper {
    margin: 0;
    padding: 0 10px 0;
}
.report .fieldswrapper.chart { text-align: center }
.report .fieldswrapper.table { padding: 7px 0 0 }
.report-table {
    text-align: left;
    border-collapse: collapse;
    border: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.report-table thead th {
    border: none;
    text-align: center;
}
.report-table thead th:first-child { text-align: left }
.report-table th {
    border: none;
    padding: 6px 3px;
    text-transform: none;
    border-top: 1px solid #eee;
}
#content table.report-table th { letter-spacing: 1px }
#content table.report-table td { padding: 10px }
.report-table tr.slow td,
.report-table tr.slow td a,
.report-table tr.slow th a { color: #c00 }
.report-table tr.stats td {
    line-font-size: 100%;
    border-top: 3px solid #eee;
    padding: 9px;
    border-left: 1px solid #eee;
}
.report-table tr.stats td:first-child { border-left: none }
.report-table tr.stats td.num {
    font-weight: bold;
    font-size: 200%;
    line-font-size: 140%;
}
.report-table tr.stats p.desc {
    padding: 0;
    margin: 3px 0 0 0;
    color: #777;
}
td.minigraph {
    border-left: 1px solid #aaa;
    padding: 6px 0;
    text-align: left;
    width: 300px;
}
.minibar {
    display: inline-block;
    background-color: #149a08;
    font-size: 9px;
    margin-right: 6px;
}
.minipercent {
    font-weight: bold;
    display: inline-block;
}
.grid { min-font-size: 267px }
.grid .loading,
.fieldswrapper .loading {
    margin-top: 80px;
    display: inline-block;
}
table.keyed-table {
    margin: 0;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
table.keyed-table thead th,
table.keyed-table tbody th { padding: 10px }
#content .density-report .report .fieldswrapper { min-height: 269px }
#content .density-report .report .fieldswrapper p.info {
    margin-top: 100px;
    font-weight: bold;
}
#content table.density-report {
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: default;
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}
#content table.density-report td {
    vertical-align: middle;
    border: 1px solid #92c973;
    border-bottom: 1px solid #92c973;
}
#content table.density-report tr:last-child td { border-bottom: none }
#content table.density-report th {
    border-left: 1px solid #ddd;
    padding: 8px;
}
#content table.density-report th:first-child { border-left: none }
#content table.density-report th:last-child { border-right: 1px solid #ccc }
#content .report-table thead th {
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
    color: #555;
}
#content table.density-report .avatar {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#content table.density-report td span { line-height: 100% }
#content table.density-report tr.starthour td,
#content table.density-report tr.starthour th { border-top: 3px double #297d07 }
#content table.density-report tr.endhour td,
#content table.density-report tr.endhour th { border-bottom: 3px double #297d07 }
#content table.density-report tr.starthour th,
#content table.density-report tr.endhour th,
#content table.density-report tr.workhour th {
    background-color: #f1f1f1;
    border-top-color: #ddd;
    border-bottom-color: #ddd;
    color: #091d55;
}
#content table.density-report tbody th,
#content table.density-report thead th:first-child,
table.keyed-table tbody th,
table.keyed-table thead th:first-child {
    background-color: #fafafa;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-shadow: 1px 1px #fff;
    -moz-box-shadow: inset -1px 0 0 #fff;
    -webkit-box-shadow: inset -1px 0 0 #fff;
    box-shadow: inset -1px 0 0 #fff;
}
#content table.density-report tbody tr:first-child td { border-top: none }
td.density {
    color: #000;
    text-shadow: 1px 1px rgba(255,255,255,0.2);
}
td.density0 { color: #aaa }
td.density1 { background-color: #d7fbbb }
td.density2 { background-color: #c6efa9 }
td.density3 { background-color: #b5e297 }
td.density4 { background-color: #92c973 }
td.density5 { background-color: #80bc61 }
td.density6 { background-color: #6fb04f }
td.density7 { background-color: #5da33d }
td.density8 { background-color: #4c972b }
td.density9 { background-color: #3a8a19 }
td.density10 { background-color: #297d07 }
#content .density-report tfoot th {
    border-top: 2px solid #333;
    background: #eee;
    border-bottom: 1px solid #ccc;
}
#content .density-report tfoot td {
    border: 1px solid #eee;
    border-top: 2px solid #333;
    font-weight: bold;
    font-size: 110%;
    padding: 20px 5px;
    color: #197200;
}
#supporter-report .minibar { height: 10px }
#supporter-report th { vertical-align: middle }
.minibar.gcomment { background-color: #0b7dd9 }
#supporter-report .avatar {
    float: left;
    margin-right: 5px;
}
.compsupporter {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
.consignor-feed #filler{
    padding-top: 5px;
}
.consignor-feed p {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}
.consignor-feed .day-marker {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.consignor-feed p.see_similar_bin {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top:10px;
    margin-bottom: 0px;
    border-bottom: 0px;
    border-top: 1px solid #ddd;
}
#soverview,
#scompare { min-height: 300px }
h2.placeholder {
    margin-top: 80px;
    color: #666;
    font-size: 14px;
}
.pager {
    margin: 0 0 6px;
    padding: 15px 10px 0;
    line-height: 24px;
    border-top: 1px solid #d0d0d0;
    text-align: center;
}
.pager a {
    position: relative;
    top: -1px;
    outline: 0;
    font-size: 20px;
    padding: 0 4px;
}
.pager a:hover { text-decoration: none }
.pager a:active { top: 0 }
.pager strong {
    font-weight: normal;
    font-size: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.reportactions {
    position: relative;
    float: right;
    display: inline;
    z-index: 4;
}
#statistics-body { padding-top: 8px }
#statistics-body .report .fieldswrapper.table {
    margin: 0 0 15px;
    padding: 0;
}
#statistics-body #content table tr td { padding: 12px 10px }
#content table tr td#paginate_times {
    padding: 10px 4px;
    border: 0;
    font-weight: bold;
}
#content table tr td#paginate_times .pagination { zoom: 1 }
#content table tr td#paginate_times .pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content table tr td#paginate_times span,
#content table tr td#paginate_times a {
    float: left;
    display: inline;
    padding: 2px 6px;
}
#content table tr td#paginate_times span.disabled,
#content table tr td#paginate_times span.gap {
    font-weight: normal;
    color: #999;
}
#content table tr td#paginate_times span.current {
    cursor: default;
    color: #fff;
    background: #0077e4;
    border-color: #0062bb #3295ee #3295ee #0062bb;
    text-shadow: #0062bb -1px -1px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#content table.density-report td { text-align: center }
#content table.density-report td.saturday { border-right: 0 }
.ui-helper-hidden { display: none }
.ui-helper-hidden-accessible {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui-helper-clearfix { display: inline-block } /* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height: 1%; }
.ui-helper-clearfix { display: block; } /* end clearfix */
.ui-helper-zfix { width: 100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default!important; }
.ui-icon { display: block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat; }
.ui-widget-overlay { position: absolute;top:0;left:0;width:100%;height:100%; }
.ui-widget { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em; }
.ui-widget-content { border: 1px solid #ddd;background:#eee url(..../images/ui-bg_highlight-soft_100_eeeeee_1x100.png?1298360531) 50% top repeat-x;color:#333; }
.ui-widget-content a { color: #333; }
.ui-widget-header { border: 1px solid #e78f08;background:#f6a828 url(..../images/ui-bg_gloss-wave_35_f6a828_500x100.png?1298360531) 50% 50% repeat-x;color:#fff;font-weight:bold; }
.ui-widget-header a { color: #fff; }
/*.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default { border: 1px solid #ccc;background:#f6f6f6 url(..../images/ui-bg_glass_100_f6f6f6_1x400.png?1298360531) 50% 50% repeat-x;font-weight:bold;color:#1c94c4; }*/
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited { color: #1c94c4;text-decoration:none; }
/*.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus { border: 1px solid #fbcb09;background:#fdf5ce url(..../images/ui-bg_glass_100_fdf5ce_1x400.png?1298360531) 50% 50% repeat-x;font-weight:bold;color:#c77405; }
.ui-state-hover a,
.ui-state-hover a:hover { color: #c77405;text-decoration:none; }*/
.ui-state-active,
.ui-widget-content .ui-state-active,
/*.ui-widget-header .ui-state-active { border: 1px solid #fbd850;background:#fff url(..../images/ui-bg_glass_65_ffffff_1x400.png?1298360531) 50% 50% repeat-x;font-weight:bold;color:#eb8f00; }*/
.ui-state-active a,
.ui-state-active a:link,
/*.ui-state-active a:visited { color: #eb8f00;text-decoration:none; }*/
.ui-widget :active { outline: none; }
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight { border: 1px solid #fed22f;background:#ffe45c url(..../images/ui-bg_highlight-soft_75_ffe45c_1x100.png?1298360531) 50% top repeat-x;color:#363636; }
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error { border: 1px solid #cd0a0a;background:#b81900 url(..../images/ui-bg_diagonals-thick_18_b81900_40x40.png?1298360531) 50% 50% repeat;color:#fff; }
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a { color: #fff; }
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text { color: #fff; }
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary { opacity: .7;filter:Alpha(Opacity=70);font-weight:normal; }
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled { opacity: .35;filter:Alpha(Opacity=35);background-image:none; }
.ui-icon { width: 16px;height:16px;background-image:url(..../images/ui-icons_222222_256x240.png?1298360531); }
.ui-widget-content .ui-icon { background-image: url(..../images/ui-icons_222222_256x240.png?1298360531); }
.ui-widget-header .ui-icon { background-image: url(..../images/ui-icons_ffffff_256x240.png?1298360531); }
.ui-state-default .ui-icon { background-image: url(..../images/ui-icons_ef8c08_256x240.png?1298360531); }
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon { background-image: url(..../images/ui-icons_ef8c08_256x240.png?1298360531); }
.ui-state-active .ui-icon { background-image: url(..../images/ui-icons_ef8c08_256x240.png?1298360531); }
.ui-state-highlight .ui-icon { background-image: url(..../images/ui-icons_228ef1_256x240.png?1298360531); }
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon { background-image: url(..../images/ui-icons_ffd27a_256x240.png?1298360531); }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
.ui-corner-tl { -moz-border-radius-topleft: 4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px; }
/*.ui-corner-top { -moz-border-radius-topleft: 4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px; }*/
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px; }
.ui-corner-right { -moz-border-radius-topright: 4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px; }
.ui-corner-all { -moz-border-radius: 4px;-webkit-border-radius:4px;border-radius:4px; }
.ui-widget-overlay { background: #666 url(..../images/ui-bg_diagonals-thick_20_666666_40x40.png?1298360531) 50% 50% repeat;opacity:.50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px;padding:5px;background:#000 url(..../images/ui-bg_flat_10_000000_40x100.png?1298360531) 50% 50% repeat-x;opacity:.20;filter:Alpha(Opacity=20);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; }
.ui-resizable { position: relative; }
.ui-resizable-handle { position: absolute;font-size:.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:0; }
.ui-resizable-s { cursor: s-resize;height:7px;width:100%;bottom:-5px;left:0; }
.ui-resizable-e { cursor: e-resize;width:7px;right:-5px;top:0;height:100%; }
.ui-resizable-w { cursor: w-resize;width:7px;left:-5px;top:0;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; }
.ui-autocomplete { position: absolute;cursor:default; }
* html .ui-autocomplete { width: 1px; }
.ui-menu { list-style: none;padding:2px;margin:0;display:block;float:left; }
.ui-menu .ui-menu { margin-top: -3px; }
.ui-menu .ui-menu-item { margin: 0;padding:0;zoom:1;float:left;clear:left;width:100%; }
.ui-menu .ui-menu-item a { text-decoration: none;display:block;padding:.2em .4em;line-height:1.5;zoom:1; }
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal;margin:-1px; }

/* toolbar */

#toolbar
{
	background: url(../images/toolbar_bg.gif?1289873202) repeat-x;
	font-size: 11px;
	height: 47px;
	margin: 0 0 30px;
	position: relative;
	width: 100%;
	z-index: 3;
}
#toolbar .toolbargrid
{
	margin: 0 auto;
	text-align: left;
	width: 981px;
	zoom: 1;
    position: relative;
}
#toolbar .toolbargrid:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#toolbar a
{
	color: #666;
	display: block;
	outline: 0;
	padding: 10px 12px 11px;
	text-shadow: #fff 1px 1px 0;
	zoom: 1;
}
#toolbar a:hover
{
	color: #0077e4;
	text-decoration: none;
}
#toolbar a.root
{
	background: url(../images/dashboard-main-sprite.png?1313627376) no-repeat;
	padding: 10px 12px 11px 22px;
}
#toolbar a.root:active
{
	position: relative;
	top: 1px;
}
#toolbar ul#back
{
	list-style: none;
	margin: 0;
	position: relative;
}
#toolbar ul#back li
{
	display: inline;
	float: left;
}
#toolbar ul#back li a.root
{
	background-position: -10px -20px;
}
#toolbar ul#back li a.root:hover
{
	background-position: -491px -20px;
}
#toolbar ul#back ul
{
	background: #f9f9f9 url(../images/back_ul_bg.gif?1289873202) repeat-x;
	border: 1px solid #ddd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin: 0 0 0 2px;
	moz-border-radius-bottomleft: 4px;
	moz-border-radius-bottomright: 4px;
	padding: 5px 0 6px;
	position: absolute;
	top: -999em;
	webkit-border-bottom-left-radius: 4px;
	webkit-border-bottom-right-radius: 4px;
	width: 170px;
	z-index: 30;
}
#toolbar ul#back li.hover ul
{
	top: 40px;
	z-index: 30;
}
#toolbar ul#back ul li
{
	float: none;
	font: 11px/16px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	margin: 0;
	width: 100%;
}
#toolbar ul#back ul li a
{
	color: #666;
	display: block;
	padding: 5px 19px;
	text-decoration: none;
	width: 132px;
}
#toolbar ul#back ul li a:hover
{
	background: #e4f2ff;
	color: #0077e4;
}
#toolbar ul#back ul li a:active
{
	padding: 6px 19px 4px;
}
#toolbar #account
{
	display: inline;
	float: right;
}
#toolbar #account ul
{
	list-style: none;
	margin: 0;
	zoom: 1;
}
#toolbar #account ul:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#toolbar #account ul li
{
	/* background: url(../images/toolbar_li_bg.gif?1289873202) no-repeat 100% 50%; */
	display: inline;
	float: left;
	padding: 0 2px 0 0;
}
#toolbar #account ul li span.counter
{
	background: url(../images/dashboard-main-sprite.png?1313627376) no-repeat;
	background-position: -10px -223px;
	color: #f00;
	font-weight: bold;
	margin: 0 0 0 4px;
	padding: 2px 10px 4px 9px;
	position: relative;
	text-shadow: #fff 1px 1px 0;
	z-index: 2;
}
#toolbar #account ul li span.counter span
{
	background: url(../images/dashboard-main-sprite.png?1313627376) no-repeat;
	background-position: -7px -223px;
	display: block;
	height: 19px;
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	z-index: 2;
}
#toolbar #account ul li a:hover span.counter
{
	color: #f33;
}
#toolbar #account ul li a:hover span.counter
{
	background-position: -10px -264px;
}
#toolbar #account ul li a:hover span.counter span
{
	background-position: -7px -264px;
}
#toolbar #account ul li#a-username
{
	zoom: 1;
}
#toolbar #account ul li#a-username:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#toolbar #account ul li#a-username a:active
{
	position: relative;
	top: 1px;
}
#toolbar #account ul li#a-username a img
{
	box-shadow: #fff 1px 1px 0;
	display: inline;
	float: left;
	margin: 1px 6px 0 0;
	moz-box-shadow: #fff 1px 1px 0;
	opacity: .78;
	webkit-box-shadow: #fff 1px 1px 0;
}
#toolbar #account ul li#a-username a:hover img
{
	opacity: 1;
}
#toolbar #account ul li#a-yourdiscussions a.root
{
	background-position: 0 -58px;
	padding-left: 31px;
}
#toolbar #account ul li#a-yourdiscussions a.root:hover
{
	background-position: -481px -58px;
}
#toolbar #account ul li#a-pinned a.root
{
	background-position: 0 -96px;
	padding-left: 30px;
}
#toolbar #account ul li#a-pinned a.root:hover
{
	background-position: -481px -96px;
}
#toolbar #account ul li#a-pinned #userswitch
{
	display: none;
}
#toolbar #account ul li#a-logout
{
	background-image: none;
}
#toolbar #account ul li#a-logout a.root
{
	background-position: 0 -134px;
	padding-left: 29px;
	padding-right: 5px;
}
#toolbar #account ul li#a-logout a.root:hover
{
	background-position: -481px -134px;
}
#userswitch,
#locationswitch
{
	margin: 0!important;
	text-align: left;
	width: 335px;
}
#userswitch .header,
#locationswitch .header
{
	background: url(../images/userswitch_bgtop.png?1289873202) no-repeat;
	height: 52px;
	position: relative;
	width: 335px;
}
#userswitch .header .close,
#locationswitch .header .close
{
	background: url(../images/close.png?1289873202) no-repeat 10px 10px;
	cursor: pointer;
	display: block;
	height: 51px;
	position: absolute;
	right: -20px;
	top: -10px;
	width: 51px;
}
#userswitch .header .close:active,
#locationswitch .header .close:active
{
	top: -9px;
}
#userswitch .header h3,
#locationswitch .header h3
{
	color: #777;
	font: 11px/18px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	margin: 0;
	padding: 19px 0 0 19px;
}
#userswitch .header h3 strong,
#locationswitch .header h3 strong
{
	display: inline;
	float: left;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 25px;
	margin: 0 1px 0 0;
	text-shadow: #fff 1px 1px 0;
	text-transform: uppercase;
}
#userswitch .header div.selector,
#locationswitch .header div.selector,
#userswitch .header div.selector span,
#locationswitch .header div.selector span
{
	background-image: url(../images/simpledropdown_uniform_sprite.png?1289873202);
	height: 24px;
	line-height: 24px;
	width: auto;
}
#userswitch .header div.selector,
#locationswitch .header div.selector
{
	background-position: 100% -75px;
	display: inline;
	float: left;
	margin-top: 1px;
	padding-left: 8px;
}
#userswitch .header div.selector span,
#locationswitch .header div.selector span
{
	background-position: 100% 0;
	color: #777;
	letter-spacing: 1px;
	max-width: 195px;
	padding: 0 22px 1px 0;
	text-shadow: #fff 1px 1px 0;
	text-transform: uppercase;
}
#userswitch .header div.selector select,
#locationswitch .header div.selector select
{
	background: #fff;
	cursor: pointer;
	width: 222px;
}
#userswitch .header div.selector.hover,
#locationswitch .header div.selector.hover,
#userswitch .header div.selector:hover,
#locationswitch .header div.selector:hover
{
	background-position: -492px -100px;
}
#userswitch .header div.selector.hover span,
#locationswitch .header div.selector.hover span,
#userswitch .header div.selector:hover span,
#locationswitch .header div.selector:hover span
{
	background-position: 100% -25px;
	color: #0077e4;
}
#userswitch .header div.selector:active,
#locationswitch .header div.selector:active
{
	background-position: -492px -125px;
}
#userswitch .header div.selector:active span,
#locationswitch .header div.selector:active span
{
	background-position: 100% -50px;
	padding: 1px 21px 0 1px;
}
#userswitch .content,
#locationswitch .content
{
	background: white;
    margin-left:5px;
    padding: 2px 6px 5px;
    width: 313px;
    -webkit-box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.5);
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#userswitch .content ul,
#locationswitch .content ul
{
	list-style: none;
	margin: 0;
}
#userswitch .content ul li,
#locationswitch .content ul li
{
	border-bottom: 1px solid #eee;
}
#userswitch .content ul li a,
#locationswitch .content ul li a
{
	border: 1px solid #fff;
	border-width: 1px 0;
	color: #0077e4;
	display: block;
	outline: 0;
	padding: 7px 13px 6px;
	text-decoration: none;
}
#userswitch .content ul li a span.title,
#locationswitch .content ul li a span.title
{
	display: block;
	font: bold 13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#userswitch .content ul li .item,
#locationswitch .content ul li .item {
    outline: 0;
    display: block;
    padding: 7px 13px 6px;
    color: #666;
    border: 1px solid #fff;
    border-width: 1px 0;
    text-decoration: none;
}
#userswitch .content ul li .selected,
#locationswitch .content ul li .selected {
	background: #FFFFD5;
}
#userswitch .content ul li .item span.title,
#locationswitch .content ul li .item span.title {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font: bold 13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#userswitch .content ul li a span.info,
#locationswitch .content ul li a span.info
{
	color: #808080;
	font-size: 11px;
}
#userswitch .content ul li a span.info .separator,
#locationswitch .content ul li a span.info .separator
{
	color: #d0d0d0;
	margin: 0 1px;
}
#userswitch .content ul li a:hover span.title,
#locationswitch .content ul li a:hover span.title
{
	text-decoration: underline;
}
#userswitch .content ul li.more,
#locationswitch .content ul li.more
{
	border: 0;
}
#userswitch .content ul li.more a,
#locationswitch .content ul li.more a
{
	border-width: 1px 0 0;
	font: 13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding-bottom: 11px;
	padding-top: 9px;
}
#userswitch .content ul li.more a:hover,
#locationswitch .content ul li.more a:hover
{
	text-decoration: underline;
}
#userswitch .content p,
#locationswitch .content p
{
	margin: 0 14px 13px;
	padding: 13px 0 0;
}
#userswitch {
    display: none;
    z-index: 1002;
    position: absolute;
    top: 30px;
    left: 575px;
    margin-left: 0px;
}
.focus_submit {
    border:1px solid #000000;
}
div.modal {
    min-width: 400px;
    max-width: 650px;
}
.modal h3 {
    padding-left: 50px;
    clear: both;
}
.modal h3:hover {
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
    color: #808080;
    cursor: pointer;
}
.modal dl {
    margin: 20px 0 20px 10px;
}
.modal input[type=text] {
    padding: 12px 0 12px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-size: 12px;
    background: #fbfbfb;
}
.modal input[type=text]:focus {
    background: #fff;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}
.modal input[type=text].modal_short {
    width: 250px;
}
.modal input[type=text].modal_medium {
    width: 400px;
}
.modal .content {
    margin: 0 20px 0 20px;
}
.modal .actions {
    float: right;
    margin-bottom: 5px;
}

.float-right{
    float: right;
}


/*
* JAVASCRIPT TOURS CSS
*/
 .request-demo{
    float: left;
    display: inline;
    background-color: #c7243f;
    color: #fff !important;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}
.request-demo:hover{
    background-color: #dd415b;
}
.tours-div{
    /*margin: 0 auto;*/
    margin-left: 239.5px;
    /*margin-right: 0;*/
    height: 60px;
    padding: 10px;
    width: 485px;
    border-radius: 5px;
    border: solid 1px #186286;
    background-color: #2491c7;
    color: #fff;
}
.tour-header{
    font-size: 18px;
}
.tour-dropdown{
   margin: 5px;
}
.tour-dropdown li{
   list-style: none;
}
.tour-dropdown li a{
   color: #fff;
   background-color: #24c7ac;
   /*border: solid 1px #24c7ac;*/
   display: inline-block;
   float: left;
   font-weight: bold;
   padding: 10px;
   text-align: center;
   text-decoration: none;
   width: 75px;
}
.tour-dropdown li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tour-dropdown li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.tour-dropdown li a:hover{
    background-color: #41ddc3;
    /*border: solid 1px #24c7ac;*/
}
/* dropdown menu on items page */
#itemResultsContainer {
    clear: both;
}

.action_dropdown_container {
    position: relative;
}

.action_dropdown {
    display: none;
    border: 1px solid #aaa;
    position: absolute;
    right: 0px;
    top: 32px;
    -webkit-box-shadow: 3px 4px 25px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 25px -3px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 25px -3px rgba(0,0,0,0.75);
}
.action_dropdown p {
    /*border-bottom: 1px solid #aaa;*/
    padding: 10px 15px;
    font-size: 11px;
    margin: 0px;
    text-align: right;
}
.action_dropdown p:nth-child(even) {
    background: #efefef;
}
.action_dropdown p:nth-child(odd) {
    background: #fff;
}
.action_dropdown_link span {
    color: #0077e4;
    text-align: right;
    float: right;
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin: 5px 0 15px 0
}
.action_dropdown_link span:hover {
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
    background-color: #f0f0f0;
}
.consignor-info {
  margin: 5px 0 15px 10px;
  width: 400px;
}
.consignor-info table tr td {
  border-bottom-width: 0px !important;
  color: #6d6d6d !important;
  padding: 1px 0 !important;
  width: 162px !important;
}
.consignor-info i {
  margin-right: 6px;
  color: #000 !important;
}
.microcopy-tiny {
  font-size: 11px;
  color: #aaa;
}
.microcopy-small {
  font-size: 12px;
  color: #666;
}

/* CSS for INACTIVE CONSIGNORS AND CUSTOMERS */
.inactive-span {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    color: #ff2b39;
}
.inactive{
    opacity: 0.6 !important;
}

.grid *, .grid *:after, .grid *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 10px;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-3 {
  width: 33.33%;
}
.col-3-3 {
    width: 99.99%;
}
[class*='col-'] {
  float: left;
  padding-right: 10px;
}
[class*='col-']:last-of-type {
  padding-right: 0;
}

.module {
  padding: 10px;
/*  background: #f7f7f7;*/
  border: 2px solid #ddd;
  border-radius: 10px;
}
.module:hover {
    background: #fefefe;
    -webkit-transition: background-color 100ms ease-out 0.2s;
    -moz-transition: background-color 100ms ease-out 0.2s;
    -o-transition: background-color 100ms ease-out 0.2s;
    transition: background-color 100ms ease-out 0.2s;
    cursor: pointer;
}
.spark_total_div {

}
.spark_total_div span {
    display: block;
    text-align: center;
}
.spark_total {
    font-size: 24px;
    margin: 20px 0 10px;
    font-weight: bold;
    color: #0077e4;
}
.spark_total_black {
    color: #000 !important;
    margin-top: 10px !important;
}
.spark_total_red {
    color: red !important;
    margin-top: 10px !important;
}
span.currency_symbol {
    vertical-align: super;
    font-size: small;
    display: inline;
}
div.dashboard_header:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 10px;
}
.delete-file-btn{
    height: 25px !important;
    padding: 1px 20px !important;
    font-size: 12px !important;
}
.file-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0 0 50px 0;
    margin: 0;
}

.file-gallery li {
    flex: 0 0 25%; /* 4 columns, so 25% width each */
    box-sizing: border-box;
    padding: 10px;
}

.file-gallery img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* The Modal (background) */
.fileModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1 !important; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 50px;
    width:80%; /* Full width */
    height: 80%; /* Full height */
    min-width: 100% !important;
    min-height: 100% !important;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black with opacity */
}

/* Modal Content (the image) */
.fileModal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 1200px;
    max-height: 700px;
    padding-top: 40px;
}

/* Caption of Modal Image */
.fileCaption {
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.fileModal-content, .caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

/* The Close Button */
.fileClose {
    position: absolute;
    top: 45px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.fileClose:hover,
.fileClose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Responsive styling for smaller screens */
@media only screen and (max-width: 700px) {
    .fileModal-content {
        width: 100%;
    }
}