/*
Wildflower CMS main stylesheet
 
Colors
======
#000 - Black - Main type color
#e2e2e2 - Light Grey - Non-content background 
#0033CC - Link Blue - Hyperlinks
#eefaff - Ligh Blue - Sidebar highlight background
*/

html,
body {
    margin: 0;
	padding: 0;
}

/* Layout */

html {
	font: 12px/16px "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; /* Lucida Grande works best on OS X, Tahoma is very similar and a system font on Windows */
	background: #e2e2e2;
	color: #000;
}

a {
    color: #0033CC;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0033CC;
}

img {
    border: none;
}

hr {
    display: none;
}

#wrap,
#footer,
#header-wrap {
    padding: 0 20px;
}

#wrap {
    color: #000;
    min-width: 870px;
}

#footer {
    margin: 0;
    padding: 0 30px 14px;
    font-size: 10px;
}

    #footer a {
        color: #686868;
        text-decoration: none;
    }
    

/* Header */

#header {
    background: #0C3E47;/* url(img/logo.gif) no-repeat;*/
    overflow: hidden;
    color: #feffc2;
    padding: 0 15px;
}

    #header a {
        color: #fff;
    }
    
    #header a:hover {
        background: #3b3b3b;
        color: #fff;
    }

#site_title {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
    padding: 17px 10px;
    display: block;
    float: left;
    color: rgb(206,209,41);
	/*text-indent:-2000px;*/
}
    
#site_index {
    float: left;
    display: block;
    padding: 3px 5px;
    margin: 18px 0 0 -3px;
}
    
#nav {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    clear: both;
}

    #nav li {
        float: left;
    }
    
    #nav .nav_item_on_right {
        float: right;
    }
    
    #nav a {
        display: block;
        height: 13px;
        margin: 0 3px 0 0;
        padding: 4px 9px 8px 9px;
        background: rgb(15,15,51);
        color: #fff;
        text-decoration: none;
		-moz-border-radius-topright:5px;
		-moz-border-radius-topleft:5px;
    }
    
    #nav .current,
    #nav .current:hover {
        color: #008720;
        background-color: #e2e2e2;
        font-weight: bold;
    }
    
    #nav .current {
        color: rgb(100,100,20);
    }
        
    #nav a:hover {
        color: #fff;
        background-color: #282828;
    }

#login_info {
    position: absolute;
    top: 5px;
    right: 20px;
}

    #login-info a {
        display: inline-block;
        padding: 3px 5px;
    }

#content {
    float: left;
    width: 70%;
    position: relative;
    margin: 0;
    background: #fff;
    margin: 8px 0 0 0;
}

#co_right_shadow {
    background: url(img/wrap_shadow_right.png) right top repeat-y;
}

#co_bottom_shadow {
    background: url(img/wrap_bottom_shadow.png) left bottom repeat-x;
}

#co_top_shadow {
    background: url(img/wrap_top_shadow.png) left top repeat-x;
}

#co_top_right_corner {
    background: url(img/wrap_top_right_corner.png) right top no-repeat;
    padding-top: 13px;
}

#co_right_bottom_corner {
    padding-bottom: 10px;
    padding-right: 16px;
    background: url(img/wrap_shadow_right_bottom_corner.png) right bottom no-repeat;
}

#content_pad {
    padding: 20px 20px 20px;
    min-height: 200px;
}

.cleaner {
    clear: both;
    height: 1px;
    margin-top: -1px;
    display: block;
}
    
    #wrap a.add,
    .button {
        background: url(img/sidebar-button.png) 0 0 no-repeat;
        height: 33px;
        padding: 0 0 0 14px;
        display: inline-block;
        color: #000;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        font-weight: bold;
    }
    
        #wrap a.add span,
        .button span {
            padding: 8px 20px 12px 0;
            margin: 0 0 0 20px;
            display: block;
            background: url(img/sidebar-button.png) top right no-repeat;
        }
        
        #wrap a.add:hover,
        .button:hover {
            color: #2c4d66;
        }
        
    #sidebar h4.add {
        background: url(img/add.png) center left no-repeat;
        padding: 0 0 0 21px;
        font-size: 13px;
    }
    
    #sidebar a.add + a.add {
        margin-top: 7px;
    }


