/* Forumgroup */
.forumgroup {
	margin-top: 10px;
	width:100%;
	border-collapse:collapse;
}

.forumgroup .header {
	background-color:#ddecf7;
	border-bottom:solid 1px #c3e1f7;
	border-top:solid 1px #c3e1f7;
}

.forumgroup .forumheader {
	background-color:#ddecf7;
	border-bottom:solid 1px #c3e1f7;
	border-top:solid 1px #c3e1f7;
	font-weight: bold;
	font-size:11px;
	color: #888888;
	margin-bottom:5px;

}

.forumgroup .forumheader td {
	vertical-align:top;
}

.forumgroup .subgroup td {
	vertical-align:top;
	border-bottom:solid 1px #cccccc;

/*	padding:5px 0px 5px 5px; */
}

.forumgroup h4 {
	margin:0px;
	padding:3px;
}

.forumgroup h5 {
	margin:0px;
	padding:0px;
}

.forumgroup h3 {
	margin:0px;
	padding:3px;
}

.forumgroup h4 {
	margin:0px;
	padding:0px;
}

.forumgroup .description {
	font-size:10px;
}

/* End ForumGroup */
/* Forumlist */
.forumlist {
	margin-top: 10px;
	width:100%;
	border-collapse:collapse;
}

.forumlistheader {
	background-color: #e9f2f9;
	padding-left: 5px;
	font-weight: bold;
	font-size:11px;
	color: #888888;
	margin-bottom:5px;
}

.forumlist .header {
	background-color:#ddecf7;
	border-bottom:solid 1px #c3e1f7;
	border-top:solid 1px #c3e1f7;
	padding-left: 5px;
	font-weight: bold;
	font-size:11px;
	color: #888888;
	margin-bottom:5px;
}

.forumlist .topic {
	border-bottom:solid 1px #cccccc;
}


.forumlist td {
	vertical-align:top;
}

.center {
	text-align:center;
}

.forumlist .topictitle {
	font-weight:bold;
}

.forumlist .lastpost {
	font-size:10px;
	test-align:right;
}
/* End Forumlist */
/* Topic list */
.topiclist {
	margin-top: 10px;
	width:100%;
	border-collapse:collapse;
}

.topiclist .header {
	background-color:#ddecf7;
	border-bottom:solid 1px #c3e1f7;
	border-top:solid 1px #c3e1f7;
	padding-left: 5px;
	font-weight: bold;
	font-size:11px;
	color: #888888;
	margin-bottom:5px;
}

.topiclist tr td {
	vertical-align:top;
	padding:5px 10px 5px 10px;
	border:solid 1px #dfe32d;
	background-color: #f8f8ff;
}

.topiclist tr.alternate td {
	vertical-align:top;
	border:solid 1px #dfe32d;
	background-color: #fafbdf;
}

.topiclist tr td .actions {
	float:right;
}

.topiclist tr td .actions img {
	border: none;
	padding-right:3px;
}

.topiclist tr td .user {
	color: #3d83ac;
	font-weight:bold;
}

.topiclist tr td .body {
	clear:both;
	font-weight:normal;
}

.topiclist tr td .user a {
	color: #3d83ac;
}

.topiclist tr td .date {
	text-align:right;
	font-weight:normal;
	font-size:7pt;
	width:100%;
}

.topiclist tr td .topic {
	font-weight:normal;
}

.topiclist .link {
	text-align:center;
}

.topiclist .link div {
	display:inline;
	text-align:center;
	clear:both;
	padding:10px;
}

.topiclist .link .thumbinner {
	display: inline;
	padding: 10px;
}

.topiclist .link .thumbinner img {
	border:none;
}
/* End topiclist */

/* Forum */

.forum {
	margin-top: 10px;
	width:100%;
	border-collapse:collapse;
}

.forum h4 {
	margin:0px;
	padding:0px;
}

.forum .header {
	background-color:#ddecf7;
	border-bottom:solid 1px #c3e1f7;
	border-top:solid 1px #c3e1f7;
	padding-left: 5px;
	font-weight: bold;
	font-size:11px;
	color: #888888;
	margin-bottom:5px;
}

.forum td {
	vertical-align:top;
}

.forum tr {
	border-bottom:solid 1px #cccccc;
}

.forum .description {
	font-size:10px;
}

/* End Forum */