.header {
	background-color: #559977;
/*	background-image: url(../img/white.png);
*/	background-position: -70px;
	background-repeat: repeat-y;
	
	border-bottom:1px solid white;
	padding:2px 10px;
	
	color:#EEEEEE;
	font-size: 1.2em;
}

.header a {
	padding-left:20px;
	background-image: url(../img/silk/icons/email.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.header .datetime {
	float: right;
	font-size: .7em;
	padding-top:.3em;
}

.qa {
	border: 1px solid #559977;
	width:100%;
}

.qa form {
	margin-left:5px;
	margin-bottom: 10px;
}

.subqa {
	margin-left:75px;
	border-left:1px solid #559977;
	border-top:1px solid #559977;

}

.qa a, .subqa a {
	border-width:0px;
	text-decoration: underline;
	color:#DDDDFF;
}
.qa a:hover, .subqa a:hover {
	color:#FFFFFF;
}

.qa .body, .subqa .body {
	padding: 10px;
}

.reply {
	display:none;
}