div.ajax_loading {background:url('../img/loading.gif') no-repeat; width:48px; height:48px;}

.comments {margin-bottom: 20px;}

.comment {margin-right: -8px;}

.comment_body {
    margin-top: 1em;
    background: #e1ebef;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
}
.comment_header {
    width: 100%;
    height: 26px;
    background: url('../img/bgrd_comm_head.png') repeat-x #76c1e9;
    background-position: left center;
}

.comment .user {
    float: left;
    font-weight: bold;
    line-height: 26px;
    color: #850d0d;
    padding: 0px 5px 0 10px;
    background: url('../img/bgrd_comm_headleft.png') no-repeat;
    background-position: left center;
}
.comment .date {
    float: right;
    height: 26px;
    background: url('../img/bgrd_comm_headright.png') no-repeat right top;
    color: #333333;
    line-height: 26px;
    padding: 0px 20px 0px 5px;
}
.comment_title {
    float: left;
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: bold;
    padding-top: 4px;
    color: #333333;
    margin: 0px 5px;
}
.comment_content {
    font-family: Georgia, serif;
    font-size: 14px;
    color: #333333;
    padding: 10px 10px 4px 10px;
    background: url('../img/bgrd_comm_contentshadow.png') repeat-y right top;
}
.comment a.comment-reply-to {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #850d0d;
    margin-left: 10px;
}
.comment a:hover.comment-reply-to  {color: red;}
.comment a:active.comment-reply-to {color: #850d0d;}

.comment_footer {
    background: #e1ebef url('../img/bgrd_comm_bottomleft.png') no-repeat left bottom;
    width: 100%;
}
.comment_footer div {
    background: url('../img/bgrd_comm_bottomright.png') no-repeat right bottom;
    width: 100%;
    padding-top: 6px;
    height: 32px;
}
.comments-thread {
    padding-left: 60px;
    background: url('../img/bgrd_arrow.png') no-repeat left top;
    margin-top: -10px;
}
.comment_footer img {
    margin-right: 1em;
    margin-top: -1em;
}
.comment_form { margin-top:1em; }
a.comment-approve:hover, a.comment-delete:hover, a.comment-revert:hover {opacity:0.7;}


.staff .comment_header {background-image: url('../img/bgrd_comm_head_staff.png')}
.staff .user {background-image: url('../img/bgrd_comm_headleft_staff.png');}
.staff .date {background-image: url('../img/bgrd_comm_headright_staff.png');}

div.not-approved div.comment_header {
    background: url('../img/bgrd_comm_head_gr.png') repeat-x;
}
div.not-approved div.user {
    background: url('../img/bgrd_comm_headleft_gr.png') no-repeat;
}
div.not-approved div.date {
    background: url('../img/bgrd_comm_headright_gr.png') no-repeat right top;
}

div.not-approved .comment_footer {
    background: #e8e8e8 url('../img/bgrd_comm_bottomleft_gr.png') no-repeat left bottom;
}

div.not-approved .comment_footer div {
    background: url('../img/bgrd_comm_bottomright_gr.png') no-repeat right bottom;
}

div.not-approved div.comment_content {background: #e8e8e8 url('../img/bgrd_comm_contentshadow.png') repeat-y right top;}


div.deleted div.comment_header {
    background: url('../img/bgrd_comm_head_l.png') repeat-x #ddd;
}

    div.deleted div.comment_header div {color: #999;}
    div.deleted div.comment_header a {color: #999;}

div.deleted div.user {
    background: url('../img/bgrd_comm_headleft_l.png') no-repeat;
}
div.deleted div.date {
    background: url('../img/bgrd_comm_headright_l.png') no-repeat right top;
}

div.deleted .comment_footer {
    background: #f0f5f7 url('../img/bgrd_comm_bottomleft_l.png') no-repeat left bottom;
}

div.deleted .comment_footer div {
    background: url('../img/bgrd_comm_bottomright_l.png') no-repeat right bottom;
}

    div.deleted .comment_footer a {color: #999;}

div.deleted div.comment_content {background: #f0f5f7 url('../img/bgrd_comm_contentshadow.png') repeat-y right top; color: #999;}

.comments_ending {
    line-height: 29px;
    margin: 20px 0px;
}

.comments_ending .paginator {margin: 0; line-height: normal !important;}
