.showHideCommentsBullet
{ padding-left:10px;
  background-image:url(/images/icons/bullets/comm_show.gif);
  background-repeat:no-repeat;
  background-position:left center;
}

.hideHideCommentsBullet
{ padding-left:10px;
  background-image:url(/images/icons/bullets/comm_hide.gif);
  background-repeat:no-repeat;
  background-position:left center;
}

A.showHideComments:link   {text-decoration:none;color:#009e40;font-weight:bold;}
A.showHideComments:visited{text-decoration:none;color:#009e40;font-weight:bold;}
A.showHideComments:active {text-decoration:none;color:#009e40;font-weight:bold;}
A.showHideComments:hover  {text-decoration:none;color:#ff993a;font-weight:bold;}

A.addComments:link   {text-decoration:none;color:#009e40;}
A.addComments:visited{text-decoration:none;color:#009e40;}
A.addComments:active {text-decoration:none;color:#009e40;}
A.addComments:hover  {text-decoration:none;color:#ff993a;}

.emoticonsIcon
{ padding-right:12px;
}

.emoticonsRadio
{ padding-left:2px;
}

.commNickname
{ color:#008000;
	font-weight:bold
}

.commNicknameAdmin
{ color:#993300;
	font-weight:bold
}

.commDateBar
{ color:#CCCCCC;
}
.commPosted
{ color:#999999;
}

.commPostedOn
{ color:#FF6600;
}

.commModified
{ color:#999999;
}

.commModifiedOn
{ color:#FF6600;
}

.commLocked
{ color:#996600;
}

.commFormTitle
{ font-weight:bold;
}

.commMaxlength
{ color:#990000;
}

.divCommAddBox
{ display:none;
	background:#FFFFDD;
	border:solid #999999 1px;
	margin-top:10px;
	padding:5px 10px 5px 10px;
}

.divCommModBox
{ display:none;
  background:#EEEEFF;
	border:solid #999999 1px;
	margin-top:10px;
	padding:5px 10px 5px 10px;
}

