.fixed {
  position: fixed;
  z-index: 9999998;
}

#myfootbar, .qc_gap, #qc_myfriends, #qc_mychat, #qc_mysettings, #qc_mysearchbox {
  background-image: url('../images/background.png');
}
#qc_fsettings div
, .qc_fsettings_on, .qc_ffriends_on, .qc_chat_on
, #qc_mystatus
, .qc_prev_disable, .qc_prev, .qc_prev_hover, .qc_prev_down
, .qc_next_disable, .qc_next, .qc_next_hover, .qc_next_down
, .qc_unread, #qc_myptips, #qc_myntips
, #qc_mytitle_set, .qc_chat_hover
, .qc_online, .qc_option, .qc_checkbox
, .qc_search, .qc_search_clear
, .qc_2hide, .qc_2close, .qc_reload, .qc_reload_on
, #qc_mylist_ li
, #qc_mysend a {
  background: transparent url('../images/all.png?090604') no-repeat;
}

#qc_myemote, #qc_myemotes {
  background: transparent url('../images/emotes.png') no-repeat;
}

#myfootbar {
  right: 0;
  bottom: 0;
  height: 45px;
  z-index: 9999999;
  background-repeat: repeat-x;
  background-position: 0 -390px;
  width: 100%;
  min-width: 700px;
  border: 1px solid #AFC4D7;
  border-width: 0 1px;
  font: 9pt Tahoma;
  overflow: auto;
}
#qc_mywrapper {
  height: 45px;
}
#qc_myfrfoot {
  position: absolute;
  height: 45px; width: 100%;
  right: 0; bottom: 0;
  z-index: 8;
}
#qc_myarea {
  float: right;
  width: 657px; height:100%;
  font: 9pt Tahoma;
  display: none;
  text-align: left;
}

#qc_mysettings a, #qc_myfriends a, #qc_mychat a {cursor:pointer; color: #0555b7; text-decoration: none;}
#qc_mysettings a:visited, #qc_myfriends a:visited, #qc_mychat a:visited { color: #0555b7;}
#qc_mysettings a:active, #qc_myfriends a:active, #qc_mychat a:active { color: #f60;}
#qc_mysettings a:hover, #qc_myfriends a:hover, #qc_mychat a:hover { color: #f60;  text-decoration: underline;}

.qc_gap {
  font-size: 1px;
  float: right;
  width: 3px; height: 100%;
  background-repeat: no-repeat;
  background-position: 0 -330px;
}

.qc_online {
  background-position: -389px 4px;
  float: left;
  width: 16px;
  height: 16px;
}
.qc_offline {
  background-position: -389px -16px;
}

#qc_fsettings {
  float: right;
  width: 40px;
  height:45px;
  cursor: pointer;
  overflow: hidden;
}

#qc_fsettings div {
  height: 100%;
  background-position: -212px -45px;
}

#qc_ffriends {
  float: right;
  width: 175px;
  height: 45px;
  cursor: pointer;
  overflow: hidden;
}

.qc_fsettings_on {
  background-position: -165px 0;
}
.qc_ffriends_on {
  background-position: -206px 0;
}

#qc_mystatus {
  float: left;
  width: 40px; height: 100%;
  background-position: -120px -45px;
  text-align: center;
}
#qc_myonline {
  float: left;
  width: 132px; height: 25px;
  font-size: 8pt;
  padding-top: 15px;
  font-weight: bold;
  color: black;
}
.qc_offline #qc_mystatus {
  background-position: -160px -45px;
}
.qc_loading #qc_mystatus {
  background-position: -160px -45px;
}
.qc_offline #qc_myonline {
  color: #8999a9;
}

#qc_myfriends, #qc_mychat {
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-position: 0 0;
  text-align: left;
  z-index: 9999998;
}

#qc_mychat {
  background-position: 0 -30px;
}

#qc_myfrbody {
  position: absolute;
  z-index: 8;
}

#qc_mysettings {
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-position: 0 -480px;
  text-align: left;
  right: 1px; bottom: 45px;
  width: 218px; height: 150px;
  border: 1px solid #627b98;
  border-bottom-width: 0px;
  font: 9pt Tahoma;
  display: none;
  z-index: 9999998;
}
#qc_myfriends {
  background-position: 0 top;
  right: 1px; bottom: 45px;
  width: 216px; height: 320px;
  border: 1px solid #627b98;
  border-bottom-width: 0px;
  font: 9pt Tahoma;
  display: none;
}
#qc_myfriends td {font: 9pt Tahoma;}
#qc_mychat {
  right: 220px; bottom: 45px;
  width: 416px; height: 290px;
  border: 1px solid #627b98;
  border-bottom-width: 0px;
  font: 9pt Tahoma;
  display: none;
}


