/*
|---------------------------------------------------------------
| MANAGE PAGES
|---------------------------------------------------------------
*/
.label-system {
	padding: 1px 3px;
	background: #000;
	color: #eee;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	font-size: 75%;
	border: 1px solid #444;
	-moz-border-radius: 2px;
	border-radius: 2px 2px 2px 2px;
}
.label-restrict {
	padding: 1px 3px;
	background: #d00;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	font-size: 75%;
	border: 1px solid #b00;
	-moz-border-radius: 2px;
	border-radius: 2px 2px 2px 2px;
}

.wiki-subnav {
	position: relative;
	height: 32px;
	line-height: 32px;
	padding: 0 6px;
	border: 1px solid #660000;
	background: #222222;
	background: -moz-linear-gradient(top, #222222 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #222222 0%,#000000 100%);
	background: -o-linear-gradient(top, #222222 0%,#000000 100%);
	background: -ms-linear-gradient(top, #222222 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 );
	background: linear-gradient(top, #222222 0%,#000000 100%);
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
.subnav-options {
	float: right;
}
.subnav-options a {
	display: block;
	padding: 0 8px;
	font-weight: bold;
	border: none;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.subnav-options a:hover {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #222222;
	background: -moz-linear-gradient(top, #222222 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #222222 0%,#000000 100%);
	background: -o-linear-gradient(top, #222222 0%,#000000 100%);
	background: -ms-linear-gradient(top, #222222 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 );
	background: linear-gradient(top, #222222 0%,#000000 100%);
}
.subnav-options-list {
	position: absolute;
	left: 128px;
	top: -25px;
	display: none;
	border: 1px solid #444;
	background: #222222;
	background: -moz-linear-gradient(top, #333333 0%, #111111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#111111));
	background: -webkit-linear-gradient(top, #333333 0%,#111111 100%);
	background: -o-linear-gradient(top, #333333 0%,#111111 100%);
	background: -ms-linear-gradient(top, #333333 0%,#111111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 );
	background: linear-gradient(top, #333333 0%,#111111 100%);
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
.subnav-options-list ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}
.subnav-options-list ul li {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
.subnav-options-list ul li a {
	font-weight: normal;
	border: none;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.subnav-options-list ul li a:hover {
	border: none;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.subnav-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subnav-content ul li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}
.subnav-content ul li a {
	display: block;
	padding: 0 8px;
	font-weight: bold;
	border: none;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.subnav-content ul li a:hover {
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	color: #ccc;
	background: #880000;
	background: -moz-linear-gradient(top, #880000 0%, #660000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#880000), color-stop(100%,#660000));
	background: -webkit-linear-gradient(top, #880000 0%,#660000 100%);
	background: -o-linear-gradient(top, #880000 0%,#660000 100%);
	background: -ms-linear-gradient(top, #880000 0%,#660000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#880000', endColorstr='#660000',GradientType=0 );
	background: linear-gradient(top, #880000 0%,#660000 100%);
}
.subnav-icon {
	display: block;
	float: left;
	padding: 8px 4px 0 0;
}
.subnav-icon-right {
	display: block;
	float: right;
	padding: 9px 0 0 6px;
}

.page-main {
	height: 32px;
	line-height: 32px;
}
.page-controls {
	float: right;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 0 0;
}
.page-controls ul {
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
	float: right;
	list-style: none;
}
.page-controls ul li {
	margin: 0 2px 0 0;
	padding: 0 7px;
	height: 32px;
	line-height: 32px;
	float: left;
	border: 1px solid transparent;
	border-bottom: none;
}
.control-active {
	background: #000000;
	color: #d6d6d6;
	border: 1px solid #222 !important;
	border-bottom: none !important;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.page-supplemental {
	padding: 10px 5px;
	background: #000000;
	color: #d6d6d6;
	border: 1px solid #222222;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}

/**
 * Styles for the new category picker
 */
#category-panel {
	margin: 1em 0;
	min-height: 100px;
	width: 400px;
	border: 1px solid #444;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
.category-panel-header {
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	color: ;
	font-weight: bold;
	border-bottom: 1px solid #ccd0d3;
	background: #222222;
	background: -moz-linear-gradient(top, #222222 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #222222 0%,#000000 100%);
	background: -o-linear-gradient(top, #222222 0%,#000000 100%);
	background: -ms-linear-gradient(top, #222222 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 );
	background: linear-gradient(top, #222222 0%,#000000 100%);
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-moz-box-shadow: inset 0 1px 0 #111111;
	-webkit-box-shadow: inset 0 1px 0 #111111;
	box-shadow: inset 0 1px 0 #111111;
}
.category-panel-header input[type=text] {
	width: 325px;
	padding: 4px;
	color: #777777;
}
.category-panel-header input[type=text]:focus {
	color: #eeeeee;
}
.category-panel-header button {
	float: right;
	margin: 10px 0;
	padding: 0;
	height: 24px;
	width: 24px;
	border: 1px solid transparent;
	background: transparent url('../images/cat-add.png') no-repeat 0 0;
}
.category-panel-header button:hover {
	background-position: 0 -24px;
	cursor: pointer;
}
.category-panel-content {
	padding: 10px;
}
.category-panel-content h3 {
	margin: 8px 0 6px 0;
	text-align: center;
	color: #dddddd;
	font-size: 1.2em;
}
.category-panel-content h4 {
	text-align: center;
	color: #bbbbbb;
	font-size: 1em;
	font-weight: normal;
}
.tag {
	display: inline-block;
	margin: 0 4px 6px 0;
	padding: 1px 4px;
	font-family: 'consolas', courier, monospace;
	font-size: 1.1em;
	color: #d6d6d6;
	border: 1px solid #444;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	background: #000000;
	background: -moz-linear-gradient(top, #222222 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #222222 0%,#000000 100%);
	background: -o-linear-gradient(top, #222222 0%,#000000 100%);
	background: -ms-linear-gradient(top, #222222 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 );
	background: linear-gradient(top, #222222 0%,#000000 100%);
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
.tag:hover {
	cursor: pointer;
	color: #eeeeee;
	border-color: #777777;
	background: #000000;
	background: -moz-linear-gradient(top, #222222 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #222222 0%,#000000 100%);
	background: -o-linear-gradient(top, #222222 0%,#000000 100%);
	background: -ms-linear-gradient(top, #222222 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 );
	background: linear-gradient(top, #222222 0%,#000000 100%);
}
.tag-active, .tag-active:hover {
	background: #111111;
	background: -moz-linear-gradient(top, #333333 0%, #222222 50%, #111111 51%, #111111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(50%,#222222), color-stop(51%,#111111), color-stop(100%,#111111));
	background: -webkit-linear-gradient(top, #333333 0%,#222222 50%,#111111 51%,#111111 100%);
	background: -o-linear-gradient(top, #333333 0%,#222222 50%,#111111 51%,#111111 100%);
	background: -ms-linear-gradient(top, #333333 0%,#222222 50%,#111111 51%,#111111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 );
	background: linear-gradient(top, #333333 0%,#222222 50%,#111111 51%,#111111 100%);
	color: #eeeeee;
	border-color: #777777;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}