@import "lists.css";

#forum .breadCrumbs {
	margin-bottom: 12px;
	font-size: 1.3em;
	font-weight: bold;
}

#forum .details .name, #forum .details .stats {
	float: left;
}

#forum .details .name {
	width: 310px;
}

#forum.threads .details .name {
	width: 470px;
}

#forum .headings {
	font-size: 1.1em;
}

	#forum .headings .stats div {
		font-weight: bold;
	}

	#forum .stats div {
		float: left;
		width: 60px;
		text-align: center;
		font-weight: normal;
	}
	
	#forum .stats div.author {
		width: 160px;
	}
	
	#forum .stats div.last {
		width: 160px;
		padding: 8px 0px;
		line-height: 12px;
		text-align: left;
		font-size: 0.8em;
		overflow: hidden;
	}
	
#forum form {
	margin: 0px;
	padding: 0px;
}

#forumActions {
	display: none; /*shown by JS*/
}

	#forumActions a {
		display: block;
		float: left;
		width: 25px;
		height: 25px;
		line-height: 25px;
		margin-right: 5px;
		border-bottom: 1px solid #000;
		border-top: 1px solid #888;
		background: #555;
		color: #fff;
		font-size: 1.3em;
		text-align: center;
	}

	#forumActions a:hover {
		text-decoration: none;
	}

	#forum form p {}
	
		#forum form label {
			display: block;
			float: left;
			width: 120px;
			padding-top: 3px;
			font-size: 1.2em;
			font-weight: bold;
		}
		
		#forum form input {
			width: 400px;
		}
		
		#forum form input.standard {
			width: auto;
			height: auto;
		}
		
		#forum form textarea {
			width: 750px;
			height: 300px;
		}
		
		#forum span.error, #forum span.required {
			display: none;
		}
		
table#posts {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

	#posts tr {
		background: #fff;
	}

	#posts tr.alt {
		background: #eee;
	}
	
		#posts td {
			color: #000;
			padding: 10px 0px;
			font-size: 1.3em;
			border: 0px solid #ddd;
		}
		
		#posts td.user, #posts td.date, #posts td.info {
			font-size: 1.1em;
		}
		
		#posts td.user {
			width: 200px;
			font-weight: bold;
			text-align: center;
			border-width: 1px 1px 1px 0px;
		}
		
		#posts td.info {
			text-align: center;
			vertical-align: top;
			border-width: 1px 1px 1px 0px;
		}
		
		#posts td.date {
			padding-right: 10px;
			text-align: right;
			border-width: 1px 0px 1px 1px;
		}
		
		#posts td.body {
			padding: 10px 10px 30px 10px;
			border-width: 1px 0px 1px 1px;
			line-height: 1.6em;
		}
