
td {
	text-align: left;
}

.forumTopLink {
	color: #b90200;
	text-decoration: none;
	font-size: 12px;
}

.forumTopLink:hover {
	text-decoration: underline;
}

.communityContainer {
	width: 976px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.communityLeftColumn {
	width:670px;
	background-color: white;
	padding-bottom: 60px;
}

.communityRightColumn {
	width: 305px;
	text-align: center;
	background-image: url(/sitorsquat/images/v3/sidebar/ad_panel_bg.jpg);
	padding-top: 3px;
	background-repeat: repeat-y;
	padding-bottom: 60px;
}


.communityTable {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: white;
	border-spacing: 0px;
}

.communityForumHeaderCell {
	background-color: #b90200;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.communityForumHeaderCell1 {
	width: 382px;
	border-right: 1px solid white;
}

.communityForumHeaderCell2 {
	width: 66px;
	border-right: 1px solid white;
}

.communityForumHeaderCell3 {
	width: 83px;
	border-right: 1px solid white;
}

.communityForumHeaderCell4 {
	width: 128px;
}

.communityForumHeaderCellTitle {
	background-color: #666;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.communityForumTitleLink {
	color: black;	
	text-decoration: none;
}

.communityForumTitleLink:hover {
	text-decoration: underline;
}

.communityForumHeaderCellContent {
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: black;
	font-weight: normal;
	font-size: 12px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.communityTableRow {
	height: 69px;
	/*border-bottom: 1px solid #999;*/
	border-spacing: 0px;
	
}

.communityTableRowImg {
	width: 69px;
	border-right:  1px solid #999;
	border-spacing: 0px;
	border-bottom: 1px solid #999;
}

.communityTableRowContent {
	
	border-bottom: 1px solid #999;
}

.communityTableRowContentTitle {
	color: #b90200;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.communityTableRowContentByLine {
	color: #999;
	font-weight: normal;
	font-size: 12px;
	text-transform: lowercase;
}