﻿/* chat window styles */
.bodyChat
{
  font-size: 14px;
  line-height: 0.98em;
  font-family: Tahoma;
  height: 100%;
  width: 100%;
  background-color: #f9f9f2;
  padding: 0;
  margin: 0;
}

.iframeChat
{
  width: 100%;
  height: 100%;
  background-color: #dbe7f5;
}

#divConversation
{
  font-family: Tahoma;
  color: #000;
  background-color: #fff;
  line-height: 22px;
  overflow-y: scroll;
  min-height: 190px;
  height: 190px;
  font-size: 14px;
  border: solid 1px #a2a2a2;
  padding: 5px;
}

#divReadyToChat
{
  font-size: 14px;
  line-height: 0.98em;
  font-family: Tahoma;
  border: solid 1px #112189;
  border-top: none;
  background-color: #f9f9f2;
  position: absolute;
  width: 420px;
  min-width: 420px;
  margin-left: auto;
  margin-right: auto;
  top: 100px;
  left: 50%;
  margin-left: -210px;
  z-index: 3;
}

#divReadyToChatBar
{
  height: 28px;
  cursor: default;
  background-image: url(../Images/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/close.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 29px;
}
.close-button:hover
{
  background-image: url(../Images/close_hover.png);
}

.minimize-button
{
  float: right;
  cursor: pointer;
  margin-right: 0px;
  background-image: url(../Images/minimize.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 28px;
}
.minimize-button:hover
{
  background-image: url(../Images/mini_hover.jpg);
}

.maximize-button
{
  float: right;
  cursor: pointer;
  margin-right: 0px;
  background-image: url(../Images/maximize.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 29px;
}
.maximize-button:hover
{
  background-image: url(../Images/maxi_hover.png);
}

#chatTitleBar
{
  float: left;
  color: #fff;
  padding-top: 8px;
  padding-left: 10px;
  font-weight: bold;
}
.button
{
  background-image: url(../Images/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/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/resize.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#pnlChat
{
}
#editorZone div
{
  height: 100%;
}

#editorZone
{
  height: 80px;
  width: 100%;
}

#divReadyToChatIFrame
{
  width:100%;
}

.link1
{
  font-size: 11px;
  color: #1e6bb9;
  font-weight: bold;
  font-family: Tahoma;
  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;
}
.thank-you
{
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 50px;
}
#divChatWindow
{
  min-width: 412px;
  height: 60%;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.banner
{
  height: 70px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}
#divNoClerksOnline
{
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 20px;
}
#page-error
{
  text-align: left;
  margin: 0px auto;
  width: 300px;
  font-size: 14px;  
  font-family: Tahoma;
}
#page-error H1
{
  text-align: center;
  padding-bottom: 0px;
  background-color: transparent;
  margin: 0.5em 0px;
  padding-left: 0px;
  padding-right: 0px;
  color: #000084;
  clear: both;
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 0px;
}
#content-error H1
{
  text-align: left;
  padding-bottom: 1em;
  margin: 0.5em -1.5em 20px;
  padding-left: 60px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  clear: both;
  padding-top: 1em;
}
#content-error H1.error
{
  background-image: url(../Images/error.png);
  background-color: transparent;
  color: #d50c0c;
}