.button {
    color: red !important;
    background-image: url(img/button_on_white.png);
    padding: 0;
    height: 35px;
}

    .button span {
        background-image: url(img/button_on_white.png);
    }
        
/* Headings */

h2 {
    font-weight: normal;
    font-size: 17px;
    margin: 18px 0 12px 0;
}

.section {
    margin: -20px -20px 14px;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    background: rgb(225,255,255);
}

    .section h2 {
        font-size: 14px;
        margin: 0;
        font-weight: bold;
        line-height: 17px;
    }
	
	h3.section {
		margin-top: 1.5em;
	}
    
    .section ul {
        list-style: none;
        margin: 15px 0 -15px -8px;
        padding: 0;
        overflow: hidden;
        font-size: 12px;
        font-weight: normal;
    }
    
    .section li {
        margin: 0 3px 0 0;
        padding: 0;
        background: #eee;
        float: left;
    }
    
        .section li a {
            display: block;
            padding: 2px 8px;
            text-decoration: none;
        }        
        
        .section li a.current {
            display: block;
            padding: 2px 8px;
            background: #fff;
            color: #000;
            text-decoration: none;
        }

#full-edit-back-link {
    margin: 2px 0;
    display: block;
    padding: 5px 25px;
    float: left;
}

    #full-edit-back-link:hover {
        color: yellow !important;
        background-color: transparent !important;
    }


/* Form elements */

input,
textarea,
select {
    font-size: 12px;
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.input {
    padding: 8px 0;
    margin: 0;
}

#PostCreatedYear,
#PageCreatedYear {
    margin-right: 10px;
}

    .horizontal-form label {
        display: block;
        float: left;
        width: 80px;
        text-align: right;
        padding: 3px 8px 0 0;
    }
    
    .horizontal-form .input {
        overflow: hidden;
    }
    
.horizontal-form-buttons {
    padding: 14px 0 0 90px;
}

    .editor_form * {
        margin: 0;
        padding: 0;
    }

    .editor_form label {
        font-size: 11px;
        height: 15px;
        text-transform: uppercase !important;
        color: #777777;
        display: block;
    }
    
    .editor_form .input input {
        font-size: 16px;
        font-weight: bold;
        padding: 3px;
        margin: 0 0 10px 0;
        width: 98.5%;
    }
    
    .editor_form textarea {
        font: 14px/18px Monaco, "Lucida Console", "Consolas", courier;
        padding: 5px;
        width: 98%;
        margin-bottom: 10px;
    }
    
.mceEditor {
    margin-bottom: 8px;
    display: block;
}


/* Page/post title edit */

.title_input {
    padding: 0;
    margin: -4px 10px 0 0;
}
    
    .title_input input {
        font-size: 18px;
        font-weight: bold;
        padding: 2px;
        width: 90%;
    }
    
    .title_input label {
        font-size: 14px;
        font-weight: bold;
        padding: 10px 0 4px 0;
        margin: 0;
        display: block;
    }

.rename_title_section {
    overflow: hidden;
    display: none;
    background: #ddd;
    margin: 0;
    padding: 15px;
    border: 1px solid #eee;
}

#name-new-page .input {

}

    .rename_title_section .submit {
        padding: 18px 10px 0 0;
        float: left;
    }

.rename_title {
    font-size: 11px;
    font-weight: normal;
}

.rename_title:hover {
    background-color: #d80019;
    color: #fff;
}

.rename_cancel {
    font-size: 12px;
    padding: 20px 20px 0;
    display: block;
}

    
/* Messages & errors */

#flashMessage {
    color: #fff;
    background: #40a65f;
    border: 1px solid #62e350;
    padding: 5px 10px;
    margin: 0 0 14px 0;
}

.error-message {
    color: #650000;
}
        

/* Sidebar */

#sidebar {
    float: right;
    width: 30%;
    margin: 5px 0 0 0;
}

    #sidebar ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }
    
    #sidebar .input {
        padding: 0;
    }

    #sidebar > ul > li {
        margin: 0;
        padding: 8px 0;
    }
    
    #sidebar > ul > li:last-child {
        border-bottom: none;
    }

