/* CSS Document */

#SocNetCmtContainer {
	margin: 10px;
	padding: 5px 10px 10px 10px;
	border: red thin solid;
}

.SocNetCmtTitle { 
	font-style:italic; 
	font-weight:bold;
}

#SocNetCmt { 
	margin:5px 0 5px 0 ;
	padding: 0 5px 5px 5px;
}


.SocNetCmtApproved {
	background-color: #FFFF99;
	border:#999999 thin solid;
	
}

.SocNetCmtNotApproved {
	background-color: #FFCCFF;
	border:#999999 thin solid;
}

.SocNetCntDate { 
	font-size:x-small;
}

.SocNetCntName { 
	font-weight: bold;
}

.SocNetCntEmail { 
	font-size:x-small;
}

.SocNetCntWebsite { 
	font-size:x-small;
}

#SocNetCmtNew { 
	padding: 10px;
	background-color: #FFFF99;
	border:#999999 thin solid;
}

.SocNetError {
	background-color: red;
	color: white;
	font-weight:bold;
	padding: 0 5px 0 5px;
}
