html {
  overflow-y: scroll;
  scrollbar-face-color: #8b7ab8;
  scrollbar-shadow-color: #534675;
  scrollbar-highlight-color: #dcd4e8;
  scrollbar-3dlight-color: #b9adc8;
  scrollbar-darkshadow-color: #342b40;
  scrollbar-track-color: #6b5f7c;
  scrollbar-arrow-color: #f5f0ff;
}

body {
  margin: 0;
  padding: 14px 0 30px 0;
  background-color: #918bb0;
  background-image: repeating-conic-gradient(
    #9a94b8 0% 25%,
    #8f89ac 0% 50%
  );
  background-size: 18px 18px;
  color: #342b40;
  font-family: "MS Sans Serif", "Microsoft Sans Serif", Tahoma, Arial, sans-serif;
  font-size: 8pt;
  line-height: 1.35;
}

a {
  color: #7a4e2d;
  font-weight: bold;
}

a:visited {
  color: #5a4d6e;
}

a:hover {
  color: #a35f28;
  background-color: #fff8f0;
}

h1 {
  margin: 0;
  padding: 0;
  color: #342b40;
  font-size: 26pt;
  line-height: 28pt;
  font-weight: bold;
}

h2 {
  margin: 0 0 7px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #6b5f7c;
  color: #342b40;
  font-size: 10pt;
  line-height: 13pt;
}

p {
  margin: 7px 0;
}

img {
  border: 0;
}

input,
textarea,
select {
  background: #fff8f0;
  border: 1px solid #6b5f7c;
  color: #342b40;
  font-family: "MS Sans Serif", Tahoma, Arial, sans-serif;
  font-size: 8pt;
}

textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="button"] {
  border: 2px outset #dcd4e8;
  background: #ece9d8;
  color: #000000;
}

.page {
  width: 900px;
  table-layout: fixed;
  text-align: left;
  border: 2px solid #5a4d6e;
  background-color: #fff8f0;
}

.header {
  height: 72px;
  padding: 10px;
  border-bottom: 2px solid #5a4d6e;
  background-color: #8b7ab8;
  background-image: url("assets/web1/paper.png");
}

.header-layout {
  height: 62px;
}

.header td {
  vertical-align: top;
}

.header-name {
  padding-top: 0;
}

.header-tools {
  padding-top: 2px;
}

.avatar-frame {
  width: 58px;
  height: 58px;
  border: 2px ridge #dcd4e8;
  background: #fffef9;
}

.avatar-frame td {
  width: 58px;
  height: 58px;
  text-align: center;
  vertical-align: middle;
}

.subtitle {
  margin-top: 5px;
  color: #6d6480;
  font-size: 8pt;
  line-height: 12px;
}

.redline {
  color: #7a4e2d;
  font-weight: bold;
}

.redline img {
  vertical-align: middle;
}

.ticker {
  padding: 4px 8px;
  border-bottom: 2px solid #5a4d6e;
  background: #6d5d82;
  color: #f5f0ff;
}

.leftcol,
.rightcol {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23%;
  padding: 8px;
  background: #dcd4e8;
  overflow: hidden;
  word-wrap: break-word;
}

.maincol {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 54%;
  padding: 8px 6px;
  background: #c4b8d4;
  overflow: hidden;
}

