.discussion {
	width: 450px;
	border: #004786 solid 1px;
	font: 10pt Arial;
	margin: 0px auto;
	text-align:left;
}
.discussion a {
	text-decoration: none;
	color: #ce0e06;
}
.discussion .header {
	width: 450px;
	table-layout:fixed;
	font: 10pt Arial;
	font-style: italic;
	color: white;
	background-color: #004786;
}
.discussion .header .subject {
	width: 230px;
	background-color: #004786;
}
.discussion .header .sender {
	width: 110px;
	background-color: #004786;
}
.discussion .header .date {
	width: 110px;
	background-color: #004786;
	font-size: 10pt;
}
.discussion .row {
	width: 450px;
	table-layout:fixed;
	color: #004786;
	vertical-align: bottom;
	margin: 2px 0px;
}
.discussion .subject {
	width: 220px;
	vertical-align: bottom;
	background-color: #cfdde8;
	font: 10pt Arial;
}
.discussion .ans-subject {
	width: 210px;
	vertical-align: bottom;
	background-color: #cfdde8;
	font: 8pt Arial;
}
.discussion .message {
	width:450px;
	background-color: #d2d2d2;
	color: #004786;
	vertical-align: bottom;
	font: 8pt Arial;
}
.discussion .sender {
	width: 110px;
	vertical-align: bottom;
	background-color: #cfdde8;
	font: 10pt Arial;
}
.discussion .ans-sender {
	width: 110px;
	vertical-align: bottom;
	background-color: #cfdde8;
	font: 8pt Arial;
}
.discussion .date {
	width: 110px;
	text-align:right;
	vertical-align: bottom;
	background-color: #cfdde8;
	font: 8pt Arial;
}
.discussion .indent {
	width: 10px;
	height: 10pt;
}
.discussion .tools {
	width: 450px;
	background-color: #ce0e06;
}
.discussion .tools .left {
	text-align: left;
}
.discussion .tools .right {
	text-align: right;
}
.discussion .tools img {
	border-width: 0px;
}
.discussion-sendmessage {
	width: 452px;
	border: #004786 solid 1px;
	font: 10pt Arial;
	margin: 0px auto;
	text-align: left
}
.discussion-sendmessage td {
	vertical-align: bottom;
}
.discussion-sendmessage input, textarea {
	border: #004786 solid 1px;
}
.discussion-sendmessage .err {
	width: 450px;
	background-color: #cfdde8;
	color: #ce0e06;
}
.discussion-sendmessage .header {
	font-style: italic;
	color: white;
	background-color: #004786;
}
