A {
	color: #00f;
	cursor: pointer;
	text-decoration: underline;
}

A.page {
	background: #fff;
	border: 1px outset #888;
	margin: 1px;
	padding: 3px;
}

BODY {
	color: #222;
	font-size: 8px;
	line-height: 11px;
	margin: 2px;
	text-align: justify;
}

DIV {
	padding-bottom: 5px;
	padding-top: 5px;
}

DIV.post {
	background: url(images/gradient.png) #fff;
	border: 1px outset #eee;
	padding: 3px;
	margin: auto;
	margin-bottom: 3px;
	text-align: left;
}

.toplist {
	background: #fff;
	border: 1px outset #aaa;
	line-height: 10px;
	margin: auto;
	padding: 2px;
	text-align: center;
}

DIV.footer {
	text-align: justify;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG.dsi {
	height:		48px;
	width:		48px;
}
IMG.wii {
	height:		30px;
	width:		48px;
}
IMG.avatar {
	border: 1px inset #888;
	float:		left;
	margin-bottom:	10px;
	margin-right:	10px;
}
IMG.avatar_off {
	border:		none;
	border-bottom:	2px solid #000;
	border-right:	2px solid #000;
	margin:		3px;
}
IMG.avatar_on {
	border:		none;
	border-left:	2px solid #00f;
	border-top:	2px solid #00f;
	margin:		3px;
}
IMG.icon {
	float: right;
	margin-left: 5px;
}

P.postbody {
	margin: 0px;
	padding: 5px;
}
P.postinfo {
	clear: left;
	margin: 0px;
	padding: 3px;
}
P.sectiontitle {
	font-size: 10pt;
	text-align: center;
	text-shadow: 2px 2px 2px #888;
}

TABLE {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
TD.action {
	color: #0f0;
	text-align: center;
}
TD.error {
	color: #f00;
	text-align: center;
}

.form_button {
	background: #00f;
	color: #fff;
	font-size: 8pt;
}
.form_field {
	border: 1px inset #888;
	font-size: 8pt;
	width: 100px;
}
.form_label {
	text-align: right;
	white-space: nowrap;
}
