/*
 * Speech bubble styles
 */
 
/* Participant list styles */

div#participants
{
  min-height:300px;
  overflow:auto;
}

div#participantprofile
{
  width:290px;
  height:80px;
}

div#participantphoto
{
  width:60px;
  float:left;
  height: 60px;
}

div#participantdisplayname
{
  width:220px;
  float:right;
  font-size:120%;
  font-weight:bold;
  color: #3A5FB7;
  padding-top:10px;
  padding-left:10px;
  overflow:hidden;
}

/* left hand cell styles */

div#messagecells
{
    height: 805px;
    border: 1px solid #A0A0A0;
    background: #C5C9DC;
}

div#msgfromcell
{
  background: url('../../images/msgfrombackground.png'); 
  height:115px;
  line-height:110%;
}

div#photoleft
{
  width:110px;
  float:left; 
  padding-top:10px;
  height: 105px;
  margin-left: 15px;
}

div#displaynameleft
{
  width:175px;
  height:25px;
  float:left;
  font-size:120%;
  font-weight:bold; 
  color: #3A5FB7;
  padding-top:15px;
  padding-left:20px;
  overflow: hidden;
}

div#playerleft
{
  width:190px;
  padding-top:15px;
  height:25px;
  float:left;
}

div#subjectleft
{
  width:380px;
  height:75px;
  margin-left:100px;
  padding-left:45px;
  padding-right:10px;
  padding-top:40px;
  font-size:100%;
  color: #000000;
  line-height: 110%;
}

div#msgtocell
{
background: url('../../images/msgtobackground.png'); 
height:115px;
width:500px;
}

div#photoright
{
  width:96px;
  height: 105px;
  float:right;
  padding-left:15px;
  padding-top:10px;
}

div#displaynameright
{
  width:190px;
  height:25px;
  float:left;
  font-size:120%;
  font-weight:bold;
  color: #3A5FB7;
  padding-top:20px;
  padding-left:20px;
  overflow: hidden;
}

div#playerright
{
  width:179px;
  padding-top:20px;
  height:25px;
  float:left;
}

div#subjectright
{
  width:380px;
  height:100px;
  margin-left:0px;
  padding-left:20px;
  padding-right:20px;
  padding-top:50px;
  font-size:100%;
  color: #000000;
  line-height: 110%;
}