html, body {
  background: #313131;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

img {
  border: 0;
}

#header-bar {
  height: 76px;
  background: url("../images/header-bar-bg.png") repeat-x;
  padding: 0 30px;
  min-width: 930px;
}

#header-left {
  height: 76px;
  background: url("../images/header-left.png") left no-repeat;
  padding-left: 10px;
}

#header-right {
  height: 76px;
  background: url("../images/header-right.png") right no-repeat;
  padding-right: 10px;
}

#header {
  height: 76px;
  background: url("../images/header-bg.png") repeat-x;
  position: relative;
  overflow: hidden;
}

#header-logo {
  float: left;
}

#header-user {
  float: right;
  margin: 5px 15px 0 0;
  color: #ffffff;
}

#header-user a {
  color: #ffffff;
}

#header-tabs {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 15px;
}

.tab {
  height: 35px;
  padding-left: 10px;
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  margin-left: 8px;
}

.tab-content {
  height: 28px;
  padding: 8px 10px 0 0;
  background-position: right top;
  background-repeat: no-repeat;
}

.tab-content img {
  margin-right: 6px;
  vertical-align: text-top;
}

.tab-content a {
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

.inactive-tab {
  background-image: url("../images/inactive-tab-left.png");
}

.inactive-tab .tab-content a {
  color: #333333;
}

.inactive-tab .tab-content {
  background-image: url("../images/inactive-tab-right.png");
}

.active-tab {
  background-image: url("../images/active-tab-left.png");
}

.active-tab .tab-content {
  background-image: url("../images/active-tab-right.png");
}

#content-container {
  background: #f0f0f0;
  padding: 0 30px;
  min-width: 930px;
}

#content-left {
  background: url("../images/content-left.png") left repeat-y;
  padding-left: 10px;
}

#content-right {
  background: url("../images/content-right.png") right repeat-y;
  padding-right: 10px;
}

#content {
  background: #ffffff;
  padding: 15px;
}

#footer {
  height: 30px;
  background: url("../images/footer-bg.png") repeat-x;
}