/* ----- FORUMS CONTAINERS ----- */

div.forums_block {
	width:714px;
	margin: 0px 0px 21px 0px;
}



/* ----- FORUMS BOOKENDS ----- */

div.forums_title {
	padding:9px 9px 21px 9px;
	margin:0px 0px 3px 0px;
}
div.forums_topic_title {
	padding:9px 9px 21px 150px;
	border-bottom:3px solid #ffffff;
}
div.forums_bookend {
	padding:9px 9px 21px 9px;
}
div.forums_bookend a {
	color:#000000;
	text-decoration:none;
}
div.forums_bookend_foot {
	padding:9px 9px 21px 9px;
	border-bottom:3px solid #ffffff;
}
div.forums_bookend_foot a {
	color:#000000;
	text-decoration:underline;
}
div.forums_bookend_left {
	padding:0px 0px 0px 0px;
	float:left;
}
div.forums_bookend_left a {
	color:#000000;
	text-decoration:underline;
}
div.forums_bookend_right {
	padding:0px 0px 0px 9px;
	float:right;
	text-align:right;
}
div.forums_bookend_right a {
	color:#000000;
	font-weight:900;
	text-decoration:none;
}
span.navoff {
	color:#454545;
}




/* ----- PAGENATION ----- */

div.forums_pagenation {
	padding:0px 0px 0px 9px;
	float:right;
	text-align:right;
}
div.forums_pagenation a {
	color:#000000;
	font-weight:100;
	text-decoration:underline;
}
div.forums_pagenation a:hover {
	color:#000000;
	text-decoration:underline;
}
div.forums_pagenation span.selected {
	color:#000000;
	font-weight:900;
	text-decoration:none;
}
div.forums_pagenation span.navoff {
	color:#333333;
}




/* ----- FORUMS TABLES ----- */

.forums table {
	width:714px;
	border-top: 3px solid #ffffff;
}
.forums table th {
	text-align: left;
	font-weight: 900;
	vertical-align: top;
	padding: 6px 6px 6px 9px;
}
.forums table td {
	text-align: left;
	font-weight: 100;
	vertical-align: top;
	padding: 9px 6px 9px 9px;
}
.latesttopic {
	width:440px;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}
.posts {
	width:63px;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}
.lastpost {
	border-bottom: 3px solid #ffffff;
}
a.lastposttime {
	color:#000000;
	font-weight:100;
	text-decoration:none;
}
a.lastposttime:hover {
	color:#000000;
	font-weight:100;
	text-decoration:underline;
}
a.replytothis {
	color:#000000;
	font-weight:100;
	text-decoration:none;
}
a.replytothis:hover {
	color:#000000;
	font-weight:100;
	text-decoration:underline;
}


/* ----- FORUMS FORMS ----- */

.newtopic {
	padding:21px 123px 21px 123px;
}
.newtopic a {
	color:#000000;
	text-decoration:underline;
}
.newmessage {
	padding:21px 93px 21px 153px;
	border-bottom: 3px solid #ffffff;
	clear: both;
}
.newmessage a {
	color:#000000;
	text-decoration:underline;
}
.newmessage h3 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
div.forums_submit_bar {
	padding:9px 9px 0px 150px;
	border-bottom:3px solid #ffffff;
}





/* ------ TOPIC ------ */

