table.sortable {
	border-spacing: 0;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
	margin: 0 auto;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #fff;
	font-size: 12px;
}



table.sortable th {
	border-width: 1px 0px 1px 0px;
	background-color: #0FF;
	font-weight: bolder;
	color: #000;
}

table.sortable thead {
	border-width: 1px 0px 1px 0px;
	background-color: #f03;
	font-weight: bolder;
	color: #000;
}

table.sortable th a {
	text-decoration: none;
}
table.sortable td {
	border-width: 0px;
}
table.sortable tbody tr:nth-child(odd) td {
	background-color: #0ff;
	border-bottom: 1px solid #cef;
}
table.sortable tbody tr:nth-child(even) td {
	background-color: #fff;
}
table.sortable a:link {
	font-weight: bolder;
}

table.sortable a:visited {
	font-weight: bolder;
}
