﻿/* Forum */
.forum .icon_new_subject
{
    height: 20;
    width: 20;
    background-image: url(../../_images/icon_new_subject.png);
    background-repeat: no-repeat;
}
.forum .icon_info
{
    height: 20;
    width: 20;
    background-image: url(../../_images/icon_info.png);
    background-repeat: no-repeat;
}
.forum .icon_remove
{
    height: 20;
    width: 20;
    background-image: url(../../_images/icon_remove.png);
    background-repeat: no-repeat;
}
.forum .bg_list_1
{
    background-color: #775EA0;
    margin-bottom: 3px;
}
.forum .bg_list_2
{
    background-color: #8067A9;
    margin-bottom: 3px;
}
.forum .icon_answer
{
    height: 20;
    width: 20;
    background-image: url(../../_images/icon_answer.png);
    background-repeat: no-repeat;
}
.forum .icon_close
{
    height: 20;
    width: 20;
    background-image: url(../../_images/icon_close.png);
    background-repeat: no-repeat;
}

.forum .title_forum
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
}

.forum .placed_by
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    font-style: italic;
}

.forum
{
 
    height: 100%;
    width: 100%;
}
.forum .txt_subject
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
}

.forum .message_change_date
{
    font-size: 10px;
    font-style:italic ;
    text-align: right;
}

.forum h1
{
}


