/* qwebirc -- Copyright (C) 2008-2009 Chris Porter --- All rights reserved. */

.qwebirc .colourline .Xc0 {
  color: white;
}
.qwebirc .colourline .Xc1 {
  color: black;
}
.qwebirc .colourline .Xc2 {
  color: darkBlue;
}
.qwebirc .colourline .Xc3 {
  color: darkGreen;
}
.qwebirc .colourline .Xc4 {
  color: red;
}
.qwebirc .colourline .Xc5 {
  color: darkRed;
}
.qwebirc .colourline .Xc6 {
  color: purple;
}
.qwebirc .colourline .Xc7 {
  color: orange;
}
.qwebirc .colourline .Xc8 {
  color: yellow;
}
.qwebirc .colourline .Xc9 {
  color: green;
}
.qwebirc .colourline .Xc10 {
  color: teal;
}
.qwebirc .colourline .Xc11 {
  color: cyan;
}
.qwebirc .colourline .Xc12 {
  color: blue;
}
.qwebirc .colourline .Xc13 {
  color: fuchsia;
}
.qwebirc .colourline .Xc14 {
  color: darkGray;
}
.qwebirc .colourline .Xc15 {
  color: gray;
}
.qwebirc .colourline .Xbc0 {
  background-color: white;
}
.qwebirc .colourline .Xbc1 {
  background-color: black;
}
.qwebirc .colourline .Xbc2 {
  background-color: darkBlue;
}
.qwebirc .colourline .Xbc3 {
  background-color: darkGreen;
}
.qwebirc .colourline .Xbc4 {
  background-color: red;
}
.qwebirc .colourline .Xbc5 {
  background-color: darkRed;
}
.qwebirc .colourline .Xbc6 {
  background-color: purple;
}
.qwebirc .colourline .Xbc7 {
  background-color: orange;
}
.qwebirc .colourline .Xbc8 {
  background-color: yellow;
}
.qwebirc .colourline .Xbc9 {
  background-color: green;
}
.qwebirc .colourline .Xbc10 {
  background-color: teal;
}
.qwebirc .colourline .Xbc11 {
  background-color: cyan;
}
.qwebirc .colourline .Xbc12 {
  background-color: blue;
}
.qwebirc .colourline .Xbc13 {
  background-color: fuchsia;
}
.qwebirc .colourline .Xbc14 {
  background-color: darkGray;
}
.qwebirc .colourline .Xbc15 {
  background-color: gray;
}
.qwebirc .colourline .Xb {
  font-weight: bold;
}
.qwebirc .colourline .Xu {
  text-decoration: underline;
}

.qwebirc .warncolour {
  background-color: #ff9090;
}

.qwebirc .infocolour {
  background-color: #9090ff;
}
/**************** LOGIN BOX *******************/

.qwebirc-centrebox {
  height: 100%;
  width: 100%;
}

.qwebirc-centrebox table {
  width: 100%;
}

.qwebirc-centrebox table table {
  width: auto;
}
.qwebirc-loginbox .tr1 td {
  width: 100%;
  text-align: center;
}

.qwebirc-loginbox .tr2 td {
  vertical-align: top;
}

