.chatboxtextarea:focus {
  border: 2px solid #0060a8;
  margin: 0;
}
.frei_smileys_table tr,
td,
th,
tbody {
  border-collapse: collapse;
  border: 0px;
  padding: 0px;
}
.frei_smileys_table tr td {
  padding: 0px;
  background: white;
}
#freichat {
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin-right: 5px;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px;
}
.freichat {
  position: relative;
  padding: 0px;
  background-color: none;
  color: #000000;
  text-align: justify;
  font-size: 14px;
  width: 200px;
  background-image: none;
  border: none;
  line-height: 1.4em;
  margin: 0px;
}
.freichat a:hover {
  text-decoration: none;
  background-color: white;
  color: blue;
}
.freichat img {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  display: inline;
  border-top: 0px;
  border-bottom: 0px;
}
.frei_smileys {
  position: absolute;
  color: white;
  background: white;
  display: none;
  width: 150px;
  height: 115px;
  bottom: 86px;
  left: -5px;
  border: 1px solid gray;
  padding: 5px;
  border-radius: 5px;
}
.frei_smileys img {
  cursor: pointer;
  border: 1px solid white;
  font-size: 12px;
  padding: 1px;
  width: 20px;
  height: 20px;
}
.frei_smileys img:hover {
  border: 1px solid gray;
  border-radius: 5px;
}
.frei_box {
  position: relative;
  bottom: 0px;
  width: 225px;
  z-index: 9999999;
}
.frei {
  font-size: 13px;
  height: 112px;
  overflow: auto;
  width: 200px;
}
.frei img {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.frei a:hover {
  color: blue;
}
.frei a:link {
  text-decoration: none;
  color: wroomcontainerhite;
  font-weight: normal;
}
.onfreioffline {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 10001;
}
.status_available {
  width: auto;
  display: inline-block;
  padding-right: 5px;
}
.status_busy {
  width: auto;
  display: inline-block;
  margin-left: 10px;
}
.status_invisible {
  width: auto;
  display: inline-block;
  padding-right: 5px;
}
.status_offline {
  width: auto;
  display: inline-block;
  margin-left: 10px;
}
*html #freichat {
  position: absolute;
  bottom: 0px;
}
.freicontain {
  z-index: 99999;
  bottom: 0px;
  position: fixed;
  width: 225px;
  display: block;
  overflow: visible;
  font-family: Arial, sans-serif;
  font-size: 13px;
}
.user_freichat_head_content {
  font-weight: bold;
  color: white;
}
.frei_chat_status {
  background-color: inherit;
  color: red;
  font-size: 80%;
  padding-bottom: 2px;
  display: block;
  bottom: 80px;
}
.freichat_time {
  color: black;
  float: right;
  font-size: 9px;
  visibility: hidden;
}
.freichathead {
  cursor: pointer;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  background: #7db9e8;
  background: -moz-linear-gradient(top,#7db9e8 24%,#1e5799 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(24%,#7db9e8),color-stop(100%,#1e5799));
  background: -webkit-linear-gradient(top,#7db9e8 24%,#1e5799 100%);
  background: -o-linear-gradient(top,#7db9e8 24%,#1e5799 100%);
  background: -ms-linear-gradient(top,#7db9e8 24%,#1e5799 100%);
  background: linear-gradient(to bottom,#7db9e8 24%,#1e5799 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8',endColorstr='#1e5799',GradientType=0);
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  width: 100%;
}
.freichathead img {
  padding-right: 2px;
  padding-left: 2px;
}
#offlineimg {
  border-radius: 10px 0px 0px 0px;
}
.freichat_userscontentstatus {
  float: right;
  padding-right: 5px;
}
.chatboxmessagecontent {
  color: #000000;
}
.chatboxmessagecontent a {
  color: blue;
  text-decoration: none;
}
.chatboxmessagecontent a:hover {
  color: black;
  background: white;
  text-decoration: underline;
  cursor: pointer;
}
.chatboxmessagefrom {
  font-weight: bold;
  color: #000000;
}
.chatboxhead {
  position: relative;
  cursor: pointer;
  padding: 6px 0px 6px 0px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  background: #7db9e8;
  background: -moz-linear-gradient(top,#7db9e8 24%,#1e5799 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(24%,#7db9e8),color-stop(100%,#1e5799));
  background: -webkit-linear-gradient(top,#7db9e8 24%,#1e5799 100%);
  background: -o-linear-gradient(top,#7db9e8 24%,#1e5799 100%);
  background: -ms-linear-gradient(top,#7db9e8 24%,#1e5799 100%);
  background: linear-gradient(to bottom,#7db9e8 24%,#1e5799 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8',endColorstr='#1e5799',GradientType=0);
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  width: 225px;
}
.chatboxhead img {
  padding-right: 2px;
  padding-left: 2px;
}
.custom_mesg {
  padding-top: 16px;
}
.frei_custom_mesg_update_btn {
  width: 47px;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: whiteSmoke;
  background-image: -moz-linear-gradient(top,white,#E6E6E6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(white),to(#E6E6E6));
  background-image: -webkit-linear-gradient(top,white,#E6E6E6);
  background-image: -o-linear-gradient(top,white,#E6E6E6);
  background-image: linear-gradient(to bottom,white,#E6E6E6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe5e5e5',GradientType=0);
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #BBB;
  border-bottom-color: #A2A2A2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.frei_custom_mesg_update_btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #E6E6E6;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.chatboxmessage {
  color: #ffffff;
  font-size: 0.9em;
}
.freichat_linkprofile_s {
  visibility: hidden;
}
.freichat_linkprofile_s img {
  padding-right: 6px;
  padding-top: 2px;
  height: 20px;
  width: 20px;
}
.freichat_userscontentname {
  float: left;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-top: 4px;
  text-align: left;
}
.input_blue_focus {
  border: 2px solid #0060A8;
  outline: 0;
  outline: thin dotted 9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
.chatboxinput {
  padding: 3px;
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-image: none;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #cccccc;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
.chatboxinput img {
  margin-left: 4px;
}
.chatboxinput :focus {
  border: 2px solid #0060A8;
  outline: 0;
  outline: thin dotted 9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
.frei_smiley_image {
  padding: 1px 0 1px 2px;
  border: 0px;
}
.frei_smileys:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #333;
  top: 125px;
  left: 30px;
}
#frei_member_search_input {
  padding: 0px 0px 0px 15px;
  width: 181px;
}
.zero-border-radius {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
}
.frei_search_members input {
  width: 100%;
  -webkit-box-sizing: content-box;
  font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  font-size: 11px;
  font-weight: normal;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-top: 1px solid black;
  cursor: text;
  background: url("search.jpg") no-repeat;
  margin: 0px;
  color: #999;
  outline: 0;
  padding: 0px;
  line-height: 15px;
}
.min_freichathead {
  padding-right: 10px;
  float: right;
}
.frei_status_options_selected {
  border: 1px solid black;
}
.frei_tools_options img {
  cursor: pointer;
  padding-bottom: 15px;
  padding-right: 0px;
}
#freichat_mobile_chat {
  position: fixed;
  background-color: black;
  color: white;
  right: 0px;
  vertical-align: middle;
  bottom: 0px;
  width: 100px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  height: 23px;
  padding-top: 7px;
  cursor: pointer;
}
.freichat_userlist_hover {
  background-color: #B2C9F1;
  color: #000000;
  text-align: left;
}
.langlist a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
.langlist a:hover {
  color: blue;
}
.freicontain0 {
  right: 208px;
  z-index: 999999;
}
.freichat_userlist {
  cursor: pointer;
  height: 26px;
  line-height: 100%;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 1px;
  width: 99%;
}
.chatboxoptions {
  padding-right: 6px;
  float: right;
}
.chatboxoptions a img {
  border: none;
}
.frei_smileys_table {
  border-collapse: collapse;
}
.freicontain1 {
  right: 432px;
  z-index: 999998;
}
.frei_user_brand {
  border: 1px solid black;
  background: white;
}
.originalmessagecontent {
  position: absolute;
  color: white;
  background-color: black;
  overflow: auto;
  border: 1px solid white;
  width: 150px;
  height: 44px;
}
.originalmessagecontent a {
  color: white;
}
.chatboxtitle {
  float: left;
  color: #FFFFFF;
  padding-left: 6px;
}
.freicontain2 {
  right: 658px;
  z-index: 999997;
}
.freichat_linkprofile {
  float: right;
}
.frei_user_count {
  color: inherit;
  padding-left: 10px;
  color: white;
}
.chatboxtextarea {
  font-size: 12px;
  width: 209px;
  height: 44px;
  padding: 3px 0px 3px 3px;
  border: 2px solid #efefef;
  margin: 1px;
  overflow: hidden;
  color: #000000;
  background-image: none;
  max-width: 209px;
  min-width: 209px;
  max-height: 100px;
}
.chatboxcontent {
  background-image: url('bmid.png');
  font-family: Arial, sans-serif;
  font-size: 13px;
  height: 200px;
  width: 209px;
  overflow-y: auto;
  overflow-x: auto;
  padding: 7px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #bbb;
  border-top: 1px solid #ddd;
  background-color: #ffffff;
  line-height: 1.32em;
  text-align: left;
  word-wrap: break-word;
  min-height: 45px;
  max-height: 200px;
}
.freicontain3 {
  right: 884px;
  z-index: 999996;
}
.frei_options {
  border-radius: 4px 4px 0px 0px;
  background: #e6e6e6;
  padding-left: 20px;
}
.frei_options a {
  color: black;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
}
.self_status_img img {
  padding-top: 2px;
}
.frei_status_options {
  cursor: pointer;
}
.frei_status_options a {
  text-decoration: none;
  background-color: none;
  color: black;
}
.frei_status_options a:hover {
  text-decoration: none;
  color: black;
  background: none;
}
.frei_status_options img {
  cursor: pointer;
  vertical-align: middle;
}
.freichat_userscontentavatarimage {
  height: 18px;
  width: 18px;
}
.freichat_userscontentavatar {
  display: block;
  float: left;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-top: 1px;
  text-align: left;
}
.frei_added_options_img {
  float: left;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 2px;
  height: 12px;
  width: 12px;
  border-right: 1px solid black;
}
.frei_added_options_img:hover {
  -webkit-transform: translate(0px,-3px);
  -moz-transform: translate(0px,-2px);
  -o-transform: translate(0px,-2px);
  transform: translate(0px,-2px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #e6e6e6;
}
.added_options {
  padding: 2px 0px 2px 0px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: whiteSmoke;
  background-image: -moz-linear-gradient(top,white,#E6E6E6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(white),to(#E6E6E6));
  background-image: -webkit-linear-gradient(top,white,#E6E6E6);
  background-image: -o-linear-gradient(top,white,#E6E6E6);
  background-image: linear-gradient(to bottom,white,#E6E6E6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe5e5e5',GradientType=0);
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-bottom: 1px solid #BBB;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  width: 100%;
}
.chatboxinfo {
  margin-left: -1em;
  color: #666666;
}
#custom_message_id {
  font-family: Tahoma, sans-serif;
  width: 120px;
  border: 1px solid gray;
  padding: 5px;
  font-size: 11px;
  font-weight: bold;
}
.frei_option_bar {
  padding: 2px 0px 2px 0px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: whiteSmoke;
  background-image: -moz-linear-gradient(top,white,#E6E6E6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(white),to(#E6E6E6));
  background-image: -webkit-linear-gradient(top,white,#E6E6E6);
  background-image: -o-linear-gradient(top,white,#E6E6E6);
  background-image: linear-gradient(to bottom,white,#E6E6E6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe5e5e5',GradientType=0);
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-bottom: 1px solid #BBB;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  width: 100%;
}
.frei_option_bar_arrow {
  height: 15px;
  background: url('icons/arrow-up.png') no-repeat left;
  background-size: 12px 12px;
  width: 12px;
  display: inline-block;
}
.frei_option_bar_status {
  padding: 2px;
  height: 15px;
  border-right: 1px solid black;
  display: inline-block;
  width: 100px;
}
.frei_option_bar_status:hover {
  background: #e6e6e6;
}
.frei_option_bar_status_txt {
  height: 15px;
  display: inline-block;
  vertical-align: top;
  width: 82px;
  overflow: hidden;
}
.frei_chatbox_options {
  float: right;
}
.frei_option_bar_reset {
  padding-right: 7px;
  display: inline-block;
}
.frei_option_bar_reset:hover {
  background: #e6e6e6;
}
.frei_option_bar_reset_bg {
  height: 15px;
  background: url('icons/loop.png') no-repeat left;
  background-size: contain;
  width: 12px;
  display: inline-block;
}
.frei_option_bar_rtl {
  border-right: 1px solid black;
  padding-right: 7px;
  padding-left: 7px;
  display: inline-block;
}
.frei_option_bar_rtl:hover {
  background: #e6e6e6;
}
.frei_option_bar_rtl_bg {
  height: 15px;
  background: url('icons/paragraph-left.png') no-repeat left;
  background-size: contain;
  width: 12px;
  display: inline-block;
}
.frei_option_bar_sound {
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
}
.frei_option_bar_sound:hover {
  background: #e6e6e6;
}
.frei_option_bar_sound_bg_on {
  background: url('icons/volume.png') no-repeat left;
}
.frei_option_bar_sound_bg_off {
  background: url('icons/volume_off.png') no-repeat left;
}
.frei_option_bar_sound_bg {
  height: 15px;
  background-size: contain;
  width: 12px;
  display: inline-block;
}
.frei_tab {
  font-family: arial;
}
.frei_chatroom.right .frei_tab,
.frei_chatroom.left .frei_tab {
  top: 3px;
}
.frei_chatroom.left .frei_tab {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.frei_chatroom.right .frei_tab {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.frei_chatroom {
  width: 550px;
  padding: 0px;
  font-family: Arial;
  height: 400px;
  font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  font-size: 11px;
  background-repeat: no-repeat;
}
.frei_chatroom .frei_tab {
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  background: #333;
  padding: 6px;
  color: #fff;
  font-weight: bold;
}
.frei_chatroom .frei_chatroom-content ul {
  list-style: square;
  margin: 0 0 0 25px;
  line-height: 1.3em;
}
.frei_chatroom .frei_chatroom-content ul li {
  font-size: 10px;
}
.frei_chatroom .frei_chatroom-content ul li a {
  color: #fff;
  font-size: 13px;
}
.frei_chatroom .frei_chatroom-content ul li a:hover {
  color: #000;
}
#frei_smileys_chatroom:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-left-color: #333;
  top: 105px;
  left: 160px;
}
.frei_chatroom.right,
.frei_chatroom.right .frei_tab {
  border-right: none;
}
.frei_chat_userlist_hover {
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.4), rgba(255,255,255,0.1) 0 1px 0;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.4), rgba(255,255,255,0.1) 0 1px 0;
}
.frei_roompanel {
  border-top: grey solid 1px;
  width: 100%;
  height: 328px;
  overflow: auto;
}
.chatroommessagearea {
  resize: none;
  height: 73%;
  font-size: 11px;
  outline: 0;
  width: 100%;
  padding: 0px;
  font-family: helvetica;
  color: black;
  overflow: hidden;
  background-color: white;
  border: 1px solid #CCC;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.chatroommessagearea:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
.frei_chatroom.left,
.frei_chatroom.left .frei_tab {
  border-left: none;
  width: 550px;
}
.frei_chat_chatroomselected {
  background-color: #333333;
  font-weight: bold;
}
.frei_chatroomleftpanel {
  border-left: 1px solid black;
  height: 100%;
  float: left;
  width: 63%;
}
.frei_chatroom.left {
  left: 0;
}
.frei_chatroom.left .frei_tab {
  right: 3px;
  margin-top: -3px;
  background-position: 100% 0;
}
.frei_lobby_room_1 {
  float: left;
  padding-left: 5px;
}
.frei_chatroom_add_smiley {
  line-height: 0px;
  position: relative;
  left: 95.6%;
  width: 32px;
  top: 39px;
}
.frei_chatroom_add_smiley img {
  opacity: 0.5;
}
.frei_chatroom_add_smiley img:hover {
  opacity: 1;
}
.frei_chatroom-content a {
  color: #fff;
}
.frei_chatroom-content p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.frei_chatroom.bottom,
.frei_chatroom.bottom .frei_tab {
  border-bottom: none;
}
.frei_lobby_room_2 {
  float: right;
  padding-right: 5px;
  width: 70px;
  text-align: right;
}
.frei_chatroom.bottom {
  bottom: 0;
}
.frei_chatroom.bottom .frei_tab {
  top: 3px;
  background-position: 0 0;
}
.frei_lobby_room_3 {
  float: right;
  padding-right: 0px;
}
.frei_lobby_room {
  color: #000000;
  display: block;
  font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  font-size: 11px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  cursor: pointer;
  height: 15px;
}
.frei_room_close {
  position: absolute;
  right: 10px;
  font-size: 18px;
  top: 5px;
}
.frei_chatroomtextarea {
  width: 326px;
  height: 52px;
  line-height: 0px;
  margin: 0px auto;
}
#chatroommessagearea :focus {
  border: 2px solid #0060A8;
}
.frei_chatroompanel {
  height: 364px;
  border-right: solid grey 1px;
  border-bottom: solid grey 1px;
  background: whitesmoke;
}
.frei_roomcontainer {
  width: 500px;
  content: overflow;
}
.frei_chatroom.align-right .frei_tab {
  margin-right: -3px;
}
.frei_chatroom.right {
  right: 0;
}
.frei_chatroom.right .frei_tab {
  left: 3px;
  margin-top: -3px;
}
.frei_lobby_room_4 {
  float: right;
  padding-right: 0px;
}
.frei_chatroommsgcnt {
  text-align: justify;
  width: 100%;
  height: 300px;
  overflow: auto;
  font-size: 11px;
  font-style: arial, helvetica, sans-serif;
}
.frei_userpanel {
  width: 100%;
  height: 328px;
  overflow: auto;
}
.frei_chatroom_msgcontent {
  background: white;
  color: grey;
  font-weight: normal;
  font-size: 8pt;
  opacity: 1;
  z-index: 10000;
  width: 94%;
  border-radius: 4px;
  box-shadow: 0px 1px 2px black;
  padding-top: 3px;
  padding-left: 8px;
}
.frei_chatroom,
.frei_chatroom .frei_tab {
  border-left: 0px solid #ccc;
}
.frei_chatroom.top {
  top: 0;
}
.frei_chatroom.top .frei_tab {
  bottom: 3px;
  background-position: 0 100%;
}
#chatroom_branding a:link,
#chatroom_branding a:visited,
#chatroom_branding a:hover,
#chatroom_branding a:active {
  text-decoration: none !important;
  color: blue !important;
  background-color: none !important;
}
#frei_smileys_chatroom {
  position: absolute;
  left: 350px;
  bottom: 20px;
}
.frei_chatroom.top,
.frei_chatroom.top .frei_tab {
  border-top: none;
}
.frei_selected_room {
  color: white;
  display: block;
  font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  font-size: 11px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  cursor: pointer;
  height: 15px;
  font-weight: bold;
  background: #1699F3;
  box-shadow: inset 0px 0px 6px 0px black;
}
.frei_selected_room:hover {
  background: #0b87dc;
}
.frei_chatroom_message {
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed grey;
}
.frei_chatroomrightpanel {
  float: left;
  width: 198px;
  border-left: solid grey 1px;
  background: white;
  height: 100%;
}
.frei_roomtitle {
  font-weight: bold;
  cursor: pointer;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: white;
  background: #7db9e8;
  background: -moz-linear-gradient(top,#7db9e8 24%,#1e5799 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(24%,#7db9e8),color-stop(100%,#1e5799));
  background: -webkit-linear-gradient(top,#7db9e8 24%,#1e5799 100%);
  background: -o-linear-gradient(top,#7db9e8 24%,#1e5799 100%);
  background: -ms-linear-gradient(top,#7db9e8 24%,#1e5799 100%);
  background: linear-gradient(to bottom,#7db9e8 24%,#1e5799 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8',endColorstr='#1e5799',GradientType=0);
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  width: 100%;
}
.frei_roomtitle img {
  padding-right: 2px;
  padding-left: 2px;
}
#chatroom_branding {
  bottom: 65px;
  position: absolute;
  display: block;
}
#chatroom_branding a {
  color: blue;
  text-decoration: none !important;
}
.chatroom_messagefrom_right {
  text-align: right;
  padding-left: 240px;
  font-weight: bold;
  color: #000000;
}
.frei_chatroom.align-left .frei_tab {
  margin-left: -3px;
  width: 64px;
}
.chatroom_messagefrom_left {
  text-align: left;
  font-weight: bold;
  color: black;
  padding-bottom: 10px;
}
.frei_userlist {
  color: black;
  cursor: pointer;
  height: 20px;
  line-height: 100%;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 5px;
  padding-left: 4px;
}
.frei_userlist_onhover {
  background-color: #B2C9F1 !important;
  color: #000000;
  text-align: left;
}
.frei_chatroom_tabs {
  height: 30px;
}
.frei_chatroom_tabs > ul {
  font-size: 1em;
  list-style: none !important;
  margin: 0px !important;
}
.frei_chatroom_tab > ul > li > a {
  color: white;
}
.frei_chatroom_tabs > ul > li {
  cursor: pointer;
  float: left;
  color: #FFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #C9C9C9;
  background: -moz-linear-gradient(top,#0C91EC 0%,#257AB6 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0C91EC),color-stop(100%,#257AB6));
  width: 50%;
  padding: 8px 0px 8px 0px;
  text-align: center;
}
.frei_chatroom_tabs > ul > li a:hover {
  color: white !important;
}
.frei_chatroom_tabs_selected {
  box-shadow: inset 0px 1px 6px black;
}
#frei_userpanel,
#frei_roompanel {
  float: left;
  display: none;
}
.frei_chatroom_tabs_container {
  padding-bottom: 10px;
  padding-top: 10px;
}
.triangle-right.right:after {
  top: 16px;
  right: -40px;
  bottom: auto;
  left: auto;
  border-width: 15px 0 0 40px;
  border-color: transparent #075698;
}
.frei_room_left_arrow:after {
  left: 50px;
}
.frei_room_right_arrow:after {
  border-width: 10px 10px 0 0;
  right: 50px;
}
.triangle-right.left:after {
  top: 16px;
  left: -40px;
  bottom: auto;
  border-width: 15px 40px 0 0;
  border-color: transparent #075698;
}
.triangle-right.top {
  background: -webkit-gradient(linear,0 0,0 100%,from(#075698),to(#2e88c4));
  background: -moz-linear-gradient(#075698,#2e88c4);
  background: -o-linear-gradient(#075698,#2e88c4);
  background: linear-gradient(#075698,#2e88c4);
}
.triangle-right.top:after {
  top: -20px;
  right: 50px;
  bottom: auto;
  left: auto;
  border-width: 20px 20px 0 0;
  border-color: transparent #075698;
}
.triangle-right:after {
  content: "";
  position: absolute;
  bottom: -10px;
  border-width: 10px 0 0 10px;
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(46,136,196,0.6);
  display: block;
  width: 0;
}
.triangle-right.left {
  margin-left: 40px;
  background: #075698;
}
.triangle-right {
  position: relative;
  padding: 5px;
  margin: 1em 0 3em;
  color: #fff;
  background: #075698;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  background: #2e88c4;
  background: rgba(46,136,196,0.6);
  margin-right: 2px;
}
.triangle-right.right {
  margin-right: 40px;
  background: #075698;
}
