table.section {
	border: 1px solid #ccc;
}
table.section tr {
}
table.section caption {
	padding: 5px;
	text-align: left;
	padding-bottom: 9px;
}
table.section caption strong {
	font-size: 15px;
	font-weight: bold;
	color: #123375;
}
table.section caption a {

}
table.section thead tr th {
	font-size: 10px;
	color: #666;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f1f1f1;
	text-align: left;
	padding: 2px 5px;
}
table.section tbody tr td {
	color: #666;
	text-align: left;
	padding: 8px 5px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.section-heading {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 5px 0px;
	margin-top: 1em;
}
.section-heading h2 {
	display: inline;
	padding: 0px;
	margin: 0px;
	padding-right: 5px;
}
.section-heading a {
	position: relative;
	bottom: 3px;
}

.page {
	position: relative;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 5px 0 7px 0;
}
.page .link {
	
}
.page .date {
	font-size: 10px;
	color: #666;
	font-style: italic;
	margin-left: 1em;
}
.page .options {
	top: 8px;
	right: 0px;
}

.published i, .review i, .draft i {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	bottom: -3px;
	margin-right: 5px;
}
.published i {
	background: transparent url(../images/page_world.png) no-repeat top left;
}
.review i {
	background: transparent url(../images/page_white_error.png) no-repeat top left;
}
.draft i {
	background: transparent url(../images/page_white_delete.png) no-repeat top left;
}