/**
 * Styles for the rounded div which holds the main content on the WSL website.
 *
 * @author   vera, charlie
 * @copyright  2011 WorkSmart Labs, Inc.
 */

#rounded_div {
  background: transparent;
  width:863px;
  overflow:auto;
  margin-top:20px;
}

.rounded_div_content {
  display:block;
  background:#F2F2F2;
  border:0 solid #ccc;
  border-width:0 1px;
  padding:10px;
  padding-right:0px;
}

.rounded_div_top {
  display:block;
  background:transparent;
  font-size:1px;
}

.rb1, .rb2, .rb3, .rb4 {
  display:block;
  overflow:hidden;
}

.rb1, .rb2, .rb3 {
  height:1px;
}

.rb2, .rb3, .rb4 {
  background:#F2F2F2;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
}

.rb1 {
  margin:0 5px;
  background:#ccc;
}

.rb2 {
  margin:0 3px;
  border-width:0 2px;
}
.rb3 {
  margin:0 2px;
}

.rb4 {
  height:2px;
  margin:0 1px;
}

.gradient {
  height:33px;
}

.gradient_left {
  background-image:url(/images/corner_left.png);
  background-repeat:no-repeat;
  height:33px;
  width:5px;
  float:left;
}

.gradient_middle {
  background-image:url(/images/gradient.png);
  height:33px;
  width:853px;
  float:left;
}

.gradient_right {
  background-image:url(/images/corner_right.png);
  background-repeat:no-repeat;
  height:33px;
  width:5px;
  float:left;
}
