/* CSS Document */
.coms {
	float: left;
	width: 444px;
}
.clear_coms {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 480px;
}
.top_coms {
	background-image: url(../images/top_com.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	width: 424px;
	padding-right: 10px;
	padding-left: 10px;
	height: 16px;
}
.rep_coms {
	background-image: url(../images/rep_com.gif);
	background-repeat: repeat-y;
	width: 424px;
	margin: 0px;
	float: left;
	color: #266700;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 18px;
}
.bot_coms {
	background-image: url(../images/bot_com.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 424px;
	padding-right: 10px;
	padding-left: 10px;
	height: 35px;
}
.top_coms_alt {
	background-image: url(../images/top_alt.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	width: 424px;
	padding-right: 10px;
	padding-left: 10px;
	height: 16px;
}
.rep_coms_alt {
	background-image: url(../images/rep_alt.gif);
	background-repeat: repeat-y;
	width: 424px;
	margin: 0px;
	float: left;
	color: #00728F;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 18px;
}
.bot_coms_alt {
	background-image: url(../images/bot_alt.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 424px;
	padding-right: 10px;
	padding-left: 10px;
	height: 35px;
}
.author_name {
	padding-right: 10px;
	padding-left: 10px;
	color: #00728F;
	font-size: 12px;
	font-weight: bold;
}
.author_date {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 25px;
	color: #00728F;
	font-size: 10px;
}
.rep_coms blockquote {
	background-image: url(../images/block_com.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	clear: both;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 18px;
}
.rep_coms code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin: 10px;
	padding: 5px;
	clear: both;
	color: #266700;
	background-color: #252829;
	border: 1px dashed #52595C;
}

.rep_coms_alt blockquote {
	background-image: url(../images/block_com_alt.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	clear: both;
	padding-top: 8px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 18px;
}
.rep_coms_alt code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin: 10px;
	padding: 5px;
	clear: both;
	color: #266700;
	background-color: #30312D;
	border: 1px dashed #5F6158;
}
.coms p {
	margin: 0px;
	clear: both;
	padding: 0px;
}
.coms a:link, .coms a:visited {
	color: #183A5C;
	text-decoration: underline;
}
.coms a:hover, .coms a:active {
	color: #3590C0;
	text-decoration: none;
}

