#qacontent {
	/* margin: 20px;
	font-family: Verdana;	*/
	margin-top: 20px;
	margin-right: 20px;
	font-size: 90%;
}

#qacontent DIV.qbar {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 0;
	margin-bottom: 20px
	display: block;
	background-color: rgb(229, 242, 238);
	border: 1px solid rgb(87, 169, 141);	
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 80%;
}

#qacontent DIV.qbar FORM { display: inline; }

#qacontent DIV.qbar FORM INPUT, #qacontent DIV.qbar FORM SELECT {
	font-size: 80%;
	vertical-align: middle;
}

#qacontent DIV.postlist {
	
}

#qacontent DIV.postblock {
	padding: 0;
	margin-top: 25px;
	margin-bottom: 40px;
}

#qacontent DIV.postblock P.separator {
	font-weight: bold;
	margin-top: 1em;
	margin-left: 50px
}

#qacontent DIV.posting {
	margin-top: 0em;
	margin-bottom: 1em;
}

#qacontent DIV.posting P.title {
	background-image: url(./question.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 120%;
	margin-bottom: 6pt;
}

#qacontent DIV.posting P.commenttitle {
	background-image: url(./comment.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 120%;
	margin-bottom: 6pt;
}

#qacontent A.editbutton {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: blue;
	color: white;
	font-size: 60%;
	text-decoration: none;
}

#qacontent A.deletebutton {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: red;
	color: white;
	font-size: 60%;
	text-decoration: none;
}

#qacontent A.button {
	padding: 4px;
	background-color: rgb(204, 229, 220);
	border: 1px solid rgb(87, 169, 141);
	font-weight: bold;
	text-decoration: none;
}

#qacontent DIV.posting P.post {
	margin-top: 0;
	font-weight: normal;
	margin-bottom: 3pt;
}

#qacontent DIV.posting P.title A {
	font-weight: normal;
}

#qacontent DIV.posting P.info {
	color: #666666;
	font-size: 75%;
	margin-top: 0;
}

#qacontent DIV.inhouseposting {
	background-image: url(./inhouse.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 60px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-left: 50px;
	margin-bottom: 1em;
	background-color: rgb(204, 229, 220);
	border: 1px solid rgb(87, 169, 141);	
}

#qacontent DIV.subposting {
	padding: 8px;
	margin-left: 50px;
	margin-bottom: 1em;
	background-color: rgb(229, 242, 238);
	border: 1px solid rgb(87, 169, 141);
}

#qacontent DIV.inhouseposting P.post, #qacontent DIV.subposting P.post {
	font-weight: normal;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 3pt;
}

#qacontent DIV.inhouseposting P.info, #qacontent DIV.subposting P.info {
	color: #666666;
	font-size: 75%;
	margin: 0;
}

#qacontent DIV.inhouseposting P.inhouse {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 3pt;
	font-style: italic;
	font-weight: bold;
}

#qacontent P.quotedquestion {
	font-size: 125%;
	margin-left: 40px;	
	margin-bottom: 5px;
}

#qacontent P.quotedquestionpost {
	margin-top: 0;
	margin-left: 40px;
	margin-bottom: 20px;	
}