#forum_head {
	background: url(/site/imgs/common/forum_bar.gif) no-repeat 0px 0px;
	color: #ffffff;
	padding: 8px 1px 9px 40px;
}
a.ForumLink {
        text-decoration: none;
        color: #6a6a6a;
}

a.ForumLink:hover {
        text-decoration: underline;
        color: #b9090f;
}

a.FORUM_FooterTextCommands {
        font-size: 12px;
        text-decoration: none;
        font-weight: bold;
        color: #333333;
}

a.FORUM_FooterTextCommands:hover {
        font-weight: bold;
        color: #b9090f;
}

.Forum_LongEdit {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    background-color: #FFFFFF;
    text-align: left;
    text-indent: 2px;
    border: 1px solid #999999;
    width: 250px;
    height: 18px;
}

.forum_TitleEdit {
    border: 1px solid #999999;
    width: 100%;
}

.forum_message {
    border: 1px solid #999999;
    width: 100%;
}

.Forum_CheckBox {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    background-color: #FFFFFF;
    text-align: left;
    text-indent: 2px;
    border: 0px;
    width: 18px;
    height: 18px;
}

.forum_text_area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #313131;
	height: 100px;
	border: solid #cecece 1px;
	background-color: #f4f4f4;
	width: 94%;
	line-height: 1.4;
	padding: 5px 10px;
}
.long_input {
	margin: 3px 0px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #313131;
	height: 1.4em;
	border: solid #cecece 1px;
	background-color: #f4f4f4;
	width: 88%;
}
.long_input2 {
	margin: 3px 1px 10px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #313131;
	height: 1.5em;
	border: solid #cecece 1px;
	background-color: #f4f4f4;
	width: 98%;
}

/*- - - - - - - - - - - - - - - - */ 
.forum_ol {
	font-size: 100%;
	color: #313131;
	list-style-position: outside;
	line-height: 1.3;
	font-family:  Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	margin-top: 10px;
}
.forum_ol li {
	border-bottom: dashed #cecece 1px;
	margin-right: 10px;
}
.forum_ol li div {
	color: #313131;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
}
.top_post {
	background: #ffffff url(../images/top_post.gif) no-repeat bottom left;
	height: 30px;
	margin-bottom: 0px;
	width: 545px;
}
.middle_post {
	background-color: #f7eae7;
	background: #ffffff url(../images/middle_post.gif) repeat-y top left;
	padding: 0px;
	margin-top: 0px;
	width: 545px;
	text-align: center;
}
.bottom_post {
	background: #ffffff url(../images/bottom_post.gif) no-repeat top left;
	height: 5px;
	margin-bottom: 0px;
	width: 545px;
	font-size: 10%;
}
.post_text {
	width: 96%;
	text-align: justify;
	margin: auto;
	padding-bottom: 2px;
}
.indent_txt {
	padding: 0px 0px 0px 35px;
}
.post_btns {
	width: 535px;
	text-align: right;
}
.thread_cont {
	text-align: left;
	margin: 10px 2px 10px 5px;
}
.date {
	font-size: 0.8em;
}
.quoted_msg {
	background: #e2e2e2 url(../images/quote_bg.gif) no-repeat top left;
	color: #313131;
	text-align: justify;
	width: 90%;
	padding: 15px 15px 10px 30px;
	margin: auto;
}
.quoted_head {
	background: #f0e3e2 url(../images/bg_msg_head.gif) no-repeat top left;
	color: #6a2821;
	text-align: left;
	width: 95%;
	padding: 3px 15px 3px 30px;
	border-bottom: solid #ffffff 1px;
	font-weight: bold;
	margin: 0px;
}
.forum_msg_text_area {
	font-family:  Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #616161;
	padding: 1px 1px;
	border-width: 3px 1px 3px 1px;
	border-style: double solid double solid;
	border-color: #d9e2f0;
	background: url(/site/imgs/common/text_area_bg.gif) repeat-x top center;
	margin: 0px;
	width: 95%;
}
.quoted_msg_inline {
	margin: 4px auto;
	border: 1px dashed #bf7b72;
	padding: 5px;
	width: 95%;
	background: #fff5f3;
	font-size: 11px;
	color: #3f3f3f;
}
.area_title {
	width: 95%;
	background: #f2e7e7 url(../images/area_header_bg.gif) repeat-x top left;;
	margin: 0px auto 1px auto;
	color: #6a2821;
	padding: 2px 5px;
	border-left: solid #b77777 1px;
	border-right: solid #b77777 1px;
}
.area_body {
	width: 95%;
	background-color: #efefef;
	margin: 0px auto;
	padding: 5px;
	border-left: solid #989898 1px;
	border-right: solid #989898 1px;
}
.area_footer {
	width: 95%;
	background: #efefef url(../images/area_footer_bg.gif) repeat-x bottom left;
	margin: 0px auto;
	padding: 5px 5px;
	text-align: right;
	height: 20px;
	border-left: solid #989898 1px;
	border-right: solid #989898 1px;
}
