/* General */
.show {
	display: block;
}
span.show {
	display: inline;
}
.hide {
	display: none;
}
table.addTags {
	margin-bottom: 30px;
	border-collapse: collapse;
	min-width: 680px;
	max-width: 800px;
}
table.addTags td {
	padding: 0;
	vertical-align: top;
}
table.addTags th a {
	font-weight: normal;
	text-decoration: none;
	float: right;
}
.tagCriterion {
	margin-left: 10px;
	text-indent: -10px;
}
.tagCriterion a {
	text-decoration: none;
}
.tagCriterion a:hover {
	text-decoration: underline;
}

/* Rounded corners in Gecko and WebKit */
table.addTags td.categories div, td.noAdditional {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
table.addTags td.tags {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* Categories */
table.addTags td.categories {
	width: 200px;
}
table.addTags td.categories .showTagCategory {
	padding: 6px;
	background-color: #f5f5f5;
	text-align: right;
	border-bottom: 1px solid #ffffff;
	border-right: 2px solid #ffffff;
}
table.addTags td.categories .showTagCategory:hover {
	background-color: #eeeeee;
}
table.addTags td.categories a.showTagCategoryLink {
	outline: none;
}
table.addTags td.categories .active, table.addTags td.categories .active:hover {
	font-weight: bold;
	color: #810000;
	border-right: 2px solid #e0e0e0;
	background-color: #e0e0e0;
}

/* Tags */
table.addTags td.tags {
	background-color: #e0e0e0;
	height: 100%;
	border-bottom: 1px solid #ffffff;
}
.noAdditional div {
	padding: 8px;
	text-align: center;
}
.categoryTags {
	padding: 7px;
	padding-left: 12px;
}
.categoryTags h5 {
	margin-top: 0;
	font-weight: normal;
}
.categoryTags abbr {
	font-size: 8pt;
	vertical-align: top;
	color: #888888;
}
.categoryTags .addTagValues {
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 10pt;
}