.topic {
	width:714px;
}
.topic .message {
	padding: 0px 0px 9px 0px;
	border-bottom: 3px solid #ffffff;
	clear: both;
}
.postbg {
	background-color: #dedede;
}
.replybg {
	background-color: #efefef;
}
.greybg {
	background-color: #cccccc;
}
.topic .message .user {
	float: left;
	width: 135px;
	padding: 9px 0px 0px 9px;
}
.topic .message .user .avatar_placeholder {
	margin: 0px 0px 3px 0px;
}
.topic .message .user a {
	font-weight: 900;
	text-decoration: none;
	color: #000000;
}
.topic .message .post {
	padding:9px 9px 0px 153px;
}
.topic .message .post .body {
	overflow:auto;
	padding:0 82px 21px 0;
	width:460px;
}
.topic .message .post .reply {
	padding: 0px 82px 21px 25px;
	background:url('/furniture/forums_reply.gif') 0px 2px no-repeat #efefef;
}
.topic .message .post p {
	margin-top: 0px;	
}
.topic .message .first p {
	font-weight: 900;
}
.topic .message .post p.byline {
	font-weight: 100;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #000000;
	color: #000000;
}
.topic .message .post p.byline a {
	color: #aa0000;
	font-weight:100;
	text-decoration:none;
}
.topic .message .post p.byline a:hover {
	color: #aa0000;
	font-weight:100;
	text-decoration:underline;
}
p.event_times {
	font-size: 16px;
	line-height: 19px;
	color: #ff9900;
	font-weight: bold;
}
p.byline {
	font-size: 11px;
	line-height: 15px;
}
p.byline a {
	font-weight: 900;
	text-decoration: none;
	color: #000000;
}
p.byline a:hover {
	font-weight: 900;
	text-decoration: underline;
	color: #000000;
}
p.byline_grey {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
p.byline_grey a {
	font-weight: 900;
	text-decoration: none;
	color: #666666;
}
p.byline_grey a:hover {
	font-weight: 900;
	text-decoration: underline;
	color: #666666;
}
.topic .message .post p.replyline {
	text-align: right;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
/*
.topic .message .post p.replyline a {
	padding: 0px 3px 0px 21px;
	background:url('/furniture/forums_reply_prompt.gif') 0px 0px no-repeat;
}
*/
.topic .indent_1,
.topic .indent_2,
.topic .indent_3,
.topic .indent_4,
.topic .indent_5,
.topic .indent_6,
.topic .indent_7,
.topic .indent_8,
.topic .indent_9,
.topic .indent_10 {
	font-style: italic;
}
.topic .indent_1 p,
.topic .indent_2 p,
.topic .indent_3 p,
.topic .indent_4 p,
.topic .indent_5 p,
.topic .indent_6 p,
.topic .indent_7 p,
.topic .indent_8 p,
.topic .indent_9 p,
.topic .indent_10 p {
	font-style: italic;
	margin-left: 20px;
}
.topic h3, .topic h5 {
	margin-bottom: 10px;
}
.topic .indent_2 {
	margin-left: 0px;
}
.topic .indent_3 {
	margin-left: 20px;
}
.topic .indent_4 {
	margin-left: 40px;
}
.topic .indent_5 {
	margin-left: 60px;
}
.topic .indent_6 {
	margin-left: 80px;
}
.topic .indent_7 {
	margin-left: 100px;
}
.topic .indent_8 {
	margin-left: 120px;
}
.topic .indent_9 {
	margin-left: 140px;
}
.topic .indent_10 {
	margin-left: 160px;
}
div.avatar_placeholder {
	width:90px;
	height: 120px;
	display: block;
	background-color: #cccccc;
}
.postimg {
	margin: 0px 0px 21px 0px;
}
.contents_filterspace_messages {
	width: 600px;
	font-size: 12px;
	text-align: left;
	padding: 0px 0px 25px 0px;
	margin: 35px 0px 20px 0px;
	border-bottom: 1px solid #666666;
}
div.thread_placer {
	float: left;
	width: 200px;
	text-align: left;
}
div.thread_pagination {
	float: right;
	width: 400px;
	text-align: right;
}
a.forum_external {
	color:#000000;
	font-weight:900;
	text-decoration:underline;
}
a.forum_external:hover {
	color:#000000;
	font-weight:900;
	text-decoration:underline;
}
span.deleted {
	text-decoration:line-through;
}





/* ----- ADD/PREVIEW/EDIT MESSAGES ----- */
/*
div.preview_container {
	width:714px;
	border:3px solid #ff0000;
	padding:3px 3px 0px 3px;
	margin:0px 0px 0px -6px;
}
 THIS WORKS*/
div.preview_container {
	float:left;
	width:714px;
	height:auto;
	border:3px solid #ff0000;
	padding:3px 3px 0px 3px;
	margin:0px 0px 3px -6px;
}


/* ----- EXTRAS ----- */

.byline .scored {
	font-weight: 900;
	color: #ffaa00;
}
.byline .notscored {
	color:#555555;
}
.warning {
	background:url('/furniture/warning.gif') 0px 0px no-repeat;
	padding:2px 0px 0px 21px;
}
span.formpopup {
	font-weight:100;
}