.rounded-corner
{
font-size:12px;
width:700px;
text-align:left;
border-collapse:collapse;

}
.rounded-corner thead th.rounded-company
{
background:#b9c9fe url("../images/table_left.png") left -1px no-repeat;
}
.rounded-corner thead th.rounded-q4
{
background:#b9c9fe url("../images/table_right.png") right -1px no-repeat;
}
.rounded-corner th
{
text-align:center;
font-weight:normal;
font-size:13px;
color:#2E527A;
background:#b9c9fe;
padding:8px;
}
.rounded-corner td
{
background:#e8edff;
border-top:1px solid #fff;
color:#669;
padding:8px;
text-align:center;
}
.rounded-corner tfoot td.rounded-foot-left
{
background:#e8edff url("../images/table_botleft.png") left bottom no-repeat;
}
.rounded-corner tfoot td.rounded-foot-right
{
background:#e8edff url("../images/table_botright.png") right bottom no-repeat;
}
.rounded-corner tbody tr:hover td
{
background:#d0dafd;
}