
#rounded-corner
{

  font-size: 12px;
  margin:0px 20px 10px 20px;
  width: 598px;
  text-align: left;
  border-collapse: collapse;
}


#rounded-corner thead th.colname
{
  padding: 8px;
  background: #b9c9fe url('/images/left.png') left -1px no-repeat;
  vertical-align:middle;
}
#rounded-corner thead th.colview,
#rounded-corner thead th.colnotclear,
#rounded-corner thead th.colquality,
#rounded-corner thead th.colwrong{
  text-align:center;
}

#rounded-corner thead th.colnbr
{
  text-align:center;
  background: #b9c9fe url('/images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
  margin:0px;
  font-weight: bold;
  font-size: 12px;
  color:#444;
  background: #b9c9fe;
  z-index:1;
}

#rounded-corner td
{
  padding: 8px 4px 8px 2px;
  background: #e8edff;
  border-top: 1px solid #fff;
  color:#444;
}
#rounded-corner tfoot td.rounded-foot-left
{
  background: #e8edff url('/images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
  background: #e8edff url('/images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td{
  color:#222;
  background:#d0dafd;
}
#rounded-corner tbody tr:hover td#ai_quality
{
  background: #d0dafd url(/images/cirgre.png) no-repeat right;

}
#rounded-corner tbody tr:hover td#ai_wrong{
  background: #d0dafd url(/images/cirred.png) no-repeat right;
}
#rounded-corner tbody tr:hover td#ai_notclear{
  background: #d0dafd url(/images/cirora.png) no-repeat right;
}

col#ccolname{

}

col#ccolview,
col#ccolquality,
col#ccolwrong,
col#ccolnbr,
col#ccolnotclear{
  width:50px;}

td#ai_views,
td#ai_quality,
td#ai_wrong,
td#ai_notclear,
td#ai_nbr{
  font-weight:bold;
  color:#444;
  text-align:right;
  padding-right:24px;
}
td#ai_views{
  padding-right:0px;
  text-align:center;
}
td#ai_nbr{
  padding-right:0px;
  text-align:center;
}
td#ai_quality{
  background: #e8edff url(/images/cirgre.png) right no-repeat ;
}

td#ai_wrong{

  background: #e8edff url(/images/cirred.png) no-repeat right;
}

td#ai_notclear{
  background: #e8edff url(/images/cirora.png) no-repeat right;}

td#listnoresult{
  text-align:center;
}

#paginationControl{
  margin:10px;
  float:right;

}

.idlist{
font-weight:bold;
padding:0px 4px;
}