.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    left: -14px;
}        

    #sidebar .sidebar-menu li {
        margin: 0;
        padding: 0;
    }
    
    .sidebar-menu a {
        display: block;
        padding: 4px 4px 4px 24px;
    }
    
    #sidebar .sidebar-menu a.current {
        color: #fff;
        text-decoration: none;
        background-color: #6f6f6f;
    }
    
.sidebar-menu-alt {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-menu-alt li {
        margin: 0 0 5px;
        padding: 0;
    }
    
    .sidebar-menu-alt a {
        display: block;
        color: #000;
        background: #d2d2d2;
        padding: 5px 10px;
        text-decoration: underline;
    }
    
    .sidebar-menu-alt a:hover {
        text-decoration: none;
        background-color: #969696;
        color: #fff;
    }
    
    /* Sidebar box */
    
    #sidebar .sidebar-box {
        background-color: #f5f5f5;
        border: 2px solid #cbcbcb;
        border-width: 0 2px 2px 0;
        border-bottom-color: #c0c0c0;
        padding: 12px;
        margin: 8px 0 6px 10px !important;
    }

    #sidebar .sidebar-box:last-child {
        border-bottom: 2px solid #c0c0c0;
    }

    .sidebar-box h4 {
        margin: 0 0 6px 0;
        font-size: 12px;
        font-weight: bold;
    }
    
    .sidebar-box .input {
        margin: 10px 0;
    }
    
    .sidebar-box .submit {
        margin-top: 16px;
    }
    
        .sidebar-box .input input {
            width: 96%;
            font-size: 12px;
        }
        
        .sidebar-box .submit input,
        .sidebar-box select {
            font-size: 12px;
        }
    
.edited-item-link {
    font-size: 14px;
    line-height: 17px;
}    

/* Sidebar search */

#sidebar .search .input {
    margin-bottom: 0;
}

#sidebar .search input {
    width: 99%;
    margin: 2px 0 0 0;
    display: block;
    font-size: 14px;
    padding: 2px;
}

#sidebar-search-results {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

    #sidebar-search-results li {
        margin: 0;
        padding: 0;
    }
    
    #sidebar-search-results a {
        display: block;
        padding: 3px 6px;
        background: #0033CC;
        color: #fff;
        text-decoration: none;
    }
    
/* Select actions */

.select-actions {
    padding: 4px 6px;
    background-color: #fffde0;
    border: 1px solid #fffcbd;
    border-bottom: 1px dashed #ff9000;
    border-top: 1px dashed #ff9000;
    display: none; /* JS shows/hide this */
}

    .select-actions a,
    .select-actions a:hover {
        color: #d80019;
        background-color: transparent;
    }
    
    .select-actions span {
        text-align: right;
        float: right;
        position: relative;
        top: -1px;
    }
    
        .select-actions span a,
        .select-actions span a:hover {
            color: #606060;
        }
    
.selected {
    background-color: #fffde0;
}    

.trash {
    background: url(img/cross.png) 0 0 no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

    .trash span {
        display: none;
    }
    
    .trash:hover {
        background-color: transparent;
    }
        
/* List of posts */

#show-posts {
    display: none; /* hide for now */
    position: absolute;
    top: 18px;
    right: 10px;
}

