.Submenu h1 {
	float: right;
	font-size: 20px;
	line-height: 34px;
	margin-right: 5px;
}

.contents {
	width: 600px;
	position: relative;
}

.background {
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	height: 150px;
	z-index: 1;
}

.Admin.background {
	background: linear-gradient(top, rgba(235, 245, 255, 255) 0%,rgba(235, 245, 255,0) 100%);
	background: -moz-linear-gradient(top, rgba(235, 245, 255, 255) 0%,rgba(235, 245, 255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(235, 245, 255, 255) 0%,rgba(235, 245, 255,0) 100%);
	background: -o-linear-gradient(top, rgba(235, 245, 255, 255) 0%,rgba(235, 245, 255,0) 100%);
	background: -ms-linear-gradient(top, rgba(235, 245, 255, 255) 0%,rgba(235, 245, 255,0) 100%);
}

.Mod.background {
	background: linear-gradient(top, rgba(235, 255, 235, 255) 0%,rgba(235, 255, 235, 0) 100%);
	background: -moz-linear-gradient(top, rgba(235, 255, 235, 255) 0%,rgba(235, 255, 235, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(235, 255, 235, 255) 0%,rgba(235, 255, 235, 0) 100%);
	background: -o-linear-gradient(top, rgba(235, 255, 235, 255) 0%,rgba(235, 255, 235, 0) 100%);
	background: -ms-linear-gradient(top, rgba(235, 255, 235, 255) 0%,rgba(235, 255, 235, 0) 100%);
}

.Dev.background {
	background: linear-gradient(top, rgba(235, 240, 240, 255) 0%,rgba(235, 240, 240, 0) 100%);
	background: -moz-linear-gradient(top, rgba(235, 240, 240, 255) 0%,rgba(235, 240, 240, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(235, 240, 240, 255) 0%,rgba(235, 240, 240, 0) 100%);
	background: -o-linear-gradient(top, rgba(235, 240, 240, 255) 0%,rgba(235, 240, 240, 0) 100%);
	background: -ms-linear-gradient(top, rgba(235, 240, 240, 255) 0%,rgba(235, 240, 240, 0) 100%);
}

.Mod h1, .Admin h1 {
	padding-left: 20px;
	background-position: left center;
	background-image: url("Images/Shield.png");
	background-repeat: no-repeat;
}
.Dev h1 {
	padding-left: 20px;
	background-position: left center;
	background-image: url("Images/Developer.png");
	background-repeat: no-repeat;
}

.page-header {
	padding-bottom: 0;
}

.Page {
	position: relative;
	z-index: 2;
}
.UserInfoRow label {
	display: inline;
	margin-right: 4px;
}
.UserInfoRow {
	padding: 4px;
	font-size: 13px;
}

.ProfilePicture-outer {
	text-align: center;
}
.ProfilePicture {
	display: inline-block;
	width: 256px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.45), inset 0 2px 0 rgba(255,255,255,0.4);
	height: 256px;
	background: linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
}
.ProfilePicture img {
	width: 256px;
	height: 256px;
	border-radius: 10px;
	position: relative;
	z-index: -1;
}
.IPSample {
	margin: 3px;
	padding: 3px;
	border-radius: 2px;
	border: 1px solid #CCC;
}
.Tag {
	position: relative;
	display: block;
	padding: 3px;
	margin: 1px;
	border: 1px solid #CCC;
	width: 130px;
	float: left;
	border-radius: 2px;
	background-color: #EEE;
	white-space: nowrap;
	overflow-x: hidden;
	cursor: pointer;
}
.Tag.Restricted {
	border: 1px solid #DBB;
	background-color: #FDD;
}
.Tag .TagText {
	float: left;
}
.Tag .DelButton {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 18px;
	height: 18px;
	background-image: url(Images/Delete.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 1px;
}
.Tag .UnDelButton {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 18px;
	height: 18px;
	background-image: url(Images/Approve.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 1px;
}
.ToolTip {
	z-index: 99;
}

ul.MessageList, ul.MessageList li {
	list-style:none outside none;
	margin:0;
	padding:0;
}
ul.MessageList li.Post{
	z-index: 1;
	position: relative;
	border-bottom:1px solid rgb(220, 220, 220);
	padding: 10px 10px 10px 10px;
}
ul.MessageList li.Post div.Message {
	font-size: 13px;
	clear: both;
	line-height: 140%;
	overflow-wrap: break-word;
}
ul.MessageList li.Post div.Meta {
	margin-bottom: 5px;
}
ul.MessageList li.Post div.Meta span {
	line-height: 1.5;
	padding-left: 10px;
}
ul.MessageList li.Post div.Meta span.Author{
	font-size: 15px;
	padding-left: 0;
	font-weight: bold;
}
ul.MessageList li.Post div.Meta span.Author .Gravatar {
	border: 0 none;
	float: left;
	height: 20px;
	margin: 0 10px 0 0;
	overflow: hidden;
	width: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	border-radius: 3px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%,rgba(0, 0, 0, 0.1) 100%);
	background: linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
}
ul.MessageList li.Post div.Meta span.Author .Gravatar img {
	border-radius: 3px;
	position: relative;
	z-index: -1;
	height: 20px;
	width: 20px;
}
ul.MessageList li.Post div.Meta span.Date{
	font-size: 11px;
}
ul.MessageList li.Post div.Meta span.Actions {
	visibility: hidden;
	float: right;
}
ul.MessageList li.Post:hover div.Meta span.Actions {
	visibility: visible;
}