#header, #user_chat h1 {
  background: #171717;
}

html, body {
  background: #171717;
}

body#chat_window {
  background: inherit;
}

input:focus, textarea:focus, select:focus,
input.combobox:focus + input.combobox-button {
  border-color: #171717;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px #171717;
}

ul#green li.main:hover, ul#green li.main.over {
  background: #171717;
}

.header, .header a, #table_header a, #top-right, #top-right a, #top-menu a.tab, #user_chat h1 span, #user_chat #end_session {
  color: #FFFFFF
}

#top-menu-background, #top form#topquery {
  background-color: #131313;
}

ul.menu-drop, ul.drop-list ul {
  border-color: #131313;
}

.side-box-content, .blue_box_top, .blue_box_bottom, .side-box-with-image, .r_blue {
  background-color: #68C8FD;
}

ul#green.agent-tabs li.main, ul#green.agent-tabs li.active:hover, ul#green.agent-tabs li.active.over {
  border-left: 2px solid #131313;
}