.list-of-posts {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list-of-posts li {
        border-bottom: 1px solid #e0e0e0;
        padding: 3px 0 5px;
        margin: 0;
        position: relative;
    }
    
    .list-of-posts li:first-child {
        border-top: 1px solid #eee;
    }
    
.title-row {
    font-size: 14px;
    display: block;
    margin: 0 0 0 24px;
}

.row-check {
    float: left;
    display: block;
    height: 100%;
}

.draft-status {
    font-size: 11px;
    font-weight: bold;
    border: none;
}

.row-actions {
    font-size: 11px !important;
    position: absolute;
    padding: 2px 5px 2px 11px;
    top: -1px;
    left: -40px;
    display: none;
    font-size: 12px;
    background-color: #fff;
    -moz-border-radius: 10px 0 0 10px; 
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

.lot-date {
    font-size: 10px;
    color: #535353;
    margin: 0 0 0 3px;
    padding: 4px 0 0 0;
    display: block;
    float: left;
}

    .category_sidebar label {
        background: #eefaff;
        padding: 3px 6px;
        margin: 0 0 7px;
        display: block;
        font-weight: bold;
        font-size: 12px;
    }
    
    .category_sidebar select {
        font-size: 12px;
    }

.lot-categories,
.lot-comments,
.lot-archive {
    color: #535353;
    margin: 0;
    padding: 4px 0 0 30px;
    background: url(img/tag_yellow.png) 10px 4px no-repeat;
    font-size: 11px;
    float: left;
}

    .lot-date a,
    .lot-categories a,
    .lot-comments a {
        color: #535353;
        text-decoration: none;
    }
    
    .lot-date a:hover,
    .lot-categories a:hover,
    .lot-comments a:hover {
        background-color: #535353;
        color: #fff;
    }
    
.lot-comments {
    background-image: url(img/comment.png);
}
.lot-sold {
    background: url(img/archived.png) no-repeat 90%;
	height:15px;
}
.lot-closed{
	color:#777;
}
   
.permalink,
.edit-sections .permalink {
    background: transparent url(img/link.png) 0 0 no-repeat;
    padding-left: 18px;
} 

    .sidebar-menu .permalink {
        padding-left: 31px;
        background-position: 12px 5px;
    }

.paginator {
    margin: 2em 0 1em;
}

    .paginator > div,
    .paginate-prev,
    .paginate-next {
        float: left;
        margin-right: 1.2em;
    }
    
.disabled {
    color: #606060;
}

#posts-feed {
    background-image: url(img/rss-coffee.png);
    background-position: 9px 5px;
    background-repeat: no-repeat;
    padding-left: 32px;
}
    
    
/* Post edit */

#close_preview {
    background: #eee;
    margin: 10px -25px -20px -25px;
    padding: 10px 25px;
}

#save-draft,
#save-publish,
#save-preview,
.save-section,
.wf-form-button {
    float: left;
    margin-right: 6px;
}

#save-preview {
    display: none; /* Disabled until preview is functional */
}

    #save-draft input,
    #save-publish input,
    #save-preview input,
    .save-section input,
    .wf-form-button input,
    #close_preview input {
        font-size: 13px;
    }
    
.cancel-edit {
    padding: 2px 0 0 0;
    display: block;
}
    
    .cancel-edit a,
    .cancel-edit a:hover,
    a.cancel,
    a.cancel:hover,
    .rename_title,
    #authMessage,
    .delete {
        color: #d80019;
        background-color: transparent;
    }
    
.delete:hover {
    background-color: #d80019;
    color: #fff;
}
    
#lot-categories,
#lot-options,
#lot-revisions,
#lot-preview {
    display: none;
}

.category-list {
    margin: 14px 0;
    padding: 0;
    list-style: none;
}

    .category-list ul,
    .category-list li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .category-list ul {
        margin-left: 17px;
    }
    
    .category-list .trash {
        visibility: hidden;
    }
    
    .category-list label:hover .trash {
        visibility: visible;
    }

    .checkbox-list label {
        position: relative;
        top: -2px;
        left: -3px;
    }    
    
    #lot-preview object {
        width: 100%;
        height: 400px;
        margin: 0 0 14px 0;
        border: 6px solid #fffde0;
    }
    
.back-to-all {
    font-weight: bold;
}

.lot-info {
}

.edit-sections {
    list-style: none;
    margin: -10px 0 14px -10px;
    padding: 0;
    overflow: hidden;
}

    .edit-sections li {
        margin: 0;
        padding: 0;
        float: left;
    }
    
    .edit-sections a {
        display: block;
        padding: 2px 6px;
        border-right: 1px solid #dadada;
    }
    
    .edit-sections li:last-child a {
        border-right: none;
    }
    
    .edit-sections a.current {
        background-color: #f0f0f0;
        color: #000;
        text-decoration: none;
    }
    
    .edit-sections .permalink {
        background-position: 4px 3px;
        padding-left: 22px;
    }


/* Pages */

.pages-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}

    .pages-list ul {
        list-style: none;
        margin: 0;
        padding-left: 18px;
    }
    
    .pages-list li {
        position: relative;
        border: none !important;
        padding: 0 !important;
    }
    

/* Assets */

    #file-upload .file {
        float: left;
    }
    
    #file-upload p {
        clear: both;
    }
    
        #file-upload .submit input {
            margin: 16px 0 0 10px;
            font-size: 13px;
        }
        
        
