/** 1.4 Forums **/

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

table.forum_sections tr td:first-child + td {
	width: auto;
	padding: 5px;
}
table.forum_sections tr td:first-child + td a + p {
	margin-top: 0px;
}
table.forum_sections tr td:first-child + td + td {
	width: 100px;
}
table.forum_sections tr td:first-child + td + td + td {
	width: 70px;
}
table.forum_sections tr td:first-child + td + td + td + td {
	width: 50px;
}

table.forum_manage {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.forum_manage tr td:last-child {
	width: 125px;
	text-align: right;
}
table.forum_manage tr.mainsection td {
	background-color: #E5E9EC;
}
table.forum_manage tr.mainsection td:first-child {
	font-size: 10pt;
}
table.forum_manage tr td a + p {
	margin-top: 0px;
}


table.forum_threads {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.forum_threads tr td:first-child {
	width: 35px;
}
table.forum_threads tr td:first-child + td {
	width: auto;
}
table.forum_threads tr td:first-child + td a + p {
	margin-top: 0px;
}
table.forum_threads tr td:first-child + td + td {
	width: 100px;
}
table.forum_threads tr td:first-child + td + td + td {
	width: 75px;
}
table.forum_threads tr td:first-child + td + td + td + td {
	width: 75px;
}


table.forum_posts {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.forum_posts tr td {
	vertical-align: top;
}
table.forum_posts tr td:first-child {
	width: 90px;
}
table.forum_posts tr td:first-child + td {
	width: auto;
}
table.forum_posts tr td:first-child + td div.forum_post_head {
	width: 100%;
	text-align: right;
	margin: 0px;
}
table.forum_posts tr td:first-child + td div.forum_post_head pre {
	padding-top: 3px;
	float: left;
}

table.forum_post {
	width: 100%;
	border: none;
}
table.forum_post tr td:first-child {
	vertical-align: top;
	text-align: right;
	width: 75px;
}
table.forum_post tr td:first-child + td input[type=text] {
	width: 300px;
}
table.forum_post tr td:first-child + td textarea {
	width: 98%;
	height: 125px;
}

div.forum_actions {
	position:absolute;
	right:0px;
	top:0px;
	text-align: right;
	width: 100%;
	font-size: 8pt;
}
div.forum_pageblock {
	height: 32px;
}

table.forum_alerts_small {
	width: 100%;
}
table.forum_alerts_small tr td:first-child + td {
	width: 60px;
	text-align: right;
}

.forum_color_switch1 {
	background-color: #BDEDFC;
}
.forum_color_switch2 {
	background-color: #DBF4FD;
}

table.forum_searchresults {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.forum_searchresults tr.forum_searchresults_thread {
	border: 1px solid #ABCD85;
	background-color: #F1F4F5;
}
table.forum_searchresults tr td:first-child + td {
	border-top: 1px solid #000000;
}
table.forum_searchresults tr.forum_searchresults_thread + tr td:first-child + td {
	border-top: none;
}
table.forum_searchresults tr.forum_searchresults_thread td {
	padding-top: 2px;
	padding-bottom: 2px;
}
table.forum_searchresults tr.forum_searchresults_thread td:first-child + td { 
	border-top: none;
}
table.forum_searchresults tr td:first-child {
	width: 20px;
}
