﻿.blog
{	 vertical-align:text-top; 
	width:100%;
	
}

/* Small text */
.createby, .createdate, .modifydate
{
	color: #666666;
	font-size: 92%;
}

.contentpaneopen 
{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.contentheading {
	font-size: 150%;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	padding: 5px 0 8px;
	margin: 0;
	font-weight: normal;
	color: #345a8b; /*#666666;*/
}

.article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url('../../assets/icones/icon-date.gif') no-repeat 0 2px;
}
.createby {
	padding: 3px 3px 3px 20px;
	background: url('../../assets/icones/icon-user.gif') no-repeat 0 2px;
}

.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

.article-content
{
	margin-bottom: 15px;
}

.modifydate {
	width: 100%;
	float: left;
}

.article_separator {
	clear: both;
	display: block;
	height: 20px;
}

