#table_none {
    border:none;
}

#table_none td {
    border: none;
}

#table_none ul {
    margin-left: 20px;
    padding-left: 20px;
}

table {
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: left;	
}

table th{
	
	background-color: #dedede;
	color: #000000;
	font-size:14px;
	height: 28px;
	padding-left:5px;
	text-align:left;
}

table ul {
	margin-left: 20px;
}

td {
    border-bottom: 1px dotted #000000;
	border-right: 1px solid #000000;
	margin: 2px;
	padding: 2px;
}


thead th {
	
	color: #fff;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}