.search_box {
	width: 375px;
	float: right;
	text-align: right;
	line-height: 22px;
}
.forum_label {
	margin: 3px 5px 0 0;
	float: left;
	width: 150px;
	text-align: right;
}
.new-topic, .forum-select {
	width: 400px;
	padding: 3px;
}
.forum-select {
	border: 1px solid #9d9d9d;
	width: 410px;
}
.forum-textbox {
	width: 400px;
	height: 300px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
/*------------------------- MAIN FORUM -----------------------------*/
.thread-topic, .thread-link, .thread-started, .thread-left-col, .thread-right-col, .comment-count, .view-count {
	float: left;
	clear: both;
}
.thread-left-col {
	width: 550px;
}
.thread-right-col {
	clear: none;
	width:170px;
	margin-left: 10px;
}
.thread-link {
	min-height: 20px;
	border-top: 1px solid #ddd;
	width: 910px;
	padding: 10px 5px;
	color: #069;
}
.thread-link.odd {
	background: #e6eff6;
}
	.thread-link:hover {
		background: #efefef;
		color: #598313;
	}
.thread-topic {
	font-weight: bold;
}
.comment-count, .view-count, .thread-started {
	font-size: 11px;
	color: #999;
}
.thread-author {
	color:#222;
}
/*---------------------------- THREAD PAGE --------------------------------*/
.thread-header {
	width: 920px;
	height: 28px;
	margin-bottom: 8px;
	padding-top: 6px;
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	float: left;
	border-bottom: 2px solid #003366;
}
.comment-author, .author-block, .comment-block, .author-info-row, .report-form, .comment-inappropriate, .comment-deleted {
	float: left;
	clear: both;
}
.comment-author {
	padding: 5px 10px;
	width: 900px;
	background: #deebf4;
}
.comment-inappropriate, .comment-deleted {
	padding: 5px 10px;
	width: 900px;
	background: #069;
	color: #fff;
	margin: 5px 0;
}
.comment-author a {
	color: #000;
	font-weight: bold;
}
	.comment-author a:hover {
		color: #598313;
	}
.comment-block {
	border: 1px solid #BCD5E6;
	width: 918px;
	background: #fff;
}
.author-block {
	width: 180px;
	background: #f4f8fb;
	padding: 10px;
	font-size: 11px;
}
.author-pic {
	margin-left: 35px;
	float: left;
}
.author-label {
	float: left;
	width: 70px;
	margin-right: 5px;
	text-align: right;
}
.author-value {
	float: left;
	width: 100px;
}
.message-block {
	float: left;
	width: 680px;
	padding: 10px;
}
.message-post-time {
	font-size: 11px;
}
a.forum-btn, input.forum-btn {
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	height: 22px;
	width: 160px;
	padding: 3px 6px;
	font-size:12px;
	line-height: 22px;
	display: block;
	color: #598313;
	border: 1px solid #b3c793;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin: 2px 0 0 5px;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
	a.forum-btn:hover, input.forum-btn:hover {
		background: #e8ffe2; /* Old browsers */
		background: -moz-linear-gradient(top,  #e8ffe2 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ffe2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e8ffe2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e8ffe2 0%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e8ffe2 0%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(top,  #e8ffe2 0%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ffe2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
input.forum-btn {
	line-height:normal;
	width: 75px;
}
a.comment-thread {
	float: right;
}
.thread-breadcrumb {
	font-size: 12px;
	margin-bottom: 10px;
}
.report-form {
	margin: 10px 5px;
}
/*------------------------------------ NOT USED ---------------------------------------*/
.upload_button {
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	height: 22px;
	width: 160px;
	padding: 3px 6px;
	font-size:12px;
	line-height: 14px;
	display: block;
	color: #598313;
	border: 1px solid #b3c793;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin: 2px 0 0 5px;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
	.upload_button:hover {
		background: #e8ffe2; /* Old browsers */
		background: -moz-linear-gradient(top,  #e8ffe2 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ffe2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e8ffe2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e8ffe2 0%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e8ffe2 0%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(top,  #e8ffe2 0%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ffe2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.upload_button:active {
		background: #7e967b; /* Old browsers */
		background: -moz-linear-gradient(top,  #7e967b 0%, #e8ffe2 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e967b), color-stop(100%,#e8ffe2)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #7e967b 0%,#e8ffe2 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #7e967b 0%,#e8ffe2 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #7e967b 0%,#e8ffe2 100%); /* IE10+ */
		background: linear-gradient(top,  #7e967b 0%,#e8ffe2 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e967b', endColorstr='#e8ffe2',GradientType=0 ); /* IE6-9 */
	}
#message_frame {
	width: 750px;
	height: auto;
	min-height: 500px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
}
#message_left {
	width: 140px;
	height: 453px;
	float: left;
}
#message_right {
	width: 575px;
	height: auto;
	min-height: 450px;
	float: right;
	padding-top: 5px;
	margin-bottom: 20px;
	margin-right: 8px;
	display: inline;
	background-color: #FDFDFD;
	border-left: 1px dotted #F1F1F1;
	font-size: 12px;
}
.message_row {
	height: 20px;
	font-size: 12px;
	border-bottom: 1px solid #DDDDDD;
}
.thread_row {
	height: 20px;
	font-size: 12px;
	color: #999999;
}
.thread_username {
	font-weight: bold;
	font-size: 12px;
	color: #003366;
}
.thread_message {
	color: #000000;
}
#recipientBox {
	 display: none; 
	 z-index: 30; 
	 position: absolute; 
	 width: auto; 
	 height: auto; 
	 background-color: #FFFFFF; 
	 border: 1px solid #666666;
	 border-right: 2px solid #666666;
}
a.recipient_link:link, a.recipient_link:visited, a.recipient_link:active {
	width: 200px;
	height: 19px;
	padding-left: 3px;
	padding-top: 3px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}
.message_row:hover {
	background-color: #F6F8FB;
}
a.msg_btn_fa:link, a.msg_btn_fa:visited, a.msg_btn_fa:active {
	width: 20px;
	height: 20px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/fav_add.gif);
}
a.msg_btn_fr:link, a.msg_btn_fr:visited, a.msg_btn_fr:active {
	width: 20px;
	height: 20px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/fav_rem.gif);
}
a.msg_btn_reply:link, a.msg_btn_reply:visited, a.msg_btn_reply:active {
	width: 20px;
	height: 20px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/reply.gif);
}
a.msg_btn_mail:link, a.msg_btn_mail:visited, a.msg_btn_mail:active {
	width: 20px;
	height: 20px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/email.gif);
}
a.msg_btn_print:link, a.msg_btn_print:visited, a.msg_btn_print:active {
	width: 20px;
	height: 20px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/print.gif);
}
a.msg_btn_delete:link, a.msg_btn_delete:visited, a.msg_btn_delete:active {
	width: 20px;
	height: 20px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/delete.gif);
}
a.msg_btn_compose:link, a.msg_btn_compose:visited, a.msg_btn_compose:active {
	width: 20px;
	height: 20px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/compose.gif);
}
a.msg_btn_view:link, a.msg_btn_view:visited, a.msg_btn_view:active {
	width: 20px;
	height: 20px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/view.gif);
}
a.msg_link:link, a.msg_link:visited, a.msg_link:active {
	width: 137px;
	height: 18px;
	padding-left: 25px;
	padding-top: 2px;
	text-decoration: none;
	font-size: 12px;
	color: #003366;
	display: block;
	margin-top: 3px;
	border-bottom: 1px solid #D0D8E2;
	background-position: 0px -2px;
	background-repeat: no-repeat;
}
