/* 
v 1.0
Author: Jon Marus
Forum Styles
*/

/* ============================================================ */
/* Link Styles */

a.thread_link {
	color: #b44826;
	text-decoration: none;
}

a.thread_link:hover {
	text-decoration: underline;
}

a.post_link {
	font-style: italic; 
	font-size: 11px; 
	color: #333333;
	text-decoration: none;
}

a.post_link_by_member {
	font-style: italic; 
	font-size: 11px; 
	color: #888888;
	text-decoration: none;
}

a.post_link:hover, 
a.post_link_by_member:hover {
	text-decoration: underline;
}

a.in_post_link {
	text-decoration: underline;
}

/* ============================================================ */
/* Document Settings */
/* ============================================================ */
/* Divs */

#quote_txt {
	margin: 0px 10px 0px 0px;
	padding: 4px;
	border: 1px dashed #999999;
	background-color: #edf3fe;
}

#missing {
	margin: 0px 10px 5px 0px;
	padding: 4px;
	color: #F00;
	border: 1px dashed #999999;
	background-color: #eeeeee;
}

/* ============================================================ */
/* Tables */

.forum_tbl_hdr {
	font-size: 13px;
	color: #666666;
	border-bottom: 1px solid #888888;
	background-color: #E5E5E5;
}

.tbl_ftr {
    border-top: 1px solid #999;
    background-color: #E8E9EB;
    font-size: 10px;
}

.thread_td {
    border-bottom: 1px solid #ccc;
}

.category_td {
	padding: 2px 0px 2px 5px;
	font-size: 13px;
	color: #333333;
	background-color: #eeeeee;
	border-bottom: 1px solid #dddddd;
}

.link_td {
	font-size: 10px;
	color: #999;
	border-bottom: 1px dotted #999;
}

.hdr_td {
	padding: 4px;
    background-color: #E8E9EB;
}

.ftr_td {
	padding: 3px 3px 0px 0px;
	font-size: 10px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.thread_blurb {
	margin: 3px 0px 0px 0px;
	font-size: 10px;
	font-style: italic;
}

.date_td {
	padding: 2px;
	color: #999999;
	font-size: 10px;
	border-top: 1px solid #dddddd;
}