.qwebirc-loginbox .tr2 table {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/**************** CONFIRM LOGIN BOX *******************/
.qwebirc-confirmbox {
  width: 100%;
  vertical-align: middle;
}

.qwebirc-confirmbox .tr1 td {
  width: 100%;
  vertical-align: bottom;
  text-align: center;
}

.qwebirc-confirmbox .tr2 td {
  width: 100%;
  vertical-align: top;
  text-align: center;
}

/**************** ABOUT PANE *******************/
.qwebirc-aboutpane {
  font-size: 1em !important;
}

.qwebirc-aboutpane .mainbody {
  font-size: 0.8em;
  text-align: center;
  padding: 5px;
}

.qwebirc-aboutpane table {
  display: inline-block;
}

.qwebirc-aboutpane div.header {
  padding-top: 5px;
}

.qwebirc-aboutpane .header {
  background: white;
  text-align: center;
  border-bottom: 1px solid gray;
  padding-bottom: 5px;
}

.qwebirc-aboutpane .header .title {
  font-size: 3em;
}

.qwebirc-aboutpane .header .subtitle {
  text-align: center;
  margin-top: 10px;
}

.qwebirc-aboutpane .skipmargin {
  margin-top: 0px;
}

/**************** EMBEDDED WIZARD *******************/
 div.qwebirc-embeddedwizard {
  padding-left: 5px;
  padding-top: 2px;
}

.qwebirc-embeddedwizard input.text {
  width: 300px;
}

.qwebirc-embeddedwizard input.iframetext {
  width: 95%;
}

.qwebirc-embeddedwizard div.wizardcontrols {
  position: absolute;
  bottom: 3px;
  right: 6px;
}

.qwebirc-embeddedwizard .wizardcontrols input {
  width: 70px;
}

/**************** PRIVACY POLICY PANE *******************/
.qwebirc-privacypolicypane {
  font-size: 1em !important;
}

.qwebirc-privacypolicypane .mainbody {
  font-size: 0.8em;
  text-align: center;
  padding: 5px;
}

.qwebirc-privacypolicypane table {
  display: inline-block;
}

.qwebirc-privacypolicypane div.header {
  padding-top: 5px;
}

.qwebirc-privacypolicypane .header {
  background: white;
  text-align: center;
  border-bottom: 1px solid gray;
  padding-bottom: 5px;
}

.qwebirc-privacypolicypane .header .title {
  font-size: 3em;
}

.qwebirc-privacypolicypane .header .subtitle {
  text-align: center;
  margin-top: 10px;
}

.qwebirc-privacypolicypane .monospace {
  font-family: Consolas, "Lucida Console", monospace;
}

/****** FEEDBACK ***********/
.qwebirc-feedbackpane {
  font-size: 1em !important;
}

.qwebirc-feedbackpane .mainbody {
  font-size: 0.8em;
  text-align: center;
  padding: 5px;
}

.qwebirc-feedbackpane table {
  display: inline-block;
}

.qwebirc-feedbackpane div.header {
  padding-top: 5px;
}

.qwebirc-feedbackpane .header {
  background: white;
  text-align: center;
  border-bottom: 1px solid gray;
  padding-bottom: 5px;
}

.qwebirc-feedbackpane .header .title {
  font-size: 3em;
}

.qwebirc-feedbackpane .header .subtitle {
  text-align: center;
  margin-top: 10px;
}

.qwebirc-feedbackpane .monospace {
  font-family: Consolas, "Lucida Console", monospace;
}

/************* FAQ *****************/

.qwebirc-faqpane {
  font-size: 1em !important;
}

.qwebirc-faqpane .mainbody {
  font-size: 0.8em;
  text-align: center;
  padding: 5px;
  margin-left: 20px;
  margin-right: 20px;
}

.qwebirc-faqpane table {
  display: inline-block;
}

.qwebirc-faqpane div.header {
  padding-top: 5px;
}

.qwebirc-faqpane .header {
  background: white;
  text-align: center;
  border-bottom: 1px solid gray;
  padding-bottom: 5px;
}

.qwebirc-faqpane .header .title {
  font-size: 3em;
}

.qwebirc-faqpane .header .subtitle {
  text-align: center;
  margin-top: 10px;
}

.qwebirc-faqpane .monospace {
  font-family: Consolas, "Lucida Console", monospace;
}

.qwebirc .loading {
  padding-left: 4px;
  padding-top: 3px;
  font-size: 0.8em;
}

body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: Verdana, sans-serif;
}

html {
  overflow: hidden;
}

#ircui {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.qwebirc-qui .dynamicpanel {
  position: absolute;
}
.qwebirc-qui .widepanel, .leftboundpanel {
  left: 0px;
}
.qwebirc-qui .widepanel {
  width: 100%;
}
.qwebirc-qui .topboundpanel {
  top: 0px;
}
.qwebirc-qui .rightboundpanel {
  /*right: 0px;*/
}
.qwebirc-qui .bottomboundpanel {
  color: red;
}

.qwebirc-qui .lines {
  color: black;
  overflow: auto;
  font-size: 0.8em;
  background: #f2f0ff;
}

.qwebirc-qui .ircwindow {
  font-family: Consolas, "Lucida Console", Verdana, monospace, sans-serif, "sans serif";
}

.qwebirc-qui .tab-invisible {
  display: none;
}

.qwebirc-qui .input input.keyboard-input {
  border: 0px;
  margin: 2px 0px 0px 0px;
  width: 99%;
}

