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

A IMG {
	border: none;
}

IMG.icon {
	height: 48px;
	width: 48px;
}

BODY {
	color: #222;
	font-family: sans-serif;
	font-size: 8px;
	line-height: 11px;
	margin: 2px;
	width: 236px;
}

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

DIV.footer {
	text-align: justify;
}

FORM {
	margin: 0px;
	padding: 0px;
}
.return_button {
	background: #44f;
	border: 2px outset #44f;
	color: #fff;
	font-size: 12px;
}

H1 {
	background: #eee;
	border: 1px outset #888;
	font-size: 16px;
	margin: auto;
	padding: 4px;
	text-align: center;
	text-shadow: 2px 2px 2px #888;
	width: 200px;
}

TABLE {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
TABLE.list {
	background: #fff;
	border: 1px outset #888;
	border-collapse: collapse;
	margin: auto;
	margin-bottom: 8px;
}

TD.action {
	color: #0f0;
	text-align: center;
}
TD.error {
	color: #f00;
	text-align: center;
}
TD.title {
	background: #00f;
	border: 1px outset #888;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
TH {
	font-size: 8px;
	padding-top: 8px;
	text-shadow: 1px 0px 1px #444;
}

UL {
	background: #fff;
}

.form_button, .form_button_big {
	background: #00f;
	border: 2px inset #00f;
	color: #fff;
	font-size: 8px;
	height: 16px;
	text-align: center;
}
.forum_button {
	width: 36px;
}
.forum_button_big {
	width: 50px;
}
.form_field {
	border: 1px inset #888;
	font-size: 8px;
	width: 100px;
}
.form_textarea {
	border: 1px inset #888;
	font-size: 8px;
	height: 100px;
	width: 200px;
}
.form_label {
	text-align: right;
	white-space: nowrap;
}
.form_heading {
	background: #ffb;
	text-shadow:1px 0px 1px #888;
}

.avatar {
	border: 1px inset #888;
	float: left;
	height: 30px;
	margin: 2px;
}

.avatar_off {
	border:		none;
	border-bottom:	2px solid #000;
	border-right:	2px solid #000;
	margin:		3px;
	width:		40px;
}
.avatar_on {
	border:		none;
	border-left:	2px solid #00f;
	border-top:	2px solid #00f;
	margin:		3px;
	width:		40px;
}