div.photo-sections-top h3.header {
	display: block;
	width: 100%;
	margin: 0px;
	vertical-align: bottom;
	background: url(images/header-bg.gif) no-repeat left top;
	padding: 7px 0 7px 20px;
	font-size: 11px;
}
div.photo-sections-top h3.header a {
	display: block;
	width: 400px;
	color: #FFF;
	text-decoration: none;
}
div.photo-sections-top table.data-table {
	border: 1px solid #d9f6fc;
}
div.photo-sections-top table.data-table tr.head-row td {
	background-color: #d9f6fc;
	text-align: center;
	vertical-align: middle;
	padding:10px 5px;
	border: 1px solid #d9f6fc;
	border-bottom:none;
}
div.photo-sections-top table.data-table tr.head-row td a img {
	/*border: 2px solid #FFF;*/
}
div.photo-sections-top table.data-table tr.data-row {
	border-top:none;
	border-bottom:none;
}
div.photo-sections-top table.data-table th.data-cell {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background-color: #d9f6fc;
	border: 1px solid #d9f6fc;
	border-top:none;
	border-bottom:none;
	padding:2px 2px 6px 2px;
}
div.photo-sections-top table.data-table th.data-cell a {
	color: #0094bd;
/*	color: #fff;*/
	text-decoration: none;
}
