body {
  margin: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
  font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
  font-size: 14px; }

input, textarea, td, th {
  font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
  font-size: 14px; }

a {
  text-decoration: none;
  font-weight: bold; }
  a:visited {
    text-decoration: none;
    font-weight: bold; }
  a:focus {
    outline: none !important; }

img {
  border: 0; }

.hidden {
  display: none !important; }

.clear {
  clear: both; }

#shell, #desktop, #wallpaper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#shell {
  background-color: #c7c8b0;
  color: black; }

#dock_container {
  background-color: #c7c8b0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  background-image: url(../images/shell/dock_bg.png);
  background-repeat: repeat-x;
  overflow: hidden; }

#start_button {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  width: 36px;
  background-image: url(../images/shell/start_button.png);
  background-repeat: no-repeat;
  background-position: 8px 0px;
  overflow: hidden; }

#wallpaper {
  background-color: #5f6c80;
  overflow: hidden; }

/*
 * A duplicate of the image container to measure the wallpaper
 * image's size.
 */ */
#wallpaper_sizing_image {
  display: block;
  position: absolute;
  visibility: hidden; }

#wallpaper_image, #wallpaper_mosaic_image {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  -ms-interpolation-mode: bicubic; }

#logo {
  position: absolute;
  display: block;
  right: 20px;
  top: 5px;
  width: 398px;
  height: 99px; }

#clock {
  position: absolute;
  display: block;
  right: 40px;
  bottom: 40px;
  text-align: right;
  height: 60px;
  line-height: 60px;
  font-size: 70px;
  color: white; }

#splash_container {
  position: absolute;
  display: block;
  overflow: hidden;
  background: #aaaaaa; }

#splash {
  position: absolute;
  background: white;
  top: 2px;
  left: 2px; }

#splash_logo {
  display: block;
  margin: 10px auto 10px auto; }

#splash_text {
  padding-left: 105px; }

ul#splash_icons {
  list-style-type: none;
  margin: 0px;
  padding: 10px 40px 10px 40px; }

#splash_icons li {
  text-align: center;
  float: left;
  width: 20%;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 24px; }

#splash_icon_logo {
  background-image: url(../images/icons/coquette/24x24/palette.png); }

#splash_icon_dock {
  background-image: url(../images/icons/dock.png); }

#splash_icon_clock {
  background-image: url(../images/icons/coquette/24x24/clock.png); }

#splash_icon_icons {
  background-image: url(../images/icons/coquette/24x24/process.png); }

#splash_icon_welcome {
  background-image: url(../images/icons/coquette/24x24/accept.png); }

.icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 100px;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  color: #111111;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer; }

.icon_label {
  line-height: 15px;
  width: 150px;
  height: 40px;
  text-align: center;
  position: absolute;
  top: 66px;
  left: 0px;
  overflow: hidden;
  color: black; }

.icon_label_shadow {
  line-height: 15px;
  width: 150px;
  height: 40px;
  text-align: center;
  position: absolute;
  top: 66px;
  left: 0px;
  overflow: hidden;
  color: black;
  top: 67px;
  left: 1px;
  color: white;
  /* font-weight: bold; */
  display: none; }

.icon_label_text {
  padding: 0px 2px; }

.icon_image {
  width: 64px;
  height: 64px; }

.icon.hover .icon_label_text {
  background-color: #223344;
  color: white !important; }

.task_container {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  display: block;
  width: 180px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px; }

a.task {
  width: 300px;
  /* This makes sure the whole bar is clickable. Overflow will be hidden by the surrounding task_container- */
  height: 28px;
  line-height: 28px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 8px 6px;
  /* task icon is added from javascript */
  padding-left: 28px;
  padding-right: 10px;
  color: #444444; }
  a.task:visited {
    width: 300px;
    /* This makes sure the whole bar is clickable. Overflow will be hidden by the surrounding task_container- */
    height: 28px;
    line-height: 28px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 8px 6px;
    /* task icon is added from javascript */
    padding-left: 28px;
    padding-right: 10px;
    color: #444444; }

.task_icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 7px;
  top: 6px; }

.task_container {
  background-image: url(../images/shell/task_highlight.png);
  background-repeat: no-repeat;
  background-position: 0px 0px; }

.focused_task_container {
  background-image: url(../images/shell/focused_task_bg.png);
  background-repeat: repeat-x;
  background-position: 0px 0px; }
  .focused_task_container a.task {
    color: #eeeeee; }
    .focused_task_container a.task:visited {
      color: #eeeeee; }

.window_container {
  background-color: #acacac;
  position: absolute; }

.window {
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #e1e1e1; }

.window_inner {
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #d9d9d9; }

.window_head {
  height: 32px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #39464c;
  background-image: url(../images/shell/window_head_bg.png);
  background-repeat: repeat-x; }

.window_title {
  height: 29px;
  line-height: 29px;
  width: 800px;
  padding-left: 28px;
  color: white;
  font-weight: bold;
  font-size: 14px; }

.close_window_button {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer; }
  .close_window_button img {
    display: block;
    width: 16px;
    height: 16px; }

.window_icon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 7px; }

.window_canvas {
  position: absolute;
  top: 33px;
  left: 1px;
  background-color: white;
  overflow: hidden; }

.window_iframe {
  border: 0px solid white;
  width: 100%;
  height: 100%; }

.icon_group {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

img.screenshot {
  border: 1px solid #999999;
  margin: 15px; }

#theme_switcher {
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 720px;
  margin-left: -360px;
  height: 80px;
  z-index: 0;
  overflow: hidden; }

.theme_switch {
  cursor: pointer;
  width: 120px;
  height: 200px;
  float: left;
  overflow: hidden;
  position: relative; }
  .theme_switch img {
    position: absolute;
    top: 20px;
    left: 0px; }
    .theme_switch img.active_image {
      top: 0px;
      visibility: hidden; }

#theme_switcher .hover img.inactive_image {
  visibility: hidden; }
#theme_switcher .hover img.active_image {
  visibility: visible; }