/* Image browser (image insert) */

    #image-browser h4,
    .sidebar_heading {
        background: #eefaff;
        padding: 3px 6px;
        margin: 0 0 5px;
    }

    #image-browser ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    #image-browser li {
        margin: 0;
        padding: 3px 6px;
    }
    
        #image-browser li h3 {
            font-size: 12px;
            margin: 15px 0 0;
        }
        
        #image-browser li img {
            border: 1px solid #4a4a4a;
            display: block;
            margin: 0 10px 0 0;
        }
    
    #image-browser button {
        margin-top: 10px;
    }
    
    #image-browser .selected {
        background-color: #0033CC;
        color: #fff;
    }
    
    #image-browser .selected a {
        color: #fff;
    }
    
    #image-browser .sidebar-box {
        margin: 0 !important;
        padding: 0 !important;
        border: none;
    }
    
.sidebar-box h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 1em 0;
}

#resize_image {
    padding: 10px;
    background-color: #ebebeb;
}

    #resize_image h5 {
        margin: 0 0 1em;
        font-size: 12px;
    }

.sidebar-box .paginator {
    font-size: 11px;
}

.sidebar-box button {
    font-size: 12px;
}
    
    
/* Reorder list */

    .reorder-list .item {
        border: 1px solid #a5a5a5;
        background-color: #b3b3b3;
        cursor: move;
        display: inline;
    }
    
    .reorder-list li {
        display: block;
    }
    
#jTreeHelper {
    width: 200px;
    margin: 0;
    padding: 0;
}

#jTreeHelper li {
    display: inline;
}


/* Write new dialog */

    .new-dialog label {
        display: block;
    }

    .new-dialog h2 {
        font-size: 20px;
        font-weight: bold;
    }
    
    .new-dialog .select {
        margin-bottom: 14px;
    }
    
.all-page-parents {
    display: none;
}


/* File list */

.actions-handle {
    position: relative;
}

.file-list,
.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .file-list li,
    .list li {
        margin: 0;
        padding: 4px 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .file-list .thumbnail,
    .list .thumbnail {
        float: left;
        margin: 0 10px 0 5px;
        display: block;
    }
    
    .file-list img,
    .list img {
        display: block;
    }
    
    .file-list h3,
    .list h3 {
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }

#admin_bar {
    background: #000;
    color: #c3c3c3;
    font-size: 10px;
    overflow: hidden;
    padding: 0 32px;
}

    #admin_bar a {
        color: #999999;
        display: block;
        float: left;
        padding: 3px 6px;
        text-decoration: none;
    }
    
    #admin_bar a:hover {
        color: #fff;
        background-color: transparent;
    }
    
#page_preview {
    width: 100%;
    min-height: 500px;
}

.entry {
    font-size: 13px;
    line-height: 18px;
    float: left;
    width: 65%;
}

    .entry h2 {
        font-size: 20px;
        font-weight: bold;
    }
    
.texy_table {
    border-collapse: collapse;
}    
    
.texy_table td {
    padding: 6px 8px;
    border: 1px solid #eee;
}

.texy_table tr > td:first-child {
    background-color: #eee;
}

.texy_table td * {
    margin: 0;
}

#page_inserts {
    margin: -20px -25px 16px; 
    padding: 0 20px; 
    list-style: none;
    overflow: hidden;
    background: #eef5fb url(img/page_top.png) left bottom repeat-x;
}

#page_inserts li {
    float: left;
    display: block;
}

#page_inserts a,
#page_inserts span {
    display: block;
    padding: 8px 5px;
}

    #page_inserts a {
        font-weight: bold;
    }
    
    .versions h4,
    .insert_widget_sidebar h4 {
        font-size: 12px;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #7a7a7a;
    }
    
    .versions a {
        padding: 2px 4px;
        font-size: 11px;
        display: block;
        width: 120px;
    }
    
    .versions .current {
        color: #000;
        text-decoration: none;
        background: #f0f0d2;
    }
    
#edit-buttons {
    overflow: hidden;
    margin: 10px -20px -22px;
    background: #ceffb0;
    padding: 10px 25px;
    position: relative;
}

.editor_view_link {
    position: absolute;
    top: 10px;
    right: 20px;
}

