#rounded-corner{
   border:none;
   font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
   font-size:12px;
   width:640px;
   text-align:left;
   border-collapse: collapse;
   margin:20px;
}

#rounded-corner thead th.rounded-company{
   border:none;
   background:#b9c9fe url("/wp-content/themes/minamaze/images/tables/rc/left.png") left -1px no-repeat;
}

#rounded-corner thead th.rounded-q4{
   border:none;
   background:#b9c9fe url("/wp-content/themes/minamaze/images/tables/rc/right.png") right -1px no-repeat;
}

#rounded-corner th{
   border:none;
   font-weight:normal;
   font-size:13px;
   color:#039;
   background:#b9c9fe;
   padding:8px;
}

#rounded-corner td{
   border:none;
   background:#e8edff;
   border-top:1px solid #fff;
   color:#669;
   padding:8px;
   vertical-align:middle;
}

#rounded-corner tfoot td.rounded-foot-left{
   background:#e8edff url("/wp-content/themes/minamaze/images/tables/rc/botleft.png") left bottom no-repeat;
}

#rounded-corner tfoot td.rounded-foot-right{
   background:#e8edff url("/wp-content/themes/minamaze/images/tables/rc/botright.png") right bottom no-repeat;
}

#rounded-corner tbody tr:hover td{
   background:#d0dafd;
}
