body
{
	font-family: arial;
	font-size: 10px;
	background-image: URL('http://digi-online.net/forum/themes/default/images/background.png');
}

.mainLayoutTable
{
	width: 96%;
	height: 100%;
	background-color: #E4E4E4;
	
	border: 1px solid black;
	table-layout: fixed
}

.registrationForm
{
	font-size: 12px;
}

.title
{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

.subtitle
{
	font-size: 20px;
}

.controlpanel
{
	width: 800px;
}

.cpMenu
{
	width: 220px;
	vertical-align: top;
}

.cpContent
{
	vertical-align: top;
	font-size: 12px;
}

.forumSettings
{
	width: 200;
}

.changepassword
{
	font-size: 12px;
}

.icon
{
	border: 0px;
}

.manageUserRights
{
	width: 100%;	
	border-collapse: collapse;
}

/*link settings */
a:link
{
      color: #0112A9;
      text-decoration: none;
}

a:visited
{
      color: #0112A9;
      text-decoration: none;
}

a:hover
{
      text-decoration: underline;
      color: red;
}

.viewprofileTable
{
	border: 0px;
	width: 450px;	
}

.viewprofileAvatar
{
	width: -;
	
}

.viewprofileCats
{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

.memberList
{

}

.pmmessage
{
	height: 330px;
	width: 750px;
	border: 2px solid black;
	background-color: #FEFAAF;

	left: 50%;
	margin-left: -350px; /* - (width/2) */
	position: relative;
}

.banned
{
	background-color: yellow;
	border: 8px dashed red;
	width: 580px;
	height: 200px;

	left: 50%;
	margin-left: -300px; /* - (width/2) */
	position: relative;
}
