#member_list TH
{
	border-bottom:#003399;
	padding-bottom:1px;
	padding-left: 1px;
	padding-right:1px;
	color:white;
	background-color:#46A3CA;
	padding-top :1px;
}

#member_list td
{
	border-bottom:#ccc;
	padding-bottom:0px;
	padding-left: 1px;
	padding-right:1px;
	color:blue;
	background-color:skyblue;
	padding-top :0px;
}
#applied_list TH
{
	border-bottom:#6678b1;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	color:white;
	background-color:#46A3CA;
	padding-top :0px;
}

#applied_list td
{
	border-bottom:#ccc;
	padding-bottom:0px;
	padding-left: 0px;
	padding-right:0px;
	color:blue;
	background-color:skyblue;
	padding-top :0px;
}
#loan_list TH
{
	border-bottom:#6678b1;
	padding-bottom:0px;
	padding-left: 1px;
	padding-right:1px;
	color:white;
	background-color:#46A3CA;
	padding-top :0px;
}

#loan_list td
{
	border-bottom:#ccc 1px solid;
	padding-bottom:0px;
	padding-left: 1px;
	padding-right:1px;
	color:blue;
	background-color:skyblue;
	padding-top :0px;
}

#list TH
{
	border-bottom:#6678b1 2px solid;
	padding-bottom:10px;
	padding-left: 8px;
	padding-right:8px;
	color:#039;
	padding-top :10px;
}

#list td
{
	border-bottom:#ccc 1px solid;
	padding-bottom:6px;
	padding-left: 8px;
	padding-right:8px;
	color:#669;
	padding-top :6px;
}

 
.edit-icon {
 width: 16px; 
 height: 16px;
  background-image: url(images/ui-icons_228ef1_256x240.png);
  background-position: -64px -112px;
  display:block;
  overflow:hidden;
  cursor:hand}
 .delete-icon {
 width: 16px; 
 height: 16px;
  background-image: url(images/ui-icons_228ef1_256x240.png);
  background-position: -80px -128px;
  display:block;
  overflow:hidden;
  cursor:hand}
  