#qc_chatting {
  float: right;
  width: 414px;
  height:45px;
  overflow: hidden;
}

/*!important > [ id > class > tag ]  */

#qc_prev {
  float: left;
  width: 27px; height: 100%;
}
.qc_prev_disable { background-position: 0 10px; cursor: default; }
.qc_prev { background-position: -27px 10px; cursor: pointer; }
.qc_prev_hover { background-position: -54px 10px; cursor: pointer; }
.qc_prev_down { background-position: -81px 10px; cursor: pointer; }
#qc_next {
  float: left;
  width: 27px; height: 100%;
}
.qc_next_disable { background-position: 0 -37px; cursor: default; }
.qc_next { background-position: -27px -37px; cursor: pointer; }
.qc_next_hover { background-position: -54px -37px; cursor: pointer; }
.qc_next_down { background-position: -81px -37px; cursor: pointer; }

#qc_chatlist {
  float: left;
  width: 360px; height: 45px;
  overflow: hidden;
}
.qc_chat {
  width: 45px;
  height: 41px;
  float: right;
  cursor: pointer;
  text-align: center;
  padding-top:4px;
  overflow: hidden;
}
.qc_chat_on {
  background-position: -120px 0;
  padding-top: 3px; /* 7px */
  height: 42px; /* 38px */
}
.qc_chat_on img {
  /* 27px */
}
.qc_tabnick {margin-left: 3px; display: none;}

.qc_chat_hover {
  background-position: -228px -119px;
}

.qc_unread, #qc_myptips, #qc_myntips {
  position: fixed;
  bottom: 32px;
  background-position: -335px -95px;
  width: 23px; height: 24px;
  font-size: 8pt; color: white; font-weight: bold;
  text-align: center;
  overflow: hidden;
  z-index: 99999999;
}

.qc_unread {
  margin-left: 22px;
  *margin-left: -22px;
  padding-top: 3px;
  *padding-top: 2px;
}
#qc_myptips, #qc_myntips {
  padding-left:1px;
  *padding-left:0;
  padding-bottom:2px;
  display: none;
}
#qc_myptips {
  margin-left: -5px;
}
#qc_myntips {
  margin-left: 10px;
}

#qc_my2friend, #qc_mymessage_, #qc_my2set_, #qc_my2chat_ {
  padding: 8px;
  font: 9pt Tahoma;
  overflow: hidden;
}
#qc_my2friend {display:none;}
#qc_mymessage_ {padding: 12px;}
#qc_mytitle_set {
  background-position: -380px -140px;
  margin-left: 8px;
  padding-left: 25px;
  font-weight: bold;
  height: 19px;
  cursor: default;
}
#qc_my2set_ {padding: 8px 0 8px 0;}
#qc_my2set_ .qc_2hide {margin-right: 8px;}
#qc_my2set_ li { margin:0; padding: 2px; list-style:none; overflow: hidden; cursor: default; line-height: 1.4em;}
#qc_my2set {
  margin: 0;
  padding: 6px 2px 4px 2px;
}
.qc_title {
  padding-bottom: 6px;
  font-weight: bold;
  cursor: default;
}
li.qc_title {
  padding-top: 8px;
}
.qc_switch {}
.qc_option, .qc_checkbox {
  font-size: 1px;
  display: block;
  width: 18px;
  height: 19px;
  background-position: -360px -52px;
  float: left;
  margin-right: 6px;
}
.qc_hover {
  background-position: -381px -52px;
}
.qc_selected {
  background-position: -360px -73px;
}
.qc_disable { color: #a6a6a6; }
.qc_disable .qc_option {
  background-position: -360px -82px;
}
.qc_disable .qc_selected {
  background-position: -360px -98px;
}

.qc_ctips {color: #8899b4}
.qc_cdid {color: #013855}
#qc_mysearchbox {
  border: 1px solid #9db5bf;
  border-top-color: #86A1AD;
  height:16px;
  outline:none;
  padding:2px 0 0 2px;
  border-right:none;
  width:178px; *width:177px;
  background-repeat: repeat-x;
  background-position: 0 -451px;
  font: 9pt Tahoma;
}
#qc_mysearch {
  padding: 0;
  height: 20px;
  outline:none;
  width: 20px;
  border-left:none;
  position: absolute;
  *margin-top:1px;
  border: 0;
}
.qc_search {
  background-position: -335px -50px;
}
.qc_search_clear {
  background-position: -335px -70px;
}

#qc_mylist_ {
  border: 1px solid #9db5bf;
  margin-top: 4px;
  *margin-top: 3px;
  height: 256px;
  overflow: auto;
  background: white;
}
#qc_mymessage {
  margin-top: 4px;
  *margin-top: 3px;
  height: 276px;
  overflow: auto;
}
#qc_mylist_ ul {
  margin-top: 4px;
  margin-left: 16px;
  padding-left: 0;
}
#qc_mylist_ li {
  margin-left: 0;
  height: 20px;
  list-style: none;
  padding: 0 0 0 16px;
  background-position: -389px 4px;
  line-height: 1.4em;
}

