div.edit {
	width: 100%;
}

table.forumlist {
	width: 100%;
}
table.forumlist TD {
	width: 100%;
	border: 1px solid #bbb;
}

textarea.bigtext {
	width: 100%;
	height: 200px;
}
input.subject {
	width: 100%;
	font-size: 1.2em;
}
table.threads {
	width: 100%;
}
table.threads tr.even td, table.threads tr.odd td {
	border: 1px solid black;
}
td.prev_next {
	border: 0px;
	text-align: center;
}

/* Thread View */
div.post {
	border: 1px solid #575757;
	color: #fff;
}
div.post div.header {
	background-color: #575757;
	font-weight: bold;
	position: relative;
	color: #fff;
}
span.buttons {
	right: 0px;
	position: absolute;
}
span.buttons a {
	color: #fffea6;
}
span.buttons a:hover {
	color: #ffd2a6;
}
div.post td.poster {
	width: 160px;
	text-align: center;
	background-color: #878787;
	font-size: 0.7em;
}
div.post td.poster span.name {
	font-size: 1.7em;
}

div.post table {
	width: 100%;
}
div.post table td {
	vertical-align: top;
}
td.message {
	color: #000;
	background-color: #efefef;
}
div.post_unread {
	border: 2px solid #efefef;
}
div.post_unread div.header {
	background-color: #969ea0;
}
div.post_unread td.message {
	background-color: #d9fffc;
}