/*
 * Counterize CSS
 */
.collapsed {
	display: none;
}

.expanded {
	display: table-row;
}

#counterize_history_navigationbar *, #counterize_history_navigationbar2 * {
	display: inline-block;
}

#counterize_history_navigationbar li, #counterize_history_navigationbar2 li {
	margin-left: 5px;
	margin-right: 5px;
}


#counterizehistorytable {
	margin-bottom: 30px;
}

#counterizehistorytable tr.alternate, #counterizehitcountertable tr.alternate {
	background-color: #e8e8e8;
}

#counterizehistorytable tbody {
	border: solid #999 1px;
}

#counterizehistorytable thead {
	display: table-header-group;
	border: solid #999 1px;
}

#counterizehistorytable th {
	height: 30px;
	background-color: #ddd;
}

#counterizehistorytable thead tr th, #counterizehistorytable tfoot tr th, #counterizehistorytable tbody tr.repeat th {
	padding: 5px;
	text-align: center;
}

#counterizehistorytable tfoot {
	display: table-footer-group;
	border: solid #999 1px;
}

#counterizehistorytable tbody tr.repeat {
	border: solid #999 1px;
}

#counterizehistorytable th + th, #counterizehistorytable td + td {
	border-left: dashed #d0d0d0 1px;
	padding: 5px;
}

#counterizehistorytable td {
	vertical-align: middle;
}

.counterize_history_killbutton {
	color: red;
	font-size: 18px;
	font-weight: bold;
}

.counterize_subtable {
	border: solid #ccc 1px;
}

.counterize_subtable .alternate {
	background-color: #eee;
}

.counterize_caption_help:hover {
	cursor: help;
}

.counterize_chart_bar {
	box-shadow:2px 2px 2px #333333;
}

.counterize_chart_bar_horizontal {
	vertical-align:middle;
	margin-bottom: 1px;
}

.counterize_chart_bar_vertical {
	width: 20px;
	vertical-align: bottom;
}

.counterize_chart_bar_vertical_inverted {
	vertical-align: top;
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-ms-filter: 'FlipV';
	transform: scaleY(-1);
	filter: FlipV;
}

.counterizefooter {
	margin-top: 30px;
}