/* CSS Document */

.comments{
	margin-top:10px;
	}
.commentsTitle{
	font-weight:bold;
	font-size:1.4em;
	font-family: "Trebuchet MS", Arial, Verdana, "Times New Roman", Times, serif;
	color:#555424;
	margin-bottom:0.5em;
	}
.commentsSubTitle{
	font-size:1.4em;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Verdana, "Times New Roman", Times, serif;
	padding-bottom:0.5em;
	}
.commentsFormElement{}
textarea.commentsFormElement{
	width:350px;
	height:100px;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
input.commentsFormElement{
	width:350px;
	}
.commentsFormTitle{
	width:100%;
	}


.commmentPostWrapper{
	border:1px solid #8C8981;
	background-color:#EAE7E4;
	padding:10px;
	margin-top:30px;
	}
.commmentPostInner{
	
	}
.embargoedCell{
	border-left:5px solid #718FC2;
	padding-left:5px;
	}
.embargoed{
	background-image:url(../images/elements/misc/embargoed.gif);
	background-position:left top;
	background-repeat:repeat;
	}
.comment{
	margin-bottom:1em;
	}
.commentHeader{
	background-color:#E8E8EA;
	padding:3px;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0.2em;
	}
.commentInner{
	padding-left:5px;
	}
.commentCompany{
	margin-bottom:0.2em;
	}
.commentAuthorEmail{}
.commentAuthorEmail a:link, .commentAuthorEmail a:visited, .commentCompany{
	color:#999999;
	}
.commentAuthorEmail a:hover{
	/*color:#999999;*/
	}

