@charset "utf-8";
/* CSS Document */


.commentTable {
	background-color: #F0E9FE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #230462;
	border-right-color: #230462;
	border-left-color: #230462;
	margin:20px;
}

.commentTable th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #230462;
	margin: 2px;
	padding: 2px;
	text-align:right;
	font-weight: bold; 
}

.commentTable td {
	margin: 2px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #230462;
	text-align:left;
}

.commentTable .tdHeader {
	font-weight:bold; 
	text-align:right; 
}

.commentTable tr td table tr td {
	border: none; 
}

.outercomment {
	margin-left:20px; 
	margin-right: 20px; 
	margin-top: 10px;
	margin-bottom: 30px;  
}

.outercomment #total {
	font-size:.9em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #230462;
}

.commentheader {
	font-weight:bold; 
	font-size: 1.3em;
	text-align:left;
}

