﻿.PageContent
{
	width:100%;
	
}

.Content-tools {
	border:none;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #4e8bda;
}

.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;
}


.contentHeader
{ 
	height:48px;
	 background:#000000;
	background: url('../../assets/Template/WaveHeader.png') no-repeat;
	color: #ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding-left: 5px;
}
.contentContent
{ 
	border-left: solid 1px #0165be;
	border-right: solid 1px #0165be;
}
.contentFooter
{ 
	height: 48px;
	background: url('../../assets/Template/WaveFooter.png') no-repeat;
}
