table.round {
 border-collapse:collapse;
 font-size: 11px;
 color: #404040;
 background-color: transparent;
/* margin: 2px -4px;*/
width:100%;
}
tr.roundth {
  background-color: transparent;
}
tr.round0 {
  background-color: #ededed;
}
tr.round1 {
  background-color: white;
}
td.roundth {
  background-color: transparent;
  padding: 3px 3px 2px 3px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border-bottom: solid 1px #bfbfbf;
  border-right: solid 1px #d9d9d9;
}
td.roundtd {
 padding:3px;
 border-bottom: solid 1px #bfbfbf;
 border-right: solid 1px #d9d9d9;
}

/***********/


table.rounded {
 border-collapse:collapse;
 font-size: 11px;
 color: #404040;
 background-color: transparent;
/* margin: 2px -4px;*/
width:100%;
}
tr.rounded-0 {
  background-color: #ededed;
}
tr.rounded-1 {
  background-color: white;
}
tr.rounded-th {
  background-color: transparent;
}
th.rounded {
  background-color: transparent;
  padding: 3px 3px 2px 3px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border-bottom: solid 1px #bfbfbf;
  border-right: solid 1px #d9d9d9;
}
div.rounded-footer {margin: 2px 5px; font-size:11px;}
td.rounded {
 padding:3px;
 border-bottom: solid 1px #bfbfbf;
 border-right: solid 1px #d9d9d9;
}

div.rounded-title {text-align:center; padding:0 0 2px 0; color: #888; font-size:14px;}











table.one {
 border-collapse:collapse;
 font-size:11px;
 color: #545454;
 background-color: transparent;
 margin:0;
}
tr.one-0 {background-color: #eeeeee;}
tr.one-1 {background-color: #e0f282;}
th.one {text-align:left;}
td.one {padding: 3px 4px; border: solid 1px white;}

div.one-title {background-color: #e0f282;
display:inline;
padding: 3px 4px;
margin:1px}









div.rounded-box	{
  width: 100%;
  background-color: #e3e3e3;
  margin: 16px 0;
}
div.rounded-content {
  padding: 1px 1px 4px 1px;
}
div.rounded-tlc, div.rounded-trc, div.rounded-blc, div.rounded-brc {
  background-color: transparent;
  background-repeat: no-repeat;
}
div.rounded-tlc {
  background-image:url(img/rounded/lt.png);
  background-position: 0% 0%;
}
div.rounded-trc {
  background-image:url(img/rounded/rt.png);
  background-position: 100% 0%;
}	
div.rounded-blc {
  background-image:url(img/rounded/lb.png);
  background-position: 0% 100%;
}
div.rounded-brc {
  background-image:url(img/rounded/rb.png);
  background-position: 100% 100%;
}
div.rounded-tb, div.rounded-bb {
  background-color: transparent;
  background-repeat: repeat-x;
}
div.rounded-tb {
  background-image:url(img/rounded/t.png);
  background-position: 0% 0%;
}
div.rounded-bb {
  background-image:url(img/rounded/b.png);
  background-position: 50% 100%;
}
div.rounded-rb {
  background-image:url(img/rounded/r.png);
  background-position: 100% 0%;
  background-repeat: repeat-y;
}
div.rounded-lb {
  background-color: #e3e3e3;
  background-image:url(img/rounded/l.png);
  background-position: 0% 100%;
  background-repeat: repeat-y;
}




