.chat_topic_table 
{
  border-collapse: collapse;
}

.chat_topic_table th,
.chat_topic_table td
{
  padding: 5px;
  border: 1px solid gray;
}

.faq_quesion
{
  font-weight: bold;
}

.faq_discussion
{
  border: 1px dashed gray;
  padding: 5px;
  display: none;
}

.chat_status_button
{
  width: 60px;
  height: 40px;
  text-align: center;
  vertical-align: center;
  padding-top: 20px;
  color: white;
  border-radius: 50%;
}

.chat_status_button.status_available
{
  background-color: green;
}

.chat_status_button.status_notavailable
{
  background-color: red;
}

.chat_status_button.status_busy
{
  background-color: yellow;
  color: black;
}

.chat_start_button
{
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-image: url('../images/chat.png');
}

.chat_start_button.status_available
{
}

.chat_start_button.status_notavailable
{
}

.chat_start_button.status_busy
{
}

.chat_area
{
  display: none;
  width: 350px;
  z-index: 2000501;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 2px solid gray;
  background-color: white;
  -webkit-box-shadow: 5px 5px 10px #000000;
     -moz-box-shadow: 5px 5px 10px #000000;
          box-shadow: 5px 5px 10px #000000;
}

.close_chat_area
{
  height: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  background-image: url('../images/close_chat.png');
  border-bottom: 2px solid gray;
}

.chat_body
{
  height: 500px;
}

.chat_messages
{
  height: 200px;
  overflow-y: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../images/chat_background.jpg');
  background-size: 100% auto;
}

.chat_send
{
  background-color: #eeeeee;
  font-size: 12px;
}

.chat_send .aux_wrapper
{
  border-top: 2px solid gray;
}

.chat_send_button
{
  padding-left: 40px;
  height: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 100%;
  background-image: url('../images/send_chat.png');
  border: 1px solid gray;
}

.chat_text_area
{
  width: 336px;
  height: 65px;
}

.chat_comment
{
  font-style: italic;
  margin-bottom: 10px;
}

.chat_send_comment
{
  font-style: italic;
  padding: 7px 3px 7px 3px;
}

.other_message
{
  border: 1px solid gray;
  float: left;
  width: 270px;
  margin-bottom: 10px;
  padding: 3px;
  background-color: #E0EDFA;
}

.my_message
{
  border: 1px solid gray;
  float: right;
  width: 270px;
  margin-bottom: 10px;
  padding: 3px;
  background-color: #eeeeee;
}

.chat_messages
{
  font-size: 12px;
  
}

.msg_author
{
  font-weight: bold;
}

.msg_date
{
  font-size: 10px;
  text-align: right;
}

.aux_wrapper
{
  padding: 3px;
}

.chat_notify_area
{
  display: none;
  width: 360px;
  z-index: 2000502;
  position: fixed;
  top: 20px;
  left: 20px;
  border: 2px solid gray;
  background-color: white;
  -webkit-box-shadow: 5px 5px 10px #000000;
     -moz-box-shadow: 5px 5px 10px #000000;
          box-shadow: 5px 5px 10px #000000;
}

.chat_notify_header
{
  height: 30px;  
}

.close_select_notify_area
{
  height: 22px;
  float: left;
  padding: 4px;
}

.close_chat_notify_area
{
  height: 30px;
  width: 30px;
  float: right;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 90%;
  background-image: url('../images/close_notify.png');
}

.chat_notify_body
{
  padding: 5px;
}

.chat_notify_message
{
  margin-bottom: 10px;
  font-size: 12px;
  padding: 7px;
}

.notify_user
{
  font-weight: bold;
  font-style: italic;
}

.notify_text
{
  font-style: italic;
}

.notify_view
{
  padding-left: 32px;
  height: 27px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 90%;
  background-image: url('../images/view_answer.png');
  border: 1px solid gray;
  margin-top: 10px;
  margin-right: 5px;
  font-size: 12px;
  vertical-align: center;
}

.notify_view_backend
{
  padding-left: 32px;
  height: 27px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 90%;
  background-image: url('../images/view_answer_backend.png');
  margin-top: 10px;
  border: 1px solid gray;
  font-size: 12px;
  vertical-align: center;
}

.chat_notify_body
{
  overflow-y: auto;
  max-height: 220px;  
}

ul.faq_index
{
  list-style-image: url('../images/faq_item.png');
}

ul.faq_index li
{
  padding: 5px 0px 5px 0px;
}

.faq_discussion_message
{
  width: 600px;
}

.faq_block
{
  padding-bottom: 7px;
  border-bottom: 1px solid gray;
}

.faq_discussion_message .msg_user
{
  font-weight: bold;
}

.faq_discussion_message .msg_date
{
  text-align: left;
  font-size: 12px;
}

.faq_discussion_message
{
  border-bottom: 1px solid gray; 
}

.faq_view_discussion
{
  padding-left: 40px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 90%;
  background-image: url('../images/faq_view_discussion.png');
  border: 1px solid gray;
  margin-right: 10px;
}

.faq_comment
{
  padding-left: 40px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 90%;
  background-image: url('../images/faq_place_comment.png');
  border: 1px solid gray;
}

.faq_discussion
{
  margin-top: 5px;
}

.faq_discussion .faq_comment
{
  margin-top: 5px;
}

.chat_send .checkbox_table td
{
  padding: 2px;
  vertical-align: top;
  font-size: 12px;
}

.checkbox_table td:first-child
{
  width: 20px;
}

.options
{
  font-size: 12px;
  padding: 3px;
}

.faq_title
{
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../images/plus.png');
  cursor: pointer;
}

.faq_details
{
  display: none;
  padding: 5px;
}

.faq_title_opened
{
  background-image: url('../images/minus.png');
}
