img.avatar, img.profile
{
	max-height: 200px;
	max-width: 200px;
	border: none;
}
.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}
.maxwidth
{
	width: 99%;
}
.maxmaxwidth
{
	width: 100%;
}
.width75
{
	width: 75%;
}
.maximum
{
	max-width: 100%;
}
.size150
{
	width: 150px;
}
.underline
{
	text-decoration: underline;
}
.nounderline
{
	text-decoration: none;
}
.nounderline:hover
{
	text-decoration: underline;
}
img.avatar
{
	max-width: 150px;
	max-height: 150px;
	border: 0px;
	border-radius: 5px;
}
img.miniavatar
{
	max-width: 75px;
	max-height: 75px;
	border: 0px;
}
img.comment
{
	max-width: 50px;
	max-height: 50px;
	margin-right: 10px;
	border: 0px;
	float: left;
}
.tiny
{
	font-size: xx-small;
}
.small
{
	font-size: smaller;
}
.normal
{
	font-size: medium;
}
.large
{
	font-size: larger;
}
.xlarge
{
	font-size: x-large;
}
.alignright
{
	text-align: right;
}
.alignleft
{
	text-align: left;
}
.center
{
	text-align: center;
}
.nobreak, .clear
{
	clear: both;
}
.tall
{
	line-height: 2;
}
.ital, .i
{
	font-style: italic;
}
.b
{
	font-weight: bold;
}
.u
{
	text-decoration: underline;
}
.alignbottom
{
	vertical-align: bottom;
}
.alignmiddle
{
	vertical-align: middle;
}
.aligntop
{
	vertical-align: top;
}
a.white
{
	color: white;
}
td.wikirecent
{
	border-left: 1px solid black;
	max-width: 400px;
	padding-left: 10px;
	overflow: hidden;
}
div.lock
{
	padding-right: 10px;
}
div.devmessage
{
	color: white;
	background-color: black;
	padding: 5px;
	height: 195px;
	width: 250px;
	border-right: 5px ridge #4ad3e2;
	position: absolute;
	opacity: 0.75;
	border-radius: 10px;
	overflow: auto;
}
div.devmessage:hover
{
	opacity: 1;
}
a.devmessage
{
	color: white;
}
a.falselink
{
	cursor: pointer;
	text-decoration: underline;
}
a.falselinkno
{
	cursor: pointer;
}
abbr.vanish
{
	border-bottom: 0px;
	cursor: help;
}
.half
{
	opacity: 0.25;
}
tr.newcenter td
{
	text-align: center;
	vertical-align: middle;
}
@font-face
{
	font-family: minecraft;
	src: url('fonts/minecrafter.ttf');
}
.cust
{
	font-family: cust;
}
.halfwidth
{
	width: 49.5%;
}
.white
{
	color: #ffffff;
}
table.fixed
{
	table-layout: fixed;	
}
td.checkbox
{
	width: 20px;
}
.allcenter td,.allcenter th
{
	text-align: center;
}
.noposition
{
	position: absolute;
}
.maxfields input,.maxfields select, .maxfields textarea
{
	text-align: center;
	width: 99%;
}
.hidden, .hideform input, .hideform textarea
{
	display: none;
}
@media only screen and (orientation: landscape)
{
	.portrit
	{
		display: hidden;
	}
}
@media only screen and (orientation: portrait)
{
	.landscape
	{
		display: hidden;
	}
	.landblock
	{
		display: block;
	}
}
@media all and (max-width: 768px)
{
	.desktop
	{
		display: hidden;
		display: none;
	}
	.mobilefont
	{
		font-size: 14px;
	}
	.mobilebox
	{
		display: block;
	}
}
@media not all and (max-width: 768px)
{
	.mobile
	{
		display: hidden;
		display: none;
	}
}
.h1
{
    display: block;
    font-size: 2em;
    font-weight: bold;
}

.cstable.csnpc:not(.ownchar),.cstable.csstatus2:not(.ownchar),.cstable.csinactive:not(.ownchar),.cstable.csstatus3:not(.ownchar),.cstable.csstatus6:not(.ownchar)
{
	display: none;
}
div#content
{
	position: relative;
}
