/* home page forum preview */
div#forum-preview {
	width: 200px;
	background-image: url("../images/forum_preview_backer.jpg");
	background-repeat: no-repeat;
	min-height: 550px;
	padding-left: 10px;
	padding-right: 5px;
}

div#forum-preview a {
	color: #000;
	text-decoration: none;
}

div#forum-preview a:hover {
	text-decoration: underline;
}

div#forum-cap {
	width: 200px;
	height: 56px;
	background-image: url("../images/forum_preview_cap.jpg");
	background-repeat: no-repeat;
}

div.forum-divider {
	border-top: 1px solid #ccc;
	width: 100%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* home page forum preview */

table#forumBoard {

}

tr#forumBoardHeader {
	
}

td.row1 {
	background-color: #efefef;
}

.name {
	font-size: 11px;
	color: #000;
}

.postdetails{
	font-size: 10px;
	color: #000;
}

td.row2 {
	background-color: #dee3e7;
}

td.row3 {
	background-color: #d1d7dc;
}

.cattitle {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	letter-spacing: 1px;
}

td.catHead {
	border-right: #ffffff solid;
	border-top: #ffffff solid;
	border-left: #ffffff solid;
	border-bottom: #ffffff solid;
	background-image: url("../images/bb/cellpic1.gif");
	height: 28px;
	background-color: #d1d7dc;
}

input.mainoption {
	font-weight: bold;
	background-color: #fafafa;
}

.header {
	background: url("../images/bb/backer.gif") center center repeat-x; /*THEME CHANGE HERE*/
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	font-family: arial, helvetica; 
	font-size: 12px; 
	color: #666666; 
	font-weight: bold;
}