div.forum_border { border: none; width:96%; padding:1px;}
div.forum_nomessages { border: 3px solid #008; padding: 20px; }

td.forum_topics_pages { padding-right:20px; }

table.forum_form {background-color:#D6D7DC;}
table.forum_form th { white-space: nowrap; text-align: left; padding:10px 10px 5px 10px; }
table.forum_form td { width: 100%; padding:10px 10px 5px 10px; }

a.forum_add_topic_text { display: none; }
a.forum_add_topic_graphic { display: none; text-decoration: none; background-image: url(/image/forum/button_topic_new.gif); width: 105px; height: 27px;  }

a.forum_add_message_text { display: none; }
a.forum_add_message_graphic { display: none; text-decoration: none; background-image: url(/image/forum/button_topic_reply.gif); width: 97px; height: 27px; }


div.forum_form_errors { border: 3px solid #f00; background-color: #fcc; padding: 10px; margin-bottom: 10px; }
	div.forum_form_errors h2 { font-size: 14px; }

table.forum_list { border-spacing: 1px; }
	table.forum_list th { font-size: 10px; background-color: #ABADBC; padding: 5px;  color: #FFFFFF; }
		table.forum_list th.title { font-size: 12px; text-align: left; }
	table.forum_list td { background-color: #F1F1F3; padding: 5px;  color: #000; border-bottom:1px solid white;}
		table.forum_list td div.from { font-size: 10px; }
			table.forum_list td div.from a { font-size: 10px; }
		table.forum_list td.title a { font-size: 12px; color: #006AB0; font-weight:bold; }
		table.forum_list td.numtopics { text-align: center; width: 40px; background-color: #D6D7DC; }
		table.forum_list td.nummessages { text-align: center; width: 40px; background-color: #D6D7DC; }
		table.forum_list td.last { white-space: nowrap; width: 130px; }
			table.forum_list td.last div { white-space: nowrap; overflow: hidden; width: 120px; font-size: 10px; color: #666;}
	
table.forum_topics { border-spacing: 1px; }
	table.forum_topics th { font-size: 10px; background-color: #ABADBC; padding: 5px;  color: #FFFFFF; }
		table.forum_topics th.subj { font-size: 12px; text-align: left; }
	table.forum_topics td { background-color: #F1F1F3; padding: 8px 5px 8px 5px;  color: #000; border-bottom:1px solid white; }
		table.forum_topics td div.from { font-size: 10px;}
			table.forum_topics td div.from a { font-size: 10px; }
		table.forum_topics td.subj a { font-size: 12px; color: #006AB0; font-weight:bold; }
			table.forum_topics td.subj a:visited { color: #707070; }
		table.forum_topics td.num { text-align: center; width: 60px; background-color: #D6D7DC; }
		table.forum_topics td.views { text-align: center; background-color: #D6D7DC; }
		table.forum_topics td.last { white-space: nowrap; }

table.forum_messages { border-spacing: 1px; }
	table.forum_messages td { padding: 5px; }
		table.forum_messages td.message div.changes { color: #666; font-size: 10px; float: right; }
		table.forum_messages td.message div.header { color: #666; font-size: 10px; padding-top: 3px; }
			table.forum_messages td.message div.header hr { color: #888; background-color: #888; display: block; height: 1px; }
			table.forum_messages td.message div.header a.quote { display: block; background-image: url(/image/forum/icon_post_quote.gif); width: 88px; height: 20px; }
		table.forum_messages td.author { width: 135px; }
			table.forum_messages td.author div.username {  overflow: hidden; width: 135px; display: block; }
				table.forum_messages td.author div.username { font-weight: bold; color: #707070; text-decoration: none; }
				table.forum_messages td.author div.username a { font-weight: bold; color: #008; text-decoration: none; }
		table.forum_messages td.buttons a { text-decoration: none; height: 20px; display: block; float: left;}
			table.forum_messages td.buttons a.delete_message { background-image: url(/image/forum/icon_post_delete.gif); width: 20px; float: left; margin-left:7px;}
			table.forum_messages td.buttons a.edit_message { background-image: url(/image/forum/icon_post_edit1.gif); width: 30px; background-repeat: no-repeat; background-position: 2px 0px; float: left; margin-left:7px; }
			table.forum_messages td.buttons a.close_topic { background-image: url(/image/forum/icon_user_warn.gif); width: 20px; float: left; margin-right:7px;}
			table.forum_messages td.buttons a.open_topic { background-image: url(/image/forum/icon_user_warn.gif); width: 20px; float: left; margin-right:7px;}
			table.forum_messages td.buttons a.private_letter { background-image: url(/image/forum/icon_contact_pm.gif); width: 70px; }
			table.forum_messages td.buttons a.contact_www { background-image: url(/image/forum/icon_contact_www.gif); width: 72px; }
			table.forum_messages td.buttons a.contact_icq { background-image: url(/image/forum/icon_contact_icq.gif); width: 72px; }
			table.forum_messages td.buttons a.quote { background-image: url(/image/forum/icon_post_quote.gif); width: 88px; }
		table.forum_messages td p { margin: 0px; padding: 0px 0px 8px 0px; }
		table.forum_messages td p.quotename { margin: 0px; padding: 0px 0px 0px 6px; font-size: 11px; font-weight: bold;}
		table.forum_messages td blockquote { background-color: #fff; border: 1px solid #aaa; border-bottom: 3px solid #aaa; border-right: 3px solid #aaa; margin: 0px 0px 8px 0px; padding: 5px 5px 0px 5px; font-size: 10px; }
	table.forum_messages tr.tr1 td { background-color: #F1F1F1; }
	table.forum_messages tr.tr2 td { background-color: #FFFFFF; }
	table.forum_messages tr.delimiter td { padding: 0px; background-color: #bbe; display:none; }


h2.forum_add_message { margin-top: 20px; font-size: 12px; font-weight:bold; }
img.smile {cursor: pointer;}
