
table {
	width: 830px;
	margin-bottom: 30px;
	padding: 0px;
	border-left: 4px solid #e3e2f0;
}
table td {
	padding: 8px;
}
table td.date {
	width: 15%;
	font-weight: bold;
	color: #535d9e;
	border-right: 1px dotted #e3e2f0;
	border-bottom: 1px dotted #e3e2f0;
}
table td.title {
	font-weight: bold;
	color: #535d9e;
	border-bottom: 1px dotted #e3e2f0;
}



#control {
	width: 100%;
	text-align: center;
}
table.control td {
	width: 50%;
	padding: 0px 15px;
}
table.control td.prev {
	text-align: right;
	border-right: 1px dotted #e3e2f0;
	border-left: 1px dotted #e3e2f0;
}
table.control td.next {
	border-right: 1px dotted #e3e2f0;
}
table.control td.admin {
	padding-top: 6px;
	text-align: center;
	color: #ccc;
	font-size: 10px;
}
table.control td.admin a {
	padding: 2px;
	color: #ccc;
}
table.control td.admin a:hover {
	background: #f0f0f0;
	color: #535d9e;
	text-decoration: none;
}