.column-spacer {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.panel,
.post {
  margin-bottom: 8px;
  border: 1px solid #6b5f7c;
  background-color: #fffef9;
  overflow: hidden;
  word-wrap: break-word;
}

.panel {
  padding: 0 7px 7px 7px;
}

.post {
  padding: 10px 12px 7px 12px;
}

.title {
  margin: 0 -7px 7px -7px;
  padding: 3px 5px;
  background: #f4f0ff;
  color: #534675;
  font-weight: bold;
}

.center-title {
  text-align: center;
}

.placeholder-img {
  display: inline-block;
  border: 1px dashed #6b5f7c;
  background: #fff8f0;
  color: #6d6480;
  font-size: 7pt;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.menu a,
.menu .current {
  display: block;
  margin: 3px 0;
  padding: 3px 4px;
  border: 1px solid #b9adc8;
  background: #ffffff;
  text-decoration: none;
}

.menu .current {
  color: #fffef8;
  background: #6d5d82;
}

.menu-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: middle;
}

.menu-placeholder {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  line-height: 16px;
}

.avatar-placeholder {
  width: 58px;
  height: 58px;
  line-height: 58px;
}

.button-placeholder {
  width: 86px;
  height: 29px;
  margin: 2px 1px;
  line-height: 29px;
}

.small-icon-placeholder {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.questions {
  margin-top: 8px;
  margin-bottom: 12px;
  padding-left: 17px;
}

.questions li {
  margin: 2px 0;
}

.updated {
  margin-top: 8px;
  padding-top: 5px;
  border-top: 1px dotted #b9adc8;
  color: #6d6480;
  text-align: right;
  font-size: 7pt;
}

.quote {
  margin: 8px 0;
  border-left: 3px solid #8b7ab8;
  background: #f4f0ff;
}

.list td {
  border-bottom: 1px dotted #b9adc8;
  vertical-align: top;
}

.wishlist {
  margin-top: 9px;
  border: 2px ridge #dcd4e8;
  background: #fff8f0;
}

.wishlist td {
  vertical-align: top;
}

.wishlist-head {
  padding: 4px 6px;
  border-bottom: 1px solid #6b5f7c;
  background: #8b7ab8;
  color: #fffef9;
  font-weight: bold;
  text-align: center;
}

.wish-mark {
  padding: 8px 4px;
  background: #f4f0ff;
  color: #7a4e2d;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

.wish-text {
  padding: 7px 6px;
}

.wish-text span {
  color: #6d6480;
  font-size: 7pt;
}

.wish-tag {
  padding: 8px 5px;
  background: #fffef9;
  color: #7a4e2d;
  font-size: 7pt;
  font-weight: bold;
  text-align: center;
}

.purple {
  color: #534675;
}

.tinybox {
  width: 225px;
  border: 1px solid #6b5f7c;
  background: #fffef9;
}

.tinybox td {
  white-space: nowrap;
  vertical-align: middle;
}

.bar {
  width: 100%;
  border: 1px solid #6b5f7c;
  background: #fff8f0;
}

.bar td {
  border-right: 1px solid #6b5f7c;
  height: 9px;
}

.bar-on {
  background: #8b7ab8;
}

.big-pixel {
  width: 51px;
  height: 48px;
}

.fun {
  background: #f4f0ff;
  border-style: dashed;
}

.fake-ad {
  text-align: center;
}

.fake-ad img {
  max-width: 150px;
}

.button-wall img,
.link-me-preview img {
  margin: 2px 1px;
  vertical-align: middle;
}

.button-wall img {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.button-wall-panel {
  padding-left: 2px;
  padding-right: 2px;
}

.button-wall-panel .title {
  margin-left: -2px;
  margin-right: -2px;
}

.button-wall td {
  padding: 0;
  width: 88px;
  height: 31px;
  line-height: 0;
}

.link-me-preview {
  margin-bottom: 5px;
  color: #6d6480;
  font-size: 7pt;
}

.panel img,
.post img {
  max-width: 100%;
}

.control-panel {
  border: 2px ridge #8b7ab8;
  background: #fff8f0;
}

.skin-controls {
  text-align: center;
}

.skin-controls input {
  margin: 1px;
}

.smallnote {
  color: #6d6480;
  font-size: 7pt;
}

.secret-pixel {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 18px;
  height: 18px;
  overflow: hidden;
  background: transparent;
  color: transparent;
  font-size: 1px;
  text-decoration: none;
  cursor: help;
}

.secret-pixel:hover {
  border: 1px dotted #dcd4e8;
  background: #8b7ab8;
}

body.skin-green {
  background-color: #8fb28a;
  background-image: repeating-conic-gradient(
    #9dbd96 0% 25%,
    #86a982 0% 50%
  );
}

.skin-green .page {
  border-color: #2c7b55;
}

.skin-green .header,
.skin-green .footer {
  background-color: #82b86a;
}

.skin-green .title {
  background: #e1f2d5;
  color: #183522;
}

.skin-green .menu .current {
  background: #2c7b55;
  color: #ffffff;
}

.skin-green .ticker {
  border-bottom-color: #2c7b55;
  background: #2c7b55;
  color: #f3ffe8;
}

.skin-green marquee {
  color: #f3ffe8;
}

.skin-green .maincol {
  background: #c4d8b0;
}

.skin-green .leftcol,
.skin-green .rightcol {
  background: #dce8ce;
}

.skin-green .control-panel {
  border-color: #2c7b55;
  background: #f3ffe8;
}

.skin-green .bar-on {
  background: #5b9f64;
}

.skin-green .fun {
  background: #eef9e6;
  border-color: #2c7b55;
}

body.skin-hot {
  background-color: #c9876f;
  background-image: repeating-conic-gradient(
    #d69478 0% 25%,
    #bd7a64 0% 50%
  );
}

.skin-hot .page {
  border-color: #b73131;
}

.skin-hot .header,
.skin-hot .footer {
  background-color: #d1472f;
}

.skin-hot .title {
  background: #ffe2a2;
  color: #3b160f;
}

.skin-hot .menu .current {
  background: #7a2d20;
  color: #fff8d8;
}

.skin-hot .ticker {
  border-bottom-color: #7a2d20;
  background: #7a2d20;
  color: #fff8d8;
}

.skin-hot marquee {
  color: #fff8d8;
}

.skin-hot .maincol {
  background: #efc7b3;
}

.skin-hot .leftcol,
.skin-hot .rightcol {
  background: #f7d8a8;
}

.skin-hot .control-panel {
  border-color: #d1472f;
  background: #fff1a8;
}

.skin-hot .bar-on {
  background: #d1472f;
}

.skin-hot .fun {
  background: #fff2d6;
  border-color: #b73131;
}

body.skin-blue {
  background-color: #829abf;
  background-image: repeating-conic-gradient(
    #8da8cd 0% 25%,
    #7b93b7 0% 50%
  );
}

.skin-blue .page {
  border-color: #2f6db3;
}

.skin-blue .header,
.skin-blue .footer {
  background-color: #8db6e8;
}

.skin-blue .title {
  background: #dcecff;
  color: #142b48;
}

.skin-blue .menu .current {
  background: #2f6db3;
  color: #ffffff;
}

.skin-blue .ticker {
  border-bottom-color: #2f6db3;
  background: #2f6db3;
  color: #f0f7ff;
}

.skin-blue marquee {
  color: #f0f7ff;
}

.skin-blue .maincol {
  background: #c4d8ee;
}

.skin-blue .leftcol,
.skin-blue .rightcol {
  background: #d9e8f9;
}

.skin-blue .control-panel {
  border-color: #2f6db3;
  background: #f0f7ff;
}

.skin-blue .bar-on {
  background: #5b8dca;
}

.skin-blue .fun {
  background: #edf6ff;
  border-color: #2f6db3;
}

.footer {
  padding: 10px;
  border-top: 2px solid #5a4d6e;
  background: #8b7ab8;
  text-align: center;
  color: #eee8ff;
}

.secret-hint {
  color: #dcd4e8;
  font-size: 7pt;
}

@media print {
  body {
    background: #ffffff;
    color: #000000;
  }

  .page {
    width: 100%;
    border: 0;
  }

  .leftcol,
  .rightcol {
    display: none;
  }

  .maincol {
    width: auto;
  }
}
