/*======================================== VALIST ============================================*/
table.normal
{
	border: none;
	border-collapse: collapse;
	width: 100%;
}

table.normal td
{
	border-bottom: 1px dotted #d0d0d0;
	padding: 5px;
}

table.normal th
{
	border-bottom: 1px solid #d0d0d0;
	font-weight: bold;
	background-color: #efefef;
	text-align: center;
	padding: 5px;
}