.tags_table {
	width: 100%;
	margin-top: 15px;
}

.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: #333;
}	

.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: #F2F2F2;
}	

.tags_table a:hover {
	color: #B02B11;
}

.tags_table_column_count {
	text-align: right;
}

.tag_cloud_footer {
	font-size: small;
	text-align: center;
	margin: auto;
	margin-top: 0.5em;
}	