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


.commentTable {
	background-color: #111111;
	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: #FFCC00;
	border-right-color: #FFCC00;
	border-left-color: #FFCC00;
	width: 90%;
	margin:20px;
}

.commentTable th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	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: #FFCC00;
}

.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: #FFCC00;
}

.commentheader {
	font-weight:bold; 
	font-size: 1em;
}


.commentName {
	font-weight: bold;
	font-size: 10pt;
	border-bottom-color: #000000;
}

.commentDate {
	font-weight: bold;
	font-size: 8pt;
	border-bottom-color: #000000;
}

.commentBody {
	font-size: 10pt;
}

.greybg {
	background-color: #333333;
}


