
.user-icon { text-align:center }

.avatar-border
{
	float: left;
	width: auto;
	display: table;
	padding: 5px;
	text-align:center;
	margin:0 0 10px 0;
}

.avatar-border-comment
{
	float: right;
	width: 50px;
	border: 1px solid #C7C7C7;
	display: table;
	padding: 5px;
	margin-left:15px;
	margin-bottom:15px;
	text-align:center;
}

.user-icon img { vertical-align:bottom; }

#commentform0 { margin:10px 0 10px 0; color:#07405E; }

.back_comment_color
{
	background-color:#FFF;
	border:10px solid #0D374A;
}

.background_comments { background-color:#FEF7D8; }

/* content is a div I created to style this section without effecting other contentpanes from cms  */
/* this effects post.php, default.php  */
.contentheading
{
	font-family:Lucida Grande, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#FFF;
	background:url('../../images/custom/creviews.png') no-repeat;
	margin:0 0 20px 0;
	padding:0 0 0 23px;
}

.content .contentpaneopen .createdate
{
	color:#0099FF;
	margin:5px 0 0 0;
	padding:5px;
}

.content .contentpaneopen
{
	font-family:Lucida Grande, Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#FFF;
}

/* end heading and date style for blog */



.blogComments .createdate
{
	color:#0099FF;
	margin:5px 0 0 0;
	padding:5px;
}

.globalComment
{
	color:#74a7c2;
	background-color:#084769;
	border:1px solid #0D374A;
	padding:15px 0 15px 10px;
	width:390px;
	height:auto;
	overflow:auto;
	line-height:16px;
	font-family:Lucida Grande, Tahoma, Arial, sans-serif;
	font-size:11px;
}

#supernote-note-demo62, .supernote-hover-demo62
{
	font-family:"Lucida Grande", Helvetica, Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	text-decoration:underline;
	text-align:left;
	background:#07405e;
	height:60px;
	width:auto;
	padding:5px;
}

#supernote-note-demo62 a { color:#FF9900; text-align:left; }

#supernote-note-demo62 a:hover { color:#FFF; text-align:left; }

/* Background style for blog section embeded into tables  */
.blog_bg p { text-align:left; }

.blog_bg
{
	width:400px;
	height:auto;
	overflow:auto;
	background-color:#07405E;
	border:1px solid #0D374A;
	margin:15px 0 15px 26px;
	padding:15px 0 15px 10px;
	text-align:left;
	line-height:16px;
}

.blog_bg p a { color:#45c0ff; }

.blog_bg p a:hover
{
	color:#0099FF;
	text-decoration:none;
}

/* End style for blog section embeded into tables  */

