table {
	background: #F6F6F6;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
		-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
}
th {
	background: #F6F6F6;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
background:#F6F6F6;
	display: block;
	padding: 2px 2px;
	text-decoration: none;
}
th a:hover {
	background: #000;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #F6F6F6;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background-color: #F3D6CA;

}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}

.likecount {
		color: blue;
}

.posvote {
	color: : green;
}

.negvote {
	color: red;
}


