div.forum-nav
{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

img.captcha
{
	margin: 0;
}


span.previous
{
	float: left;
	width: 33%;
	text-align:left;
	margin-left: 5px;
}

span.home
{
	float: left;
	width: 30%;
	text-align:center;
}

span.next
{
	float:right;
	text-align:right;
	width: 33%;
	margin-right: 5px;
}


div.forum-admin
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

span.stick
{
	float: left;
	width: 33%;
	text-align:left;
	margin-left: 5px;
}

span.lock
{
	float: left;
	width: 30%;
	text-align:center;
}

span.reply
{
	float:right;
	text-align:right;
	width: 33%;
	margin-right: 5px;
}

table#forum
{
	width: 647px;
	float: left;
	border-collapse: collapse;
	table-layout: auto;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

table#forum td
{
	text-align: center;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	cursor: default;
	font-size: 12px;
}

table#forum td.forum-author
{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	cursor: default;
}

table#forum td.left
{
	text-align: left;
	padding: 2px 0 2px 5px;
	cursor: default;
}

table#forum td.forum-post
{
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	cursor: default;
}


table#forum td.hot
{
	text-align: center;
	color: #00f;
	background-color: #aaa;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	cursor: default;
}

table#forum th
{
	background-color: #ccc;
	color: #000;
	text-align: center;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	cursor: default;
	font-size: 12px;
}

table#forum th.left
{
	text-align: left;
}


table.post-details
{
	width: 100%;
	float: left;
	border-collapse: collapse;
	table-layout: auto;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

table#forum table.post-details th.left
{
	text-align: left;
	width: 50%;
}

table#forum table.post-details th.right
{
	text-align: right;
	font-weight: normal;
	width: 50%;
}

table#forum table.post-details th.right-full
{
	text-align: right;
	font-weight: normal;
	width: 100%;
}



img.sticky
{
	float:left;
	background-color: #eee;
	color: #fff;
	border-width: 0;
	padding:0;
 	margin: 3px 5px 0px 0px;
}

img.folder
{
	float:left;
	background-color: #eee;
	color: #fff;
	border-width: 0;
	padding:0;
 	margin: 4px 5px 0px 0px;
}

img.locked-folder
{
	float:left;
	background-color: #eee;
	color: #fff;
	border-width: 0;
	padding:0;
 	margin: 4px 5px 0px 4px;
}

img.locked
{
	float:left;
	background-color: #eee;
	color: #fff;
	border-width: 0;
	padding:0;
 	margin: 4px 5px 0px 4px;
}

img.picture
{
	float:left;
	background-color: #eee;
	color: #fff;
	border-width: 0;
	padding:0;
 	margin: 5px 0 0 0;
}

img.current
{
	float:left;
	background-color: #eee;
	color: #fff;
	border-width: 0;
	padding:0;
 	margin: 5px 0px 15px 0px;
}

img.smiley
{
	float:none;
	background-color: #eee;
	color: #fff;
	border-width: 0;
	padding:0;
 	margin: 4px 5px 0px 4px;
}

h2.warning
{
	color: #f00;
}

p.warning
{
	color: #f00;

}

span.info
{
	float: left;
	margin-top: 2px;
	margin-left: 10px;
}

span.disabled
{
	float: left;
	margin-top:2px;
	font-weight: bold;
}


label,input,textarea
{
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

label
{
	margin-top:3px;
	text-align: right;
	width: 220px;
	padding-right: 10px;
}

input.hidden
{
	display: none;
}

input#username,#password,#confirm
{
	width: 150px;
}

input#email,#location
{
	width: 200px;
}

input#subject
{
	width: 250px;
}

input#stick,#lock
{
	width: 13px;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

fieldset
{
	cursor: default;
	border: solid 1px #888;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

legend
{
	color: #000;
}

form br
{
	clear:left;
}

textarea#signature
{
	float: left;
	background-color: #F0F0F0;
	border: solid 1px #777;
	width: 350px;
}

textarea#comments
{
	float: left;
	background-color: #F0F0F0;
	border: solid 1px #777;
	width: 350px;
}


input#submit
{
	width: 100px;
	background-color: #ccc;
	border: solid 1px #777;
	margin-top: 20px;
	margin-bottom: 20px;
}

