
/* Comment Control */
/*
.CommentHeader{
	text-align: left;
}
.Comments 
{
}
.Comment {
	margin-bottom: 10px;
}
.Comment table {
	border-collapse:collapse;
}
.Comment td 
{
	padding: 0px;
	vertical-align:middle;
}
.Comment .Text 
{
	float: left;
	background-color: #d2def0;
	padding: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	
}
.Comment a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Comment .Footer 
{
	float: right;
	font-weight:bold;
	text-align: right;
	margin-top: 15px;
	width: 415px;
}
*/

.Comment 
{
    display: inline-block;
    clear: both;
    padding-bottom: 5px;
}
.Comment p 
{
    width: 474px;
    margin-left: 10px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0px;
    background-color: #cccccc;
}
.Comment .Footer 
{
    width: 474px;
    padding-top: 10px;
    padding-left: 18px;
    padding-right: 8px;
    background-image: url(Images/Comment_bottom.gif);
    background-repeat: no-repeat;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
}
.Comment .ProfileIcon 
{
    float: left;
}
.Comment .CommentBody 
{
    float: left;
}
.Comment .AddComment 
{
    float: left;
    padding-left: 10px;
    padding-bottom: 15px;
    text-align: right;
}
.CommentSignIn 
{
    width: 550px;
    text-align: center;
    margin-bottom: 15px;
}


