﻿*{
	padding:0;
	margin:0;
	border:0;
}
body {
	font-size:12px;
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
	font-family:Arial, Helvetica, sans-serif;
}
#header {
	position:absolute; 
	z-index:2;
	top:0; left:0;
	width:100%;
	height:48px;
	line-height:32px;
	padding:0;
	color:#eee;
	text-align:left;
    box-shadow: 0px 10px 18px #ccc;
    background-image: -webkit-linear-gradient(top, #87B5E7, #81B0E2));
    background-image: linear-gradient(top, #87B5E7, #81B0E2);
    background-color: #87b5e7;
    color:#fff;
}
#header .logo {
  cursor: pointer;
  margin: 10px 0 0 10px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 3px #11534c;
  margin-right:8px;
}
#header span {
  /*font-size: 16px;*/
}
#txt_oname
{
    font-size:16px; 
    font-weight:bold; 
    margin-right:5px;
}
#txt_typing
{
    font-size:13px;    
    margin-right:5px;
}
#horizontal-scroll {
  display: inline-block;
  width: 220px;
  overflow-x:hidden;
  margin-top:8px;
  /*margin-left: 15px;*/
  /*margin-right: 20px;*/
}
#in-scroll {
  word-break: keep-all;
  white-space: nowrap;
  width:auto;
  display: inline-block;
}
#wrapper6 {
	position:absolute; 
	z-index:1;
	top:48px;
    bottom:95px;
    left:0;
	width:100%;
	overflow:auto;
}
.ttkefuwrapper {
	position:absolute; 
	z-index:1;
	top:48px;
    bottom:95px;
    left:0;
	width:100%;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
}
.ttkefuwrapper2 {
	position:absolute; 
	z-index:1;
	top:48px;
    bottom:70px;
    left:0;
	width:100%;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
}

#scroller {
	padding:18px 0 0;
	position:absolute;
	width:100%;
	z-index:1;
}
#footer {
	position:fixed;
	z-index:2;
	bottom:0;
    left:0;
	width:100%;
	height:65px;
	background-color: #f6f6f6;
	padding:0;
	border-top:1px solid #ddd;
}
#footer a{float:left;margin: 10px 0 0 10px;display: block;}
#footer img{width:30px;}
#send {
	/*
  float: right;
  margin: 2px 10px 0 0;
  background:none repeat scroll 0 0 #87b5e7;
  padding-bottom:12px;
  padding-top:12px;
  */
}
.button {
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.10) rgba(0,0,0,0.10) rgba(0,0,0,0.25);
  border: 1px solid #11534c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, #36afa5, #3f887f);
  background-image: linear-gradient(top, #36afa5, #3f887f);
  background-color:#87b5e7;
  color: #fff;
  font-size: 15px;
}
#message-wrapper {
  /*margin: 10px 90px 0 90px;*/
}
#txtx {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  width: 100%;
  box-shadow:none;
  text-inden:3px;
}
#messages {
  padding: 0px 25px 10px 20px;
  height: 100%;
}
#messages .message {
  margin-top: 15px;
  clear:both;
}
#messages .message .time {
  font-size: 12px;
  margin-bottom: 5px;
}
.message .time {
  color: #999;
}
.message .username {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.message .content {
  font-size: 14px !important;
  float: left;
  max-width: 82%;/*70%*/
  border-radius: 5px;
  background-color: #fff;
  /*box-shadow: 0 0 2px rgba(0,0,0,0.20);*/
  table-layout: fixed;
  word-break: break-all;
  border: 0px solid #ccc;
  display: block;
  padding: 11px;
  position: relative;
}
.message.not-me .content {
  color: #335;
}
.message.not-me .content::before {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  display: inline-block;
  left: -7px;
  position: absolute;
  top: 11px;
}
.message.not-me .content::after {
  border-right: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  display: inline-block;
  left: -6px;
  position: absolute;
  top: 12px;
}
.message.me .username {
  float: right;
  text-align: right;
}
.message.me .content {
  float: right;
  background-color: #f9f9f9;
}
/*
.message.me .content::before {
  border-left: 7px solid #ccc;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  display: inline-block;
  right: -7px;
  position: absolute;
  top: 11px;
}
.message.me .content::after {
  border-left: 6px solid #f9f9f9;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  display: inline-block;
  right: -6px;
  position: absolute;
  top: 12px;
}
*/
.message.me .time {
  text-align: right;
}
body 
{        
margin:4px 0px 0px 5px;
border-style:none;
border-width:0px;
padding:0px 0px 0px 0px;
border:0px;
font-family:Tahoma;
font-size:12px;  
}
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
#score_wrapper
{
  display: none;
  z-index: 999;
  position:fixed;
  bottom:66px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  box-shadow: 0px -10px 10px #eee;
}
#emots_wrapper {
  display: none;
  z-index: 999;
  position: fixed;
  bottom: 66px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  box-shadow: 0px -10px 10px #eee;
}
#emots {
  margin-top: 15px;
}
#emots a {
  width: 14.28%;
  text-align: center;
  display: block;
  float: left;
  height: 35px;
}
#emots a img {
  height: 81%;
}
#hide_emots {
  margin: 5px 10px 5px 0;
}
.prologue
{
    color: Green;
   /* margin-top:5px;*/
	background: #fff;
    padding: 17px;
    border-radius: 10px;
    margin-top: 20px;
	font-size:14px !important;
}
#collectionPanel {
    background: url("../images/scorebg.gif") no-repeat scroll 0 0 #AEE3FF;
    /*display: none;*/
    font-size: 12px;
    height: 299px;
    /*left: 100px;
    position: absolute;
    top: 100px;*/
    width: 330px;
    /*z-index: 999;*/
}
#collectionPanel input{ height:20px;}
.btn_collection_start {
    background: url("../images/messagebtn.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 23px;
    line-height: 23px;
    margin-left: 75px;
    text-align: center;
    width: 54px;
}
.btn_collection_close {
    background: url("../images/messagebtn.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    height: 23px;
    line-height: 23px;
    margin-right: 75px;
    text-align: center;
    width: 54px;
}
.faq_a{font-size: 12pt;margin-left:12px;color:black;margin-bottom:5px;line-height:16px}
.faq_q{font-size: 12pt;cursor:pointer;color:blue;line-height:16px}
.faq{margin-left:0px}
.faq_num{color:black}
.faq_tip{font-size: 12pt;margin-left:0px;margin-bottom:3px}

#bottombar {
    bottom: 65px;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
	
}

#menulogo {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

#logo {
    color: #b0b0a7;
    font-style: italic;
    height: 20px;
    margin: 0 10px 5px 0;
    text-align: right;
}
#logo span.desby {
    font-family: "Arial Narrow",Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#logo span.brand {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.chatToolPanel {
    background: none repeat scroll 0 0 #ede9e0;
    border-top: 1px solid #cbc8c1;
	border-bottom:1px solid #cbc8c1;
   /* bottom: 67px;
    height: 120px;*/
    bottom: 65px;
    height: 60px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