#qc_my2detail {
  width: 350px; *width: 310px;
  *overflow: hidden;
}

#qc_my2avatar_ {
  float: left;
  margin-right: 6px;
}

#qc_my2nick {
  font-weight: bold;
  font-size: 10pt;
  height: 18px;
  white-space:nowrap;
  word-break: keep-all;
  cursor: default;
}
#qc_my2nick a {
  white-space:nowrap;
  word-break: keep-all;
}

#qc_my2mood {
  width: auto; height: 12px;
  -o-text-overflow: ellipsis;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-break: keep-all;
  margin-top:1px;
}

#qc_my2task {
  float: right;
  width: 42px;
  height: 16px;
}

.qc_2close, .qc_2hide, .qc_2help {
  float: left;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.qc_2close {
  margin-left:10px;
  background-position: -300px -70px;
}
.qc_2close_hover {
  background-position:-316px -70px;;
}
.qc_2hide {
  background-position:-300px -86px;;
}
.qc_2hide_hover {
  background-position:-316px -86px;;
}
.qc_2help {
  margin-left:10px;
  background-position: -300px -102px;
}
.qc_2help_hover {
  background-position:-316px -102px;;
}

#qc_my2history {
  border: 1px solid #9db5bf;
  margin-top: 4px;
  overflow: auto;
  background-color: white;
  height: 150px;
}

#qc_my2say {
  border: 1px solid #9db5bf;
  overflow-y: auto;
  overflow-x: hidden;
  width: 393px; *width: 392px;
  height: 48px;
  margin-top: 4px; *margin-top: 3px;
  font: 9pt Tahoma;
  padding-left: 5px;
  outline: 0;
  padding-top: 3px;
}
.qc_say {
  background-color: #ffffff;
  border-color: #9db5bf;
  color: black;
}
.qc_say_disable {
  background-color: #eceff3;
  border-color: #b9b9f9;
  color: #cccccc;
}

body:nth-of-type(1) #qc_my2say {
  height: 44px;
}

#qc_mysend a {
  float: right;
  width: 69px;
  height: 27px;
  padding-top: 3px;
  background-position: 0 -90px;
  font: 12px Tahoma;
  font-weight: bold;
  text-align: center;
  color: #aaaaaa;
  cursor: default;
  text-decoration: none;
}
#qc_mysend a:hover {
  color: #aaaaaa;
  text-decoration: none;
}
#qc_mysend a.normal {
  background-position: -69px -90px;
  color: #000000;
}
#qc_mysend a.hover {
  background-position: -138px -90px;
  color: #000000;
  cursor: pointer;
}
#qc_mysend a.down {
  background-position: -207px -90px;
  color: #000000;
}
#qc_my2tool {
  margin-top: 4px; *margin-top: 3px;
}

#qc_myemote {
  position: absolute;
  right: 100px;
  bottom: 5px;
  display: block;
  width: 24px;
  height: 24px;
  background-position: 0 -26px;
  cursor: pointer;
  z-index: 8;
}
#qc_myemotes {
  position: absolute;
  left: 112px; top: 10px; *top:12px;
  border: 1px solid #627b98;
  width: 288px;
  height: 237px; *height: 235px;
  padding: 2px 3px 3px 3px;
  *padding-top: 3px;
  z-index: 7;
  display: none;
  overflow: hidden;
  background-color: #ffffff;
  background-position: 217px 223px;
}

#qc_myshadow_right {
  display: none;
  position: absolute;
  left: 408px; top: 14px; *top:16px;
  width: 2px;
  height: 240px;
  font-size: 1px;
  background: #c9d7e2;
}
#qc_myshadow_bottom {
  display: none;
  position: relative;
  position: absolute;
  left: 115px; top: 253px; *top: 255px;
  width: 295px;
  height: 2px;
  font-size: 1px;
  background: #cedbe6;
}

#qc_myemotes a {
  border: 1px solid #f9f9f9; display: block; float: left;
  cursor: pointer; padding: 2px;
  text-decoration: none;
}
#qc_myemotes a:hover {
  border: 1px solid #999999; background: #CCFFFF;
  text-decoration: none;
}

#qc_mylist li {
  cursor: pointer;
  white-space:nowrap;
  word-break: keep-all;
  line-height: 1.4em;
}