.forum .icon_thread
{
    width: 20px;
    height: 20px;
}
.forum .icon_user, .forum .icon_threads, .forum .icon_message, .forum .btn_reply .icon, .forum .btn_delete .icon, .forum .icon_reactions, .forum .btn_questions .icon, .forum .btn_edit .icon, .forum .btn_createMessage .icon
{
    width: 20px;
    height: 20px;
}
.forum .icon_category
{
    width: 19px;
    height: 15px;
}
.forum .icon_user, .forum .icon_message_edit_original_message, .forum .icon_forum_overview, .forum .icon_category_overview, .forum .icon_thread, .forum .icon_threads, .forum .icon_reactions, .forum .icon_message, .forum .icon_category, .forum .btn_reply .icon, .forum .btn_questions .icon .forum .btn_delete .icon, .forum .btn_edit .icon
{
    border: none;
    padding: 0px;
    margin: 0px;
    margin-right: 2px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.forum .btn_reply .icon
{
    background-image: url(../icons/message_reply.png);
}
.forum .btn_reply_preview .icon
{
    background-image: url(../icons/message_reply_preview.png);
}
.forum .btn_reply_submit .icon
{
    background-image: url(../icons/message_reply_preview.png);
}

.forum .message_create
{
  background-image: url(../icons/postAdd.png);
    width: 26px;
    height: 20px;
   
}
.forum .btn_message_preview .icon
{
    background-image: url(../icons/message_create_preview.png);
}
.previewIcon
{
    background-image: url(../icons/message_create_preview.png);
}
.replyIcon
{
    background-image: url(../icons/message_reply_submit.png);
}

.forum .btn_message_submit .icon
{
    background-image: url(../icons/message_create_submit.png);
}
.editMessageIcon
{
    background-image: url(../icons/postEdit.png);
}
.forum .btn_delete .icon
{
    background-image: url(../icons/icon_cancel_question.png);
}
.forum .btn_edit .icon
{
    background-image: url(../icons/icon_sent_question.png);
}

.forum .btn_createMessage
{
    background-image: url(../icons/message_create.png);
}
.forum .icon_thread
{
    background-image: url(../icons/icon_document_empty.png);
}
.forum .icon_threads
{
    background-image: url(../icons/icon_documents_header.png);
}
.forum .icon_user
{
    background-image: url(../icons/user.png);
}
.forum .icon_reactions
{
    background-image: url(../icons/reactions.png);
}
.forum .icon_message
{
    background-image: url(../icons/icon_question.png);
}
.forum .icon_category
{
    background-image: url(../icons/icon_category.png);
}

.forum .icon_message_edit_original_message
{
    background-image: url(../icons/icon_document.png);
    width: 23px;
    height: 32px;
    padding-right: 5px;
}
.forum .icon_forum_overview
{
    background-image: url(../icons/icon_forum_tab.png);
    width: 30px;
    height: 30px;
    padding-right: 5px;
}
.forum .icon_category_overview
{
    background-image: url(../icons/icon_category_large.png);
    width: 30px;
    height: 30px;
    padding-right: 5px;
}

/* Back button */
.forum .pngbtn_container .back_back .btnIn, .forum .pngbtn_container .back_back_hover .btnIn
{
    padding-left: 25px;
}
/* -> Enabled icon*/
.forum .pngbtn_container .back_back .icon, .forum .pngbtn_container .back_back_hover .icon
{
    background-image: url(../icons/icon_back_back.png);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
}
/* -> Disabled icon*/
.forum .pngbtn_container_disabled .back_back .icon, .forum .pngbtn_container_disabled .back_back_hover .icon
{
    background-image: url(../icons/icon_back_back.png);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
}

/* Back button */
.forum .pngbtn_container .newpost .btnIn, .forum .pngbtn_container .newpost_hover .btnIn
{
    padding-left: 25px;
}
/* -> Enabled icon*/
.forum .pngbtn_container .newpost .icon, .forum .pngbtn_container .newpost_hover .icon
{
    background-image: url(../icons/message_create.png);
    height: 20px;
    width: 24px;
    background-repeat: no-repeat;
}
/* -> Disabled icon*/
.forum .pngbtn_container_disabled .newpost .icon, .forum .pngbtn_container_disabled .newpost_hover .icon
{
    background-image: url(../icons/message_create.png);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
}

/* Back button */
.forum .pngbtn_container .message_reply_preview .btnIn, .forum .pngbtn_container .message_reply_preview_hover .btnIn
{
    padding-left: 35px;
}
/* -> Enabled icon*/
.forum .pngbtn_container .message_reply_preview .icon, .forum .pngbtn_container .message_reply_preview_hover .icon
{
    background-image: url(../icons/message_reply_preview.png);
    height: 20px;
    width: 26px;
    background-repeat: no-repeat;
}

.threadPreviewIcon
{
    background-image: url(../icons/message_new.png);
    height: 20px;
    width: 26px;
    background-repeat: no-repeat;
}

.threadSave
{
    background-image: url(../icons/message_reply_submit.png);
    height: 20px;
    width: 24px;
    background-repeat: no-repeat;
}

.threadEdit
{
    background-image: url(../icons/threadEdit.png);
    height: 20px;
    width: 26px;
    background-repeat: no-repeat;
}

/* -> Disabled icon*/
.forum .pngbtn_container_disabled .message_reply_preview .icon, .forum .pngbtn_container_disabled .message_reply_preview_hover .icon
{
    background-image: url(../icons/message_reply_preview.png);
    height: 20px;
    width: 26px;
    background-repeat: no-repeat;
}

/* Back button */
.forum .pngbtn_container .message_reply_submit .btnIn, .forum .pngbtn_container .message_reply_submit_hover .btnIn
{
    padding-left: 35px;
}
/* -> Enabled icon*/
.forum .pngbtn_container .message_reply_submit .icon, .forum .pngbtn_container .message_reply_submit_hover .icon
{
    background-image: url(../icons/message_reply_submit.png);
    height: 21px;
    width: 27px;
    background-repeat: no-repeat;
}
/* -> Disabled icon*/
.forum .pngbtn_container_disabled .message_reply_submit .icon, .forum .pngbtn_container_disabled .message_reply_submit_hover .icon
{
    background-image: url(../icons/message_reply_submit.png);
    height: 21px;
    width: 27px;
    background-repeat: no-repeat;
}

/* Back button */
.forum .pngbtn_container .message_create_preview .btnIn, .forum .pngbtn_container .message_create_preview_hover .btnIn
{
    padding-left: 35px;
}
/* -> Enabled icon*/
.forum .pngbtn_container .message_create_preview .icon, .forum .pngbtn_container .message_create_preview_hover .icon
{
    background-image: url(../icons/message_create_preview.png);
    height: 21px;
    width: 27px;
    background-repeat: no-repeat;
}
/* -> Disabled icon*/
.forum .pngbtn_container_disabled .message_create_preview .icon, .forum .pngbtn_container_disabled .message_create_preview_hover .icon
{
    background-image: url(../icons/message_create_preview.png);
    height: 21px;
    width: 27px;
    background-repeat: no-repeat;
}

/* Back button */
.forum .pngbtn_container .message_create_submit .btnIn, .forum .pngbtn_container .message_create_submit_hover .btnIn
{
    padding-left: 35px;
}
/* -> Enabled icon*/
.forum .pngbtn_container .message_create_submit .icon, .forum .pngbtn_container .message_create_submit_hover .icon
{
    background-image: url(../icons/message_create_submit.png);
    height: 21px;
    width: 27px;
    background-repeat: no-repeat;
}
/* -> Disabled icon*/
.forum .pngbtn_container_disabled .message_create_submit .icon, .forum .pngbtn_container_disabled .message_create_submit_hover .icon
{
    background-image: url(../icons/message_create_submit.png);
    height: 21px;
    width: 27px;
    background-repeat: no-repeat;
}

.forum .postAdd
{
    background-image: url(../icons/postAdd.png);
    height: 20px;
    width: 26px;
    background-repeat: no-repeat;
}

.forum .postDelete
{
    background-image: url(../icons/postDelete.png);
    height: 20px;
    width: 26px;
    background-repeat: no-repeat;
}


.forum .postEdit
{
    background-image: url(../icons/postEdit.png);
    height: 20px;
    width: 26px;
    background-repeat: no-repeat;
}

.forum .btnRefresh
{
    background-image: url(../icons/refresh.png);
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
}

.TopicStart .btnInRightTop
{
    background-image: url(/_images/docs_block_line_top_right.png) !important;
}
.TopicStart .btnInLeftTop
{
    background-image: url(/_images/docs_block_line_top_left.png) !important;
}
.TopicStart .btnInRightBottom
{
    background-image: url(/_images/docs_block_line_bottom_right.png) !important;
}
.TopicStart .btnInLeftBottom
{
    background-image: url(/_images/docs_block_line_bottom_left.png) !important;
}
.TopicStart .btnInRightMiddle
{
    background-image: url(/_images/docs_block_line_right.png) !important;
}
.TopicStart .btnInLeftMiddle
{
    background-image: url(/_images/docs_block_line_left.png) !important;
}
.TopicStart .btnIn
{
    background-image: url(/_images/docs_block_line_bottom.png) !important;
}
