﻿/* chat window styles */
.bodyChat
{
  font-size: 14px;
  line-height: 0.98em;
  font-family: Tahoma;
  height: 100%;
  width: 100%;
  background-color: #f9f9f2;
}

#divConversation
{
  font-family: Arial;
  font-size: 12px;
  color: #000;
  background-color: #fff;
  line-height: 22px;
}
#divReadyToChat
{
  font-size: 14px;
  line-height: 0.98em;
  font-family: Tahoma;
  border: solid 1px #4C4C4C !important;
  border-top: none;
  background-color: Black;
  position: absolute;
  width: 420px;
  min-width: 420px;
  margin-left: auto;
  margin-right: auto;
  top: 200px;
  left: 30%;
  margin-left: -210px;
  z-index: 3;
}

#divReadyToChatBar
{
  height: 28px;
  cursor: default;
  background-image: url(../../Images/Quasar/barbg.gif);
  background-repeat: repeat-x;
}
.error-message
{
  color: Red;
  font-size: 13px;
}
.close-button
{
  float: right;
  cursor: pointer;
  margin-right: 0px;
  background-image: url(../../Images/Quasar/close.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 29px;
}
.close-button:hover
{
  background-image: url(../../Images/Quasar/close_hover.png);
}

.minimize-button
{
  float: right;
  cursor: pointer;
  margin-right: 0px;
  background-image: url(../../Images/Quasar/minimize.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 28px;
}
.minimize-button:hover
{
  background-image: url(../../Images/Quasar/mini_hover.jpg);
}

.maximize-button
{
  float: right;
  cursor: pointer;
  margin-right: 0px;
  background-image: url(../../Images/Quasar/maximize.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 29px;
}
.maximize-button:hover
{
  background-image: url(../../Images/Quasar/maxi_hover.png);
}

#chatTitleBar
{
  float: left;
  color: #fff;
  padding-top: 8px;
  padding-left: 10px;
  font-weight: bold;
}
.button
{
  background-image: url(../../Images/Quasar/button.png);
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  width: 100px;
  height: 19px;
  display: block;
  text-decoration: none;
  padding-top: 5px;
  text-align: center;
  font-weight: bold;
}
.button:hover
{
  background-image: url(../../Images/Quasar/button_hover.png);
  background-repeat: no-repeat;
}

.jqHandle
{
}

.jqDrag
{
  width: 100%;
  cursor: move;
}

.jqResize
{
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: se-resize;
  background-image: url(../../Images/Quasar/resize.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}

#iframeChat html, body, form
{
  width: 100%;
  padding: 0;
  margin: 0;
}
#pnlChat
{
}
#editorZone div
{
  height: 100%;
}
#divReadyToChatIFrame
{
}
.iframeChat
{
  width: 100%;
  height: 340px;
  background-color: #dbe7f5;
}
.link1
{
  font-size: 11px;
  color: #1e6bb9;
  font-weight: bold;
  font-family: Arial;
  text-decoration: none;
}
.bg-icon
{
  background-image: url('../Images/icon.png');
  background-repeat: no-repeat;
  background-position: center left;
  width: 14px;
}
.link1:hover
{
  text-decoration: underline;
}
.link2
{
  color: #1e6bb9;
  font-weight: bold;
  text-decoration: none;
}
.link2:hover
{
  text-decoration: underline;
}
.display-off
{
  display: none;
}
.display-on
{
  display: block;
}