#toolsbar {
    list-style: none outside none;
	margin:5px 0px 0px 0px;
}
#toolsbar li {
    float: left;
    margin-left: 0;
    text-align: center;
    cursor: pointer;
    width: 17%;
}

#toolsbar .menuspan {
    color: #9a958d;
    display: block;
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 2px;
    margin: 0px;
}

#toolsbar img {
    height: 30px;
    width: 30px;
	display:block;
	margin:0 auto;
}
.systemTip {
    background: none repeat scroll 0 0 #ddd;
    border-radius: 4px;
    color: #111;
    display: block;
    font-size: 12px;
    margin: 10px auto;
    opacity: 0.4;
    padding: 8px 10px;
    text-align: center;
    text-shadow: none;
    width: 200px;
    word-wrap: break-word;
}

#exitChatdiv {
    border: 1px solid #74a4c0;
    border-radius: 4px;
    box-shadow: 0 0 1px #74a4c0;
    line-height: normal;
    overflow: hidden;
	position:absolute;
	right:8px;
	top:10px;
}

.btnhead {
    background:#89b5e9;
    border: medium none;
    color: #ffffff;
    font-size: 16px;
    height: 26px;
    min-width: 60px;
    padding: 0 8px;
    vertical-align: middle;
}
.estimatePanel {
    position: absolute;
	background:whiteSmoke;
	z-index:999;
	width:100%;
	height:100%;
}
.estimatePanel .innerContainer {
    font-size: 16px;
    left: 0;
    position: relative;
    top: 0;
}
.estimatePanel .innerContainer {
    font-size: 16px;
}

.estimatePanel .headinfo {
    background:#87b5e7;
    border-bottom: 1px solid #8eb7cf;
    border-top: 1px solid #8eb7cf;
    color: #ffffff;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    text-align: left;
    text-indent:20px;
	margin:0px;
	padding:0px;
}

.estimatePanel .tip {
    color: #5079aa;
    line-height: 25px;
    margin-bottom: 6px;
    margin-top: 6px;
    padding-left: 8%;
}
.estimatePanel .surveyul {
    list-style: none outside none;
    padding-left: 8%;
}
.estimatePanel .surveyul-item {
    margin-top: 10px;
}
.estimatePanel .surveyul-mcomments {
    margin-top: 15px;
}

.estimatePanel .surveyul-showcom, .surveyul-btn {
    margin-top: 15px;
    padding-right: 10%;
    text-align:left;
}