.sidebar_editor {
    display: none;
}


/* Widgets */

    #edit_widget_form .submit {
        float: left;
        margin-right: 5px;
    }
    
.slider_block {
    overflow: hidden;
}

    .slider_block .input {
        float: left;
        margin-right: 10px;
    }
    
    .slider_block label {
        margin-right: 5px;
    }
    
    .slider_block input {
        font-size: 14px;
    }
    

/* Login screen */

#login_box {
    width: 300px;
    padding: 15px;
    border: 4px solid #c9c9c9;
    margin: 100px auto 0;
    background: #fff;
}

    #login_box h1 {
        margin: 0 0 15px 0;
        font-size: 22px;
    }
    
        #login_box .input input {
            font-size: 18px;
            padding: 3px;
        }
        
        #login_box .submit {
            margin: 10px 0;
        }
        
#gohome {
    margin: 0;
}


/* Category list */

.category_list {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

    .category_list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .category_list li {
        margin: 0;
        padding: 0 0 0 20px;
    }
    
    .category_list > li {
        padding-left: 0;
    }
    
.action_delete {
    display: block;
    background: transparent url(img/cross.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    position: relative;
    bottom: -1px;
}

    .action_delete span {
        display: none;
    }
    
    .action_delete:hover {
        background-color: transparent;
    }
    
/* Settings */

#setting-approve_comments label {
    width: auto;
    display: inline;
}

#setting-approve_comments input {
    float: left;

}

#setting-homepage_credits label {
    width: auto;
    display: inline;
}

#setting-homepage_credits input {
    float: left;
}


/* Comments */

.comments_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .comments_list li {
        margin: 0;
        padding: 10px 0 1px;
        border-bottom: 3px solid #ddd;
    }
    
    
/* Dashboard */

.recently_changed {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}

    .recently_changed th {
        text-align: right;
        width: 65px;
        background: #3e557f;
        color: #fff;
        font-weight: normal;
        font-size: 11px;
    }
    
    .recently_changed th,
    .recently_changed td {
        padding: 3px 6px;
        border-bottom: 1px solid #ddd;
    }
    
    .recent_post th {
        background-color: #2e9329;
    }
        
    .recent_comment th {
        background-color: #d26624;
    }
            
    .recent_file th {
        background-color: #515151;
    }
                
    .recent_message th {
        background-color: #8d2e83;
    }
    
	.recent_auction th {
        background-color: #8d2e83;
    }
	
	.recent_bid th {
        background-color: #d26624;
    }
	
	.recent_lot th {
        background-color: #278E89;
    }
	
	.recent_user th{background-color:#BCA521}
	.recent_invoice th{background-color:#2e9329}
	
    td.recent_date {
        color: #474747;
        width: 160px;
    }
    .onoff{background:#ddd;color:#000}
    
/* Preview */

#preview_frame {
    margin: 0 0 0 -6px;
    width: 100%;
    border: 6px solid #fff689;
}


/* Page reorder */

.page_reorder_list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

    .page_reorder_list ul {
        margin: 0;
        padding: 0 0 0 30px;
    }

    .page_reorder_list li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
.drop_zone {
    border: 1px dashed #ddd;
    color: #474747;
    font-size: 11px;
    width: 150px;
    text-align: center;
    padding: 2px;
    margin: 2px 0;
    cursor: pointer;
    background: #eee;
}

    .drop_zone:hover {
        background-color: #fff;
    }
    
#comments_index li {
    padding: 10px !important;
    background: #eee;
    border: 2px solid #ddd;
    margin: 10px 0;
}

.view_comment_post {
    float: right;
    line-height: 12px;
    font-size: 11px;    
    position: relative;
    bottom: -2px;
}

.comment_entry {
    margin: 0 0 0 30px;
    font-size: 12px;
    line-height: 16px;
}

.comment_meta {
    padding: 0 0 0 30px;
    font-size: 11px;
    color: #3b3b3b;
}

.right_menu {
}

    .right_menu a {
        display: block;
        padding: 8px 10px;
        margin: 0 0 5px 0;
        position: relative;
        left: -16px;
        z-index: 3;
        -webkit-border-radius: 0 6px 6px 0;    /* for Safari */
        -moz-border-radius: 0 6px 6px 0;
    }
    
    .right_menu a.current {
        background: #474747;
        color: #fff;
        text-decoration: none;
    }
    
    
/* Settings form */

.settings_form label,
.settings_form p {
    display: block;
    font-size: 11px;
    color: #474747;
    margin: 2px 0;
}

.settings_form .input input,
.settings_form .input textarea {
    font-size: 13px;
    padding: 4px;
    font-family: "Lucida Console", sans-serif;
}

#setting-google_analytics_code textarea {
    width: 98%;
    height: 160px;
}

