/**
 * VSCD forum css
 * powered by peppered : www.peppered.nl
 *
 */

@import url("base.css");

#vorigeBerichten h4 {
	color: #000000;
	padding-bottom: 0.2em;
}

table.forum {
	table-layout: fixed;
	border-collapse: collapse;
	width: 500px;
}
table.forum th {
	text-align: center;
}
table.forum th.titel {
	text-align: left;
}

table.forum th.datumUser {
	text-align: left;
	font-style: italic;
	font-weight: normal;
}

table.forum td.onderwerpen,
table.forum td.posts,
table.forum td.reacties {
	text-align: center;
}
table.forum th.titel {
	width: 200px; /* text stopte bij 200px dit moet bij detail eigenlijk 500px worden.*/
}

table.forum th.titel h6 {
	margin: 5px 0;
}

table.forum th.datum {
	font-weight: normal;
	text-align: right;
	padding: 5px 0;
}

table.forum td.titel h3 {
	font-size: 1em;
	text-transform: none;
	padding: 0;
	background: transparent url(../images/icon_forum.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
	height: 15px;
	width: 200px;
}
table.forum td.titel h3 a {
	width: 100%;
}

table.forum td.titel p {
	padding: 0 0 0 20px;
}
table.forum tr {
	background: transparent url(../images/stippel_black.gif) repeat-x 0 100%;
}

table.forum tr.noLine {
	background: none;
}

table.forum tr.headerRow {
	background: none;
}
table.forum td {
	padding: 0.5em 0 1em 0;
	
}

table.forum tr.private td.titel h3 {
	background-image: url(../images/icon_slotje.gif);
}

#forumTopics table.forum th.titel a,
table.forum td a.startNewTopic {
	background: transparent url(../images/forum/discussion.gif) no-repeat 0 50%;
	padding-left: 25px;
	font-weight: bold;
}
#forumTopics table.forum td.titel a {
	background: transparent url(../images/forum/topic.gif) no-repeat 0 0;
	padding: 0 0 0 15px;
	ppposition: relative; /* uitgezet img worden nu niet herhaald.*/
	lleft: -15px;
}

#forumTopics table.forum th.laatstePost,
#forumTopics table.forum td.laatstePost {
	text-align: right;
}
#forumTopics table.forum td.laatstePost span {
	display: block;
}

table.forum td.pagination {
	text-align: right;
}
table.forum td.pagination div {
	float: right;
}

table.forum td.pagination span.label {
	font-weight: normal;
	float: left;
	margin-right: 0.2em;
}

ul.pagination {
	float: left;
}
ul.pagination li {
	display: inline;
	border: 1px solid #990099;
	margin: 0 1px;
	display: block;
	float: left;
}
ul.pagination li.active {
	line-height: 100%;
	padding: 2px 4px;
	display: block;
	font-size: 0.8em;
}
ul.pagination li a {
	background: #990999;
	color: white!important;
	line-height: 100%;
	padding: 2px 4px;
	display: block;
	font-size: 0.8em;

}
ul.pagination li a:hover {
	background: white;
	color: #990999!important;
}

#vorigeBerichtenInner {
	overflow: auto;
	width: 440px;
	height: 38em;
	border: 1px dotted #555555;
	padding: 5px;
}

#forumTopics {
	margin: 10px 0px;
}

td.user {
	width: 250px;
}

td.datum {
	width: 250px;
}

.lightgreyItem {
	display: block;
	margin: 10px 0px;
}

#formForumLoginSubmit {
	margin: 10px 0px;
	height: 19px;
	width: 63px;
}
/*-- bouwactiviteiten --*/

form#formBouwactiviteitenSort {
	border: 1px dotted red;
}