.qwebirc-qui .input input.mobile-input {
  border: 0px;
  margin: 2px 0px 0px 0px;
}

.qwebirc-qui .input input.mobile-button {
  position: absolute;
  top: 0px;
}

.qwebirc-qui form {
  margin: 0px;
  padding: 0px;
}

.qwebirc-qui .topic {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #F2F0FF;
  border-bottom: 1px dashed #c8d2dc;
}

.qwebirc-qui .topic .emptytopic {
  color: gray;
}

.qwebirc-qui .topic {
  color: gray;
  padding-left: 5px;
  font-size: 0.7em;
  cursor: default;
}

.qwebirc-qui .outertabbar {
  border-bottom: 1px solid #c3cee0;
  background: #e2ecf9;
  white-space: nowrap;
}

.qwebirc-qui .tabbar {
  padding: 4px;
  font-size: 0.8em;
  color: #000000;
}

.qwebirc-qui a.tab {
  border: 1px solid #c8d2dc;
  padding: 2px;
  cursor: default;
  margin-right: 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.qwebirc-qui a.tab {
  text-decoration: none;
  color: #000000;
}

.qwebirc-qui .tab:hover {
  background: #ffffff;
  border: 1px solid #c8d2dc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.qwebirc-qui .tab-selected {
  background: #ffffff;
  border: 1px solid #c8d2dc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #333333;
}

.qwebirc-qui div.input {
  border-top: 1px solid #c3cee0;
  padding-left: 3px;
  padding-right: 3px;
}

.qwebirc-qui .tabclose {
  margin-left: 5px;
  font-size: 0.6em;
  vertical-align: top;
  padding-left: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.qwebirc-qui a.tab-hilight-activity {
  color: green;
}

.qwebirc-qui a.tab-hilight-speech {
  color: blue;
}

.qwebirc-qui a.tab-hilight-us {
  color: red;
}

.qwebirc-qui .nicklist {
  border-left: 1px solid #c8d2dc;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 140px;
  overflow: auto;
  background: #f2f0ff;
  color: black;
  font-size: 0.7em;
}

.qwebirc-qui .nicklist a {
  display: block;
  color: black;
  text-decoration: none;
  cursor: default;
  border-top: 1px solid #f2f0ff;
  border-bottom: 1px solid #f2f0ff;
  padding-left: 1px;
}

.qwebirc-qui .nicklist a.selected {
  display: block;
  color: black;
  background: white;
  text-decoration: none;
  border-bottom: #c8d2dc 1px solid;
  cursor: default;
}

.qwebirc-qui .nicklist a.selected-middle {
  border-top: #c8d2dc 1px solid;
}

div#noscript {
  text-align: center;
  font-weight: bold;
}

.qwebirc-qui .nicklist div.menu {
  margin: 0px 0px 0px 5px;
}

.qwebirc-qui .nicklist div.menu a {
  border-bottom: 0;
  border-top: 0;
}

.qwebirc-qui .hyperlink-whois, .hyperlink-qwhois, .hyperlink-channel {
  cursor: pointer;
  cursor: hand;
}

.qwebirc-qui .hyperlink-whois:hover, .hyperlink-qwhois:hover, .hyperlink-channel:hover {
  text-decoration: underline;
}

.qwebirc-qui .outertabbar .dropdown-tab {
  cursor: pointer;
  cursor: hand;
  float: left;
  padding: 4px;
}

.qwebirc-qui .dropdownmenu {
  z-index: 100;
  border: 1px solid #c8d2dc;
  position: relative;
  top: 10px;
  left: 10px;
  background: #f2f0ff;
}

.qwebirc-qui .dropdownmenu a {
  display: block;
  font-size: 0.7em;
  color: black;
  cursor: pointer;
  cursor: hand;  
  padding-top: 1px;
  padding-left: 3px;
  padding-bottom: 1px;
  padding-right: 3px;
}

.qwebirc-qui .dropdownmenu a:hover {
  background: #FFFFFE; /* IE is rubbish and doesn't like #FFFFFF or white */
}

.qwebirc-qui .dropdownhint {
  position: relative;
  left: -500px;
  z-index: 10;
  white-space: nowrap;
  font-size: 0.7em;
}

.qwebirc-qui hr.lastpos {
  border: none;
  border-top: 1px solid #C8D2DC;
  margin-left: 3em;
  margin-right: 3em;
}