#setting-wordpress_api_key input {
    width: 100px;
}


/* Menu editing */

.menu_items {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}

    .menu_items li {
        margin: 0 0 4px 0;
        padding: 4px;
        background: #eee;
        overflow: hidden;
    }
    
.menu_item_label,
.menu_item_url {
    float: left;
    padding: 0 10px 0 5px;
}

    .menu_items label {
        padding: 0 5px 0 0;
    }
    
    .menu_items .delete {
        font-size: 11px;
        position: relative;
        top: 2px;
        display: block;
        float: left;
    }
    
    .add_menu_item_p {
        text-align: right;
    }
    
.move {
    background: url(img/move_cursor.png) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    float: right;
    margin: 5px 5px 0 0;
    cursor: move;
}

.move:hover {
    background-color: transparent;
}

    .move span {
        display: none;
    }
    
.drop_here {
    height: 30px;
    background: #fff74c !important;
}




/*FORMS*/
form{font-size:90%}
#content form div.input.required {
	font-weight: bold;
}
#content form div.input.required label:after {
	color:red;
	content: " *"
}
form div.input.text input, form div.input.password input{-moz-border-radius: 4px;background:#eee url(shadow.gif) top repeat-x;}
form div.input.text input:focus, form div.input.password input:focus{background-color:#fff;background-image:none;}
form div.input.text input:hover, form div.input.password input:hover{background-color:#fff;background-image:none;}
form fieldset {
  margin-bottom: 10px;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
}
form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset div {
  padding: 5px;
  margin: 0;
}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  /*width: auto;*/
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form label {
  width: 100px; /* Width of labels */
}
form fieldset fieldset label {
  margin-left: 158px; /* Width plus 3 (html space) */
}

form {
	font-size: 90%;
	color: #333;
	}
	
form legend { padding-left: 0; }
	
form legend,
form label { color: #333; }

form fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(cmxform-fieldset.gif) left bottom repeat-x;
	padding:0;
	}
	
form fieldset fieldset { background: none; }
	
form fieldset div.input {
	background: url(cmxform-divider.gif) left bottom repeat-x;
}

.formhelp {float:right;font-weight:normal;}

form div.input.error {
        border-color: #900;
        background-color: #FCC;
        color: #900;
}
form div.text input,
form div.password input,
form div.select select,
form div.datetime select,
form div.textarea textarea {
        border: 1px solid #CCC;
        padding: 2px;
        font-size: 1.2em;
        font-family: verdana, sans-serif;
}
form div.textarea textarea {
        width: 40em;
        height: 10em;
}
form option {
        padding-right: .5em;
}
form div.error-message {
	color:#c00;
    padding: 2px 2px 2px 22px;
    background: url(red_error.gif) no-repeat 2px center;
}
form div.input input.form-error {
        border-color: #C00;
}

form div.submit input {
        /*float:right;
        background: #4c1910;
        color: #fff;
        font-weight: bold;
        font-size: 130%;
        cursor: pointer;*/
		border:1px outset #aaa;
}
form div.submit input:hover {
        background-color: #fdeb00;
        color: #333;
        text-decoration: none;
}
.passwordClassStrong, .passwordClassMedium, .passwordClassWeak, #passwordStrength, .passwordStrengthMsg{
	float:right;
	margin:0;
	padding:0;
}
.passwordClassStrong, .passwordClassMedium, .passwordClassWeak{
	margin-left:3em;
}
.passwordClassStrong {background-color: green; width: 80px;}
.passwordClassMedium {background-color: yellow; width: 40px;}
.passwordClassWeak {background-color: red; width: 20px;}
#passwordStrength{font-weight:normal;}

fieldset div label{width:10em}
.checkbox label{width:auto}
/*ENDFORMS*/









fieldset{border:1px solid #ccc}
select{background-color:#fff;border:1px solid #ccc}

/*TABLEKIT CSS*/
table {
	/*border-collapse: collapse;
	table-layout: fixed;*/
	border:1px solid #eee;
	width:100%;
}
th{
	background: url(img/gray-grad.png) 0 0 repeat-x;
}

td, th {
	padding: 0.5em;
	border-bottom: 1px solid #eee;
	/*border: 1px solid #CCC;
	white-space: nowrap;
	overflow: hidden;*/
}
td{height:5em}
tr:hover,tr.altrow:hover{background-color:#eef}
/*tr .actions{display:none}
tr:hover .actions{display:block}*/

/*th {
   white-space: pre;
}*/

thead, tfoot {
	background-color: #DDD;
}

tr {
	background-color: #FFF;
}

tr.altrow {
	background-color: #F9f9f9;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	
}
.sortasc {
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #DDFFAC;
	background-image: url(up.gif);
}
.sortdesc {
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #B9DDFF;
	background-image: url(down.gif);
}
.nosort {
	cursor: default;
}

.urg1, .urg2, .urg3, .urg4, .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}

.urg1 {
	background-color: #FFFACD;
}
.urg2 {
	background-color: #FFD700;
}
.urg3 {
	background-color: #FFA500;
}
.urg4 {
	background-color: #E13E00;
}
.urg5 {
	background-color: Red;
}

th.resize-handle-active {
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}

.panel {
	clear: both;
	display: none;
	background-color: #3e3e3e;
	padding: 1em;
}

.panel.active-tab-body {
	display: block;
	width:96.5%;
}
.panel label{display:none}
.panel textarea{width:60%}
#tabs {
	margin:0;
	padding:0;
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #DCDCDC;
	text-decoration: none;
	color: #666;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
}

#tabs a.active-tab {
	background-color: #3e3e3e;
	border-top: 3px solid #666;
	padding-top: 3px;
	color: #eee;
}


table{font-size:80%}
#event_filter li{
	display:inline;
	background:#eee;
	padding:.3em;
	margin:1em;
}
/*dt{clear:left;float:left}
dd{float:left}*/
#sidebar .graph{
	background-color: #f5f5f5;
	border: 2px solid #cbcbcb;
	border-width: 0 2px 2px 0;
	border-bottom-color: #c0c0c0;
}

