﻿.chatPersonage
{
  position: absolute;
  top: 330px;
  left: 770px;
  width: 104px;
  height: 125px;
  background: url(/img/chatPersonage.png) no-repeat;
}

/* chat layer */

.chatContentText
{
  line-height: 18px;
  position: absolute;
  top: 50px;
  font-size: 12px;
  font-family: 'verdana' , 'Trebuchet MS';
  width: 500px;
}

.chatTitle
{
  color: #e60004;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}

.chatSubtitle
{
  color: #e60004;
  font-weight: bold;
  margin: 20px 0 5px;
}

.chatContentText .chatSubtitle a
{
  font-size: 12px;
  font-family: 'verdana' , 'Trebuchet MS';
  color: #e60004;
}

.chatContentText .contentPageSectionContent
{
  line-height: 16px;
  margin: 0pt 0pt 25px;
}

.chatButtonBegin
{
  margin-top: 10px;
  height: 30px;
}

.chatButtonHideText
{
  display: none;
}

.chatPage .globalMenuBox
{
  background-image: none;
  display: none;
}

.chatPage .globalContentBox
{
  width: auto;
  border-radius: 10px;
}

.neutralTreatment .globalHeaderMenuBox
{
  background-image: url(/img/chat/globalHeader_neutral.png);
}

.blueTreatment .globalContentBox
{
  background-color: #073DE9;
  color: White;
}

.redTreatment .globalContentBox
{
  background-color: #E90707;
  color: White;
}

.blueTreatment .globalHeaderMenuBox
{
  background-image: url(/img/chat/globalHeader_blue.png);
}

.neutralTreatment .globalfooterBox
{
  background-image: url(/img/chat/globalFoote_neutral.png);
}

.blueTreatment .globalfooterBox
{
  background-image: url(/img/chat/globalFoote_blue.png);
}

.neutralTreatment .globalSearchBox
{
  background-image: url(/img/chat/globalSearchBox_neutral.png);
}

.blueTreatment .globalSearchBox
{
  background-image: url(/img/chat/globalSearchBox_blue.png);
}

.redTreatment .globalSearchBox
{
  background-image: url(/img/chat/globalSearchBox_red.png);
}

.neutralTreatment .globalSearchButton
{
  background-color: #D1D1D1;
  color: Black;
}

.blueTreatment .globalSearchButton
{
  background-color: #073DE9;
}

.redTreatment .globalSearchButton
{
  background-color: #B61A1A;
}

.redTreatment .globalSearchButton:hover, .blueTreatment .globalSearchButton:hover
{
  color: White;
  cursor: pointer;
}

.redTreatment .globalContentBox
{
  background-color: #E90707;
  color: White;
}

.blueTreatment h2
{
  color: White;
}

.neutralTreatment h2
{
  color: Black;
}

.redTreatment h2
{
  color: White;
}

.chatPage .globalContentPage
{
  margin-left: 200px;
}

.lisa-story img
{
  float: right;
  margin-left: 10px;
}

#counter { font-weight: bold; font-size: 150%; }

.lisa-story a
{
  color:inherit;
  text-decoration:none;
  cursor: default;
}
