@charset "UTF-8";
/* CSS Document */

#table_content tr.selected td{
	background-color: #FFC;
}

.contentitem{
	background-color: #EEE;
	/* width: 340px; */
	padding:5px;
	/* float: left; */
	/* margin-right: 5px; */
	margin-bottom: 5px;
}

.title, .title a{
	font-size: 13px;
	color:#936;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
}

.title a:hover{
	text-decoration: underline;
}

.date_published{
	font-size: 11px;
	color:#666;
}

.author{
	color: #369;
}

.shortcontent {
	background-color: #FFF;
	padding:3px;
	margin-top: 5px;
}

.readmore {
	text-align: right;
}