/*.lot-closed{background-color:#efefef;float:right;margin:0;padding:0}*/

.related-button, .actions ul li a{
	background:#555;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:110%;
	padding:1em;
	-moz-border-radius:5px;
}
.actions ul li a{
	float:right;
	margin-bottom:1em;
	margin-right:1em;
}
.actions ul li a:hover{
	background:#00f;
}
.related h3{
	clear:both;
}
.actions ul{text-align:right;margin-top:3em;}
.actions ul li{list-style-type:none}
#wrap, table{-moz-border-radius:5px}
.recently_changed td{height:auto}
.top_checkboxes{float:right;background-color:#eee;padding:1em}
.bottom_priceboxes div{margin:0;padding:0;float:left;background:#fee;width:33.3%}
.bottom_priceboxes input{width:8em}
#LotEditForm img{float:right;margin:.5em;margin-top:0;}
label{padding-right:1em;margin-left:1em;}

.invoice_draft{background:#FF8800;padding:1em;cursor:pointer}
.invoice_open{background:#88FF00;padding:1em;cursor:pointer}
.invoice_closed{background:#ccc;padding:1em;cursor:pointer}
.invoice_overdue{background:#FF0050;padding:1em;cursor:pointer}

.section-right{
	float:right;
	margin:0;
	padding:0;
	/*margin-top:-1.3em;*/
}

.datepickerControl tr:hover, .datepickerControl tr.altrow:hover{background-color:#fff}
.datepickerControl td, .datepickerControl tr{width:3em;height:3em}
.datepickerControl td:hover, .datepickerControl td:hover{background:#eef}
.datepickerControl .monthLabel{text-align:center;font-weight:bold;font-size:110%}
.datepickerControl .dayLabel{font-style:italic}
.datepickerControl .navButton{text-align:center}
