/* Global part */

body {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #fff url("../standard/global/body-back.gif") repeat-x;
  overflow: auto;
}

:link {
  color: #039;
}

:visited {
  color: #636;
}

:link:hover, :visited:hover {
  color: #333;
}

:link:active, :link:active {
  color: #000;
}

form {
  margin: 0;
  padding: 0;
}

/* Header */

#header {
  text-align: center;
  width: 100%;
}

#banner {
  font-size: 0px;
  height: 48px;
  background: transparent no-repeat url("../standard/global/header.png");
}

#toolbox {
  float: right;
  margin: 4px 5px 5px 5px;
}

#toolbox a {
  color: white;
}

#search-box a {
  text-decoration: none;
  cursor: help;
}

#search-box input {
  font-size: 1.0em;
  border: 0px;
  background-color: #d9dbe1;
  /* height: 1.4em; This helps Konqueror with it's skin, but it sucks for Gecko/Presto*/
}

#search-box input.button {
  cursor: pointer;
}

#search-box input#quicksearch:hover,
#search-box input#quicksearch:focus {
  background-color: #fff;
}


#account-menu {
  text-align: right;
  margin-top: 8px;
}

#content {
  padding: 10px;
}

/* Footer */

#footer {
  position: static;
  bottom: 0px;
  width: 99%;
  z-index: 10;
  margin-top: 10px;
}

#footer p#product {
  float: right;
  font-size: 0.8em;
}

/* Boxes */

.popup-box {
  position: fixed;
  display: block;
  background: #404E6D;
  border: 1px solid white;
  font-size: 1.0em;
  text-align: right;
  padding: 6px;
  color: white;
  opacity: 0;
  z-index: 10;
}

.popup-box.working, .popup-box.working * {
  cursor: wait;
}

.popup-box.working .working-icon {
  display: block;
}

.popup-box input {
  font-size: 0.8em;
  width: 100px;
}

.popup-box .button {
  display: block;
  width: 98%;
  text-align: center;
  margin-top: 2px;
  border: 1px solid #404E6D;
  cursor: pointer;
}

.popup-box.working .button {
  border: 1px solid white;
  background-color: #525F7F;
  cursor: wait;
}

.popup-box .button:hover {
  border: 1px solid white;
}

#new-account-box {
  height: 53px;
  width: 170px;
  top: 53px;
  right: 20px;
}

#login-box {
  height: 53px;
  width: 175px;
  top: 53px;
  right: 0px;
}

.working-icon {
  position: absolute;
  top: 20px;
  left: 90px;
  display: none;
}

/* Tablist */

ul.tablist {
  padding: 0;
  margin: 0 0 3px 15px;
  list-style-type: none;
}

ul.tablist > li {
  display: inline;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 4px 6px 4px 6px;
  -moz-border-radius: 7px 7px 0px 0px;
  cursor: pointer;
}

ul.tablist > li.active {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #edf2f2;
}

ul.tablist > li * {
  cursor: pointer;
}

div.tablist {
  background-color: #edf2f2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 5px;
}

div.tablist ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

div.tablist li {
  display: inline;
}
