
/* Forum */
.ForumTopicHolder {
	position:relative;
	left: 33px;

	width: 600px;

	/*border: #ff0000 solid 1px;
	background-color: #FF7B7B;*/
}

.ForumTopicHolder h1 {
	padding: 0;
	margin: 0;

	padding-top: 10px;
	padding-bottom: 10px;
	color: #78B125;
	font-size: 20px;
	font-weight: normal;
}

.ForumTopicHolder h1 span {
	padding: 0;
	margin: 0;

	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #0e2076;
}

.ForumTopicHolder table {
	width: 100%;
	border-collapse: collapse;
}

.ForumTopicHolder table thead {
	font-size: 10px;
	font-weight: bold;
}

.ForumTopicHolder table tbody tr {
	height: 40px;
}

.ForumTopicHolder table tbody tr td,
.ForumTopicHolder table thead tr td {
	padding: 2px;
}

.ForumTopicHolder table tbody tr td {
	border: #DDEBC8 dotted 1px;
	font-size: 10px;
}


.ForumTopicHolder table tbody tr td h2 {
	font-size: 10px;
	font-weight: bold;
}

.ForumTopicHolder table tbody tr td h2 a,
.ForumTopicHolder table tbody tr td h2 a:visited {
	color: #0e2076;
}

.ForumTopicHolder table tbody tr td h2 a:hover,
.ForumTopicHolder table tbody tr td h2 a:active {
	text-decoration: underline;
}

.ForumTopicHolder table tbody tr td p {
	color: #3e50A6;
}






/* Posts */
.ForumPostHolder {
	position: relative;
	top: 10px;
	left: 33px;

	width: 600px;

	/*border: #ff0000 solid 1px;
	background-color: #FF7B7B;*/
}

.ForumPostHolder h1 {
	padding: 0;
	margin: 0;

	padding-top: 10px;
	padding-bottom: 10px;
	color: #78B125;
	font-size: 20px;
	font-weight: normal;
}

.ForumPostHolder p {
	color: #0e2076;
}

.ForumPostHolder a {
	font-weight: bold;
}

.ForumPostHolder .Pages {
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;

	border-top: #DDEBC8 dotted 1px;
	border-bottom: #DDEBC8 dotted 1px;
	text-align: center;

	width: 100%;
}

.ForumPostHolder .Pages a,
.ForumPostHolder .Pages a:visited {
	font-weight: normal;
	color: #0e2076;
}

.ForumPostHolder .Pages a:hover,
.ForumPostHolder .Pages a:active {
	color: #0e2076;
	text-decoration: underline;
}

.ForumPostHolder .Pages a.Active {
	font-weight: bold;
	font-size: 12px;
}

.ForumPostHolder .PostContainer {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;

	border: #DDEBC8 dotted 1px;
}

.ForumPostHolder .UserInfo {
	float: left;
	width: 140px;
}

.ForumPostHolder .UserInfo ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.ForumPostHolder .UserInfo ul li {
	list-style: none;
	padding-left: 5px;
}

.ForumPostHolder .UserInfo h3 {
	font-size: 10px;
	font-weight: bold;
}

.ForumPostHolder .Content {
	float: right;
	width: 455px;

	background-color: #FAFCF7;

	overflow: hidden;
}

.ForumPostHolder .Content h3 {

	margin: 5px;
	color: #78B125;
	font-size: 10px;
	font-weight: bold;

	border-bottom: #78B125 solid 1px;
}

.ForumPostHolder .Content p {
	margin: 5px;
	font-size: 10px;
}

.TopicPoster table tbody tr td {
	border: none;
	padding: 0px;
}
