.tags_table th, .tags_table td {
	padding-left: 2px;
	padding-right: 2px;
}

.tags_table_column_tag_caption {
	text-align: left;
}

.tags_table_column_count_caption {
	text-align: right;
}

.tags_table thead, .tags_table tfoot {
	color: white;
	background: black;
}	

.tags_table th {
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
}

.tags_table th:hover {
	text-decoration:underline;
}

.tags_table th:after {
	content: " ↑";
}		

.tags_table_row2 {
	//background: LightGrey;
}	

.tags_table tbody tr:hover {
	background: LightGrey;
}	

.tags_table_column_count {
	text-align: right;
}

.tag_cloud_footer {
	font-size: small;
	text-align: center;
	margin: auto;
	margin-top: 0.5em;
}