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


#rounded-corner thead 

th.rounded-time{
	background-attachment: scroll;
	background-color: #F7C07D;
	background-image: url(./images/left.png);
	background-repeat: no-repeat;
	background-position: left -1px;
}


#rounded-corner thead 

th.rounded-q4{
	background-attachment: scroll;
	background-color: #FFDD75;
	background-image: url(./images/right.png);
	background-repeat: no-repeat;
	background-position: right -1px;
}

#rounded-corner thead 

th.rounded-q41{
	background-attachment: scroll;
	background-color: #FFDD75;
	background-image: url(./images/right1.png);
	background-repeat: no-repeat;
	background-position: right -1px;
}

#rounded-corner tfoot 

td.rounded-foot-left {
	background-attachment: scroll;
	background-color: #F7C07D;
	background-image: url(./images/botleft.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#rounded-corner tfoot 

td.rounded-foot-right {
	background-attachment: scroll;
	background-color: #F7C07D;
	background-image: url(./images/botright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}



#rounded-corner th {
	color:#000000;
	font-size:13px;
	font-weight:normal;
	padding:8px;
	background-attachment: scroll;
	background-color: #F7C07D;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}



#rounded-corner td {
	border-top:1px solid #FFFFFF;
	color:#000000;
	padding:8px;
	background-attachment: scroll;
	background-color: #FAD6A9;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

td.dt{
text-align: left;
  font-size: 14px;
  font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
 
}

