﻿div.divPhotos {
}
table.tablePhotos {
	border-width:0;
	border-spacing:1px;
}
		table.tablePhotos th {
			cursor:pointer;
			padding:7px 1px;
			text-align:center;
			vertical-align:top;
			font-weight:normal !important;
		}
			table.tablePhotos th:hover {
				background-color:#3C82B1 !important;
			}
		table.tablePhotos a, table.tablePhotos a:link, table.tablePhotos a:visited, table.tablePhotos a:active {
			padding:4px;
			color:#000000;
			text-decoration:none;
		}
		table.tablePhotos a:hover {
			background-color:Transparent;
			text-decoration:none;
		}
		table.tablePhotos label {
			font-weight:bold;
			color:#9C1010;
		}
		table.tablePhotos img {
			border:1px solid #000000;
		}

