table.recdetaile {
	width:100%;
	margin-bottom:10px;
}

table.recdetaile caption {
	text-align:left;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #201010;
}

table.recdetaile th ,
table.recdetaile td {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


table.recdetaile th {
	vertical-align:top;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}

