table {
	border: 1px solid #e4e4e4;
	width: 100%;
}

tr {
	font-size: 8pt;
	padding: 3px 8px;
	background: #fff;
	height: 20px;
}

td {
	font-size: 12px;
	padding: 3px 8px;
}

td a {
	text-decoration: none;
	color: #3E80CB;
}

td a:hover {
	text-decoration: underline;
}

thead td{
	color: #666;
	background-color: #f3f3f3;
	background: url('../images/tableHeaderBG.png');
	background-repeat: repeat-x;
	height: 29px;
	font-weight: bold;
	border-bottom: 1px solid #e4e4e4;
	padding: 0px 0px 0px 8px;
}

thead td a {
	color: #666;
	text-decoration: none;
}

tbody td{
		border-left: 1px solid #e4e4e4;
}

tbody tr.even td{
	background: #D9D9D9;
}