.none #title-bar {
  background-color: #f6f6f6;
}

.none div#badge {
  border: 1px solid #000;
}

.none #left-bar-placeholder {
  border: 1px solid #ccc;
}

.modest .round-box .top-left,
.modest .round-box .top-right,
.modest .round-box .bottom-left,
.modest .round-box .bottom-right {
  padding-top: 3px;
  padding-left: 3px;
  background-repeat: no-repeat;
}

.modest .round-box .bottom,
.modest .round-box .top {
  font-size: 1px;
  line-height: 1px;
}

.modest .round-box td {
  padding: 0;
  margin: 0;
}

.modest .round-box .top-left {
  background-image: url("/images/roundbox/top-left.gif");
  background-position: top left;
}

.modest .round-box .top-right {
  background-image: url("/images/roundbox/top-right.gif");
  background-position: top right;
}

.modest .round-box .bottom-left {
  background-image: url("/images/roundbox/bottom-left.gif");
  background-position: bottom left;
}

.modest .round-box .bottom-right {
  background-image: url("/images/roundbox/bottom-right.gif");
  background-position: bottom right;
}

.modest #main-content-placeholder .round-box,
.modest #left-bar-placeholder .round-box {
  background-color: #dedede;
}

.modest #main-content-placeholder .round-box .content,
.modest #left-bar-placeholder .round-box .content {
  background-color: #eee;
}

.modest #title-bar {
  background-image: url("/images/bar.jpg");
  background-repeat: repeat-x;
  background-position: 0px -2px;
}

