/*
.iChat {
    padding: 3px;
}

.iChat .message {
    font-size: 11px;
    font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
    line-height: 1.27;
    word-wrap: break-word;
}
*/
.date_badge {
  color: grey;
  padding-left: 20px;
  display: inline-block;
  height: 16px;
  background: transparent url('/newmessage.png') no-repeat;
}

.is_personal {
background: #F0FDE6;
}

.iChat-style {
  height:300px;
  width:100%;

  overflow: hidden;
/*
overflow:auto;
overflow-x: hidden;
*/
}

.iChat-list {
  /*width: 100%;*/
  width: 217px;
  height: 100%;
  overflow-y: scroll;
  padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
  
  display: block;
}

#iChat-messages {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

#iChat-messages img, #history_c img { 
  max-width:195px; 
}

.iChat .message {
    /* border: 1px solid #dadada;*/
    border: 1px solid #E0E0E0;
    background-color:#FFFFFF;
    /*
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 1px;
    margin-top: 2px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    */
    padding: 1px;
    margin: 1px;
}

.iChat .message:hover {
   /*border: 1px solid #cccccc;*/
   border: 1px solid #ABABAB;
}

/*
.iChat .clr { clear: both; }


.iChat .message div {
    margin: 0;
    padding: 0;
}
*/

.iChat .message .info {
background: #fff;
background: -moz-linear-gradient(top,  #ffffff 0px, #e5e5e5 100%);
background: -webkit-linear-gradient(top,  #ffffff 0px,#e5e5e5 100%);
background: -o-linear-gradient(top,  #ffffff 0px,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #ffffff 0px,#e5e5e5 100%);
background: linear-gradient(to bottom,  #ffffff 0px,#e5e5e5 100%);
}

.iChat .button {
	background: #fff url("../img/button.png") repeat-x 0 100%;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #b3b3b3;
	color: #383838;
	padding: 2px 9px 5px 9px;
	margin-bottom: 2px !important;
	height: 24px;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
	-moz-box-shadow: 0 1px 4px -3px black;
	-webkit-box-shadow: 0 1px 4px -3px black;
	box-shadow: 0 1px 4px -3px black;
}

.iChat .button:hover { background-position: 0 10px; }

/*
.iChat .message .text {
    margin-left: 5px;
    font-size: 12px;
}


.iChat .message a {
    color: #176093;
}
*/

.iChat .message .action {opacity: 0.3;cursor:pointer;}
.iChat .message .action:hover {opacity: 1;}

.iChat .message hr { border: 0 none; border-top: 1px solid #dbe8ed; height: 1px; }

.iChat .message .avatar img {
    margin-right: 5px;
    float: left;
    height: 32px;
    width: 32px;
    background-color: #FCFCFF;
    border: 1px solid #A5CAE4;
    border-radius: 4px 4px 4px 4px;
    padding: 2px;
}

.iChat .copyright {
    font-size: 9px; 
    padding-right: 5px;
    float: right;
    color: #969696;
}

.date {
float: right;
font-size: 7px;
}

.iChat .copyright a {
    font-size: 10px;
    color: #176093;
}

.iChat_input { width: 99px; padding: 1px; }

.iChat_bbeditor { border: 1px solid #d4dfe8; background: #fff url("../img/bbcode/bg.png") repeat; }
.iChat_bbeditor span, .iChat_bbeditor span img, .iChat_bbeditor .bbspacer, .iChat_bbeditor .bbselect { float: left; }
.iChat_bbeditor .bbselect { height: 21px; padding: 4px 3px 0 3px; }
.iChat_bbeditor .bbselect select { font-size: 11px; }
.iChat_bbeditor span { cursor: pointer; background: url("../img/bbcode/buttons.png") no-repeat; }
.iChat_bbeditor span:hover { background-position: -23px 0; }

/*
.iChat_editor { width: 100%; background-color: #f9fafa; border: 1px solid #d4dfe8; }
.iChat_editor .iChat_bbeditor { border-width: 0 0 0 0; }
*/

/*
.ui-corner-all { 
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
}
*/

#message	{
width: 100%;
height: 50px;
/*display:block;
border:1px solid #c2c2c2;
*/
}


