@CHARSET "UTF-8";

.article{
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	font-size: 12px;
}
.article .titlebar{
	padding: 5px 15px;
	background-color: #EEEEEE;
	color: #000;
}
.article .feedcontent{
	border: 10px solid #EEEEEE;
	background-color: #FFF;
}
.article .feedcontent .innerdiv{
	padding: 10px;
}
.article .titlebar .title{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
.article .titlebar .metainfo{
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}
.article .titlebar .published .element{
	width: 16px;
	height: 16px;
	margin-right: 5px;
	float: left;
}
.article .feedcontent .element{
	padding: 5px;
	border-bottom: 1px solid #666666;	
}
.article .history{
	padding: 5px;
	font-size: 9px;	
}
.article .controls{
	float: right;
	margin-left: 10px;
}
.article .titlebar .approved input{
	margin-top: 7px; 
}
table.historytable{
	border-collapse: collapse;
}
table.historytable td{
	border-bottom: 1px solid #AAAAAA;
	padding: 2px;
}