#qc_myfriends .qc_2hide {
  float: right; margin-top: -4px;
}
#qc_mysettings .qc_2hide {
  float: right; margin-top: -4px;
}

.qc_hist0, .qc_hist1, .qc_hist_sys {
  font-size: 9pt;
  margin: 1px 4px 6px 4px;
  overflow: hidden;
}
.qc_hist0 .qc_who {
  color: green;
}
.qc_time {
  color: gray;
}
.qc_body {
  line-height: 1.4em;
}
.qc_hist0 .qc_body {
  color: green;
}
.qc_hist1 .qc_who {
  color: blue;
}
.qc_hist1 .qc_body {
  color: black;
}

.qc_info {
  height: auto;
  overflow: hidden;
  margin: 2px;
}

.qc_who {
  float: left;
  width: 135px;
  overflow: hidden;
  margin-right: 8px;
  white-space: nowrap;
}

.qc_hist_fail {
  background-color: #f0f0f0;
  margin-bottom: 4px;
}
.qc_hist_fail .qc_body {
  color: #f30;
  font-size: 8pt;
}

.qc_hist_done {
  background-color: #f6f6f9;
  margin-bottom: 4px;
}
.qc_hist_done .qc_body {
  color: #0000ff;
}

.qc_hist_sys .qc_body {
  color: #000000;
}
.qc_hist_sys .qc_who {
  font-weight: bold;
}

.qc_endless {-o-text-overflow: ellipsis; text-overflow:ellipsis; white-space:nowrap;}

.qc_hint {
  margin: 4px;
  color: gray;
  font-size:8pt;
  cursor: default;
}

#qc_mytooltips {
  position: fixed;
  border:1px solid #99c;
  background:#f7f5d1;
  padding:2px 5px;
  color:#333;
  display:none;
  font: 9pt Tahoma;
  font-weight: bold;
  filter: Alpha(Opacity=85);
  opacity: 0.8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  white-space:nowrap;
  word-break: keep-all;
  cursor: default;
}

.qc_error, .qc_fail {
  font-size: 8pt;
  color: #CC3300;
}
.qc_error {
  margin-top: 16px;
}

.qc_nofriend {
  margin-top: 20px;
  color: gray;
}

.qc_uinfr {
  font-size: 8pt;
  color: #999;
}

.qc_reload, .qc_reload_on {
  width: 16px;
  height: 16px;
  cursor:default;
  overflow: hidden;
  padding-bottom: 1px;
}
.qc_reload { background-position: -300px -50px }
.qc_reload_on { background-position: -316px -50px }

#qc_my2profile {
  height: 35px; overflow: hidden;
}

.qc_failbody {
  color: black;
}
#qc_mylive {
  float: left;
  margin-left: 0;
  margin-top: 5px;
  overflow: hidden;
  width: 275px;
  white-space:nowrap;
  word-break: keep-all;
}

.qc_icons {
  cursor: pointer;
}
.qc_icon_friend {
  background-position: 0 -120px;
  width: 14px; height:12px;
}
.qc_icon_mail {
  background-position: -16px -120px;
  width: 14px; height:12px;
}

#qc_myfrarea {}

#qc_mytoolbar {
  position: absolute;
  right: 72px; top: 10px;
  font-size: 8pt;
  color: #999;
}

#qc_mysetbar {
  margin-top: 6px;
  height: 20px;
  color: #c6c6c6;
  overflow: hidden;
  font-size: 9pt;
  text-align: right;
  padding: 2px 8px 0 8px;
}

#qc_myset2 a, #qc_myfeed a {
  text-decoration: none;
}

#qc_mysetlist {
  display:none;
  background-color: #EFF3F6;
  border-bottom: 1px solid #E5EAEE;
  padding: 8px;
  height: 72px;
}

#qc_mystage {
  margin: 0;
  padding: 12px 12px 2px 12px;
}

#qc_mylaunch {
  border-top: 1px solid #E5EAEE;
  margin-top: 5px;
  padding-top: 6px;
  display: none;
}

#qc_myshadow_d,#qc_myshadow_l,#qc_myshadow_e {position: fixed; bottom: 0; right: 0; width: 0; height: 0; background-color: #c3cbd4; z-index: 999990;}
#qc_myshadow_d {opacity:0.5; *filter:Alpha(Opacity=50)}
#qc_myshadow_l {opacity:0.3; *filter:Alpha(Opacity=30)}
#qc_myshadow_e {opacity:0.2; *filter:Alpha(Opacity=20)}

.qc_csshide {background-position: 100px 100px;}

#qc_mylogo {
  display: none;
}
#qc_myslience {display: none;}
.qc_system #qc_myslience {display: block;}
.qc_system #qc_my2history { height: 230px; }

#footerContainer {margin-bottom: 16px}
