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

.story_comments_div{padding:5px; color:#666666;}
.story_comments_div table tr table td{
	padding:10px 5px 10px 10px;
	/*background-color:#F7F7F7; */
	border-bottom:dotted 1px #CCC;
	border-top:solid 5px #fff;
	color:#666666;
}

.story_comments_div table tr table tr.reply td{
	padding:10px 5px 10px 10px;
	/*background-color:#F7F7F7; */
	border-bottom:dotted 1px #CCC;
	border-top:solid 5px #fff;
	color:#666666;
}
.story_comments_div table tr table tr.reply td .story_comments_photo{
	padding-left:60px;
}

.story_comments_div table tr table td a{ text-decoration:none; }
.story_comments_div table tr table td a:hover{ text-decoration:none; }

.story_comments_photo
{
  width: 60px;
  height: 60px;
  /*background: Transparent url(../images/frame_sml.gif);*/
  margin: 3px 0px 0px 0px;
  text-align: center;
}
.story_comments_photo IMG
{
  margin: 5px 0px 0px 0px;
  padding:2px;
  border:1px solid #C0C0C0;
}

.story_comments_photo IMG:hover{
		border:1px solid #069;
}

.story_comments_text
{
  margin: 0px 0px 0px 0px;
}
.story_comments_text a{ text-decoration:none; }
.story_comments_text a:hover{text-decoration:none}

.story_comments_sub{font-size: 10px;  color: #666;line-height: 24px;}

.story_comments_age{color:#333;line-height: 24px;}
.story_comments_age a{text-decoration:none;}
.story_comments_age a:hover{text-decoration:none}

/***********ICONS*************/
.icon_byuser{
	padding:3px 5px 3px 18px;
	background:url(../images/user.png) no-repeat left;
}

.icon_date{
	padding:3px 5px 3px 18px;
	background:url(../images/date.png) no-repeat left;
}

.icon_comment_edit{
	padding:3px 5px 3px 18px;
	background:url(../images/comment_edit.png) no-repeat left;
}

.icon_reply{
	padding:3px 5px 3px 18px;
	background:url(../images/reply-comment.gif) no-repeat left;
}

/*story commentbox class*/
.story_commentbox{padding:5px; color:#666666;}
.story_commentbox table td{
	padding:10px 5px 10px 10px;
	background-color:#f7f7f7;; 
	border-bottom:dotted 1px #ccc;
	border-top:dotted 1px #ccc;
	color:#666666;
}
.story_commentbox table td a{ text-decoration:none; }
.story_commentbox table td a:hover{ text-decoration:none; }
