/**************************************************************************
* REMOVE BEFORE INTEGRATION
*/

#demo-container {
  width:618px;
  margin:0 auto;
  margin-top:20px;
  margin-bottom:100px;
}

p {
  font-family: 'Lato',Arial, san-serif;
  font-size:16px;
  line-height: 23px;
  text-align: left;
  padding-bottom:20px;
}


/**************************************************************************
* CUSTOM RESET ON NAMESPACED CSS
*/

#mySexTrafficModule {

  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display:block;
  text-align: left;

}

#mySexTrafficModule ol,ul {
  list-style: none;
}

/**************************************************************************
* GLOBAL TO MODULES
*/

#mySexTrafficModule p.legalCopy {
  font-size:9px;
  color:#333;
  margin-bottom:20px;
  margin-top:6px;
}


/**************************************************************************
* BEGIN CUSTOM MESSAGES MODULE
*/

#mySexTrafficModule #customMessagesModule {
    width:618px;
    height:262px;
    border: 1px solid #DDDDDD;
    background: #f1f2f6;
}

#mySexTrafficModule #customMessagesModule #headerArea {
  height:43px;
  border-bottom: 1px solid #FFF;
  width:547px;
  padding-top:26px;
  padding-left:71px;
  position: relative;
}

#mySexTrafficModule #customMessagesModule #headerArea h4 {
  font-size:14px;
  color:#333333;
  font-family: 'Lato',Arial, san-serif;
  font-weight:bold;
}

#mySexTrafficModule #customMessagesModule #message-area {
  width:618px;
  height:180px;
  position: relative;
}

#mySexTrafficModule #customMessagesModule #message-area a.arrow-right {
  width:17px;
  height:28px;
  position:absolute;
  display:block;
  background: url(../images/ST_thin_arrow_right.jpg) no-repeat;
  right:18px;
  top:43px;
  padding:10px;
  background-position: 10px 10px;
}

#mySexTrafficModule #customMessagesModule #message-area a.arrow-left {
  width:17px;
  height:28px;
  position:absolute;
  display:block;
  background: url(../images/ST_thin_arrow_left.jpg) top left no-repeat;
  left:18px;
  top:43px;
  padding:10px;
  background-position: 10px 10px;
}

#mySexTrafficModule #customMessagesModule #message-area #pagination {
  width:116px;
  height:16px;
  border-top:1px solid #DDDDDD;
  position:absolute;
  bottom:10px;
  left:50%;
  margin-left:-58px;
  text-align: center;
  padding-top:11px;
  font-size:16px;
  font-family: 'Lato',Arial, san-serif;
  font-style:italic;

}


#mySexTrafficModule #customMessagesModule #message-area div.overflow {
  width:618px;
  height:180px;
  position: relative;
  overflow: hidden;
}

#mySexTrafficModule #customMessagesModule #message-area div.overflow ul.messages {
  width:4418px;
  height:180px;
  position: relative;
  left:0px;
  list-style: none;
}

#mySexTrafficModule #customMessagesModule #message-area div.overflow ul.messages li {
   height:180px;
   width:618px;
   float:left;
   text-align: center;
   list-style: none;
}

#mySexTrafficModule #customMessagesModule #message-area div.overflow ul.messages li div.message {
  text-align:left;
  width:415px;
  font-family: 'Lato',Arial, san-serif;
  color:#666666;
  font-style:italic;
  margin: 0 auto;
  font-size:18px;
  padding-top:42px;
  line-height: 22px;
}


/**************************************************************************
* BEGIN CUSTOM CHAT MODULE
*/

#mySexTrafficModule #customChatModule {
    width:618px;
    /*height:1098px;*/
    height: 293px;
    border: 1px solid #DDDDDD;
    background: #f1f2f6;
    position:relative;
}

#mySexTrafficModule #customChatModule a.view-full-chat {
  width:479px;
  display:block;
  height:30px;
  padding-top:9px;
  font-family: 'Lato',Arial, san-serif;
  background:#335a83;
  position:absolute;
  bottom:20px;
  left:71px;
  text-align: center;
  font-size:15px;
  font-weight:bold;
  color:#FFF;
  text-decoration:none;
}

#mySexTrafficModule #customChatModule a.view-full-chat:hover {
  background:#244f7d;
}

#mySexTrafficModule #customChatModule #chatHeader {
  height:43px;
  border-bottom: 1px solid #FFF;
  width:539px;
  padding-top:26px;
  padding-left:79px;
  position: relative;
}

#mySexTrafficModule #customChatModule #chatHeader h4 {
  font-size:14px;
  color:#333333;
  font-family: 'Lato',Arial, san-serif;
  font-weight:bold;
}

#mySexTrafficModule #customChatModule #chatHeader #chatArrows {
  width:74px;
  height:37px;
  position:absolute;
  top:16px;
  right:79px;
  display:none;
}

#mySexTrafficModule #customChatModule #chatHeader #chatArrows a.arrow-left {
   height:37px;
   width:37px;
   float:left;
   background:url(../images/ST_arrow_left.jpg) no-repeat;
   background-position: 0 0;
   display:block;
   overflow:hidden;
   opacity:0.5;
}

#mySexTrafficModule #customChatModule #chatHeader #chatArrows a.arrow-left.active:hover {
    background-position: 0 -37px;
}

#mySexTrafficModule #customChatModule #chatHeader #chatArrows a.arrow-right {
   height:37px;
   width:37px;
   float:right;
   background:url(../images/ST_arrow_right.jpg) no-repeat;
   background-position: 0 0;
   display:block;
   overflow:hidden;
}

#mySexTrafficModule #customChatModule #chatHeader #chatArrows a.arrow-right.active:hover {
    background-position: 0 -37px;
}

#mySexTrafficModule #customChatModule #chatArea {
  /*height:952px;*/
  height:125px;
  width:618px;
  margin-top:20px;
  position:relative;
  overflow:hidden;
}

#mySexTrafficModule #customChatModule #chatArea #chatsWrapper {
  height:952px;
  width:618px;
  overflow:hidden;
  position:relative;
}

#mySexTrafficModule #customChatModule #chatArea #chatsWrapper ul {
  width:17479px;
  height:952px;
  position:relative;
  left:0px;
  list-style: none;
  margin:0px;
}

#mySexTrafficModule #customChatModule #chatArea #chatsWrapper ul li {
    width:618px;
    height:952px;
    float:left;
    text-align: center;
    list-style: none;
}

#mySexTrafficModule #customChatModule #chatShare {
  height:33px;
  border-top:1px solid #FFF;
  padding-right:71px;
  width:547px;
  padding-top:16px;
  display:none;
}

#mySexTrafficModule #customChatModule #chatShare #icons {
  width:180px;
  height:25px;
  float:right;
}

#mySexTrafficModule #customChatModule #chatShare #icons a.FBIcon {
  display: block;
  height: 26px;
  width: 26px;
  background: url('https://i.cdn.turner.com/money/.element/img/5.0/tools/share_icons.gif') no-repeat;
  float: right;
  margin-left:6px;
}

#mySexTrafficModule #customChatModule #chatShare #icons a.TwitterIcon {
  display: block;
  height: 26px;
  width: 26px;
  background: url('https://i.cdn.turner.com/money/.element/img/5.0/tools/share_icons.gif') no-repeat;
  float: right;
  background-position: -33px;
  margin-left:7px;
}


#mySexTrafficModule #customChatModule #chatShare #icons p.shareText {
  font-family:arial, helvetica, san-serif;
  font-size: 14px;
  color:#888888;
  float:left;
  font-weight:bold;
  padding-top:2px;
  display:block;
  height:24px;
}





