﻿/* Table Round Borders Yellow */
.middleside
{
  line-height: 14pt;
  margin: 0 0 15px;
  padding: 10px 15px;
  overflow: hidden;

  background: #f3f6f9;
  border: 1px solid #fff;

  -webkit-box-shadow: 0px 0px 2px #999;
  -moz-box-shadow: 0px 0px 2px #999;
  box-shadow: 0px 0px 2px #999;

  -moz-border-radius:0 0 6px 6px;
  -webkit-border-radius:0 0 6px 6px;
  -ms-border-radius:0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.toproundgr
{
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-bottom: 1px solid #deeefd;
  position: relative;

  background: #cfe6fc;
  background: -moz-linear-gradient(top,  #cfe6fc 0%, #93c7fb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfe6fc), color-stop(100%,#93c7fb));
  background: -webkit-linear-gradient(top,  #cfe6fc 0%,#93c7fb 100%);
  background: -o-linear-gradient(top,  #cfe6fc 0%,#93c7fb 100%);
  background: -ms-linear-gradient(top,  #cfe6fc 0%,#93c7fb 100%);
  background: linear-gradient(top,  #cfe6fc 0%,#93c7fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe6fc', endColorstr='#93c7fb',GradientType=0 );

  -webkit-box-shadow: 0px 0px 2px #999;
  -moz-box-shadow: 0px 0px 2px #999;
  box-shadow: 0px 0px 2px #999;

  -moz-border-radius:6px 6px 0 0;
  -webkit-border-radius:6px 6px 0 0;
  -ms-border-radius:6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.botround{
  margin: 0;
  display: none;
}

.toproundgr h3
{
  color: #333 !important;
  font-size: 13pt !important;
  text-shadow: 1px 1px #deeefd;
  margin: 0 !important;
}
.toproundgr h2
{
  color: #000 !important;
  text-shadow: 1px 1px #deeefd;
  margin: 10px 0 !important;
}

/*.topround td
{
  height: 15px;
  padding: 0;
  margin: 0;
}
.topround .m
{
  background: #F8F8E8;
  border-top: 1px solid #999999;
}
.topround .l
{
  width: 15px;
  background: url("https://www.soldster.com/members/images/angle.gif") no-repeat top right;
}
.topround .r
{
  width: 15px;
  background: url("https://www.soldster.com/members/images/angle.gif") no-repeat top left;
}
.botround .l
{
  background: url("https://www.soldster.com/members/images/angle.gif") no-repeat bottom right;
  width: 15px;
}
.botround .r
{
  background: url("https://www.soldster.com/members/images/angle.gif") no-repeat bottom left;
  width: 15px;
}
.botround .m
{
  background: #F8F8E8;
  border-bottom: 1px solid #999999;
}*/
