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

/********************
 * Comment content
 ********************/	
#commentContainter
{
	width: 98%;
	min-height: 250px;
	height: auto !important;
	height: 250px;		
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;

	margin-top: 10px;
}

.commentTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996699;
	font-weight: bold;
	
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-bottom: 1px solid #996699;
	text-align: left;
	
	width: 100%;
}

.commentBox {
	float:left;
	width: 100%;
	min-height: 75px;
	height: auto !important;
	height: 75px;		
	padding-left: 10px;
	border-bottom: dotted 1px #CCC;
}
.commentBoxArrow {
	width: 25px;
	background-image: url(/images/icon_commentarrow_shaft.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;	
}
.commentHeading {
	font-weight: bold;
	color: #FF9900;
}
a.commentHeading{
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.commentHeadingAdmin {
	font-weight: bold;
	color: #33C;
}
a.commentHeading:hover {
	text-decoration: underline;
}
.commentContent {
	color: #333333;
	text-align: left;
	padding-right: 20px;
	margin-top: 5px;
}
.commmentSubtitle {
	color: #999999;
	font-size: 10px;
}
a.commmentSubtitle {
	color: #999999;
	font-size: 10px;
}
a.commmentSubtitle:hover {
	text-decoration: underline;
	cursor: pointer;
}
.commentSubtitleAdmin {
	float: right;
	color: #33C;
	font-size: 10px;
	font-weight: bold;
}

a.commentAnchor{
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a.commentAnchor:hover {
	text-decoration: none;
}
.commentImageInternal {
	text-decoration: none;
	margin-right: 5px;
}

/********************
 * Comment Submission
 ********************/	
.commentSubmitHeading	 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
}

.commentSubmitForm	 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCC;
}

.commentSubmitContent 
{
	height: 150px;
	width: 400px;
	margin-left: 5px;
}
.commentSubtitle
{
	font-weight:normal;
	color: #999999;
	font-size: 10px;
	margin-bottom: 5px;
}
.commentSubtitleReply
{
	color: #C33;
	font-weight: bold;
}

.commentColumnA
{
	width: 300px;
}
.commentColumnB
{
	width: 65px;
}
.commentSubmitError	 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}

